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 coders and watching 5 repositories view all →

Public Repositories (5)

  • swig505.com

    Blog and site for swig505.com

    legend

    Last updated Mon Jan 25 18:25:21 -0800 2010

  • custom-generators

    Customize the default Rails generators

    legend

    Last updated Sat Nov 21 12:20:32 -0800 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 pushed to master at Lytol/swig505.com Mon Jan 25 18:25:21 -0800 2010
HEAD is b3ca746605392a24eb720fe7c9801a77d92a4da4
Lytol created gist: 286482 Mon Jan 25 18:23:22 -0800 2010
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http...
Lytol updated gist: 286480 Mon Jan 25 18:22:41 -0800 2010
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http...
Lytol created gist: 286480 Mon Jan 25 18:22:26 -0800 2010
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http...
Lytol created gist: 286478 Mon Jan 25 18:21:37 -0800 2010
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http...
Lytol created gist: 286476 Mon Jan 25 18:21:01 -0800 2010
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http...
Lytol created gist: 286474 Mon Jan 25 18:20:04 -0800 2010
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http...
Lytol created gist: 280458 Mon Jan 18 14:57:19 -0800 2010
[user] email = <your-email> name = <your-name>
Lytol pushed to master at Lytol/custom-generators Sat Nov 21 12:20:32 -0800 2009
HEAD is 5f71eed1ab8d80f554e100848f21cd6415534ec7
  • Lytol committed 5f71eed1:
    Updated unit tests for Shoulda's subject and removed helpers from controller generation
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