Skip to content

Instantly share code, notes, and snippets.

View srinathgs's full-sized avatar

Srinath srinathgs

View GitHub Profile
@srinathgs
srinathgs / golang_job_queue.md
Created August 3, 2016 08:34 — forked from harlow/golang_job_queue.md
Job queues in Golang

Here is an essay version of my class notes from Class 1 of CS183: Startup. Errors and omissions are my own. Credit for good stuff is Peter’s entirely.

CS183: Startup—Notes Essay—The Challenge of the Future

Purpose and Preamble

## The quick-and-nasty CVE-2013-0156 Heroku inspector!
## Originally brought to you by @elliottkember with changes by @markpundsack @ Heroku
## Download and run using:
## ruby heroku-CVE-2013-0156.rb
`heroku list`.split("\n").each do |app|
app = app.strip
# Some "heroku apps" lines have === formatting for grouping. They're not apps.
next if app[0..2] == "==="