timcowlishaw (Tim Cowlishaw)

Name
Tim Cowlishaw
Email
Website/Blog
http://timcowlishaw.co.uk
Company
headshift.com
Location
London
Member Since
Apr 02, 2008 (about 1 year)

Following 16 githubbers and watching 12 repositories view all →

Public Repositories (9)

  • sicp

    Solutions to SICP Exercises in various languages

    legend

    Last updated Wed Nov 25 05:41:07 -0800 2009

  • proxy_music

    A small rack-based web server that proxies all requests to another host. I'm using this primarily...

    legend

    Last updated Sat Oct 24 12:38:23 -0700 2009

  • harvest-viz

    Generating Visualisations of project data from harvestapp.com

    legend

    Forked from headshift/harvest-viz Fri Oct 23 08:59:11 -0700 2009

    Last updated Fri Oct 23 09:54:01 -0700 2009

  • Itsy

    A small DSL for declaratively specifying screenscrapers and scraped information in ruby.

    legend

    Last updated Mon Oct 19 11:44:25 -0700 2009

  • Graphable

    a lightweight object graph library for Ruby

    legend

    Last updated Sat Aug 22 10:38:21 -0700 2009

  • metacurator

    legend

    Last updated Mon May 18 06:36:14 -0700 2009

  • paperclip

    Easy file attachment management for ActiveRecord

    legend

    Forked from thoughtbot/paperclip Tue Apr 21 02:08:29 -0700 2009

    Last updated Tue Apr 21 02:15:46 -0700 2009

  • race

    Ruby Arts Computing Education - a framework for computer graphics eduation using ruby.

    legend

    Last updated Mon Nov 24 10:00:04 -0800 2008

  • arduous

    A ruby library for communicating with an Arduino board over a USB connection

    legend

    Last updated Sat Sep 20 07:29:05 -0700 2008

Public Activity feed

timcowlishaw created gist: 246237 Tue Dec 01 03:38:15 -0800 2009
def to_rows(array, rows) new_array = [] while !array.empty?
timcowlishaw updated gist: 245545 Mon Nov 30 10:01:02 -0800 2009
class Object def when(*a, &block) a.inject(true) {|m, n| m && n} ? block.call(*([self] + a...
timcowlishaw updated gist: 245545 Mon Nov 30 08:45:06 -0800 2009
class Object def when(var, &block) var ? block.call(self, var) : self
timcowlishaw created gist: 245545 Mon Nov 30 08:44:38 -0800 2009
class Object def when(var, &block) var ? block.call(self, var) : self
timcowlishaw pushed to master at timcowlishaw/sicp Wed Nov 25 05:41:07 -0800 2009
timcowlishaw created gist: 242677 Wed Nov 25 04:35:13 -0800 2009
pascalTriangle :: (Integral a) => a -> [[a]] pascalTriangle n = map pascalRow [1..n] pascalRow ::...
timcowlishaw pushed to master at timcowlishaw/sicp Tue Nov 24 09:37:03 -0800 2009
HEAD is 9a5473efda5fdd6efd946cd28bcf75268f24d296
timcowlishaw pushed to master at timcowlishaw/sicp Tue Nov 24 08:21:24 -0800 2009
HEAD is f52c71c630c0618f13cf5cbbf5226592dfc24017
timcowlishaw pushed to master at timcowlishaw/sicp Tue Nov 24 05:46:45 -0800 2009
HEAD is 3bd11baac6c2311fd4b711aadbeb9384cdef7abe
  • timcowlishaw committed 3bd11baa:
    exercise 1.10 -Ackermann function defined in Haskell too, for shits and giggles
timcowlishaw pushed to master at timcowlishaw/sicp Mon Nov 23 08:33:36 -0800 2009
timcowlishaw pushed to master at timcowlishaw/sicp Mon Nov 23 08:29:11 -0800 2009
HEAD is 5a57bac26b96a25ab30f6518f51517c05040f30f
timcowlishaw created gist: 218868 Mon Oct 26 11:01:25 -0700 2009
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-...
timcowlishaw created gist: 218852 Mon Oct 26 10:45:56 -0700 2009
<!-- Got this in the html: --> <div class="privacy">
timcowlishaw created branch master at timcowlishaw/proxy_music Sat Oct 24 12:38:23 -0700 2009
timcowlishaw created repository proxy_music Sat Oct 24 12:37:56 -0700 2009
New repository is at timcowlishaw/proxy_music
timcowlishaw pushed to master at timcowlishaw/harvest-viz Fri Oct 23 09:54:01 -0700 2009
HEAD is b57009175aa392819dadd28013ba8e757c2dfc7c
timcowlishaw pushed to master at timcowlishaw/harvest-viz Fri Oct 23 09:18:38 -0700 2009
HEAD is fde07199f5410e09400b80043e7016e830404cfd

3 commits »

timcowlishaw forked headshift/harvest-viz Fri Oct 23 08:59:11 -0700 2009
Forked repository is at timcowlishaw/harvest-viz
timcowlishaw pushed to master at timcowlishaw/Itsy Mon Oct 19 11:44:26 -0700 2009
HEAD is d2ca232d60f4ab74f8963b433f2b743f8144ac99
timcowlishaw created branch master at timcowlishaw/Itsy Mon Oct 19 11:36:14 -0700 2009
timcowlishaw created repository Itsy Mon Oct 19 11:34:04 -0700 2009
New repository is at timcowlishaw/Itsy
timcowlishaw pushed to master at timcowlishaw/sicp Mon Sep 28 12:20:48 -0700 2009
HEAD is 8b0b7eec5c9d26d18596e4a7fc1bd9054b6949a5