Skip to content

Instantly share code, notes, and snippets.

View voodoo's full-sized avatar
🏠
Hardly working

Paul Vudmaska voodoo

🏠
Hardly working
View GitHub Profile
# coding=UTF-8
from __future__ import division
import re
# This is a naive text summarization algorithm
# Created by Shlomi Babluki
# April, 2013
class SummaryTool(object):
@voodoo
voodoo / irbrc
Created December 3, 2009 01:32 — forked from robmerrell/irbrc
require 'rubygems'
require 'hirb'
# irb options
IRB.conf[:AUTO_INDENT]=true
# Hirb
Hirb.enable :pager=>false
# make hashes show up as yaml (from the Hirb documentation)