Skip to content

Instantly share code, notes, and snippets.

@0
0 / beers.md
Last active January 12, 2019 05:54
Beers
Rating Count Histogram Notes
32 Unbearable.
★★ 136 ██████ Drinkable.
★★★ 128 ██████ Beer.
★★★★ 190 █████████ Really enjoyable. (Or tastes like an IPA.)
★★★★★ 69 ███ Amazing!
Brewery-ish/Brand-ish Beer Rating
@0
0 / cube.c
Created July 17, 2011 01:06
Cube
/* gcc -o cube cube.c
* QWASDE, Esc
*/
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/select.h>
#include <termios.h>
#include <unistd.h>