Ryu
You have reached this page. Where you go from here is up to you :-)
This is my paste board :)
http://weblogs.asp.net/george_v_reilly/
http://www.fedoraforum.org/forum/archive/index.php/t-26875.html
http://www.galleon.eu.com/NTP.htm
http://www.michna.com/kb/WxDMA.htm
http://www.fi.uib.no/Fysisk/Teori/KURS/WRK/TeX/symALL.html
http://www.emerson.emory.edu/services/latex/latex_toc.html
http://www.phil.cam.ac.uk/teaching_staff/Smith/LaTeX/
[http://ourworld.compuserve.com/homepages/g_knott/index1.htm]
Note to self: the equivalent for loadkeys in X: setxkbmap :)
Windows
I have been developing on Windows alot lately, here are some neat tools that make life a little easier in windows.
Daemon tools AutoPatcher
Boekje
psbook DC.ps DCBook.ps # rearange pages in imposition pstops "1:0@0.7" DCBook.ps DCBook.scaled.ps # scale the a4 pages to a5 pstops "4:0L(210mm,-5mm)+1L(210mm,156.5mm),2R(0,305mm)+3R(0,143.5mm)" DCBook.scaled.ps result.ps # take 4 pages make front and back with them
Compiler
Wat nuttige links.
SchemeRyu
((lambda (ryu food) (ryu-eats food) (ryu ryu (make-food))) (lambda (ryu food) (ryu-eats food) (ryu ryu (make-food))) (make-food))
Want to see me at work? Here are some dependencies :))
(define (ryu-eats food) (display "Ryu eats ") (display food) (newline)) (define food (vector 'apple 'cake 'spaghetti 'fries)) (define (make-food) (vector-ref food (random (vector-length food))))
Version planning: - v1.1: drinking skillz - v152.3: social skillz
Smalltalk
Adding pictures in VisualWorks
test:=ImageReader fromFile: '../../zombies/zombie3.gif'. stream:= (String new: 10) writeStream. test image storeOn: stream. stream contents




