uhhuhyeah (David A McClain)

Name
David A McClain
Email
Website/Blog
http://uhhuhyeah.com/distractions
Company
Uh Huh Yeah
Location
San Diego, California
Member Since
Nov 26, 2008 (about 1 year)

Following 10 githubbers and watching 29 repositories view all →

Public Repositories (7)

  • Slightly-Amusing-Twitter-Bios

    Playing about with Sinatra

    legend

    Last updated Sun Nov 29 08:52:56 -0800 2009

  • bort

    A base rails app featuring: RESTful Authentication, Will Paginate, Rspec & Rspec-rails, Excep...

    legend

    Forked from fudgestudios/bort Thu Jul 30 20:49:39 -0700 2009

    Last updated Wed Aug 05 15:38:22 -0700 2009

  • httparty

    Makes http fun! Also, makes consuming restful web services dead easy.

    legend

    Forked from jnunemaker/httparty Mon Aug 03 14:56:46 -0700 2009

    Last updated Mon Aug 03 16:24:58 -0700 2009

  • webbynode-api

    Ruby wrapper for the WebbyNode API using HTTParty

    legend

    Forked from shanesveller/webbynode-api Fri Aug 07 14:21:24 -0700 2009

    Last updated Wed Jul 22 12:06:55 -0700 2009

  • clippy

    Clippy is a very simple Flash widget that makes it possible to place arbitrary text onto the clie...

    legend

    Forked from mojombo/clippy Fri Aug 21 09:27:34 -0700 2009

    Last updated Fri Feb 13 11:02:35 -0800 2009

  • routing_tricks

    Just a git repo for Jamis Buck's routing_tricks plugin, which I've found very useful

    legend

    Forked from rsl/routing_tricks Wed Sep 02 09:38:21 -0700 2009

    Last updated Thu Jun 05 10:21:55 -0700 2008

  • braintree-example-rails

    A sample Rails application implementing the Braintree Transparent Redirect API

    legend

    Forked from eightbitstudios/braintree-example-rails Mon Apr 20 16:29:37 -0700 2009

    Last updated Sat Apr 19 11:58:59 -0700 2008

Public Activity feed

uhhuhyeah pushed to master at uhhuhyeah/Slightly-Amusing-Twitter-Bios Sun Nov 29 08:52:56 -0800 2009
HEAD is eda835764f55a413a786834cb6b4c86752a6c48f
uhhuhyeah pushed to master at uhhuhyeah/Slightly-Amusing-Twitter-Bios Sun Nov 29 08:51:44 -0800 2009
HEAD is 33faddafab8331e41ffa481d3a0afc89a8e4aff6
uhhuhyeah created branch master at uhhuhyeah/Slightly-Amusing-Twitter-Bios Sun Nov 29 08:28:37 -0800 2009
uhhuhyeah created repository Slightly-Amusing-Twitter-Bios Sun Nov 29 08:27:43 -0800 2009
uhhuhyeah started watching sinatra/sinatra Sun Nov 22 12:57:12 -0800 2009
sinatra's description:
Classy web-development dressed in a DSL (official / canonical repo)
uhhuhyeah created gist: 231287 Tue Nov 10 13:38:18 -0800 2009
MBPro:loc_dashboard davidamcclain$ rake ts:in (in /Users/davidamcclain/apps/notch8/loc_dashboard)...
uhhuhyeah created gist: 231276 Tue Nov 10 13:19:15 -0800 2009
SQL (0.1ms) SET client_min_messages TO 'panic' SQL (0.1ms) SET client_min_messages TO 'noti...
uhhuhyeah started watching commonthread/flickr_fu Tue Nov 03 14:21:34 -0800 2009
flickr_fu's description:
flickr-fu is a ruby interface around the flickr REST api
uhhuhyeah started watching edgarjs/youtube-model Sun Oct 25 16:02:14 -0700 2009
youtube-model's description:
Allows you to generate an ActiveResource model ready to interact with the You Tube API.
uhhuhyeah created gist: 218297 Sun Oct 25 15:47:48 -0700 2009
class Twitter < YqlTable def grab category = Category.find_by_name("Tweets")
uhhuhyeah started watching tobi/delayed_job Fri Oct 23 20:39:46 -0700 2009
delayed_job's description:
Database backed asynchronous priority queue -- Extracted from Shopify
uhhuhyeah started watching alloy/passengerpane Sun Oct 18 20:05:18 -0700 2009
passengerpane's description:
A Mac OS X preference pane for easily configuring Rails applications with Passenger.
uhhuhyeah created gist: 212957 Sun Oct 18 17:01:09 -0700 2009
# Finds videos by tags (keywords). # # You can use the operators +NOT+(-) and +OR+(|...
uhhuhyeah started watching stephencelis/ghi Sat Oct 17 13:05:16 -0700 2009
ghi's description:
GitHub Issues on the command line. Use your $EDITOR, not your browser.
uhhuhyeah started watching notch8/communityengine Tue Oct 13 12:15:02 -0700 2009
communityengine's description:
Adds basic social networking capabilities to your existing application, including users, blogs, photos, clippings, favorites, and more.
uhhuhyeah updated gist: 203627 Tue Oct 06 18:49:53 -0700 2009
def create_token characters = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890' ...
uhhuhyeah updated gist: 203627 Tue Oct 06 18:46:36 -0700 2009
def random_token characters = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890' ...
uhhuhyeah updated gist: 203629 Tue Oct 06 18:45:51 -0700 2009
def create_token(len = 20) chars = (("a".."z").to_a + ("1".."9").to_a )- %w(i o 0 1 l 0) token ...
uhhuhyeah updated gist: 203630 Tue Oct 06 18:45:14 -0700 2009
chars = ("a".."z").to_a + ("1".."9").to_a token = Array.new(8, '').collect{chars[rand(chars.size)...
uhhuhyeah created gist: 203636 Tue Oct 06 18:32:01 -0700 2009
token = ActiveSupport::SecureRandom.hex(5)
uhhuhyeah created gist: 203634 Tue Oct 06 18:29:07 -0700 2009
def create_token self.token = secure_digest(Time.now, self.id, (1..10).map{ rand.to_s }) end
uhhuhyeah created gist: 203632 Tue Oct 06 18:27:10 -0700 2009
token = Digest::SHA1.hexdigest([Time.now, rand].join)
uhhuhyeah created gist: 203630 Tue Oct 06 18:23:42 -0700 2009
chars = ("a".."z").to_a + ("1".."9").to_a unique = Array.new(8, '').collect{chars[rand(chars.size...
uhhuhyeah created gist: 203629 Tue Oct 06 18:22:31 -0700 2009
def random_password( len = 20 ) chars = (("a".."z").to_a + ("1".."9").to_a )- %w(i o 0 1 l 0) n...
uhhuhyeah created gist: 203628 Tue Oct 06 18:21:28 -0700 2009
token = Digest::SHA1.hexdigest(Time.now.to_s.split(//).sort_by {rand}.join)
uhhuhyeah created gist: 203627 Tue Oct 06 18:20:32 -0700 2009
def random_token characters = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890' ...
uhhuhyeah created gist: 203623 Tue Oct 06 18:12:55 -0700 2009
def random_token characters = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890...