diff options
author | Nat Lasseter <nat.lasseter@york.ac.uk> | 2024-01-22 10:23:58 +0000 |
---|---|---|
committer | Nat Lasseter <nat.lasseter@york.ac.uk> | 2024-01-22 10:23:58 +0000 |
commit | a79414bcf14d17c58e040a7b8524f7bd8f7e5e03 (patch) | |
tree | 4f2f232aca568711ecb35caa3444b54f4dfa4361 /README |
Migrate from gists
Diffstat (limited to 'README')
-rw-r--r-- | README | 36 |
1 files changed, 36 insertions, 0 deletions
@@ -0,0 +1,36 @@ +scan.sh: + Batch scanning script +digits.rb: + Digit combinations for target sum +gen_object/: + The start of an erlang OO behaviour +pdfbook4.rb: + Page order to make (or pdfjam command to turn a pdf file into) 4-up double-sided brochure ordered pages (to make two A6 folia per A4 page) +tabelvortoj.rb: + Tabelvortoj test +cpc/: + Cyclically Permutable Codewords +todo.vim: + Simple Vim Todo +describe.rb: + Describe the purpose of an executable +slide.rb: + A laser-cuttable circular slide rule generator +logcircle.rb: + Output cartesian coordinates for the tickmarks along a log scale around a circle +sudoku.rb: + Ruby ILP SAT sudoku solver +section.c: + Like the section command on IOS +Xmodmap: + Swap numbers and symbols on the numrow +make.rb: + Ruby script to make playing The Factory efficient (and thus boring) +box.mzn: + Intended to find the dimensions of a rectangle with an area at least n units and a ratio e. +NDFA2DFAexample: + NDFA to DFA example for VFSM +stltogl: + Vim Script to convert an STL file to openGL glVertex3f()s for inclusion in a c program +alleq.hs: + Haskell function to check all elements of a list are equal |