chris-d-adams (Chris Adams)

Name
Chris Adams
Email
Website/Blog
http://chrisadams.me.uk
Company
Stemcel.co.uk
Location
London
Member Since
Jul 22, 2008 (about 1 year)

Following 27 githubbers and watching 105 repositories view all →

Public Repositories (14)

  • doord

    Networked based door access control

    legend

    Forked from derfred/doord Thu Feb 12 13:45:33 -0800 2009

    Last updated Sat Nov 28 11:14:19 -0800 2009

  • rationr

    legend

    Forked from eddd/rationr Sat Nov 14 10:46:18 -0800 2009

    Last updated Tue Nov 24 16:14:34 -0800 2009

  • sicp

    my notes and exercises as I work through SICP with the http://londoncsbookclub.pbworks.com/

    legend

    Last updated Sun Nov 22 08:19:38 -0800 2009

  • Opening-Times

    See which facilities near a given location are currently open

    legend

    Forked from aubergene/Opening-Times Wed Oct 21 17:36:10 -0700 2009

    Last updated Wed Oct 21 15:39:49 -0700 2009

  • hubplus

    The Hub's social-network for members built on pinax / django / python

    legend

    Forked from thehub/hubplus Wed Oct 21 17:39:15 -0700 2009

    Last updated Mon Oct 19 06:40:21 -0700 2009

  • playdar.prefpane

    All in one Mac OS X Preference Pane for the Playdar daemon

    legend

    Forked from mxcl/playdar.prefpane Tue Nov 10 16:12:06 -0800 2009

    Last updated Sun Oct 18 10:48:20 -0700 2009

  • jekyll

    Jekyll is a blog-aware, static site generator in Ruby

    legend

    Forked from mojombo/jekyll Thu Oct 15 15:14:03 -0700 2009

    Last updated Mon Aug 24 00:11:50 -0700 2009

  • workling

    easily do background work in rails, without commiting to a particular runner. comes with starling...

    legend

    Forked from derfred/workling Tue Jul 28 06:13:15 -0700 2009

    Last updated Tue Jul 28 09:40:13 -0700 2009

  • dotfiles

    config files for zsh, bash, completions, gem, git, irb, rails

    legend

    Forked from ryanb/dotfiles Sat Jul 11 15:45:37 -0700 2009

    Last updated Fri Jul 24 14:12:36 -0700 2009

  • yui3

    YUI 3.x Source Tree

    legend

    Forked from yui/yui3 Wed Jul 15 11:56:34 -0700 2009

    Last updated Tue Jul 14 12:24:41 -0700 2009

  • eeml-ruby

    A Ruby wrapper around the Extended Environments Markup Language

    legend

    Forked from Floppy/eeml-ruby Sat Sep 12 07:24:38 -0700 2009

    Last updated Sun May 17 12:05:27 -0700 2009

  • openhackday

    London Open Hack Day talk

    legend

    Forked from davglass/openhackday Sat May 09 15:07:01 -0700 2009

    Last updated Fri May 08 16:52:29 -0700 2009

  • epicbin

    legend

    Forked from aubergene/epicbin Mon Mar 09 16:27:11 -0700 2009

    Last updated Sat Mar 07 10:00:34 -0800 2009

  • wordpress-capistrano

    Automate your wordpress deploys with capistrano and git

    legend

    Forked from jestro/wordpress-capistrano Sun Apr 19 08:49:15 -0700 2009

    Last updated Thu Dec 18 20:15:50 -0800 2008

Public Activity feed

chris-d-adams updated gist: 258386 Wed Dec 16 16:49:59 -0800 2009
#!/usr/bin/env ruby unless ARGV[0]
chris-d-adams forked gist: 258386 Wed Dec 16 16:47:40 -0800 2009
#!/usr/bin/env ruby unless ARGV[0]
chris-d-adams updated gist: 244707 Sat Nov 28 16:11:42 -0800 2009
root@Brutus2:/# cat /etc/config/network config 'interface' 'loopback'
chris-d-adams updated gist: 244707 Sat Nov 28 16:10:46 -0800 2009
root@Brutus2:/# cat /etc/config/network config 'interface' 'loopback'
chris-d-adams updated gist: 244707 Sat Nov 28 16:02:28 -0800 2009
root@Brutus2:/# cat /etc/config/network config 'interface' 'loopback'
chris-d-adams created gist: 244707 Sat Nov 28 15:59:39 -0800 2009
chrisadams@Chris-Adamss-MacBook-2 ~ > ifconfig lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mt...
chris-d-adams pushed to master at chris-d-adams/doord Sat Nov 28 11:14:20 -0800 2009
HEAD is f5c3fdce280e1b5c28b821ad7be8de041df48c71

13 commits »

chris-d-adams commented on eddd/rationr Tue Nov 24 16:17:18 -0800 2009
Comment in 435c15d:

Ed, the nice thing about github is that we can annotate commits and discuss them here.

And show everyone how clueless we are.

chris-d-adams pushed to master at chris-d-adams/rationr Tue Nov 24 16:14:35 -0800 2009
HEAD is c77ad6b56fa7f562c28ce14f83595589779c7d22

9 commits »

chris-d-adams updated gist: 241841 Tue Nov 24 07:08:27 -0800 2009
// this delivers the custom behaviour for the slide toggling response section for adding thoughts
chris-d-adams updated gist: 241841 Tue Nov 24 07:07:35 -0800 2009
// this delivers the custom behaviour for the slide toggling response section for adding thoughts
chris-d-adams updated gist: 241841 Tue Nov 24 06:55:25 -0800 2009
chris-d-adams updated gist: 241841 Tue Nov 24 04:34:34 -0800 2009
// I'm using this debug tool to the debug calls - it's cross browser // and very handy: // http:...
chris-d-adams updated gist: 241841 Tue Nov 24 04:32:31 -0800 2009
// I'm using this debug tool to the debug calls - it's cross browser and very handy: // http://be...
chris-d-adams created gist: 241841 Tue Nov 24 04:29:45 -0800 2009
// I'm using this debug tool to the debug calls - it's cross browser and very handy: // http://be...
chris-d-adams created gist: 241815 Tue Nov 24 03:50:24 -0800 2009
JoverLayer = jQuery.klass({ initialize: function(options) { this.overlay = jQuery('<div id=...
chris-d-adams updated gist: 241089 Mon Nov 23 06:08:12 -0800 2009
def just_one_kind_of_response?(item, controller) case controller when 'suggestions', 'a...
chris-d-adams forked gist: 241089 Mon Nov 23 06:06:05 -0800 2009
def just_one_kind_of_response?(item, controller) case controller
chris-d-adams created gist: 240812 Sun Nov 22 16:40:30 -0800 2009
# this is ridonkulously ugly, and looks like an ideal candidate for a case statement, but my unde...
chris-d-adams pushed to master at chris-d-adams/sicp Sun Nov 22 08:19:39 -0800 2009
HEAD is 5d87e039fa3a6fd0368cd62d667f64047acf40f9

2 commits »

chris-d-adams pushed to master at chris-d-adams/sicp Sun Nov 22 08:01:59 -0800 2009
HEAD is 404e9d1254c90ab55bee128ccc6405a546c30962

2 commits »

chris-d-adams created branch master at chris-d-adams/sicp Sun Nov 22 07:52:30 -0800 2009
chris-d-adams created repository sicp Sun Nov 22 07:45:18 -0800 2009
New repository is at chris-d-adams/sicp
chris-d-adams started watching Jonty/RemoteSensors Tue Nov 17 08:40:14 -0800 2009
RemoteSensors's description:
A JSON sensor data server for Android, with example apps (Including Google Maps tilt-scroll)
chris-d-adams started watching chrislloyd/gravtastic Mon Nov 16 16:28:46 -0800 2009
gravtastic's description:
Add Gravatars to your Rubies/Rails!
chris-d-adams created gist: 235915 Mon Nov 16 02:35:32 -0800 2009
~$ yardoc /usr/local/lib/ruby/1.8 /usr/local/lib/ruby/gems/1.8/gems/yard-0.4.0/bin/../lib/yard/pa...
chris-d-adams updated gist: 235594 Mon Nov 16 00:32:17 -0800 2009
#!/usr/bin/ruby # This a quick script adapted from a friend to expedite the process of downloadi...
chris-d-adams updated gist: 235594 Mon Nov 16 00:31:16 -0800 2009
#!/usr/bin/ruby # This a quick script adapted from a friend to expedite the process of downloadi...
chris-d-adams updated gist: 235594 Sun Nov 15 16:15:04 -0800 2009
#!/usr/bin/ruby # This a quick script adapted from a friend to expedite the process of downloadi...
chris-d-adams created gist: 235594 Sun Nov 15 16:14:37 -0800 2009
#!/usr/bin/ruby # This a quick script adapted from a friend to expedite the process of downloaid...
chris-d-adams started watching defunkt/cijoe Sun Nov 15 11:32:43 -0800 2009
cijoe's description:
CI Joe is a simple Continuous Integration server.
chris-d-adams started watching dim/retrospectiva Sun Nov 15 11:32:30 -0800 2009
retrospectiva's description:
Open source, web-based agile project management, featuring: Goal planner, Story management, Issue-tracker, Code review, SCM Integration, Wiki &amp;amp; Blog. It is intended to assist the collaborative aspect of work carried out by software development teams.
chris-d-adams pushed to master at eddd/rationr Sat Nov 14 11:07:39 -0800 2009
HEAD is f7b7fe2aa3c23587bf8eaa9f213cc41bb12f51f1
  • Chris Adams committed f7b7fe2a:
    Trying something dull.
chris-d-adams created branch edd_master at eddd/rationr Sat Nov 14 11:06:22 -0800 2009
New branch is at eddd/rationr/tree/edd_master
chris-d-adams pushed to master at chris-d-adams/rationr Sat Nov 14 10:48:29 -0800 2009
HEAD is ec487786871403fe505bfd60548c750ad4130165
  • Chris Adams committed ec487786:
    Added a more relevant readme.