Skip to content

Instantly share code, notes, and snippets.

@hughrawlinson
Last active January 31, 2017 14:12
Show Gist options
  • Save hughrawlinson/93ca22ce4f130b4e780fee9492854386 to your computer and use it in GitHub Desktop.
Save hughrawlinson/93ca22ce4f130b4e780fee9492854386 to your computer and use it in GitHub Desktop.
Languages I type in

Here are the languages I've typed in over the years.

   1 Arduino
   1 CoffeeScript
   1 Go
   1 Rust
   1 TeX
   2 ChucK
   2 Clojure
   2 Emacs Lisp
   2 PHP
   2 Processing
   2 Ruby
   2 Swift
   2 VimL
   3 Haskell
   3 Java
   4 C++
   6 CSS
   7 HTML
   9 null
  12 Python
  35 JavaScript

Grabbed from GitHub using the following bash command:

curl https://api.github.com/users/hughrawlinson/repos\?per_page\=200 | jq -r '.[] | .language' | sed 's/\s+//g' | sort | uniq -c | sort
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment