ntoll (Nicholas Tollervey)

Name
Nicholas Tollervey
Email
Website/Blog
http://ntoll.org/
Location
Towcester, UK
Member Since
Dec 01, 2008 (about 1 year)

Following 17 githubbers and watching 22 repositories view all →

Public Repositories (12)

  • RESTProvider

    REST Provider for Android

    legend

    Forked from novoda/RESTProvider Tue Dec 01 11:11:55 -0800 2009

    Last updated Thu Dec 10 00:44:17 -0800 2009

  • pocketFluidDB

    An example of an javascript application for FluidDB that can be hosted on FluidDB

    legend

    Last updated Fri Dec 04 16:53:50 -0800 2009

  • JFluidDB

    A simple Java library for interacting with fluiddb

    legend

    Forked from rossjones/JFluidDB Mon Aug 24 06:07:47 -0700 2009

    Last updated Sun Nov 22 17:02:46 -0800 2009

  • sebastian

    symbolic music analysis and composition library in Python

    legend

    Forked from jtauber/sebastian Fri Jul 17 14:55:37 -0700 2009

    Last updated Fri Oct 23 04:55:08 -0700 2009

  • microformats

    A simple Django application that makes it easy to integrate and use Microformats in your web-appl...

    legend

    Last updated Fri Oct 23 01:33:25 -0700 2009

  • code-dojo

    Code required *before* the London Code Dojo

    legend

    Last updated Sun Oct 18 04:49:40 -0700 2009

  • workflow

    A lightweight workflow engine application for Django based web-applications

    legend

    Last updated Fri Sep 25 07:43:45 -0700 2009

  • event_log

    A simple Django application that logs events and generates timelines

    legend

    Last updated Wed Sep 23 08:13:33 -0700 2009

  • FluidDB.NET

    A library for connecting to FluidDB from .NET

    legend

    Last updated Fri Sep 11 01:15:25 -0700 2009

  • pinax

    a Django-based platform for rapidly developing websites

    legend

    Forked from pinax/pinax Tue Jul 21 06:49:53 -0700 2009

    Last updated Wed Jul 29 11:58:04 -0700 2009

  • IssueTracker

    A very simple Django based issue tracking system written to demonstrate my Workflow application

    legend

    Last updated Sat Jul 11 12:49:54 -0700 2009

  • tweetdreams

    Uses Markov chains to generate new tweets based on past tweets.

    legend

    Last updated Sat Feb 21 14:36:33 -0800 2009

Public Activity feed

ntoll started watching haseman/Android-AR-Kit Wed Dec 16 14:46:25 -0800 2009
Android-AR-Kit's description:
An open source, Geographical based, Augmented Reality library
ntoll started watching aprilchild/aprilchild Mon Dec 14 12:59:45 -0800 2009
aprilchild's description:
Various open source projects from aprilchild.com.
ntoll pushed to master at ntoll/RESTProvider Thu Dec 10 00:44:18 -0800 2009
HEAD is 78ee0f58a9cb7b92c1ad05c8ebe145b101c01cd2

11 commits »

ntoll created gist: 251827 Tue Dec 08 09:32:22 -0800 2009
import java.io.IOException; import com.fluidinfo.*; import com.fluidinfo.fom.*;
ntoll pushed to master at ntoll/pocketFluidDB Fri Dec 04 16:53:51 -0800 2009
HEAD is c6561b00e7d679be1fbb5cf510b62b5bccd78bc9
  • ntoll committed c6561b00:
    First (failed) attempt at try/catch in search results and removing the string concat that didn't work :-(
ntoll started watching novoda/android Fri Dec 04 13:11:39 -0800 2009
android's description:
Examples of Android applications
ntoll forked novoda/RESTProvider Tue Dec 01 11:11:56 -0800 2009
Forked repository is at ntoll/RESTProvider
ntoll pushed to master at ntoll/pocketFluidDB Mon Nov 30 13:14:30 -0800 2009
HEAD is f79b738306c66928c6d9d470db44d0f5cfb64f33
  • ntoll committed f79b7383:
    Started some UI improvements for interacting with tags and namespaces - will probably re-write in the end, just exploring Sammy and jQuery
ntoll pushed to master at ntoll/pocketFluidDB Mon Nov 30 08:38:40 -0800 2009
HEAD is 65534a2fe1f402fcd5dcd0248a24682a00e87e4f
  • ntoll committed 65534a2f:
    Some slight performance inmprovements in the javascript. Also modified the push.py script so it won't add all the git related assets to FluidDB
ntoll pushed to master at ntoll/pocketFluidDB Mon Nov 30 06:10:21 -0800 2009
HEAD is c864c7bdc8b3c70572968377a238bba3e9c36274
  • ntoll committed c864c7bd:
    Fixed a couple of link problems in the README
ntoll started watching ecarnevale/jsFluidDB Mon Nov 30 06:08:52 -0800 2009
jsFluidDB's description:
javascript client library to access FluidDB database
ntoll pushed to master at ntoll/pocketFluidDB Mon Nov 30 04:21:28 -0800 2009
HEAD is 4ff280b65d1b73b2d629cd97dc0ceea727726ef2
ntoll pushed to master at ntoll/pocketFluidDB Mon Nov 30 04:20:21 -0800 2009
HEAD is a5daa59704ee80c9a445241e1d0119ed221ed348
  • ntoll committed a5daa597:
    Added some hints for where to look in the code
ntoll pushed to master at ntoll/pocketFluidDB Mon Nov 30 04:04:42 -0800 2009
HEAD is 7d00d88a3872cfee8bbd52f181e2402597bc4b59
ntoll pushed to master at ntoll/pocketFluidDB Mon Nov 30 03:54:26 -0800 2009
HEAD is 2cf4a5e2b6260761e6a38ae5d9972bda557a268d
ntoll created branch master at ntoll/pocketFluidDB Mon Nov 30 03:50:54 -0800 2009
ntoll created repository pocketFluidDB Mon Nov 30 03:48:49 -0800 2009
New repository is at ntoll/pocketFluidDB
ntoll pushed to master at ntoll/JFluidDB Sun Nov 22 17:02:46 -0800 2009
HEAD is 781f0a0b50c37044f31209aabb4c39adb9b85a61
  • ntoll committed 781f0a0b:
    Added validation of the name when creating new namespaces and tags: makes sure the length is <233 and it doesn't contain invalid chars
ntoll pushed to master at ntoll/JFluidDB Mon Nov 02 09:17:53 -0800 2009
HEAD is 88b4cae98269b5b96b4e4c9e27f40168bd93f7f9
  • ntoll committed 88b4cae9:
    Fixed confusion between fluiddb/users/name and fluiddb/users/username tags when relating to the User object. Thanks for the heads-up from Peter Wayner. Unit tests and credentials need to be updated. See README for update.
ntoll pushed to master at ntoll/sebastian Fri Oct 23 04:55:09 -0700 2009
HEAD is 2822bbf5020817b8dd86768b8fa1de6e96d4a959
ntoll pushed to master at ntoll/microformats Fri Oct 23 01:33:25 -0700 2009
HEAD is 819643dd3a8fb2d684e63284ca53d62a62b17af9

10 commits »

ntoll pushed to master at ntoll/sebastian Wed Oct 21 08:59:15 -0700 2009
HEAD is 364ce4327cdbb3689db4b468f908e54729b4f377

48 commits »

ntoll pushed to master at ntoll/code-dojo Sun Oct 18 04:49:40 -0700 2009
HEAD is 85750b843cd04328ab65fcb4f4bd9e49c11d5ac6
  • ntoll committed 85750b84:
    Added explanation to README of progress done so far
ntoll pushed to master at ntoll/code-dojo Sun Oct 18 04:46:55 -0700 2009
HEAD is d55049045895981c8228e4e27ab735ec8e7920dd

11 commits »

ntoll pushed to master at ntoll/JFluidDB Wed Oct 07 16:44:23 -0700 2009
HEAD is 765e9cba6c659be68ba76dabc4c8b54e6c34bb7d
  • ntoll committed 765e9cba:
    FOM is complete. All that is left to do is add ability to handle opaque tag values. I also moved the unit tests to their own sub-directory (tests). Test coverage is 92.4%.