Archive for the “programming” category

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

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 (…)

Read the rest of this entry »

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, (…)

Read the rest of this entry »

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 (…)

Read the rest of this entry »

The Greatest Excuse!

by admin on January 30, 2011