"Aluminum"

made and submitted by annainbrooklyn
I made a song in TidalCycles and SuperCollider.

Pithon; Writing Snake in Python

made and submitted by josh-kean
This is a version of the arcade game Snake, but instead of displaying squares and extending a snake body via squares, the snake is the number pi, and it increases by each digit in pi. You need to have PyGame installed on your computer for this to run successfully.

Real-World Natural Language Processing

made by mhagiwara, submitted by nicholasbs
Early access chapters from the upcoming book, Real-World Natural Language Processing.

Minno

made by Louis Hyde, submitted by yomimono
this game is a series of really fun spatial puzzles on a few different levels, and their interactions combine to make a new take on this genre (one of my favorites!).

Camels

made by yomimono, submitted by doron
An addictive idle game about maintaining an open-source project. Do code! Write docs! Remove cruft! Earn hype! Woo contributors!

LVCA: Language Verification, Construction, and Analysis

made by joel, submitted by nicholasbs
LVCA is a tool for building programming languages with a small core. You create a language by specifying (1) its syntax, (2) its statics (i.e., typechecking rules), (3) its dynamics (i.e.m, how it evaluates), and (4) its concrete syntax.

cmd_synth

made by hc, submitted by porterjamesj
A command-line audio synthesizer written in C.

Bezier.hs

made by harold, submitted by davidbalbert
An elegant visualization of how Bezier curves work.

Food language variety visualization

made by jbrew, nmicht, submitted by porterjamesj
An interactive map that uses data from Wikipedia to visualize the variation in what different foods are called around the world. You can see the code here: https://github.com/nmicht/food-language-variety

Resume as Code: Building a Resume with LaTeX + GitHub Actions

made and submitted by alessia
An exploration of using GitHub Actions to automate the process of updating my resume.