aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README36
1 files changed, 36 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..5ed20e2
--- /dev/null
+++ b/README
@@ -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