A sandbox of sorts.
Go to file
Kyle Isom 8fc2b09430 misc/kforth: Minor update to part 0x07 writeup. 2018-06-05 15:41:27 -07:00
.vscode algotune: finish library. 2018-04-12 21:25:17 -07:00
adsep/chapter01 adsep: some lunch progress 2018-04-10 12:23:09 -07:00
bitwise bitwise: ion release doesn't need a different target name 2018-03-28 06:59:23 -07:00
blue-pill blue-pill: copying linker script over 2018-03-12 22:48:05 -07:00
doc misc/kforth: Minor update to part 0x07 writeup. 2018-06-05 15:41:27 -07:00
linux misc/kforth: Starting work on writeup. 2018-06-05 15:41:21 -07:00
lpn Start chapter 6. 2018-01-25 17:57:27 -08:00
misc algotune: make reseed public. 2018-04-12 21:53:47 -07:00
ods ods: update data automakefile 2018-03-07 16:03:01 -08:00
par par: add proplogic 2018-04-07 01:58:49 -07:00
pio/nrf52/test01 pio: start platformIO projects 2018-04-27 07:54:33 -07:00
practical_prolog/1-db-design Add practical prolog start. 2018-02-07 07:24:57 -08:00
uc Initial import. 2018-01-16 09:46:44 -08:00
.gitignore bitwise: add progress on ion 2018-03-23 15:25:46 -07:00
Makefile misc/kforth: Mostly finished with nucleus layer. 2018-06-05 15:41:09 -07:00
README.rst pio: start platformIO projects 2018-04-27 07:54:33 -07:00
TODO.txt misc/kforth: Mostly finished with nucleus layer. 2018-06-05 15:41:09 -07:00
defs.h misc/kforth: Starting work on writeup. 2018-06-05 15:41:21 -07:00
dict.cc misc/kforth: Store proper dictionary address. 2018-06-05 15:41:17 -07:00
dict.h misc/kforth: Add system status, work on vocab, better write_num. 2018-06-05 15:40:55 -07:00
io.cc misc/kforth: Mostly finished with nucleus layer. 2018-06-05 15:41:09 -07:00
io.h misc/kforth: Mostly finished with nucleus layer. 2018-06-05 15:41:09 -07:00
kforth.cc misc/kforth: Add system status, work on vocab, better write_num. 2018-06-05 15:40:55 -07:00
linux.h misc/kforth: Part 0x04 - parsing numerics. 2018-06-05 15:40:10 -07:00
parser.cc misc/kforth: Add system status, work on vocab, better write_num. 2018-06-05 15:40:55 -07:00
parser.h misc/kforth: Start command processing. 2018-06-05 15:40:23 -07:00
stack.h misc/kforth: Mostly finished with nucleus layer. 2018-06-05 15:41:09 -07:00
stats.txt misc/kforth: Adding stats. 2018-06-05 15:41:05 -07:00
system.cc misc/kforth: Mostly finished with nucleus layer. 2018-06-05 15:41:09 -07:00
system.h misc/kforth: Mostly finished with nucleus layer. 2018-06-05 15:41:09 -07:00
word.cc misc/kforth: Mostly finished with nucleus layer. 2018-06-05 15:41:09 -07:00
word.h misc/kforth: Mostly finished with nucleus layer. 2018-06-05 15:41:09 -07:00

README.rst

SANDBOX
=======

This is a repository of various repositories for learning or exploring
topics.

Projects
--------

+ ``adsep/``: `Algorithms + Data Structures = Programs <https://en.wikipedia.org/wiki/Algorithms_%2B_Data_Structures_%3D_Programs>`_
+ ``blue-pill/``: blue pill experiments
+ ``lpn/``: `Learn Prolog Now <http://lpn.swi-prolog.org/>`_
+ ``misc/``: A scratchpad of random programs; a replacement for
  `the basement <https://github.com/kisom/the_basement>`_
+ ``ods/``: `Open Data Structures <http://opendatastructures.org>`_
+ ``par/``: `A Pamphlet Against R <https://panicz.github.io/pamphlet/>`_
+ ``pio/``: `PlatformIO <https://platformio.org/>`_ projects
+ ``practical_prolog/``: `The Practice of Prolog <https://mitpress.mit.edu/books/practice-prolog>`_
+ ``uc/``: `Understanding Computation <http://computationbook.com/>`_