ones zeros majors and minors
Managing Expectations
10 months ago by Chris Wanstrath on ones zeros majors and minors.
If you look on Cultured Code's Arrivals page, you'll see something like this: This is a very tempting thing for small companies to do. You want your...
I Love Labels
10 months ago by Chris Wanstrath on ones zeros majors and minors.
I really love when checkbox labels are done properly. To see what I mean click on this checkbox's text label ("Click Me!"): Click Me! <input type...
Twitter Images
over 3 years ago by Chris Wanstrath on ones zeros majors and minors.
I wanted an easy way to share tweets in Campfire. @shayarnett delivered. -- Delivered by Feed43 service...
Java in Ruby
over 3 years ago by Chris Wanstrath on ones zeros majors and minors.
Witness as Ruby dons the fake mustache and bifocals of burly Java: -- Delivered by Feed43 service...
hub + zsh
10 months ago by Chris Wanstrath on ones zeros majors and minors.
hub never seemed to play nicely with git's autocompletion in zshell. Until now. $ resque git:(master) git log v0.2.0 v0.1.0 [v0.2.0] v1.0.0 v1.1.0 ...
Pystache 0.2.0
10 months ago by Chris Wanstrath on ones zeros majors and minors.
I just pushed Pystache 0.2.0 to Pypi. Check the compare view for changes. I hope to have a language agnostic "Mustache Guide" ready in the next few weeks...
hub updater
10 months ago by Chris Wanstrath on ones zeros majors and minors.
Hub 0.3.1 is out. Grab it with hub-update: #!/bin/sh # Updates hub! HUBPATH=~/bin/hub curl -s http://defunkt.github.com/hub/standalone > $HUBPATH hub...
Haml + Mustache
10 months ago by Chris Wanstrath on ones zeros majors and minors.
Haml and Mustache are friends, not enemies. See for yourself. example.yml --- users: - { user: chris } - { user: bob } - { user: jones } ---...
Resque 1.4.0
10 months ago by Chris Wanstrath on ones zeros majors and minors.
From the HISTORY: Fallback when unable to bind QUIT and USR1 for Windows and JRuby. Fallback when no Kernel.fork is provided (for IronRuby). Web: Rounded...
ARGF
10 months ago by Chris Wanstrath on ones zeros majors and minors.
Today Ruby gave me a birthday present: ARGF. If you write a lot of shell scripts you're gonna love it. To demonstrate we'll write rcat, a dumbed down version...
