Lytol (Brian Smith)

Name
Brian Smith
Email
Website/Blog
http://swig505.com
Location
San Diego, CA
Member Since
May 22, 2008 (about 1 year)

Following 6 githubbers and watching 7 repositories view all →

Public Repositories (7)

  • yapper

    A Jabber/XMPP interface to Growl

    legend

    Forked from progrium/yapper Thu Aug 27 01:16:07 -0700 2009

    Last updated Thu Aug 27 01:16:44 -0700 2009

  • yap-server

    A simple HTTP-to-XMPP server

    legend

    Last updated Wed Aug 26 23:56:49 -0700 2009

  • swig505.com

    Blog and site for swig505.com

    legend

    Last updated Wed Jul 29 00:09:16 -0700 2009

  • custom-generators

    Customize the default Rails generators

    legend

    Last updated Mon Jun 01 21:11:54 -0700 2009

  • git-wiki

    A wiki engine that uses a Git repository as its data store.

    legend

    Forked from al3x/git-wiki Sun May 03 23:40:48 -0700 2009

    Last updated Sun May 03 23:57:40 -0700 2009

  • blobber

    An abstraction layer for CRUDing objects to any key/value storage supporting the memcached protoc...

    legend

    Last updated Thu Mar 26 02:00:22 -0700 2009

  • test_helpers

    Ruby On Rails plugin to use helper modules in testing (Test::Unit).

    legend

    Last updated Thu Mar 26 01:40:33 -0700 2009

Public Activity feed

Lytol updated gist: 140481 Thu Nov 05 10:49:08 -0800 2009
$(document).ready(function(){ // Add a favicon to all links with class name favicon
Lytol updated gist: 227278 Thu Nov 05 10:43:15 -0800 2009
rake <options> <tasks> ...; options = [(-T | --tasks) | (-v | --verbose)] ...;
Lytol created gist: 227278 Thu Nov 05 10:42:49 -0800 2009
rake <options> <tasks> ...; options = [(-T | --tasks) | (-v | --verbose)] ...;
Lytol updated gist: 225870 Wed Nov 04 09:52:58 -0800 2009
// Inmperative version // def selectionSort(list: Array[Int]): Unit {
Lytol updated gist: 225870 Tue Nov 03 23:32:17 -0800 2009
// Inmperative version // def selectionSort(list: Array[Int]): Unit {
Lytol created gist: 225870 Tue Nov 03 22:45:16 -0800 2009
def selectionSort(list: Array[Int]): Unit = { def swap(list: Array[Int], i: Int, j: Int) { ...
Lytol created gist: 208803 Mon Oct 12 15:18:22 -0700 2009
require 'yaml' module Rails