Skip to content

Commit

Permalink
Merge branch 'github:main' into json-api
Browse files Browse the repository at this point in the history
  • Loading branch information
shaedrich authored Oct 19, 2023
2 parents 8b107a5 + e0f74ef commit ad1b3bf
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 2 deletions.
Binary file added topics/casejs/casejs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions topics/casejs/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
aliases: case,case-app,case-js
created_by: CASE
display_name: CASE
github_url: https://github.com/casejs/case
logo: casejs.png
related: open-source-framework, typescript, platform
released: 2023
short_description: CASE is a frameworkless and open source tool for creating and deploying web apps.
topic: casejs
url: https://case.app/
---
CASE helps developers to create awesome data-intensive apps like dashboards, custom web apps, admin panels, ERPs very quickly. It follows a clear frameworkless approach and allows developers to focus on their data and their business logic.
9 changes: 9 additions & 0 deletions topics/cd/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
display_name: CD (Disambiguation)
short_description: 'CD can either mean "continuous deployment" or "Continuous delivery".'
topic: cd
related: continuous-deployment, continuous-delivery, continuous-integration, cicd, devops
---
**CD**, within the context of [CI/CD](https://github.com/topics/cicd), can mean multiple things:
* [Continuous deployment](https://github.com/topics/continuous-deployment)
* [Continuous delivery](https://github.com/topics/continuous-delivery)
4 changes: 2 additions & 2 deletions topics/json/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
aliases: json-api, jsonapi
created_by: Douglas Crockford
display_name: JSON
logo: json.png
Expand All @@ -9,5 +8,6 @@ short_description: JSON (JavaScript Object Notation) allows for easy interchange
topic: json
url: http://www.json.org/
wikipedia_url: https://en.wikipedia.org/wiki/JSON
related: toml, yaml, json5, jsonc, xml, json-api, bson, json-ld, properties, jq
---
JSON (JavaScript Object Notation) is a standard file format that uses text to communicate data objects to array data types. This notation makes it easy for applications to parse and generate files. JSON grew out of the need to have a real-time server-to-web browser communication.
**JSON** (**J**ava**S**cript **O**bject **N**otation) is a standard file format that uses text to communicate data objects to array data types. This notation makes it easy for applications to parse and generate files. JSON grew out of the need to have a real-time server-to-web browser communication.
10 changes: 10 additions & 0 deletions topics/kokkos/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
display_name: Kokkos
github_url: https://github.com/kokkos
logo: kokkos.png
related: c-plus-plus, parallel-computing, high-performance-computing
short_description: Kokkos C++ Performance Portability EcoSystem.
topic: kokkos
url: https://kokkos.github.io/
---
The Kokkos C++ Performance Portability Ecosystem is a production level solution for writing modern C++ applications in a hardware agnostic way. The Ecosystem consists of multiple libraries addressing the primary concerns for developing and maintaining applications in a portable way. The three main components are the [Kokkos Core Programming Model](https://github.com/kokkos/kokkos), the [Kokkos Kernels Math Libraries ](https://github.com/kokkos/kokkos-kernels) and the [Kokkos Profiling and Debugging Tools](https://github.com/kokkos/kokkos-tools).
Binary file added topics/kokkos/kokkos.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ad1b3bf

Please sign in to comment.