Cocoa REST client

  • June 2
  • , 2011
  • 4
  • permalink
  • objective-c
  • rest
  • cocoa
  • dev

Bugzilla REST API

  • June 2
  • , 2011
  • permalink
  • dev
  • rest

JSONKit

  • June 2
  • , 2011
  • permalink
  • cocoa
  • dev
  • objective-c
  • json

Kizomba Basic Steps

  • May 17
  • , 2011
  • 2
  • permalink
  • kizomba
spacer

sunsurfer:

Thatched Garden House, Killarney, Ireland

photo By Joe Cashin

(via sunsurfer-deactivated20110911)

  • April 23
  • , 2011
  • 428
  • permalink

Core Location tutorial

  • April 7
  • , 2011
  • 1
  • permalink
  • cocoa
  • dev
  • objective-c
  • iphone

ANTLR 3.x Tutorial

  • March 30
  • , 2011
  • 8
  • permalink
  • dev
  • java
  • dsl

Why and when you should use Cucumber

I keep hearing it over and over again; using Cucumber is redundant. Bullshit right? Check out this article.

  • March 25
  • , 2011
  • 2
  • permalink
  • code
  • bdd
  • cucumber
  • ruby
  • dev

Python library for Bugzilla’s REST API

  • March 15
  • , 2011
  • 1
  • permalink
  • code
  • python
  • bugzilla
  • REST
spacer

sunsurfer:

3D Mural Wall Art, Los Gatos, California

photo and art by johnpugh

(via sunsurfer-deactivated20110911)

  • March 12
  • , 2011
  • 330
  • permalink
spacer

tinadico:

Visited Gibson to pick up and test drive both an acoustic and an electric. The acoustic in particular, a “Blues King”, blew me away and will hopefully be my new best friend on journeys around the world in the near future. Here they both are next to my other bestest of friends on the left.

  • March 5
  • , 2011
  • 6
  • permalink
  • guitar
  • tinadico

Subversion Quick Reference

  • February 28
  • , 2011
  • 8
  • permalink
  • code
  • dev
  • vcs
  • svn
  • subversion
spacer

Home

(via sunsurfer-deactivated20110911)

  • February 23
  • , 2011
  • 343
  • permalink
  • madrid
  • album

ThreadLocal pattern in Ruby

class Module def thattr name module_eval <<-code def #{ name }() Thread.current[#{ name.to_s.inspect }] end def #{ name }=(v) Thread.current[#{ name.to_s.inspect }] = v end code end end

class Foo thattr :x end

foo = Foo.new bar = Foo.new foo.x = 1 p bar.x # ==> 1

  • February 22
  • , 2011
  • permalink
  • ruby
  • code
  • dev

$ cheat rspec

  • February 22
  • , 2011
  • 5
  • permalink
  • ruby
  • dev
  • bdd
  • rspec
Next
gipoco.com is neither affiliated with the authors of this page nor responsible for its contents. This is a safe-cache copy of the original web site.