Skip to content

Commit

Permalink
Merge branch 'main' into json
Browse files Browse the repository at this point in the history
  • Loading branch information
shaedrich authored Oct 18, 2023
2 parents 8e4295d + 1357894 commit 773b61f
Show file tree
Hide file tree
Showing 34 changed files with 122 additions and 30 deletions.
1 change: 1 addition & 0 deletions collections/game-engines/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ items:
- PurpleKingdomGames/indigo
- nivanov/cosplay
- gurkenlabs/litiengine
- o3de/o3de
display_name: Game Engines
created_by: leereilly
---
Expand Down
2 changes: 0 additions & 2 deletions collections/made-in-bangladesh/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ items:
- usmanhalalit/charisma
- usmanhalalit/laracsv
- boss-net/license-checker
- sscsb/action-sbom-upload
- sulaiman-coder/profiler

display_name: Made in Bangladesh
created_by: kuttumiah
Expand Down
1 change: 1 addition & 0 deletions collections/made-in-brazil/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ items:
- github/brasil
- raphamorim/rio
- avelino/awesome-go
- okfn-brasil/querido-diario

display_name: Made in Brazil
created_by: caarlos0
Expand Down
1 change: 0 additions & 1 deletion collections/release-radar-2018-12/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
items:
- antonmedv/fx
- hashicorp/vault
- pytorch/pytorch
- https://nostalgic-css.github.io/NES.css/
Expand Down
2 changes: 1 addition & 1 deletion collections/teaching-computational-social-science/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ items:
- mobileink/lab.compss
- sschauss/css
- jongbinjung/css-python-workshop
- adamrpah/KPHD_CSS
- adamrpah/CSSMA
- cbpuschmann/stm_ic2s2
- ohexel/comsocsci
- atkindel/css_activities
Expand Down
8 changes: 8 additions & 0 deletions collections/web-games/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ items:
- AlexNisnevich/untrusted
- doublespeakgames/adarkroom
- Hextris/hextris
- mrbid/Cubes2
- mrbid/Snowboarder
- mrbid/Snowling
- mrbid/SNOWBALL2
- mrbid/SpaceMiner
- mrbid/FractalAttackOnlineLite
- mrbid/CoinPusher
- mrbid/TuxPusher
display_name: Web games
created_by: leereilly
---
Expand Down
4 changes: 2 additions & 2 deletions topics/activitypub/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
display_name: ActivityPub
github_url: https://github.com/w3c/activitypub
logo: activitypub.png
related: api, decentralized, federated, protocol, social-network, w3c
related: api, decentralized, federated, protocol, social-network, w3c, federation, mastodon, lemmy, json-ld
short_description: ActivityPub is an open, decentralized social networking protocol.
topic: activitypub
url: https://activitypub.rocks/
wikipedia_url: https://en.wikipedia.org/wiki/ActivityPub
---
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.
**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.
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)
11 changes: 11 additions & 0 deletions topics/coverage/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
display_name: Test coverage
short_description: Coverage is the percentage of your project being covered by—depending on the perspective—code or tests.
topic: coverage
related: code-coverage, test-coverage, path-coverage, line-coverage, branch-coverage, automated-testing, coverage-report, serenity-bdd, cicd
---
**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:
* path coverage
* line coverage
* branch coverage
* code coverage
4 changes: 2 additions & 2 deletions topics/csv/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
display_name: CSV
short_description: A CSV file stores tabular data in a delimited text file that uses commas to separate the values.
topic: csv
related: tsv
related: tsv, rfc-4180, data-exchange, tabular-data, spreadsheet, dsv, flat-file
wikipedia_url: https://en.wikipedia.org/wiki/Comma-separated_values
---
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.
**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.
1 change: 1 addition & 0 deletions topics/database/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ short_description: A database is a structured set of data held in a computer, us
topic: database
logo: database.png
wikipedia_url: https://en.wikipedia.org/wiki/Database
related: dbms, sql, relational-database, nosql, document-oriented, in-memory-database, data-warehouse, graphdb, spatial-database, crud
---
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.
4 changes: 2 additions & 2 deletions topics/deno/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ display_name: Deno
topic: deno
github_url: https://github.com/denoland
logo: deno.png
related: typescript, rust
related: typescript, rust, javascript, nodejs, v8, webassembly, package-manager, event-driven-architecture, event-loop, tokio
short_description: A secure runtime for JavaScript and TypeScript.
url: https://deno.land
wikipedia_url: https://en.wikipedia.org/wiki/Deno_(software)
created_by: Ryan Dahl
---
Deno is a JavaScript/TypeScript runtime with secure defaults and a great developer experience. It's built on V8, Rust, and Tokio.
**Deno** is a JavaScript/TypeScript runtime with secure defaults and a great developer experience. It's built on V8, Rust, and Tokio.

- Secure by default. No file, network, or environment access (unless explicitly enabled).
- Supports TypeScript out of the box.
Expand Down
8 changes: 8 additions & 0 deletions topics/design-system/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
display_name: Design system
short_description: A design system is a way to have modular and reusable CSS components as well as a separation of concerns.
topic: design-system
related: css, design-token, style-guide, css-framework, ui, smacss
wikipedia_url: https://en.wikipedia.org/wiki/Design_system
---
A **design system** is a way to have modular and reusable CSS components as well as a separation of concerns of designing and using this system, by, for examplr, using design tokens.
4 changes: 2 additions & 2 deletions topics/devops/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
aliases: dev-ops
display_name: DevOps
logo: devops.png
related: ci, cd
related: ci, cd, cicd, devsecops, gitops, chatops, test-automation, static-code-analysis, release-automation, infrastructure-as-code
short_description: DevOps is a set of practices that combine software development (Dev) and IT operations (Ops).
topic: devops
wikipedia_url: https://en.wikipedia.org/wiki/DevOps
---
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.
**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.
1 change: 1 addition & 0 deletions topics/documentation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ short_description: Documentation is a set of information that describes a produc
to its users.
topic: documentation
wikipedia_url: https://en.wikipedia.org/wiki/Software_documentation
related: tutorial, man-page, documentation-as-code, docblock, doc-gen, api-documentation, knowledge-base, design-document
---
Documentation is a set of information that describes a product to its users, including what it is, how it operates, and how to use it.
14 changes: 14 additions & 0 deletions topics/egui/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
topic: egui
aliases: egui-rs, egui-rust
related: iced, iced-rs
created_by: Emil Ernerfeldt
display_name: egui
github_url: https://github.com/emilk/egui/
short_description: egui (pronounced "e-gooey") is a simple, fast, and highly portable immediate mode GUI library for Rust.
---
egui (pronounced "e-gooey") is a simple, fast, and highly portable immediate mode GUI library for Rust. egui runs on the web, natively, and in your favorite game engine.

egui aims to be the easiest-to-use Rust GUI library, and the simplest way to make a web app in Rust.

egui can be used anywhere you can draw textured triangles, which means you can easily integrate it into your game engine of choice.
4 changes: 2 additions & 2 deletions topics/f-droid/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ github_url: https://github.com/f-droid/fdroidclient
display_name: F-Droid
logo: f-droid.png
released: September 29, 2010
related: android
related: android, app-store, aptoide, apk, libre-software, foss
short_description: F-Droid is an installable catalogue of FOSS applications for the Android platform.
url: https://f-droid.org/
wikipedia_url: https://en.wikipedia.org/wiki/F-Droid
---
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.
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.
Binary file added topics/geode-mods/geode-mods.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 4 additions & 3 deletions topics/geode-mods/index.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
---
created_by: The Bearodactyl
display_name: Geode Mods
short_description: This topic is for people to advertise Geode mods.
short_description: Geode is a modding platform/sdk for the game Geometry Dash.
topic: geode-mods
related: geometry-dash
related: geometry-dash, geode-sdk, geometrydash, modding
url: https://geode-sdk.org
logo: geode-mods.png
---
A huge percentage, if not a majority of all bugs reported in GD mods are caused by hook conflicts, direct node tree access, and other mod incompatabilities. This is what Geode has been made to solve.
A huge percentage, if not a majority of all bugs reported in GD mods are caused by hook conflicts, direct node tree access, and other mod incompatabilities. This is what Geode has been made to solve.
3 changes: 2 additions & 1 deletion topics/git/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ short_description: Git is the most widely used version control system.
topic: git
url: https://git-scm.com/
wikipedia_url: https://en.wikipedia.org/wiki/Git
related: vcs, github, bitbucket, gitlab, gitops, gitflow, svn, mercurial, tfvc, dvcs
---
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.
**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.
3 changes: 1 addition & 2 deletions topics/hackathon/index.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
---
topic: hackathon
aliases: hackfest, codefest, hackday
aliases: hackfest, codefest, hackday, hackathons
display_name: Hackathon
aliases: hackathons
related: game-jam, hacktoberfest, game-off, hackathon-kit, hackathon-organiser
short_description: A hackathon is a gathering where developers collaboratively code in an extreme manner over a short period of time.
wikipedia_url: https://en.wikipedia.org/wiki/Hackathon
Expand Down
3 changes: 2 additions & 1 deletion topics/jest/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ display_name: Jest
short_description: Jest is a JavaScript testing framework built on top of Jasmine.
topic: jest
wikipedia_url: https://en.wikipedia.org/wiki/Jest_(JavaScript_framework)
related: javascript, testing, mocking, coverage, mocha, jasmine, chai, qunit
---
Jest is a JavaScript testing framework built on top of Jasmine, with a focus on simplicity and support for large web applications.
**Jest** is a JavaScript testing framework built on top of Jasmine, with a focus on simplicity and support for large web applications.
12 changes: 12 additions & 0 deletions topics/localstorage/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
aliases: local-storage
display_name: LocalStorage
short_description: LocalStorage is a JavaScript object that allows storing arbitrary key-value pairs in the web browser as an alternative to cookies.
topic: localstorage
url: https://html.spec.whatwg.org/multipage/webstorage.html#dom-localstorage-dev
wikipedia_url: https://en.wikipedia.org/wiki/Web_storage
related: sessionstorage, indexeddb, websql, web-storage, webstorage
---
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.

`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).
8 changes: 8 additions & 0 deletions topics/logging/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
aliases: event-logging, data-logging, application-logging, system-logging, error-logging, audit-trail, logging-framework, log-analysis
display_name: Logging
short_description: Logging is your software's way of keeping a record, like a journal, documenting events and errors for future reference.
topic: logging
wikipedia_url: https://en.wikipedia.org/wiki/Logging_(computing)
---
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.
Binary file modified topics/mastodon/mastodon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion topics/mongodb/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
aliases: mongodb-database
aliases: mongodb-database, mongo, mongo-db
created_by: MongoDB Inc.
display_name: MongoDB
github_url: https://github.com/mongodb
Expand All @@ -9,5 +9,6 @@ short_description: MongoDB is an open source NoSQL document-oriented database.
topic: mongodb
url: https://www.mongodb.com/
wikipedia_url: https://en.wikipedia.org/wiki/MongoDB
related: nosql, no-sql, document-oriented-database, database
---
MongoDB is an open source NoSQL document-oriented database. MongoDB allows flexible schema representation instead of relying on fixed tables and columns. It supports full indexing, query, aggregation, tunable consistency and durability levels, and linear horizontal scaling through sharding.
1 change: 1 addition & 0 deletions topics/monitoring/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ display_name: Monitoring
short_description: Monitor the impact of your code changes. Measure performance, track errors, and analyze your application.
topic: monitoring
wikipedia_url: https://en.wikipedia.org/wiki/Application_performance_management
related: apm, observability, application-monitoring, alerting, event-monitoring, checkmk
---
In the fields of information technology and systems management, application performance management (APM) is the monitoring and management of performance and availability of software applications. APM strives to detect and diagnose complex application performance problems to maintain an expected level of service.
3 changes: 2 additions & 1 deletion topics/nodejs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ short_description: Node.js is a tool for executing JavaScript in a variety of en
topic: nodejs
url: https://nodejs.org/en/
wikipedia_url: https://en.wikipedia.org/wiki/Node.js
related: javascript, express, mean, meteor, next, v8, event-driven-architecture, event-loop, npm, deno
---

Node.js is a tool for executing JavaScript in a variety of environments. JavaScript had humble beginnings as a language that lived only in web browsers, but the Node.js project has expanded its reach and helped make it the most popular programming language in the world. Node.js extends the creative potential of people with web development experience, enabling a new generation of developers to create servers, command-line tools, desktop apps, and even robots.
**Node.js** is a tool for executing JavaScript in a variety of environments. JavaScript had humble beginnings as a language that lived only in web browsers, but the Node.js project has expanded its reach and helped make it the most popular programming language in the world. Node.js extends the creative potential of people with web development experience, enabling a new generation of developers to create servers, command-line tools, desktop apps, and even robots.
6 changes: 3 additions & 3 deletions topics/nunjucks/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ display_name: Nunjucks
topic: nunjucks
github_url: https://github.com/mozilla/nunjucks
logo: nunjucks.jpg
related: jinja2, liquid
related: jinja2, liquid, javascript, templating, handlebars, mustache-js, ejs-templates, pug
released: September 2012
short_description: Templating language for JavaScript.
url: https://mozilla.github.io/nunjucks/
---
Nunjucks is a templating language that is compiled using JavaScript.
Although language agnostic it is typically used to create HTML files.
**Nunjucks** is a templating language that is compiled using JavaScript.
Although language-agnostic it is typically used to create HTML files.
It allows for source code to be simplified using macros or blocks, avoiding repetition, and supports inheritance.
File renamed without changes.
5 changes: 3 additions & 2 deletions topics/sass/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
aliases: scss, sass-library, sass-mixins, sass-framework, scss-framework
aliases: scss, sass-library, sass-mixins, sass-framework, scss-framework, sass-embedded, node-sass, libsass
created_by: Hampton Catlin, Natalie Weizenbaum, Chris Eppstein
display_name: Sass
github_url: https://github.com/sass/sass
Expand All @@ -9,5 +9,6 @@ short_description: Sass is a stable extension to classic CSS.
topic: sass
url: http://sass-lang.com/
wikipedia_url: https://en.wikipedia.org/wiki/Sass_(stylesheet_language)
related: css, less, stylus, css-variables, css-nesting, scoped-css, yaml, haml, multiple-inheritance, css-modules
---
Sass is a stylesheet language with a main implementation in Ruby. It is an extension of CSS that makes improvements to the old stylesheet format, such as being able to declare variables and using a cleaner nesting syntax.
**Sass** is a stylesheet language with a main implementation in Ruby. It is an extension of CSS that makes improvements to the old stylesheet format, such as being able to declare variables and using a cleaner nesting syntax.
6 changes: 4 additions & 2 deletions topics/yaml/index.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
---
aliases: yml
display_name: YAML
created_by: Clark Evans, Ingy döt Net, Oren Ben-Kiki
github_url: https://github.com/yaml/
logo: yaml.png
released: May 11, 2001
short_description: YAML is a human friendly data serialization standard.
short_description: YAML is a human-friendly data serialization standard.
topic: yaml
url: https://yaml.org/
wikipedia_url: https://en.wikipedia.org/wiki/YAML
related: xml, json, jsonc, json5, sax, data-serialization, yet-another, toml, ini
---
YAML is a human friendly data serialization standard for all programming languages. YAML is a recursive acronym which stands for "YAML Ain't Markup Language". It is commonly used for configurations.
**YAML** is a human-friendly data serialization standard for all programming languages. YAML is a recursive acronym which stands for "YAML Ain't Markup Language". It is commonly used for configurations.

0 comments on commit 773b61f

Please sign in to comment.