Category: Development
pmtools a handy set of Perl module specific command line tools
Aug 31, 2012
I recently discovered a very useful set of Perl command line tools. I hope you find these as useful as I have.
- pmall
- show all installed versions and descs
- pman
- show a module's man page
- pmcat
- page through a module file
- pmdesc
- print out version and whatis description...
Facebook Graph API Profile Pictures in Alternate Sizes
Aug 23, 2012
Now you can get custom sized images from the Facebook graph api.
Komodo Open Remote File on Server with Public Key SCP on OSX
Mar 18, 2012
By default, Komodo does not work well with public key only SSH sessions.
I was getting this error every time I tried to open a remote file on a specific server:
Remote SSH server does not allow password authentication. Allowed types are: 'publickey...rvm ruby-1.9.3.p0 on OSX 10.6.8 ssl issues
Jan 21, 2012
I was getting a segmentation fault after upgrading to ruby 1.9.3 and Rails 3.2.0 and it was driving me crazy.
/Users/cowholio4/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/net/http.rb:799: [BUG] Segmentation fault
To fix this I rebuilt ruby with a...