Wednesday, April 21, 2010

git push origin master # kick punch it's all in the mind

Just created my github repo, think I'll add a few more things I've done lately in ruby and possibly Obj-C.

Here's a ruby commandline tool that will correct some spelling mistakes.

There's an rspec file and another that will generate mistakes and then fix them. The only outstanding but I never fixed was that String.squeeze() is too general - you can't tell it to only squeeze down strings one at a time, so I'll need to write some more to handle cases like 'sheap' -> 'sheep'.

No comments: