shayne (Shayne Sweeney)

Name
Shayne Sweeney
Email
Location
San Francisco, CA
Member Since
Apr 29, 2009 (7 months)

Following 11 githubbers and watching 42 repositories view all →

Public Repositories (7)

  • SSUnreadBubble

    An CoreGraphics implementation of the iPhone unread mail message blue bubble

    legend

    Last updated Tue Dec 15 16:26:53 -0800 2009

  • EHTabBar

    EHTabBar is an imageless implementation of a traditional tab bar for the iPhone.

    legend

    Forked from egghaus/EHTabBar Thu Dec 10 23:50:50 -0800 2009

    Last updated Tue Dec 15 16:09:39 -0800 2009

  • SSXcodeProjectTemplates

    My customized Xcode iPhone project templates

    legend

    Last updated Sun Dec 13 22:45:56 -0800 2009

  • three20.info

    Here, there be dragons.

    legend

    Forked from jverkoey/three20.info Mon Nov 30 09:56:58 -0800 2009

    Last updated Sun Nov 29 15:49:13 -0800 2009

  • TTPickerTextFieldDemo

    Demonstrates the ability use a TTPickerTextField from the Three20 library, outside the TTMesageCo...

    legend

    Last updated Sun Nov 22 15:35:03 -0800 2009

  • junior

    Junior was inspired by Ruby's Sinatra in an attempt "for quicky creating web-applications in [Col...

    legend

    Last updated Tue Oct 20 18:23:33 -0700 2009

  • coldfusion-hoptoad-notifier

    A simple ColdFusion CFC that sends errors and exceptions to Hoptoad

    legend

    Last updated Wed May 13 23:13:18 -0700 2009

Public Activity feed

shayne started watching ryanb/ruby-warrior Fri Dec 18 13:38:57 -0800 2009
ruby-warrior's description:
Game written in Ruby for learning Ruby and artificial intelligence.
shayne started watching aral/adhoc Tue Dec 15 16:44:12 -0800 2009
adhoc's description:
Ad Hoc distribution packager for iPhone projects
shayne pushed to master at shayne/SSUnreadBubble Tue Dec 15 16:26:53 -0800 2009
HEAD is 647100866731b40e43a3bd3db4c22c2a5d6bf167
  • shayne committed 64710086:
    Removing radius property. Radius is tied to the size of the frame.
shayne pushed to master at shayne/EHTabBar Tue Dec 15 16:09:43 -0800 2009
HEAD is e5fa8d9463742f8f69a56ac5000d4dbad7b2f829
  • shayne committed e5fa8d94:
    Fixed compile error for device and removed unecessary code that was just causing problems.
shayne started watching defunkt/resque Tue Dec 15 14:23:02 -0800 2009
resque's description:
A simple Redis-based queue.
shayne started watching ryanb/cancan Tue Dec 15 11:59:33 -0800 2009
cancan's description:
Simple authorization for Rails.
shayne updated gist: 256735 Tue Dec 15 10:32:03 -0800 2009
require 'rest_client' class GVoice < Struct.new :e, :p
shayne updated gist: 256735 Tue Dec 15 09:23:36 -0800 2009
require 'rest_client' class GVoiceAPI < Struct.new :e, :p
shayne pushed to master at shayne/SSUnreadBubble Tue Dec 15 08:21:29 -0800 2009
HEAD is 93e235b0d83ca220eaa90718f07ce936067c04c2
  • shayne committed 93e235b0:
    Cleaning up a little bit. More accurate default color/size in realtion to apple's own bubble.
shayne created gist: 256735 Mon Dec 14 22:21:39 -0800 2009
class GVoiceAPI < Struct.new :email, :password require 'rest_client'
shayne updated gist: 256710 Mon Dec 14 21:24:05 -0800 2009
require 'rest_client' EMAIL = "__"
shayne created gist: 256710 Mon Dec 14 21:17:07 -0800 2009
require 'rest_client' EMAIL = "__"
shayne updated gist: 256681 Mon Dec 14 20:03:53 -0800 2009
require 'rest_client' require 'json' require 'pp'
shayne created gist: 256681 Mon Dec 14 19:53:56 -0800 2009
require 'rest_client' USERNAME = "__"
shayne created gist: 256679 Mon Dec 14 19:52:55 -0800 2009
require 'rest_client' USERNAME = "__"
shayne created branch master at shayne/SSXcodeProjectTemplates Sun Dec 13 22:43:00 -0800 2009
shayne created repository SSXcodeProjectTemplates Sun Dec 13 22:42:49 -0800 2009
New repository is at shayne/SSXcodeProjectTemplates
shayne pushed to master at shayne/SSUnreadBubble Sun Dec 13 21:56:53 -0800 2009
HEAD is ce786220e5c6108773cc903692c202344c3d5cb9

2 commits »

shayne created branch master at shayne/SSUnreadBubble Sun Dec 13 21:10:05 -0800 2009
shayne created repository SSUnreadBubble Sun Dec 13 20:58:23 -0800 2009
New repository is at shayne/SSUnreadBubble
shayne updated gist: 255335 Sun Dec 13 00:01:06 -0800 2009
#import <UIKit/UIKit.h> @interface RoundedCornerTestAppDelegate : NSObject <UIApplicationDelegat...
shayne updated gist: 255335 Sun Dec 13 00:00:32 -0800 2009
#import <UIKit/UIKit.h> @interface RoundedCornerTestAppDelegate : NSObject <UIApplicationDelegat...
shayne created gist: 255335 Sat Dec 12 23:50:33 -0800 2009
window_ = [[UIWindow alloc] initWithFrame:[UIScreen mainScreen].bounds]; UINavigationBar *...
shayne pushed to master at shayne/EHTabBar Sat Dec 12 18:32:34 -0800 2009
HEAD is 7b39805a36b702ae4d89ba7afa03527413a2e415
  • shayne committed 7b39805a:
    More work in refactoring. Added two view controllers, a login and a signup to demo the tab usage. There are still some issues with notifying a controller as to when it's displayed.
shayne pushed to master at shayne/EHTabBar Sat Dec 12 12:45:38 -0800 2009
HEAD is 82835e623d3f1d2b2c535516b15c4a325a4b7aaa
  • shayne committed 82835e62:
    Part deuce in redux. The tab bar is somewhat usable now by just initializing the controller with other view controllers.
shayne pushed to master at shayne/EHTabBar Fri Dec 11 23:11:04 -0800 2009
HEAD is e0c48ac37803f7b09e6ab8d79ec9b266d219355e
  • shayne committed e0c48ac3:
    Initial redux. Moving over to a more familiar API akin to UITabBarController.
shayne pushed to master at shayne/EHTabBar Fri Dec 11 22:24:00 -0800 2009
HEAD is b039ae3246872507a2ad67c2050d98374753971c
  • shayne committed b039ae32:
    Reorganized Xcode project. Removed duplicate EHTab* classes.
shayne pushed to master at shayne/EHTabBar Fri Dec 11 00:07:39 -0800 2009
HEAD is f1d65171f8fffec1f1e647cdb36b53e695d64af5
shayne forked egghaus/EHTabBar Thu Dec 10 23:50:50 -0800 2009
Forked repository is at shayne/EHTabBar
shayne started watching egghaus/EHTabBar Thu Dec 10 23:50:48 -0800 2009
EHTabBar's description:
EHTabBar is an imageless implementation of a tab bar similar to one found in Foursquare’s iPhone application.
shayne started watching yfactorial/objectiveresource Thu Dec 10 23:49:32 -0800 2009
objectiveresource's description:
A port of Ruby on Rails' ActiveResource to Objective-C (and specifically the iPhone)
shayne started watching superfeedr/superfeedr-ruby Thu Dec 10 10:50:41 -0800 2009
superfeedr-ruby's description:
Ruby Client for Superfeedr.com, based on Babylon