mako: programming (92)

Sort by: Date / Title / URL

  1. I swear I remember this diagram from the GNU Arch days.
  2. Awesome (and very short) section of debugging: 1. Be liberal with the use of print (or cat()) statements in your functions when debugging them! 2. traceback() # can see the sequence of function calls 3. options(error = dump.frames) debugger() # permits you to see the values of objects in the various nested environments of the function calls
  3. An incredible 11-step, 11-language quine by Yusuke Endoh.
  4. Basically a x86 emulator that runs within you browser at 2x speed.
  5. Who needs GOTO?
  6. I'm a huge fan of data.table and I've used it a ton in my own work in the last year.
  7. Hadley is amazing.
  8. Very cool.
  9. "Scripts can be run interactively in a terminal, started as a long running service, or started via Locale. Python, Lua and BeanShell are currently supported, and we're planning to add Ruby and JavaScript support, as well."
  10. Simple intro to graphic programming in Python. From pfctdayelise.
  11. Looks awesome.
  12. "If you are a scientist or engineer, programming can enable you to work 10 to 100 times faster, and to come up with more creative solutions than colleagues who do not know how to program."
  13. Beautiful free monospace screen fonts. Awesome.
  14. This is pretty hot.

First / Previous / Next / Last / Page 1 of 3