Skip to content

Commit ad1b3bf

Browse files
authored
Merge branch 'github:main' into json-api
2 parents 8b107a5 + e0f74ef commit ad1b3bf

File tree

6 files changed

+34
-2
lines changed

6 files changed

+34
-2
lines changed

topics/casejs/casejs.png

3.04 KB
Loading

topics/casejs/index.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
aliases: case,case-app,case-js
3+
created_by: CASE
4+
display_name: CASE
5+
github_url: https://github.com/casejs/case
6+
logo: casejs.png
7+
related: open-source-framework, typescript, platform
8+
released: 2023
9+
short_description: CASE is a frameworkless and open source tool for creating and deploying web apps.
10+
topic: casejs
11+
url: https://case.app/
12+
---
13+
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.

topics/cd/index.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
display_name: CD (Disambiguation)
3+
short_description: 'CD can either mean "continuous deployment" or "Continuous delivery".'
4+
topic: cd
5+
related: continuous-deployment, continuous-delivery, continuous-integration, cicd, devops
6+
---
7+
**CD**, within the context of [CI/CD](https://github.com/topics/cicd), can mean multiple things:
8+
* [Continuous deployment](https://github.com/topics/continuous-deployment)
9+
* [Continuous delivery](https://github.com/topics/continuous-delivery)

topics/json/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
aliases: json-api, jsonapi
32
created_by: Douglas Crockford
43
display_name: JSON
54
logo: json.png
@@ -9,5 +8,6 @@ short_description: JSON (JavaScript Object Notation) allows for easy interchange
98
topic: json
109
url: http://www.json.org/
1110
wikipedia_url: https://en.wikipedia.org/wiki/JSON
11+
related: toml, yaml, json5, jsonc, xml, json-api, bson, json-ld, properties, jq
1212
---
13-
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.
13+
**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.

topics/kokkos/index.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
display_name: Kokkos
3+
github_url: https://github.com/kokkos
4+
logo: kokkos.png
5+
related: c-plus-plus, parallel-computing, high-performance-computing
6+
short_description: Kokkos C++ Performance Portability EcoSystem.
7+
topic: kokkos
8+
url: https://kokkos.github.io/
9+
---
10+
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).

topics/kokkos/kokkos.png

32.9 KB
Loading

0 commit comments

Comments
 (0)