Skip to content

Instantly share code, notes, and snippets.

View bonsaiben's full-sized avatar

Ben Sullivan bonsaiben

View GitHub Profile
@ndarville
ndarville / business-models.md
Last active January 13, 2024 17:27
Business models based on the compiled list at http://news.ycombinator.com/item?id=4924647. I find the link very hard to browse, so I made a simple version in Markdown instead.

Business Models

Advertising

Models Examples
Display ads Yahoo!
Search ads Google
@bonsaiben
bonsaiben / bundle readme
Created April 28, 2012 05:19
a bash function to output a gem's README from the command line using bundler
function readme { cat `bundle show $1`/README.md; }