Explore >> Select a destination


You are here

jvns.ca
| | www.daveperrett.com
15.7 parsecs away

Travel
| | I've been spending quite a bit of time playing with ruby-processing (and processing in general) recently. It's also been my first exposure to JRuby which has been a bit of an eye-opener, in terms of the sheer number of Java libraries that it makes available in Ruby. All the fun stuff in processing seems to be OpenGL-related, and after a lot of research the easiest way to dig in ended up being the GLGraphics Java library, which was made specifically for use in processing.
| | www.yodaiken.com
17.1 parsecs away

Travel
| |
| | 8yd.no
14.3 parsecs away

Travel
| | With e.target, this and a bit of CSS, we can cover several use cases where we need to both register a click, or event, on an element and then do something with the same element. Single button Let's...
| | benhoyt.com
93.3 parsecs away

Travel
| How I sped up GoAWK by switching from a tree-walking interpreter to a bytecode compiler and virtual machine interpreter.