mig / cbin

A small sinatra app for organizing loose source code snippets, includes RSS and syntax highlighting

This URL has Read+Write access

cbin /
name age message
file .gitignore Sun Feb 15 09:08:39 -0800 2009 added login link and moved app_config to sepera... [mig]
file MIT-LICENSE Sat Jan 31 21:32:41 -0800 2009 readme and license [mig]
file README.textile Sun Feb 08 14:23:40 -0800 2009 more updating readme [mig]
file app_config.rb_sample Sun Feb 15 09:08:39 -0800 2009 added login link and moved app_config to sepera... [mig]
file cbin.rb Sun Feb 15 09:08:39 -0800 2009 added login link and moved app_config to sepera... [mig]
file config.ru Tue Apr 14 08:19:30 -0700 2009 updated rackup to be more modern [mig]
directory lib/ Sat Feb 07 12:46:51 -0800 2009 finished implementing authentication [mig]
file passenger.conf_example Sun Feb 08 13:43:30 -0800 2009 added sample passenger config [mig]
directory public/ Sun Feb 01 20:13:30 -0800 2009 rackup! [mig]
directory test/ Sun Feb 08 13:10:39 -0800 2009 changed main.rb to cbin.rb [mig]
directory views/ Sun Feb 15 09:08:39 -0800 2009 added login link and moved app_config to sepera... [mig]
README.textile

cbin

Cbin is a simple sinatra app that you can use to store headless code snippets you find interesting. I wrote this application for myself, after finding many chunks of code around the internet, finding them interesting or useful, but not having a place for them at that specific time.

I might at more features in the future, like search, but I’m not too worried about it right now.

Dependencies

  • sinatra
  • haml
  • sass
  • dm-core
  • dm-timestamps
  • dm-validations
  • do_sqlite3
  • ultraviolet

Released under the MIT license, © 2009 Matt Swasey of Viget Labs