Posts tagged with: "Code"

webkitmemes:

The Most Interesting Reviewer in the World.

webkitmemes:

The Most Interesting Reviewer in the World.

Event-driven finite-state machine

[…] a finite-state machine (FSM) is event driven if the creator of the FSM intends to think of the machine as consuming events or messages. This is in contrast to the parsing-theory origins of the term finite-state machine where the machine is described as consuming characters or tokens.

Disqus: Scaling the World’s Largest Django Application

SVG 2 Canvas

Convert a SVG file to a canvas script.

Sorting Algorithm Animations

I’m a fucking Engine Yard programmer for fuck sake.

VexFlow

A JavaScript library for rendering music notation and guitar tablature.

(Source: thechangelog.com)

$ !ruby
ruby client.php 
ruby: No such file or directory -- client.php (LoadError)

I just did that…

Mongomatic

Mongomatic is a Ruby library that lets you easily model your MongoDB documents in your applications.

Today the Eclipse Foundation put out a private briefing calling me a ‘non-thread-safe AbstractKeywordRemovalInitiatorFactory’

increase net/pop3 timeout

pop = Net::POP3.new(server, port)
pop.open_timeout = 240
pop.read_timeout = 240