Skip to content

Commit 8354dd9

Browse files
authored
Merge branch 'github:main' into documentation
2 parents f19a724 + 545d9ee commit 8354dd9

File tree

17 files changed

+57
-17
lines changed

17 files changed

+57
-17
lines changed

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
display_name: Test coverage
3+
short_description: Coverage is the percentage of your project being covered by—depending on the perspective—code or tests.
4+
topic: coverage
5+
related: code-coverage, test-coverage, path-coverage, line-coverage, branch-coverage, automated-testing, coverage-report, serenity-bdd, cicd
6+
---
7+
**Test coverage** is the percentage of your project being covered by—depending on the perspective—code or tests, which can be measured in different ways:
8+
* path coverage
9+
* line coverage
10+
* branch coverage
11+
* code coverage

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.

0 commit comments

Comments
 (0)