Pinned Repositories
cfoogol
A small public-domain compiler written by Per Lindberg, with changes by John Cowan. STATUS - Works.
D-Flat
D-Flat is a public-domain graphics library ( originally published in "Dr Dobb's Journal" ).
Langs
Playing around with small prog langs. Public-domain.
mooseman_stuff
A grab-bag of public domain code. STATUS - n/a - just an assortment of P.D. code and links to sites with P.D. code.
pd_readline
A public-domain readline-and-command-history implementation.
pdcore
Pdcore aims to be a POSIX.1-2008-compliant public-domain implementation of the core *NIX file, shell and text manipulation utilities.
pdfpc
Public domain functional programming in C.
pdutils
A few public-domain *nix utilities. STATUS - Good. A number of useful utilities have now been found or written.
plan_42
A small public-domain OS.
smallOS
A public-domain OS based on MMURTL.
mooseman's Repositories
mooseman/plan_42
A small public-domain OS.
mooseman/pdutils
A few public-domain *nix utilities. STATUS - Good. A number of useful utilities have now been found or written.
mooseman/pdcore
Pdcore aims to be a POSIX.1-2008-compliant public-domain implementation of the core *NIX file, shell and text manipulation utilities.
mooseman/D-Flat
D-Flat is a public-domain graphics library ( originally published in "Dr Dobb's Journal" ).
mooseman/pdfpc
Public domain functional programming in C.
mooseman/smallOS
A public-domain OS based on MMURTL.
mooseman/pd_readline
A public-domain readline-and-command-history implementation.
mooseman/Langs
Playing around with small prog langs. Public-domain.
mooseman/pd_csv_parsers
A few public-domain csv parsers
mooseman/pd_c_stuff
Various bits and pieces of C code
mooseman/crystal
A series of small public-domain parsers and interpreters. STATUS - Working.
mooseman/pdeditor
A public-domain text-editor in Python. STATUS - About to start a major rewrite of the editor.
mooseman/pdlinkedlist
A simple linked-list.
mooseman/pdteco
A public-domain Python version of the core functionality of the old TECO editor. STATUS - Just started.
mooseman/Vogle
Vogle is another public domain graphics library.
mooseman/wtk
:tv: A minimalist cross-platform widget library. Public domain.
mooseman/ia_lexer
A public-domain interactive lexer. Read in a statement and then right-arrow along it, seeing the lexemes created.
mooseman/miniFPL
A lexer (and soon a parser and interpreter) for a small functional programming language. Public domain.
mooseman/moosecross
A simple public-domain crosstab app in Python. STATUS - Alpha.
mooseman/pd_asm_code
Some public-domain assembly code (NASM)
mooseman/pd_curses_stuff
A few public-domain bits and pieces using Python and curses.
mooseman/pd_wishlist
A list of things that it would be great to have public-domain versions of.
mooseman/pdspread
A public-domain spreadsheet coded in Python and using curses. STATUS - Major rewrite just started (6th Nov 2011).
mooseman/Haskell
Playing around with Haskell.
mooseman/libtoyp9kbd
An almost-certainly-ultra-lame toy implementation of how Plan 9 handles keystrokes.
mooseman/luz-cpu
Educational open-source CPU suite (with assembler, linker and simulator)
mooseman/miniAWK
A small version of AWK. Public domain.
mooseman/pd_getkeys
P.D. code to read key-sequences (e.g. arrow keys, function keys) from the keyboard.
mooseman/SASL
A simple and educational compiler for the SASL programming language
mooseman/tinybasic