Skip to content

Instantly share code, notes, and snippets.

View waj's full-sized avatar

Juan Wajnerman waj

  • NoRedInk
  • Buenos Aires, Argentina
View GitHub Profile
@waj
waj / Usage.txt
Created November 4, 2012 17:19 — forked from natritmeyer/Usage.txt
JUnit formatter for RSpec
rspec my_spec.rb -r ./junit.rb -f JUnit -o results.xml
@waj
waj / concurrency-in-go.md
Last active September 17, 2015 14:53 — forked from kachayev/concurrency-in-go.md
Channels Are Not Enough or Why Pipelining Is Not That Easy