Skip to content

Commit

Permalink
Merge branch 'master' into csg
Browse files Browse the repository at this point in the history
  • Loading branch information
jingkaimori authored Feb 3, 2021
2 parents 4e60b3d + 2a20a28 commit d53d1fe
Show file tree
Hide file tree
Showing 9 changed files with 46 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ GEM
multipart-post (>= 1.2, < 3)
ruby2_keywords
faraday-net_http (1.0.1)
fastimage (2.2.1)
fastimage (2.2.2)
method_source (1.0.0)
minitest (5.14.3)
multipart-post (2.1.1)
Expand All @@ -28,7 +28,7 @@ GEM
rake (13.0.3)
regexp_parser (2.0.3)
rexml (3.2.4)
rubocop (1.9.0)
rubocop (1.9.1)
parallel (~> 1.10)
parser (>= 3.0.0.0)
rainbow (>= 2.2.2, < 4.0)
Expand Down
14 changes: 14 additions & 0 deletions collections/demo-sources/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
items:
- farbrausch/fr_public
- ninjadev/re
- ninjadev/revision-invite-2018
- demoscene-source-archive/okiedokie
- demoscene-source-archive/oscar-s-chair
- armak/Hydrokinetics
- logicomacorp/makeshift
- excess-demogroup/amoeba
- theblacklotus/suicide-barbie
display_name: Demo sources
---
Take a peek behind the curtain of the finest demoscene work!
2 changes: 2 additions & 0 deletions collections/programming-languages/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ items:
- ring-lang/ring
- SenegalLang/Senegal
- yegor256/eo
- ChavaScript/chavascript
- DennisMitchell/jellylanguage
display_name: Programming languages
created_by: leereilly
---
Expand Down
9 changes: 9 additions & 0 deletions topics/demoscene/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
topic: demoscene
display_name: "Demoscene"
aliases: demo-scene
related: demotool, demo, intro, 64k, diskmag
wikipedia_url: https://en.wikipedia.org/wiki/Demoscene
short_description: "The demoscene is a worldwide community of artists and programmers creating visuals and music using programming techniques."
---
The demoscene is a worldwide community of artists and programmers creating visuals and music using programming techniques. They use realtime rendering to create pieces of art that are akin to music videos or short films; they utilize a variety of computer platforms ranging from modern to vintage, and sometimes their work adheres to arbitrarily set size limitations.
Binary file added topics/google-cloud/google-cloud.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions topics/google-cloud/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ aliases: google-cloud-platform, gcp, googlecloudplatform
display_name: Google Cloud Platform
topic: google-cloud
github_url: https://github.com/GoogleCloudPlatform
logo: google-cloud.png
related: google, firebase
released: April 7, 2008
short_description: Google Cloud Platform, offered by Google, is a suite of cloud computing services.
Expand Down
9 changes: 9 additions & 0 deletions topics/jamstack/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
display_name: Jamstack
github_url: https://github.com/jamstack
logo: jamstack.png
short_description: An approach to building for the modern web, for simpler cache management and workflows.
topic: jamstack
url: https://jamstack.org/
---
Jamstack is a way of thinking about how to build for the web: the UI is compiled, the frontend is fully decoupled, and data is pulled in as needed.
Binary file added topics/jamstack/jamstack.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions topics/replit/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
aliases: repl, replit-ide
display_name: Repl.it
short_description: Repl.it is an online IDE that supports over 50 languages and application hosting.
topic: replit
url: https://repl.it
wikipedia_url: https://en.wikipedia.org/wiki/Repl.it
---
Repl.it is a San Francisco-based start-up and online IDE. It allows developers to write code, build, and host apps or websites from their browser. There are over 50 supported languages from Python and Ruby to LOLCODE and QBasic.

0 comments on commit d53d1fe

Please sign in to comment.