Skip to content

Instantly share code, notes, and snippets.

View geipette's full-sized avatar

Geir Henning Pettersen geipette

  • Oda Group Services AS
  • Norway
View GitHub Profile
@geipette
geipette / alice.txt
Created February 13, 2013 13:49 — forked from jarib/alice.txt
Alice's Adventures in Wonderland
ALICE'S ADVENTURES IN WONDERLAND
Lewis Carroll
THE MILLENNIUM FULCRUM EDITION 3.0
@geipette
geipette / mimic.rb
Last active December 13, 2015 16:59 — forked from jarib/oppgave.md
#encoding: UTF-8
class Mimic
def initialize
@wordmap = Hash.new {|hash, key| hash[key]=[]}
end
def process(input)
words = input.split.collect do |e|
e #.downcase.gsub(/[^a-zA-ZæøåÆØÅ]/ , '')