diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 59 |
1 files changed, 31 insertions, 28 deletions
@@ -1,38 +1,41 @@ -scan.sh: - Batch scanning script -demeta: - Mark all dependencies as manually installed then purge an apt metapackage. -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 +NDFA2DFAexample: + NDFA to DFA example for VFSM +Xmodmap: + Swap numbers and symbols on the numrow +alleq.hs: + Haskell function to check all elements of a list are equal +aptmeta/ + demeta: + Mark all dependencies as manually installed then purge an apt metapackage. + enmeta: + Install an apt metapackage then mark all dependencies as automatically installed. +box.mzn: + Intended to find the dimensions of a rectangle with an area at least n units and a ratio e. 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 +digits.rb: + Digit combinations for target sum +gen_object/: + The start of an erlang OO behaviour 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 +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) +scan.sh: + Batch scanning script +section.c: + Like the section command on IOS +slide.rb: + A laser-cuttable circular slide rule generator 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 +sudoku.rb: + Ruby ILP SAT sudoku solver +tabelvortoj.rb: + Tabelvortoj test +todo.vim: + Simple Vim Todo |