A sandbox of sorts.
Go to file
Kyle Isom c1d6c41510 programming rust: finish chapter 2. 2018-09-03 19:27:07 -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
django/mysite django: finish tutorial 2018-06-05 15:41:49 -07:00
lpn Start chapter 6. 2018-01-25 17:57:27 -08:00
lr/ch2 programming rust: finish chapter 2. 2018-09-03 19:27:07 -07:00
misc Fix up bad git subtree import. 2018-06-11 09:39:27 -07:00
ods ods: update data automakefile 2018-03-07 16:03:01 -08:00
ostep programming rust: finish chapter 2. 2018-09-03 19:27:07 -07: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
qc qc: add README. 2018-06-11 09:43:41 -07:00
rust-os Start Rust OS stuff. 2018-08-21 14:55:28 -07:00
uc Initial import. 2018-01-16 09:46:44 -08:00
.gitignore Add first QC experiments. 2018-06-11 09:41:09 -07:00
Makefile misc/kforth: Restart the world. 2018-06-05 15:41:35 -07:00
README.rst Start Rust OS stuff. 2018-08-21 14:55:28 -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
+ ``django/``: learning django
+ ``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>`_
+ ``qc/``: Quantum computing experiments
+ ``rust-os/``: working through writing an OS in Rust
+ ``uc/``: `Understanding Computation <http://computationbook.com/>`_

Related
-------

+ `sketchbooks <https://github.com/kisom/sketchbooks/>`_: my Processing
  and Arduino sketchbooks
+ `devlog <https://dl.kyleisom.net/>`_: my dev logs
+ `notebook <https://notes.kyleisom.net/>`: my programming notebook