Skip to content

Commit 0b6a745

Browse files
authored
Merge branch 'github:main' into lamp
2 parents 0de9c2f + 7f2eddf commit 0b6a745

File tree

40 files changed

+162
-32
lines changed

40 files changed

+162
-32
lines changed

collections/game-engines/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ items:
5555
- PurpleKingdomGames/indigo
5656
- nivanov/cosplay
5757
- gurkenlabs/litiengine
58+
- o3de/o3de
5859
display_name: Game Engines
5960
created_by: leereilly
6061
---

collections/made-in-bangladesh/index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ items:
2929
- usmanhalalit/charisma
3030
- usmanhalalit/laracsv
3131
- boss-net/license-checker
32-
- sscsb/action-sbom-upload
33-
- sulaiman-coder/profiler
3432

3533
display_name: Made in Bangladesh
3634
created_by: kuttumiah

collections/made-in-brazil/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ items:
2525
- github/brasil
2626
- raphamorim/rio
2727
- avelino/awesome-go
28+
- okfn-brasil/querido-diario
2829

2930
display_name: Made in Brazil
3031
created_by: caarlos0

collections/release-radar-2018-12/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
items:
3-
- antonmedv/fx
43
- hashicorp/vault
54
- pytorch/pytorch
65
- https://nostalgic-css.github.io/NES.css/

collections/teaching-computational-social-science/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ items:
2727
- mobileink/lab.compss
2828
- sschauss/css
2929
- jongbinjung/css-python-workshop
30-
- adamrpah/KPHD_CSS
30+
- adamrpah/CSSMA
3131
- cbpuschmann/stm_ic2s2
3232
- ohexel/comsocsci
3333
- atkindel/css_activities

collections/web-games/index.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ items:
66
- AlexNisnevich/untrusted
77
- doublespeakgames/adarkroom
88
- Hextris/hextris
9+
- mrbid/Cubes2
10+
- mrbid/Snowboarder
11+
- mrbid/Snowling
12+
- mrbid/SNOWBALL2
13+
- mrbid/SpaceMiner
14+
- mrbid/FractalAttackOnlineLite
15+
- mrbid/CoinPusher
16+
- mrbid/TuxPusher
917
display_name: Web games
1018
created_by: leereilly
1119
---

topics/activitypub/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
display_name: ActivityPub
33
github_url: https://github.com/w3c/activitypub
44
logo: activitypub.png
5-
related: api, decentralized, federated, protocol, social-network, w3c
5+
related: api, decentralized, federated, protocol, social-network, w3c, federation, mastodon, lemmy, json-ld
66
short_description: ActivityPub is an open, decentralized social networking protocol.
77
topic: activitypub
88
url: https://activitypub.rocks/
99
wikipedia_url: https://en.wikipedia.org/wiki/ActivityPub
1010
---
11-
ActivityPub is a decentralized social networking protocol standardized by the World Wide Web Consortium (W3C). It includes both an API for social networking clients and an API for server-server federation.
11+
**ActivityPub** is a decentralized social networking protocol standardized by the World Wide Web Consortium (W3C). It includes both an API for social networking clients and an API for server-server federation.

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)

0 commit comments

Comments
 (0)