Skip to content

Instantly share code, notes, and snippets.

@zetter
Created July 31, 2013 08:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zetter/6120245 to your computer and use it in GitHub Desktop.
Save zetter/6120245 to your computer and use it in GitHub Desktop.
Code Golf. Get the top language from a users github profile. Run with the username, e.g. 'ruby top_language_golf.rb zetter'
require 'open-uri';puts open("https://github.com/"+ARGV[0]).read[/dd\>([^,]*)/,1]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment