ATTN: GitHub is currently in read-only mode. Please check GitHub's Twitter account for status updates.

atr000 (Andrew)

Name
Andrew
Website/Blog
http://www.mrcoffee.org
Location
Boston, MA
Member Since
Jan 03, 2009 (11 months)

Following 40 githubbers and watching 384 repositories view all →

atr000 doesn’t have any public repositories yet

Public Activity feed

atr000 created gist: 254463 Fri Dec 11 11:53:07 -0800 2009
#!/usr/bin/env python # requires appscript
atr000 created gist: 254163 Fri Dec 11 03:59:01 -0800 2009
#!/usr/bin/python from QTKit import QTMovie
atr000 created gist: 254035 Thu Dec 10 22:37:35 -0800 2009
#import <Cocoa/Cocoa.h> // gcc -std=c99 -o nibless nibless.m -framework Cocoa
atr000 created gist: 254031 Thu Dec 10 22:30:19 -0800 2009
#include <limits.h> #include <stdio.h> #include <stdlib.h>
atr000 started watching torbjornvatn/githubot Thu Dec 10 21:48:55 -0800 2009
githubot's description:
A Google Wave robot that interacts with github repositories within a Wave
atr000 started watching eimantas/EMKeyChain Thu Dec 10 14:15:04 -0800 2009
EMKeyChain's description:
EMKeychain is a Cocoa wrapper class for Keychain, which has unfortunately been frozen in carbonite. It's much cleaner than interfacing with keychain yourself.
atr000 created gist: 253677 Thu Dec 10 13:04:32 -0800 2009
// // created 07.30.2009 by Hank McShane // version: 0.1
atr000 started watching lynix/vcp Wed Dec 09 11:55:47 -0800 2009
vcp's description:
verbose cp
atr000 created gist: 251207 Mon Dec 07 14:52:00 -0800 2009
// found looking for other goodies. Nice and simple way to get around breaking the res/art files ...
atr000 created gist: 250889 Mon Dec 07 07:58:59 -0800 2009
atr000 created gist: 250886 Mon Dec 07 07:56:07 -0800 2009
// File: args.m // Compile with: gcc -o args args.m -framework Foundation #import <Foundation/Fou...
atr000 created gist: 250885 Mon Dec 07 07:55:37 -0800 2009
// example of chdir in cf/cocoa // Cocoa
atr000 started watching OneSadCookie/fcaseopen Mon Dec 07 03:09:42 -0800 2009
fcaseopen's description:
case-insensitive fopen for case-sensitive filesystems
atr000 created gist: 250686 Sun Dec 06 23:33:39 -0800 2009
#include <stdlib.h> #include <stdio.h> #include <string.h>
atr000 created gist: 250325 Sun Dec 06 10:24:45 -0800 2009
/* setvol - set system sound volume
atr000 started watching aljoscha/hlcat Sun Dec 06 07:24:08 -0800 2009
hlcat's description:
like cat but highlights a searchstring in the output, I implemented this to play around with the Knuth, Morris, Pratt string searching algorithm
atr000 created gist: 250123 Sun Dec 06 00:03:43 -0800 2009
// located on stackoverflow. #include <unistd.h> #include <stdio.h>
atr000 started watching kjk/wikinotes Sat Dec 05 19:50:21 -0800 2009
wikinotes's description:
continuation of http://wikinotes.mug-linz.at/
atr000 started watching carldr/carpod Sat Dec 05 19:01:46 -0800 2009
carpod's description:
Set-up playlists containing your current favourite albums to be easily accessed on car iPod adapters which treat the iPod as a CD multi-changer.
atr000 created gist: 250008 Sat Dec 05 18:36:45 -0800 2009
// quite common and handy to have // microsoft'd from: http://github.com/andrewgilmartin/utilitie...
atr000 started watching jjgod/pdfsplit Sat Dec 05 18:29:00 -0800 2009
pdfsplit's description:
A Mac OS X utility to split PDF into pages
atr000 started watching Mikoangelo/file-monitor Sat Dec 05 16:52:53 -0800 2009
file-monitor's description:
Waits for one of a number of files to be changed, then exits
atr000 started watching mbirk/metazip Sat Dec 05 16:47:15 -0800 2009
metazip's description:
Apache httpd module that efficiently serves uncompressed .zip files.
atr000 started watching mfilej/mousefix Sat Dec 05 15:03:41 -0800 2009
mousefix's description:
mousefix for OS X from Richard Bentley with some tiny tweaks
atr000 started watching infowolfe/mousefix Sat Dec 05 15:03:39 -0800 2009
mousefix's description:
mousefix for OS X from Richard Bentley fixed for 10.6
atr000 started watching infowolfe/iMouseFix Sat Dec 05 15:03:07 -0800 2009
iMouseFix's description:
MouseFix Gui, updated for 10.6
atr000 started watching jasoncmartin/iTuneConnect Sat Dec 05 13:10:04 -0800 2009
iTuneConnect's description:
Control iTunes on iPhone or iPod Touch Remotely from your Mac
atr000 started watching carlosh/MiddleClick Sat Dec 05 09:51:55 -0800 2009
MiddleClick's description:
3 finger tap Middleclick on OSX/Magic Mouse
atr000 started watching Pelaez/Kernel-Panic-Classes Sat Dec 05 04:27:29 -0800 2009
Kernel-Panic-Classes's description:
A collection of random classes I write for different uses
atr000 created gist: 249601 Fri Dec 04 23:25:49 -0800 2009
#!/usr/bin/env python # copied from one of the well known/talented OSX developers who posted this...
atr000 created gist: 249599 Fri Dec 04 23:21:05 -0800 2009
// a) As Mac OS X does not have byteswap.h // needed this for a c util I had used over the years ...
atr000 created gist: 249598 Fri Dec 04 23:19:47 -0800 2009
#import "NSFileManager+Trash.h" #import <unistd.h>
atr000 created gist: 249597 Fri Dec 04 23:19:30 -0800 2009
#import <Cocoa/Cocoa.h> void ApplicationsInDirectory(NSString *searchPath, NSMutableArray *appli...
atr000 created gist: 249596 Fri Dec 04 23:18:58 -0800 2009
#import <Foundation/Foundation.h> extern void _LSCopyAllApplicationURLs(NSArray**);