Running SublimeText 2 from Terminal on Mac OSX
by admin on November 7, 2011
Invoke the following command: $ sudo ln -s /Applications/Sublime\ Text\ 2.app/Contents/SharedSupport/bin/subl /usr/bin/subl Now, you can use something like: $ subl . to open up current folder with SublimeText
Automatically Setting Terminal’s Window Title to Current Path
by admin on November 6, 2011
While in hacking mood (read Terminal mode), I often end up using multiple terminal tabs. Switching between the tabs are a little pain as every terminal (at least, those I know of) set their title to some non-sense static text. (…)
Setting up ssh public keys and adding an alias
by admin on September 12, 2011
This post is sort of a ‘note-to-myself’ post. For my Computer Science class, I have to do a lots of ssh-ing into remote host – my university server . I got tired of typing username and password every time I (…)
CoreWLANWirelessManager Porting Completed
by admin on February 13, 2011
Yay! After working my ass off for two days, I finally finished porting CoreWLANWirelessManager sample from Apple’s Official Reference Library (http://developer.apple.com/library/mac/#samplecode/CoreWLANWirelessManager/History/History.html) to MonoMac. This was my first time working with Cocoa+MonoMac, and the experience wasn’t that bad. As I was (…)
Get your namespace right at first place
by admin on February 5, 2011
Esp. if you are working with MonoDevelop+Gtk#. Believe me it is more painful than getting your balls pinched by someone. I never had this experience (getting the balls pinched) but yes couple of times I’ve been hit with cricket balls, (…)
First Python Script: Header Appender
by admin on January 31, 2011
I started learning Python just yesterday and I’m not only making some good progress but also just finished writing my first ever Python script that processes a bunch of *.cs files and appends a header to each files (basically a (…)
The Greatest Excuse!
by admin on January 30, 2011