Skip to content

Latest commit

 

History

History
47 lines (27 loc) · 938 Bytes

File metadata and controls

47 lines (27 loc) · 938 Bytes

Code

Programming projects that typically have one or more blog posts assoicated with them.

.. toctree::
   :glob:
   :maxdepth: 1

   code/*


build-info-dir.py

A simple Python script for indexing info manuals, see :denote🔗`20260308T125622` for details.

.. awdur:project-tree:: build-info-dir

Click & Drag with Vanilla JS

An experiment in implementing clicking and dragging SVG elements using vanilla JavaScript, see :denote🔗`20190707T120000` for details.

.. awdur:project-tree:: click-drag-vanilla-js

.emacs.d/

My Emacs configuration

.. awdur:project-tree:: emacs

Simple AST

An experiment in representing and evaluating a toy abstract syntax tree using C code, see 🔗`20201217T120000` for details.

.. awdur:project-tree:: simple-ast