File Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
0-9
 99-bottles
B
 bbs
C
 cal
E
 editor
F
 fizzbuzz
 flappy
 forth
H
 hello
 httpd
L
 life
 lisp
M
 mandelbrot
O
 othello
Q
 quine
S
 sieve
 snake
 spacedebris
 sudoku
T
 tetris
Prints out the song “99 Bottles of Beer” as from the web site http://www.99-bottles-of-beer.net.
Implements a simple 1990s style BBS application.
Implementation of the Unix cal command.
Simple text editor, with Neon syntax highlighting.
For each integer from 1 to 100, print “Fizz” if the number is divisible by 3, or “Buzz” if the number is divisible by 5, or “FizzBuzz” if the number is divisible by both.
Implementation of a “Flappy Bird” clone.
Implementation of the Forth programming language.
The canonical “Hello World” program.
Implementation of a simple HTTP server.
Conway’s Game of Life.
Implementation of a Scheme-like Lisp variant.
Mandelbrot set generator.
Othello game.
Program that prints out its own source code.
Compute prime numbers up to 100 with the Sieve of Eratosthenes.
Snake game in curses.
Vector base space rocks game.
Sudoku solver and puzzle generator.
Tetris game in curses.
Close