#!/usr/bin/env python import string, cgi, os, whrandom, pickle, sys import cgitb; cgitb.enable() #sys.path.insert(0, '/home/mu.org/home/gus/fm/fmblog') #import fmbloglib,fmblog print 'Content-type: text/html\r\n' print ''' gus mueller
Ok, I don\'t really have a whole lot here yet... so have fun with what is:

XMLRPCServer.sit - classes to simplify xmlrpc calls in Cocoa. Despite the name, it\'s not actually a server. Just client classes and an example. Mac OS X 10.2 required.


Dynamic Menu.sit - a Project Builder project that looks at your ~/Library folder and adds menus based on what\'s in there.


Find out what messages are being sent to your class:
- (BOOL)respondsToSelector:(SEL)aSelector {
    NSString *methodName = NSStringFromSelector(aSelector);
    NSLog(@"checking: %@", methodName);
    return [super respondsToSelector:aSelector];
}



I stick this in a header file for debugging stuff, makes it a bit easier to turn off all those annoying messages.

#define DEBUG 1

#ifdef DEBUG
#define debug(...) NSLog(__VA_ARGS__)
#else
#define debug(...)
#endif
All things copyright © 2001, 2002 August Mueller

gmdc:
flying meat
contact
resume
photos
images
free font
cocoa bits
java bits
unix bits
osx bits
cvsdist
my words
mcommand
ja
links
my rss feed
book list
who\'s linken\'
login
wishlist
theories

people
andy
byron
jeff
jeremy
joe
kory
lynn
mary
murphy
ryan d

when bored
slashdot
maccentral
y! most viewed
cars
there gus
explodingdog
the onion
dotw
tonypierce
prior art
chimera

resources
Cafe au Lait
Cafe con Leche
design patterns
anitpatterns
java r.o.t.d
c.l.c
c.l.j
c.s.m.p.h
c.s.m.p.c



'''