JNRowe (James Rowe)

Name
James Rowe
Email
Website/Blog
http://jnrowe.github.com/
Location
London, UK
Member Since
Mar 08, 2009 (8 months)

Following 1 githubber and watching 21 repositories view all →

Public Repositories (18)

  • misc-overlay

    Gentoo overlay -- miscellaneous packages

    legend

    Last updated Sat Nov 07 12:10:24 -0800 2009

  • jnrowe.github.com

    My user pages repository

    legend

    Last updated Wed Nov 04 07:16:14 -0800 2009

  • dotbash

    Shared bash configuration files

    legend

    Last updated Sun Nov 01 12:00:13 -0800 2009

  • cupage

    A tool to check for updates on web pages

    legend

    Last updated Sun Nov 01 11:59:51 -0800 2009

  • pytemplate

    Package template for Python, with distutils setup

    legend

    Last updated Sun Nov 01 11:57:36 -0800 2009

  • bwatch

    Simple bandwidth watching tool

    legend

    Last updated Sun Nov 01 11:34:15 -0800 2009

  • pages_layouts

    Shared layouts submodule for jekyll

    legend

    Last updated Sat Oct 31 19:27:50 -0700 2009

  • fixes-overlay

    Small package fixes languishing in the Gentoo BTS

    legend

    Last updated Sat Oct 31 19:17:20 -0700 2009

  • oh-my-zsh

    A community-driven framework for managing your zsh configuration.

    legend

    Forked from robbyrussell/oh-my-zsh Wed Oct 28 13:13:46 -0700 2009

    Last updated Wed Oct 28 14:36:42 -0700 2009

  • litter

    twitter viewer

    legend

    Last updated Wed Oct 14 22:19:51 -0700 2009

  • enlightenment-overlay

    Mirror of Vapier's enlightenment overlay for Gentoo

    legend

    Last updated Thu Oct 08 08:58:37 -0700 2009

  • hpodder

    Hpodder is a tool to scan and download podcasts.

    legend

    Last updated Sat Sep 26 06:38:13 -0700 2009

  • upoints

    upoints is a collection of GPL v3 licensed modules for working with points on Earth, or other nea...

    legend

    Last updated Thu Sep 17 22:30:56 -0700 2009

  • pyisbn

    A Python module for working with 10- and 13-digit ISBNs

    legend

    Last updated Thu Sep 17 22:29:40 -0700 2009

  • readyset

    Ready-to-use Software Engineering Templates

    legend

    Last updated Sat Aug 29 11:57:00 -0700 2009

  • termstyle

    a dirt-simple terminal-colour library for python

    legend

    Forked from gfxmonk/termstyle Sun May 24 00:05:46 -0700 2009

    Last updated Sun May 24 02:31:15 -0700 2009

  • local-bin

    Tat from my ~/bin

    legend

    Last updated Thu May 14 11:13:19 -0700 2009

  • bfm

    This program is a dockapp-style CPU, memory, swap and load average monitor.

    legend

    Last updated Sun Apr 26 12:29:39 -0700 2009

Public Activity feed

JNRowe pushed to master at JNRowe/misc-overlay Sat Nov 07 12:10:25 -0800 2009
HEAD is 7bdb9b700e218e7146f4825d31fddde4497108d0

2 commits »

JNRowe pushed to master at JNRowe/misc-overlay Sat Nov 07 12:03:12 -0800 2009
HEAD is 16b9719aa896e6d5d0e44f29bb2952f4e28f3021

5 commits »

JNRowe pushed to master at JNRowe/misc-overlay Sat Nov 07 12:02:03 -0800 2009
HEAD is 834d3a82f70d8c9822a1599435a73f9c93fcfe51

2 commits »

JNRowe pushed to master at JNRowe/misc-overlay Sat Nov 07 11:31:55 -0800 2009
HEAD is b0cf4cb9c895616ffb21dede8297d61e9caf2abb

2 commits »

JNRowe pushed to master at JNRowe/misc-overlay Fri Nov 06 07:31:34 -0800 2009
HEAD is 4969727723526e4f28465889c591e188a50611eb

2 commits »

JNRowe pushed to master at JNRowe/misc-overlay Fri Nov 06 07:25:47 -0800 2009
HEAD is b72550cd09ff1f544bba70ef1e388864158fecb3

35 commits »

JNRowe pushed to master at JNRowe/jnrowe.github.com Wed Nov 04 07:16:16 -0800 2009
HEAD is a5094133ee37b9195ee76bfe9915860d614e8d8c
JNRowe pushed to master at JNRowe/jnrowe.github.com Sun Nov 01 18:27:01 -0800 2009
HEAD is 14c92dd0f682f24617d8a8bb63c72a1153d9ae18
JNRowe created gist: 223895 Sun Nov 01 18:26:30 -0800 2009
>>> from dateutil import parser >>> s = '2009 10 30 23:35:16+0400' >>> parser.parse(s)
JNRowe created gist: 223894 Sun Nov 01 18:26:04 -0800 2009
>>> from pyparsing import (Literal, White, Word, alphas, nums) >>> matcher = Word(alphas) + Word(...
JNRowe created gist: 223893 Sun Nov 01 18:25:39 -0800 2009
>>> re.findall(r' (\d+\\\w+) ', 'make 123\match ', re.DEBUG|re.LOCALE) literal 32 subpattern 1
JNRowe created gist: 223892 Sun Nov 01 18:25:06 -0800 2009
>>> re.findall(' ([0-9]+\\[a-z]+) ', 'make 123\match ', re.DEBUG) literal 32 subpattern 1
JNRowe created gist: 223891 Sun Nov 01 18:24:19 -0800 2009
>>> import re >>> re.findall(' ([0-9]+\\[a-z]+) ', 'make 123\match ') []
JNRowe pushed to master at JNRowe/dotbash Sun Nov 01 12:00:14 -0800 2009
HEAD is de161c83f01fa8fc794ffc8e17f3fba0a934b67b

3 commits »

JNRowe pushed to master at JNRowe/cupage Sun Nov 01 11:59:52 -0800 2009
HEAD is d73bd84838dd6a370d02a58429aa6fc3734bc11f

5 commits »

JNRowe pushed to master at JNRowe/cupage Sun Nov 01 11:58:53 -0800 2009
HEAD is efab9a922af19e26d48b708d0e4eedf5a3e170e5
JNRowe pushed to master at JNRowe/pytemplate Sun Nov 01 11:57:36 -0800 2009
HEAD is 2b3fa796a27dfee88f95887f372dc41ed42f97e1
JNRowe pushed to master at JNRowe/cupage Sun Nov 01 11:49:47 -0800 2009
HEAD is dc15dc65481bc2a793ea3175e42353fb8c8e14e2

4 commits »

JNRowe pushed to master at JNRowe/pytemplate Sun Nov 01 11:40:56 -0800 2009
HEAD is 3bff75a6dd5ce5b3b3cb0a40212ff61f8b7526ba

2 commits »

JNRowe pushed to master at JNRowe/bwatch Sun Nov 01 11:34:15 -0800 2009
HEAD is f732448086f2ca0c3b05b19cc8bd3b47c2045f4d

4 commits »

JNRowe pushed to master at JNRowe/pages_layouts Sat Oct 31 19:27:52 -0700 2009
HEAD is 6c295b115e8d94556744c285e77e626b2f0be590

2 commits »

JNRowe pushed to master at JNRowe/jnrowe.github.com Sat Oct 31 19:21:15 -0700 2009
HEAD is d08cc7313fd87fbaf7fe6807d40c5f97cedfae80

3 commits »

JNRowe pushed to master at JNRowe/misc-overlay Sat Oct 31 19:17:38 -0700 2009
HEAD is 038f35147d6ab36b5900902115d0f9b6b9d1a88b

4 commits »

JNRowe pushed to master at JNRowe/fixes-overlay Sat Oct 31 19:17:21 -0700 2009
HEAD is 2fdd124f787ca93e1cf831512a0a3b5e3cf40a79

3 commits »

JNRowe pushed to master at JNRowe/misc-overlay Sat Oct 31 18:29:16 -0700 2009
HEAD is 2978449a18da32cf756ff89625a1b9c179e7a232

4 commits »

JNRowe pushed to master at JNRowe/misc-overlay Sat Oct 31 05:31:11 -0700 2009
HEAD is 4c0d52c89f3d2f5da7df6f6a9b92f9225ebb50ff
JNRowe pushed to master at JNRowe/jnrowe.github.com Fri Oct 30 16:50:19 -0700 2009
HEAD is 9947fe078692eff17bc4d5a0e2ee83c2ae5a810a

2 commits »

JNRowe pushed to master at JNRowe/misc-overlay Fri Oct 30 06:27:22 -0700 2009
HEAD is 52b5242a8fb7c1d671ea040e7220e4a2cfa87990
JNRowe pushed to master at JNRowe/misc-overlay Thu Oct 29 03:21:58 -0700 2009
HEAD is 743df91baff658229ba4aaa1751eb6dcc99aead1

3 commits »

JNRowe pushed to master at JNRowe/jnrowe.github.com Wed Oct 28 14:54:02 -0700 2009
HEAD is 5bc9712ac69d8f718c6ca476d892c9bf95bad4da

3 commits »

JNRowe created gist: 220866 Wed Oct 28 14:38:52 -0700 2009
autoload -U add-zsh-hook autoload -Uz vcs_info
JNRowe created gist: 220865 Wed Oct 28 14:38:26 -0700 2009
autoload -U add-zsh-hook autoload -Uz vcs_info
JNRowe pushed to master at JNRowe/oh-my-zsh Wed Oct 28 14:36:42 -0700 2009
HEAD is 4a8bdc3033a58d1667a826b33b9037afd3e90d3a

2 commits »

JNRowe pushed to master at JNRowe/jnrowe.github.com Wed Oct 28 14:27:37 -0700 2009
HEAD is 554afebb3426b77515102a9c3b44eb437f4c9b30

11 commits »

JNRowe updated gist: 220829 Wed Oct 28 14:14:58 -0700 2009
add-zsh-hook precmd prompt_jnrowe_precmd prompt_jnrowe_precmd () {