// archives

OSX

This category contains 2 posts

Comparing JTR compiled on GCC and Clang

I bought the new XCode 4 recently and it is a pretty awesome IDE. I only recently got into Objective-C coding, but I have VERY quickly fallen in love with the language and the IDE.  I generally regarded my language of choice to be Java and my all time favorite IDE has been Eclipse, but [...]

HTML unescape filter for BBEdit

So I played around with BBEdit for a while.  I needed an HTML unescape feature for some of the files i was working on, but couldn’t find one in BBEdit itself.  So I used the “Unix Filter” option in BBEdit, hacked my own Ruby script and had an unescape feature in a matter of minutes.  [...]