Skip to content

Commit 707f3b1

Browse files
authored
Merge branch 'main' into create-pr-action/update-collections-0
2 parents ace7ca8 + 3c412f5 commit 707f3b1

File tree

13 files changed

+45
-13
lines changed

13 files changed

+45
-13
lines changed

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/csv/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
display_name: CSV
33
short_description: A CSV file stores tabular data in a delimited text file that uses commas to separate the values.
44
topic: csv
5-
related: tsv
5+
related: tsv, rfc-4180, data-exchange, tabular-data, spreadsheet, dsv, flat-file
66
wikipedia_url: https://en.wikipedia.org/wiki/Comma-separated_values
77
---
8-
CSV is a common data exchange format that stores tabular data in a plain text file. A CSV file stores the data in a delimited text file that uses commas to separate the values.
8+
**CSV** is a common data exchange format that stores tabular data in a plain text file. A CSV file stores the data in a delimited text file that uses commas to separate the values.

topics/database/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@ short_description: A database is a structured set of data held in a computer, us
66
topic: database
77
logo: database.png
88
wikipedia_url: https://en.wikipedia.org/wiki/Database
9+
related: dbms, sql, relational-database, nosql, document-oriented, in-memory-database, data-warehouse, graphdb, spatial-database, crud
910
---
1011
A database is a structured set of data held in a computer, most often a server. Databases use a database management system (DBMS) that interacts with users, similar to a lookup table. Modern databases are designed to allow for creation, querying, updating, and administration of the data it holds.

topics/deno/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ display_name: Deno
33
topic: deno
44
github_url: https://github.com/denoland
55
logo: deno.png
6-
related: typescript, rust
6+
related: typescript, rust, javascript, nodejs, v8, webassembly, package-manager, event-driven-architecture, event-loop, tokio
77
short_description: A secure runtime for JavaScript and TypeScript.
88
url: https://deno.land
99
wikipedia_url: https://en.wikipedia.org/wiki/Deno_(software)
1010
created_by: Ryan Dahl
1111
---
12-
Deno is a JavaScript/TypeScript runtime with secure defaults and a great developer experience. It's built on V8, Rust, and Tokio.
12+
**Deno** is a JavaScript/TypeScript runtime with secure defaults and a great developer experience. It's built on V8, Rust, and Tokio.
1313

1414
- Secure by default. No file, network, or environment access (unless explicitly enabled).
1515
- Supports TypeScript out of the box.

topics/devops/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
aliases: dev-ops
33
display_name: DevOps
44
logo: devops.png
5-
related: ci, cd
5+
related: ci, cd, cicd, devsecops, gitops, chatops, test-automation, static-code-analysis, release-automation, infrastructure-as-code
66
short_description: DevOps is a set of practices that combine software development (Dev) and IT operations (Ops).
77
topic: devops
88
wikipedia_url: https://en.wikipedia.org/wiki/DevOps
99
---
10-
DevOps is a set of practices that combine software development (Dev) and IT operations (Ops). It aims to shorten the systems development life cycle and provide continuous delivery with high software quality.
10+
**DevOps** is a set of practices that combine software development (Dev) and IT operations (Ops). It aims to shorten the systems development life cycle and provide continuous delivery with high software quality.

topics/f-droid/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ github_url: https://github.com/f-droid/fdroidclient
66
display_name: F-Droid
77
logo: f-droid.png
88
released: September 29, 2010
9-
related: android
9+
related: android, app-store, aptoide, apk, libre-software, foss
1010
short_description: F-Droid is an installable catalogue of FOSS applications for the Android platform.
1111
url: https://f-droid.org/
1212
wikipedia_url: https://en.wikipedia.org/wiki/F-Droid
1313
---
14-
Started in 2010, F-Droid is an installable catalogue of FOSS (Free and open source software) applications for the Android platform. It's both a repository of FOSS apps, along with an Android client to perform installations and updates of apps.
14+
Started in 2010, **F-Droid** is an installable catalogue of FOSS (Free and open source software) applications for the Android platform. It's both a repository of FOSS apps, along with an Android client to perform installations and updates of apps.

topics/git/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@ short_description: Git is the most widely used version control system.
88
topic: git
99
url: https://git-scm.com/
1010
wikipedia_url: https://en.wikipedia.org/wiki/Git
11+
related: vcs, github, bitbucket, gitlab, gitops, gitflow, svn, mercurial, tfvc, dvcs
1112
---
12-
Git is the most widely used version control system, which allows for the tracking and managing of source code over time. It was designed for collaboration and built to be flexible, secure and efficient.
13+
**Git** is the most widely used version control system, which allows for the tracking and managing of source code over time. It was designed for collaboration and built to be flexible, secure and efficient.

topics/localstorage/index.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
aliases: local-storage
3+
display_name: LocalStorage
4+
short_description: LocalStorage is a JavaScript object that allows storing arbitrary key-value pairs in the web browser as an alternative to cookies.
5+
topic: localstorage
6+
url: https://html.spec.whatwg.org/multipage/webstorage.html#dom-localstorage-dev
7+
wikipedia_url: https://en.wikipedia.org/wiki/Web_storage
8+
related: sessionstorage, indexeddb, websql, web-storage, webstorage
9+
---
10+
LocalStorage is a JavaScript object that allows storing arbitrary key-value pairs in the web browser as an alternative to cookies—another alternative if the data in question goes beyond key-value pairs is to use the IndexedDB.
11+
12+
`localStorage` data is specific to the protocol of the document. In particular, for a site loaded over HTTP (e.g., http://example.com), `localStorage` returns a different object than `localStorage` for the corresponding site loaded over HTTPS (e.g., https://example.com).

topics/logging/index.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
aliases: event-logging, data-logging, application-logging, system-logging, error-logging, audit-trail, logging-framework, log-analysis
3+
display_name: Logging
4+
short_description: Logging is your software's way of keeping a record, like a journal, documenting events and errors for future reference.
5+
topic: logging
6+
wikipedia_url: https://en.wikipedia.org/wiki/Logging_(computing)
7+
---
8+
In computing, logging is the act of keeping a log of events that occur in a computer system, such as problems, errors or just information on current operations.

0 commit comments

Comments
 (0)