VirtualTam's bookmarks
52 bookmarks found
-
Speck
2015-08-15 Browser-based WebGL molecule renderer with the goal of producing figures that are as attractive as they are practical. http://wwwtyro.github.io/speck/
-
from http://continuousdev.com/ - very nice blog!
-
Software Release Practice HOWTO
2015-08-05 -
Heroic Programming
2015-08-03 -
Bigger than my head
2015-03-17 A friend of mine was once interviewing an engineer for a programming job and asked him a typical interview question:
- How do you know when a function or method is too big?
- Well, said the candidate, I don't like any method to be bigger than my head.
- You mean you can't keep all the details in your head?
- No, I mean I put my head up against my monitor, and the code shouldn't be bigger than my head.
~ from http://www.gigamonkeys.com/book/practical-a-simple-database.html
-
Practical Common Lisp
2015-02-13 Beware! Very cool book dealing with Lisp programming, with plenty of examples
-
Dive Into Python 3
2014-11-30 A follow-up to Mark Pilgrim's http://www.diveintopython.net/
-
Python bad practice, a concrete case
2014-11-14 -
A complete introduction to programming for digital musicians and artists, in the real-time multimedia language ChucK. Rich with practical examples and pointers to additional web resources, it can be understood by novices wishing to learn to program interactive arts systems.