Skip to content

Instantly share code, notes, and snippets.

View csanz's full-sized avatar
🎯
Focusing

Christian Sanz csanz

🎯
Focusing
View GitHub Profile
@csanz
csanz / partners.md
Created January 18, 2012 23:25
Geeklist API Partners

Right now we are looking for partners who offer any kind of geeky (dev + design) achievement service and are interested in distributing those achievements inside our network.

For instance, code academy would make a great partner. Imagine, every time you finish a lesson you can publish it to geeklist right from their website (as a card or a micro)

If you are interested email us at [email protected]

test
@csanz
csanz / gist:1545189
Created December 31, 2011 20:04
My Hacker History
history|awk '{print $2}'|awk 'BEGIN {FS="|"} {print $1}'|sort|uniq -c|sort -rn
284 git
29 heroku
28 bin/runserver
24 cd
23 node
13 ll
11 vi
10 open
@csanz
csanz / MostUsedCommands.md
Created December 31, 2011 19:31
Most used commands

history|awk '{print $2}'|awk 'BEGIN {FS="|"} {print $1}'|sort|uniq -c|sort -r

         288 git
          29 heroku
          28 bin/runserver
          24 cd
          23 node
          13 ll
          11 vi

10 open

@csanz
csanz / top.md
Created December 24, 2011 23:45
Top Geeklist Committers of 2011

Top Geekli.st Committers of 2011

  • project: www
  • commits: 2034
  • files : 1066

authors:

 616	Christian Sanz          30.3%

430 Arlo Breault 21.1%

@csanz
csanz / cardsandmicros.md
Created October 7, 2011 18:13
Geeklist Cards & Micros

Cards & Micros inside Geeklist

Cards

  • I built Google Search
  • I helped launch Geeklist
  • I'm core contributor to Node.js

Live Examples:

@csanz
csanz / geeklist.md
Created September 17, 2011 17:13
Weekend Passes

Instructions

Tweet an achievement to your followers, if it gets 4 retweets then hey, that's GOOD STUFF and we WANT YOU! and you are pretty much in

Example

 "I built the first ever Node.js application named <X>" - @name <Geeklist URL> cc/ @gklst
 "I launched <X> using <Y>" - @name <Geeklist URL> cc/ @gklst
 "I wrote a <X> and <Y> number of people are using it now" - @name <Geeklist URL> cc/ @gklst
@csanz
csanz / quick_game.md
Created September 15, 2011 01:48
Getting into Geekli.st

Instructions

Tweet an achievement to your followers, if it gets 2 retweets then hey, that's GOOD SHIT and we WANT YOU!

Example

 "I built the first ever Node.js application named <X>" - @name <Geeklist URL> cc/ @gklst
 "I launched <X> using <Y>" - @name <Geeklist URL> cc/ @gklst
 "I wrote a <X> and <Y> number of people are using it now" - @name <Geeklist URL> cc/ @gklst
Christian-Sanzs-MacBook-Air:www csanz$ git push heroku production:master
Counting objects: 7, done.
Delta compression using up to 2 threads.
Compressing objects: 100% (4/4), done.
Writing objects: 100% (4/4), 422 bytes, done.
Total 4 (delta 3), reused 0 (delta 0)
-----> Heroku receiving push
-----> Node.js app detected
-----> Vendoring node 0.4.7