A sandbox of sorts.
Go to file
Kyle Isom cf3a0f426c misc/kforth: Fix a bunch of bugs from part 0x08. 2018-06-05 15:41:42 -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
default misc/kforth: Restart the world. 2018-06-05 15:41:35 -07:00
doc misc/kforth: Fix a bunch of bugs from part 0x08. 2018-06-05 15:41:42 -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
pc misc/kforth: Restart the world. 2018-06-05 15:41:35 -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
v1 misc/kforth: Move previous work to v1. 2018-06-05 15:41:30 -07:00
.gitignore bitwise: add progress on ion 2018-03-23 15:25:46 -07:00
Makefile misc/kforth: Restart the world. 2018-06-05 15:41:35 -07:00
README.rst pio: start platformIO projects 2018-04-27 07:54:33 -07:00
defs.h misc/kforth: Restart the world. 2018-06-05 15:41:35 -07:00
eval.c misc/kforth: Restart the world. 2018-06-05 15:41:35 -07:00
eval.h misc/kforth: Restart the world. 2018-06-05 15:41:35 -07:00
kf.c misc/kforth: Fix a bunch of bugs from part 0x08. 2018-06-05 15:41:42 -07:00
stack.c misc/kforth: Restart the world. 2018-06-05 15:41:35 -07:00
stack.h misc/kforth: Restart the world. 2018-06-05 15:41:35 -07:00
stats.txt misc/kforth: Adding stats. 2018-06-05 15:41:05 -07:00
word.c misc/kforth: Fix a bunch of bugs from part 0x08. 2018-06-05 15:41:42 -07:00
word.h misc/kforth: Fix a bunch of bugs from part 0x08. 2018-06-05 15:41:42 -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/>`_