gnlnx (Omar A Rodriguez)

Name
Omar A Rodriguez
Email
Website/Blog
http://www.twitter.com/gnlnx
Location
Portland, OR
Member Since
Feb 23, 2009 (10 months)

Following 10 githubbers and watching 23 repositories view all →

Public Repositories (8)

  • rxn

    Chain reaction game based on iphone app and flash game

    legend

    Last updated Fri Dec 18 22:26:06 -0800 2009

  • fliqs

    Create Netflix recommendation lists

    legend

    Last updated Sun Dec 13 01:17:00 -0800 2009

  • fillers

    App that gives you a count of fillers while giving a speech.

    legend

    Last updated Sun Apr 05 00:02:32 -0700 2009

  • hilite

    yet another practice jQuery plugin. Changes the background color of an element.

    legend

    Last updated Fri Mar 27 15:52:55 -0700 2009

  • twitter-weather

    Monitor your city's mood based on the weather and tweets general positive/negative attitude.

    legend

    Last updated Wed Mar 18 23:49:44 -0700 2009

  • borderline

    jQuery plugin to add borders to elements. Intended use is during layout debugging.

    legend

    Last updated Sat Mar 14 23:35:36 -0700 2009

  • judgie

    judge the level of interestingness of a mailing list by its archives

    legend

    Created Thu Dec 10 00:29:59 -0800 2009

  • artie

    Retrieve RTs

    legend

    Created Thu Jun 04 14:40:19 -0700 2009

Public Activity feed

gnlnx started watching tlrobinson/narwhal Tue Dec 22 19:19:34 -0800 2009
narwhal's description:
A JavaScript standard library, package manager, and more.
gnlnx started watching VLMC/vlmc Tue Dec 22 19:18:41 -0800 2009
vlmc's description:
VideoLAN Movie Creator
gnlnx pushed to master at gnlnx/rxn Fri Dec 18 22:26:06 -0800 2009
HEAD is 97f4deddf98c17fd33bc6260d58d6089e164b6cf
  • gnlnx committed 97f4dedd:
    first implementation of demo. Has canvas element with 5 bouncing dots.
gnlnx created branch master at gnlnx/rxn Fri Dec 18 22:18:57 -0800 2009
New branch is at gnlnx/rxn/tree/master
gnlnx created repository rxn Fri Dec 18 21:56:06 -0800 2009
New repository is at gnlnx/rxn
gnlnx started watching ry/node Fri Dec 18 21:46:43 -0800 2009
node's description:
evented I/O for v8 javascript
gnlnx updated gist: 259966 Fri Dec 18 21:36:07 -0800 2009
// #1 Basic regexp search in string var str = "Hello World!"; var pattern = /Hello/g;
gnlnx updated gist: 259966 Fri Dec 18 21:35:10 -0800 2009
// #1 Basic regexp search in string var str = "Hello World!"; var pattern = /Hello/g;
gnlnx created gist: 259966 Fri Dec 18 21:15:27 -0800 2009
var str = "Hello World!"; var pattern = /Hello/g; var isMatch = pattern.test( str );
gnlnx pushed to master at gnlnx/fliqs Sun Dec 13 01:17:00 -0800 2009
HEAD is dba8ae4c59d531f4e44d4d5e7cac4bcca17a55b1
  • gnlnx committed dba8ae4c:
    added keys.php to gitignore to avoid checking in private netflix api key info
gnlnx pushed to master at gnlnx/fliqs Sun Dec 13 01:04:50 -0800 2009
HEAD is 839e582185abddaf8ccc8a5de23ae3d3bd5b7d12
gnlnx created branch master at gnlnx/fliqs Sun Dec 13 01:01:53 -0800 2009
New branch is at gnlnx/fliqs/tree/master
gnlnx created repository fliqs Fri Dec 11 18:50:39 -0800 2009
New repository is at gnlnx/fliqs
gnlnx started watching revis/Really-Cloudy Fri Dec 11 11:37:32 -0800 2009
Really-Cloudy's description:
A web worker library to distribute work packages to your website visitors.
gnlnx created repository judgie Thu Dec 10 00:30:00 -0800 2009
New repository is at gnlnx/judgie
gnlnx updated gist: 253196 Thu Dec 10 00:19:42 -0800 2009
// #1 Using an object var Namespace = { // public:
gnlnx updated gist: 253196 Thu Dec 10 00:15:09 -0800 2009
// #1 Using an object var Namespace = { // public:
gnlnx created gist: 253196 Thu Dec 10 00:13:10 -0800 2009
// #1 Using an object var Namespace = { Class: function() { console.log( 'Namespace.Class' ); }
gnlnx started watching defunkt/hub Wed Dec 09 23:59:42 -0800 2009
hub's description:
hub introduces git to GitHub
gnlnx started watching AdamAtomic/flixel Wed Dec 09 10:51:39 -0800 2009
flixel's description:
flixel is a free Actionscript (Flash) library that I distilled from a variety of Flash games that I've worked on over the last couple years, including Gravity Hook, Fathom and Canabalt. It's primary function is to provide some useful base classes that you can extend to make your own game objects.