Michael Barton RSS

Archive

May
29th
Thu
permalink
May
19th
Mon
permalink

Simple Ruby markdown script using BlueCloth and RubyPants

#!/usr/local/bin/ruby

require 'rubygems'
require 'bluecloth'
require 'rubypants'

puts RubyPants.new(BlueCloth.new(File.open(ARGV.shift).read).to_html).to_html
May
8th
Thu
permalink

Yeast gene reqular expression

Y[A-Z]{2}\d{3}[CW](-[AB])?

Revisions welcome

May
4th
Sun
permalink

Git pull messages show you your hard work

Updating 60661c5..f7326c6
Fast forward
 .gitignore            |    2 ++
 Rakefile              |   22 ++++++++++++++++++++++
 analysis/project.rake |   28 ++++++++++++++++++++++++++++
 config/environment.rb |   16 ++++++++++++++++
 controller/main.rb    |    8 +++++++-
 model/project.rb      |   12 ++++++++++++
 start.rb              |   16 +++-------------
 view/index.haml       |   10 ++++++++++
 8 files changed, 100 insertions(+), 14 deletions(-)