A A

Tag Archive | "programming"

Learning to Program on Your Own

Tuesday, December 15, 2009

1 Comment

Learning how to code is like learning anything else – You have to do it. The hardest part is figuring out where to begin, and then you need some mechanism to show you that you’re making progress. The latter is important because it motivates you to keep going. First, have a goal. I initially wanted to [...]

Multiple Monitors vs One Big Screen

Monday, February 16, 2009

1 Comment

Most people I know who’ve never used dual screen ask me why I don’t invest in one big monitor instead. There’s a big difference between having multiple monitors and having just one, no matter the size. Though which is better really depends on what you’re using the computer for, what OS/window manager you’re using, and [...]

Scraping Google Trends with Mechanize and Hpricot

Saturday, January 24, 2009

3 Comments

This is a small Ruby script that fetches the 100 trends of the day for a specific date. If multiple dates are searched, one can find out how many times a keyword occurred between two dates, or just find out what keywords are constantly appearing on the top 100 list. Very profitable info! but alas, [...]

Got API? Instantly Search API Documentation

Sunday, June 1, 2008

0 Comments

gotAPI.com does an excellent job congregating API documentation for numerous programming languages under an AJAX interface. No more bulging neck veins or fulmination when you can’t remember the order of those pesky arguments. No support for your favorite language? Contribute. You can add a gotAPI Search Widget to your site: http://www.gotapi.com/widgets/index.html See Ruby/Rails widget below (requires Javascript). Still [...]

GitHub Now Open to the Public

Sunday, April 13, 2008

0 Comments

GitHub.com, the “easiest (and prettiest)” version control system, is now open to the public. It’s free for Open Source programs (albeit limited to 100MB of space). If you’re not sure what git (or Revision Control) is, here are some resources: Wikipedia on Revision Control (excerpt) “Revision control (also known as version control (system) (VCS), source control or (source) [...]