tommorris (Tom Morris)

Name
Tom Morris
Email
Website/Blog
http://tommorris.org/
Location
East Sussex, United Kingdom
Member Since
Feb 09, 2008 (about 1 year)

Following 44 coders and watching 91 repositories view all →

Public Repositories (23)

  • scala-quickref

    legend

    Last updated Sat Jan 16 13:49:27 -0800 2010

  • scala-vim-snippets

    Scala snippets for Vim's snipMate plugin

    legend

    Last updated Wed Dec 23 13:10:05 -0800 2009

  • kennel-club-data

    legend

    Last updated Tue Nov 24 17:40:46 -0800 2009

  • dbpedia-tests

    User-generated regression and unit tests for dbpedia.org

    legend

    Last updated Thu Nov 05 04:24:58 -0800 2009

  • reddy

    Ruby-native RDF library

    legend

    Last updated Wed Sep 09 09:43:36 -0700 2009

  • nokogiri

    Nokogiri (鋸) is an HTML, XML, SAX, and Reader parser with XPath and CSS selector support.

    legend

    Forked from tenderlove/nokogiri Wed Jun 03 12:23:41 -0700 2009

    Last updated Tue Jun 02 20:32:29 -0700 2009

  • huffduffer_mapping

    A mapping of Huffduffer tags to dbpedia and other Linked Data resources

    legend

    Last updated Fri May 15 08:50:26 -0700 2009

  • openlibrary

    One webpage for every book ever published!

    legend

    Forked from openlibrary/openlibrary Mon May 04 14:24:14 -0700 2009

    Last updated Fri May 01 10:04:12 -0700 2009

  • wiki

    legend

    Last updated Wed Feb 18 19:09:28 -0800 2009

  • tomwiki

    legend

    Last updated Tue Jan 27 11:06:47 -0800 2009

  • wigit

    WiGit

    legend

    Forked from remko/wigit Wed Feb 18 13:48:31 -0800 2009

    Last updated Fri Jan 09 12:00:12 -0800 2009

  • osinfo

    A gem to tell you all about your local environment.

    legend

    Last updated Thu Dec 18 07:10:53 -0800 2008

  • scrobbler

    Scrobbler is a wrapper for the audioscrobbler (last.fm) web services.

    legend

    Forked from jnunemaker/scrobbler Sun Dec 14 03:56:07 -0800 2008

    Last updated Wed Dec 03 17:21:47 -0800 2008

  • whatlanguage

    A language detection library for Ruby that uses bloom filters for speed.

    legend

    Forked from peterc/whatlanguage Sat Aug 30 05:45:30 -0700 2008

    Last updated Sat Aug 23 11:56:37 -0700 2008

  • voperm

    A simple permissions ontology for FOAF.

    legend

    Last updated Sat Aug 09 18:16:53 -0700 2008

  • attention-rdf

    legend

    Last updated Thu Jul 24 08:32:18 -0700 2008

  • n3-tmbundle

    The Notation3 TextMate bundle seems to have been abandoned. I'm hosting it here and maybe hacking...

    legend

    Last updated Wed Jul 23 17:09:57 -0700 2008

  • twitter-rdf

    Source code used for the Twitter-RDF bridge

    legend

    Last updated Sat Jul 12 15:33:46 -0700 2008

  • tomstyle

    Natbib style that I recreated based on my old citation practices. Putting it on Github so we can ...

    legend

    Last updated Wed Jul 02 17:06:45 -0700 2008

  • sdf

    SDF is an XHTML-based document format, and tools to make it work

    legend

    Last updated Wed May 14 09:43:56 -0700 2008

  • pyprofile

    Starting out a suite of test-developed tools for solving boring social network portability tasks.

    legend

    Last updated Thu Mar 27 12:04:38 -0700 2008

  • myspace

    A MySpace parser written in Ruby that uses Hpricot

    legend

    Last updated Wed Mar 26 14:13:21 -0700 2008

  • opml-schema

    (Unofficial) RELAX NG schema to specify the construction and meaning of OPML 1.0 and 2.0 documents.

    legend

    Last updated Wed Mar 26 12:13:58 -0700 2008

Public Activity feed

tommorris updated gist: 294612 Thu Feb 04 05:40:38 -0800 2010
I won't forget the cautionary story of the student who is said to have observed in his Introduct...
tommorris updated gist: 294612 Thu Feb 04 05:40:26 -0800 2010
"I won't forget the cautionary story of the student who is said to have observed in his Introduc...
tommorris created gist: 294612 Thu Feb 04 05:40:08 -0800 2010
"I won't forget the cautionary story of the student who is said to have observed in his Introduc...
tommorris updated gist: 290274 Fri Jan 29 16:46:17 -0800 2010
import dispatch._ import Http._ import scala.xml._
tommorris created gist: 290274 Fri Jan 29 15:53:10 -0800 2010
import dispatch._ import Http._ import scala.xml._
tommorris updated gist: 290272 Fri Jan 29 15:44:59 -0800 2010
require "open-uri" require "nokogiri"
tommorris created gist: 290272 Fri Jan 29 15:44:51 -0800 2010
require "open-uri" require "nokogiri"
tommorris created gist: 290265 Fri Jan 29 15:40:22 -0800 2010
import dispatch._ import Http._ import scala.xml._
tommorris created gist: 289724 Fri Jan 29 05:37:47 -0800 2010
require "rubygems" require "json" data = JSON.parse(open("hmg.ckan.net-20100121.json").readlines....
tommorris created gist: 289126 Thu Jan 28 12:52:17 -0800 2010
$ curl -I http://www.sun.com HTTP/1.1 301 Moved Permanently Server: Sun-Java-System-Web-Server/7.0
tommorris created gist: 288704 Thu Jan 28 04:47:36 -0800 2010
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml...
tommorris updated gist: 284380 Sun Jan 24 16:47:54 -0800 2010
[1, 2, 3, 4, 5].map {|i| i * 2 }.delete_if {|i| i <= 5 }
tommorris updated gist: 284380 Sun Jan 24 16:47:17 -0800 2010
[1, 2, 3, 4, 5].map {|i| i * 2 }.delete_if {|i| i <= 5 }
tommorris updated gist: 284380 Sat Jan 23 05:23:15 -0800 2010
[1, 2, 3, 4, 5].map {|i| i * 2 }.delete_if {|i| i <= 5 }
tommorris updated gist: 284380 Sat Jan 23 04:48:58 -0800 2010
[1, 2, 3, 4, 5].map {|i| i * 2 }.delete_if {|i| i <= 5 }
tommorris updated gist: 284380 Sat Jan 23 04:43:18 -0800 2010
[1, 2, 3, 4, 5].map {|i| i * 2 }.delete_if {|i| i <= 5 }
tommorris updated gist: 284380 Sat Jan 23 04:22:13 -0800 2010
[1, 2, 3, 4, 5].map {|i| i * 2 }.delete_if {|i| i <= 5 }
tommorris updated gist: 284380 Sat Jan 23 04:21:00 -0800 2010
[1, 2, 3, 4, 5].map {|i| i * 2 }.delete_if {|i| i <= 5 }
tommorris updated gist: 284380 Sat Jan 23 03:50:11 -0800 2010
[1, 2, 3, 4, 5].map {|i| i * 2 }.delete_if {|i| i <= 5 }
tommorris updated gist: 284380 Fri Jan 22 19:45:48 -0800 2010
[1, 2, 3, 4, 5].map {|i| i * 2 }.delete_if {|i| i <= 5 }
tommorris updated gist: 284380 Fri Jan 22 19:30:30 -0800 2010
[1, 2, 3, 4, 5].map {|i| i * 2 }.delete_if {|i| i <= 5 }
tommorris updated gist: 284380 Fri Jan 22 18:43:45 -0800 2010
[1, 2, 3, 4, 5].map {|i| i * 2 }.delete_if {|i| i <= 5 }
tommorris updated gist: 284380 Fri Jan 22 18:19:03 -0800 2010
[1, 2, 3, 4, 5].map {|i| i * 2 }.delete_if {|i| i <= 5 }
tommorris created gist: 284380 Fri Jan 22 18:13:23 -0800 2010
[1, 2, 3, 4, 5].map {|i| i * 2 }.delete_if {|i| i <= 5 }
tommorris started watching javaBin/scala-training-code Fri Jan 22 14:40:37 -0800 2010
scala-training-code's description:
Contains code necessary participate in the Scala training course.
tommorris pushed to master at tommorris/scala-quickref Sat Jan 16 13:49:28 -0800 2010
HEAD is b9e4008970862d35857aee9c0fa01c056c1f34d0

2 commits »

tommorris pushed to master at tommorris/scala-quickref Sat Jan 16 13:31:45 -0800 2010
HEAD is b6c788795895322df32bcd199325f451ee16a00f
  • tommorris committed b6c78879:
    added external links, basics of defining classes and traits
tommorris opened issue 1 on tommorris/scala-quickref Sat Jan 16 13:14:58 -0800 2010
Needs a literals section
tommorris created branch master at tommorris/scala-quickref Sat Jan 16 13:05:08 -0800 2010
tommorris created repository scala-quickref Sat Jan 16 13:04:47 -0800 2010
New repository is at tommorris/scala-quickref
tommorris updated gist: 268123 Sun Jan 03 12:54:56 -0800 2010
Galloping Cantor: a set-theoretical programming language Except, it isn't really useful. It's un...
tommorris updated gist: 268123 Sun Jan 03 12:53:34 -0800 2010
Galloping Cantor: a set-theoretical programming language Except, it isn't really useful. It's un...
tommorris created gist: 268123 Sun Jan 03 12:52:42 -0800 2010
Galloping Cantor: a set-theoretical programming language Except, it isn't really useful. It's un...
tommorris updated gist: 267942 Sun Jan 03 03:01:58 -0800 2010
Here are the logic symbols I use, roughly in order of frequency, along with a brief description ...
tommorris updated gist: 267942 Sun Jan 03 02:55:47 -0800 2010
Here are the logic symbols I use, roughly in order of frequency, along with a brief description ...