Pinned Repositories
advent-of-code
brainfuck
Brainfuck interpreter with 8-bit cells, precomputes matching brackets, and has an accumulator mode.
chicken-forth
FORTH-like implemented in CHICKEN Scheme.
crow-mce
Metacircular evaluators for the CROW programming language.
gforth-sdl2
SDL2 bindings for GForth.
gforth-turtle
Turtle graphics in GForth.
grayscale
Convert images and videos to grayscale.
org-schedule
Daily schedule generator for Emacs Org-Mode
turing-machine
Turing machine simulator with support for multitape and nondeterministic Turing machines.
typewriter
Typewriter inspired text editor at the command line.
foggynight's Repositories
foggynight/typewriter
Typewriter inspired text editor at the command line.
foggynight/turing-machine
Turing machine simulator with support for multitape and nondeterministic Turing machines.
foggynight/gforth-sdl2
SDL2 bindings for GForth.
foggynight/advent-of-code
foggynight/brainfuck
Brainfuck interpreter with 8-bit cells, precomputes matching brackets, and has an accumulator mode.
foggynight/grayscale
Convert images and videos to grayscale.
foggynight/chicken-forth
FORTH-like implemented in CHICKEN Scheme.
foggynight/cnake
Classic Snake, but with a C.
foggynight/crow
CROW (LISP) interpreter.
foggynight/crow-mce
Metacircular evaluators for the CROW programming language.
foggynight/falc
Stack-based postfix calculator at the command line.
foggynight/gforth-turtle
Turtle graphics in GForth.
foggynight/pixelate
Pixelate images using OpenCV's INTER_AREA.
foggynight/pyutils
foggynight/tomb
An ASCII rogue-like at the terminal, written in Common Lisp using the croatoan library (an ncurses wrapper), inspired by the classics: Rogue and Nethack.
foggynight/ascii-breaker
ASCII brick breaker game at the command line.
foggynight/braingen
Generate Brainfuck programs using genetic algorithms.
foggynight/cellular-automata
Various cellular automata.
foggynight/chicken-arrows
Threading macros of Clojure implemented in CHICKEN Scheme.
foggynight/croatoan
Common Lisp bindings for the ncurses terminal library.
foggynight/gravedigger
Procedural dungeon generator for rogue-likes and other tile-based games.
foggynight/image-scale
Scale an image using nearest neighbour interpolation.
foggynight/no-semicolon-fizzbuzz-c
An implementation of fizzbuzz in c without semicolons
foggynight/partial-application
Partial procedure application egg for CHICKEN 5.
foggynight/porth
It's like Forth but in Python
foggynight/prog-bar
ASCII progress bar library in C with bindings for CHICKEN 5.
foggynight/string-tokenize-egg
string-tokenize egg for CHICKEN Scheme.
foggynight/swig
SWIG is a software development tool that connects programs written in C and C++ with a variety of high-level programming languages.
foggynight/sylva
Library for various types of trees with a unified interface in Common Lisp.
foggynight/xpr-fix
Parsers for prefix, infix, and postfix mathematical expressions.