gregferrell (Greg Ferrell)

Name
Greg Ferrell
Email
Website/Blog
http://studiokoi.com
Location
Louisville, KY
Member Since
Apr 25, 2009 (8 months)

Following 21 githubbers and watching 11 repositories view all →

Public Repositories (4)

  • Codefolio

    Personal Code Portfolio

    legend

    Last updated Mon Oct 19 04:27:09 -0700 2009

  • Django-Learning-Test

    Just a little test project for learning Django from the tutorial

    legend

    Last updated Mon Oct 05 20:41:39 -0700 2009

  • gferrell.com

    gferrell.com website source

    legend

    Last updated Wed Sep 30 14:20:27 -0700 2009

  • Random-Name-Generator

    A JavaScript Name Generator that will randomly gererate an english pronouncable name.

    legend

    Last updated Sun Aug 30 19:59:16 -0700 2009

Public Activity feed

gregferrell updated gist: 179107 Wed Dec 16 07:34:00 -0800 2009
// ==UserScript== // @name StumbleBar // @namespace stumblebar
gregferrell created gist: 248450 Thu Dec 03 11:48:03 -0800 2009
import os, sys # get args from input sans first item, which is the name of this file
gregferrell started watching edspencer/jaml Thu Nov 05 13:48:22 -0800 2009
jaml's description:
JavaScript Haml
gregferrell started watching philsturgeon/codeigniter-cache Thu Nov 05 10:11:33 -0800 2009
codeigniter-cache's description:
A cache library for CodeIgniter that can cache by library call, model call or just custom data via get/write methods.
gregferrell started watching amphibian/ext.cp_home_panels.ee_addon Mon Nov 02 10:03:35 -0800 2009
ext.cp_home_panels.ee_addon's description:
Add up to two custom panels to the control panel home page.
gregferrell started watching defunkt/pystache Thu Oct 29 09:46:48 -0700 2009
pystache's description:
Mustache in Python
gregferrell started watching jquery/jquery Thu Oct 29 09:46:45 -0700 2009
jquery's description:
jQuery JavaScript Library
gregferrell created gist: 220979 Wed Oct 28 16:38:53 -0700 2009
// ==UserScript== // @name Sharin // @namespace sharin
gregferrell pushed to master at gregferrell/Codefolio Mon Oct 19 04:27:09 -0700 2009
HEAD is a589333a06ed0c5ac240e1340b3db6dfc7901dae
gregferrell created branch master at gregferrell/Codefolio Sun Oct 18 23:43:50 -0700 2009
gregferrell created repository Codefolio Fri Oct 16 20:06:12 -0700 2009
New repository is at gregferrell/Codefolio
gregferrell created gist: 211308 Thu Oct 15 14:31:42 -0700 2009
<
gregferrell started watching anthonyshort/csscaffold Thu Oct 08 14:49:21 -0700 2009
csscaffold's description:
CSS compiler that allows easy extensions to the CSS language through modules. Includes nested selectors, constants, mixins and more.
gregferrell updated gist: 204621 Wed Oct 07 18:33:36 -0700 2009
if(top.location.href.match(/^http[s]?:\/\/twtn/)) { alert("Some Jerk Is using Twitsense to H...
gregferrell created gist: 204621 Wed Oct 07 18:33:05 -0700 2009
if(top.location.href.match(/^http[s]?:\/\/twtn/)) { alert("Some Jerk Is using Twitsense to H...
gregferrell pushed to master at gregferrell/Django-Learning-Test Mon Oct 05 20:41:39 -0700 2009
HEAD is 86ae8f3e74adf8eb31a064b52a862925ca4ecba9
gregferrell created branch master at gregferrell/Django-Learning-Test Mon Oct 05 05:21:58 -0700 2009
gregferrell created repository Django-Learning-Test Sun Oct 04 20:23:51 -0700 2009
New repository is at gregferrell/Django-Learning-Test
gregferrell pushed to master at gregferrell/gferrell.com Wed Sep 30 14:20:27 -0700 2009
HEAD is 691d5fff0f3fac0eed2e0848ae2968c246267b49
  • gferrell committed 691d5fff:
    changed the css for the h tags and began adding middle content
gregferrell pushed to master at gregferrell/gferrell.com Wed Sep 30 13:54:02 -0700 2009
HEAD is 2addebd889dfda35a23ca3fe3da05071ed0b584e
  • gferrell committed 2addebd8:
    added some new styles for the nav and converted to more floats to make the nav go into place properly
gregferrell pushed to master at gregferrell/gferrell.com Tue Sep 29 16:09:17 -0700 2009
HEAD is 5a354635d15387d383717c582d27e4891f33e7be
  • gferrell committed 5a354635:
    added some minor anchor stuff
gregferrell updated gist: 197089 Tue Sep 29 13:00:31 -0700 2009
$('#left').css('height', ''); $('#right').css('height', ''); $('#content').css('height', '');