From the category archives:

Git

Getting Started With Git

May 17, 2012

I have been using Git for years now and I am still a novice user. Actually, if you are an individual developer or work in a really small team, you don’t really need to go beyond using the basic stuff like cloning a repo, committing code, branching and pushing back to the origin repo. And [...]

Read the full article →

Summer Hacking

May 12, 2012

Summer has already started and we (a small group of current and ex-IIITians in Hyderabad) are planning to have some fun digging into Ruby on Rails and related technologies. If you are also interested in utilizing your summer in a productive and fun way, you can join us and share your knowledge while learning from [...]

Read the full article →

How To: Install and Use Twython (Python Wrapper for Twitter API)

September 5, 2009

As promised in my previous post, here is a brief howto on getting started with twython. The main advantage of Twython over several other python (or any other language) wrappers for Twitter API is that it works even when you are behind your organizations proxy. Download Twython You can download latest version of twython from [...]

Read the full article →

How To: Install and Configure GitWeb

January 28, 2009

Goal Setting up gitweb (web interface for SCM software git) for your project’s git repository for public access and developer commits via ssh. Assumptions You already have your project’s git repository. You have hosting space somewhere to host gitweb. You have root access. You are using Apache as webserver. Example for this howto Project : [...]

Read the full article →