Tagged with programming

The Shell Meme

- 2008-12-30 18:29:35

I ran across The Shell Meme on Lincoln Stoll's blog, and figured I'd, uh, borrow it.

--More--

Sending Array elements as individual arguments in Ruby

- 2008-12-26 07:25:15

Lets imagine we've got an array of strings, and we want to print it out as a list of strings using printf. (If you're complaining about my logic here, hold fire for just a second good sir/madam.)

--More--

Merry Testing

- 2008-12-25 15:01:54

Just a few examples of the same test written in a few languages. Its testing setting the date on an object that is created in the tests' setup method already. These fall under the unit testing, rather than full-stack testing.

--More--

When work just feels right

- 2008-11-21 11:51:08

Much like Rahoul's post on knowing you're on the right path, I had that moment this morning whilst we were discussing a future feature for our control panel.

--More--

Adding a remote to existing git repo

- 2008-11-09 18:32:55

Usually for me this happens when I have an existing project and I setup a github repo for it. As part of the setup for the github project, it gives you the commands to run to add the github repo as a remote to my local git repo.

--More--