Public Gists by fspeirs

gist: 172792 Patches to MGScopeBar (as d...
Gravatar
Sat Aug 22 07:07:16 -0700 2009
1
2
3
Index: MGScopeBar.h
===================================================================
--- MGScopeBar.h (revision 42)
Gravatar
Tue Jul 21 01:38:33 -0700 2009
1
2
3
Hello! You have reached the automated answering service of your school. In order to assist you in connecting to the right staff member, please listen to all the options before making a selection:
   
To lie about why your child is absent - Press 1
Gravatar
Sun Jun 21 15:35:18 -0700 2009
1
2
3
I set the new phone up as a new device in iTunes - didn't restore from
backup. Then I:
 
Gravatar
Mon Jun 01 15:02:53 -0700 2009
1
2
3
FKUser *matchingUser = nil;
for(FKUser *user in self.contacts) {
if([user.nsid isEqualToString: theNsid]) {
Gravatar
Sat May 09 06:03:05 -0700 2009
1
2
3
//
// CLLocation+CLExtensions.h
//
Gravatar
Thu May 07 00:07:21 -0700 2009
1
2
3
== Git Cheat Sheet ==
 
=== Revision Selection ===
gist: 106457 Example of using NSURLConne...
Gravatar
Mon May 04 05:56:15 -0700 2009
1
2
3
//
// OTDownloadOperation.h
// OperationTest
gist: 106388 SQLite cache limit pragma
Gravatar
Mon May 04 02:01:00 -0700 2009
1
2
3
// This sqlite3_exec limits the database to 50 DB pages (about 1.5Kb each)
// Huge memory win on iPhone.
if(sqlite3_exec(myDatabsae, "PRAGMA CACHE_SIZE=50", NULL, NULL, NULL) != SQLITE_OK)
gist: 101674 ObjC implementation of base...
Gravatar
Sat Apr 25 09:11:36 -0700 2009
1
2
3
@interface Base58Encoder : NSObject {
 
}
gist: 98804 Flic.kr generation algorithm
Gravatar
Mon Apr 20 15:25:06 -0700 2009
1
2
3
// http://www.flickr.com/groups/api/discuss/72157616713786392/
function base_encode($num, $alphabet) {
$base_count = strlen($alphabet);
gist: 98579 Craig Hockenberry's ipfw sc...
Gravatar
Mon Apr 20 08:19:18 -0700 2009
1
2
3
#!/bin/bash
 
# configuration
Gravatar
Sat Apr 11 13:02:43 -0700 2009
1
Public gist.
Gravatar
Thu Apr 09 03:09:11 -0700 2009
1
Test
Gravatar
Thu Apr 09 01:48:48 -0700 2009
1
Chester
Gravatar
Thu Apr 09 01:40:39 -0700 2009
1
Test
Gravatar
Thu Apr 09 01:08:16 -0700 2009
1
Ghdr
Gravatar
Thu Apr 09 00:57:35 -0700 2009
1
I used
Gravatar
Thu Apr 09 00:56:26 -0700 2009
1
In my younger years
Gravatar
Wed Apr 08 13:17:49 -0700 2009
1
Test gist
Gravatar
Thu Mar 12 04:07:16 -0700 2009
1
2
3
This is gist.
There are many like it, but this one is mine.
It is my life.