Re: Accessing memory of another application?

2008-08-12 Thread Steve Byan
or-it-has-to-work- otherwise-gdb-wouldnt/>. ptrace is a BSD system call rather than a Cocoa library call, so darwin-userlevel <http://lists.apple.com/mailman/listinfo> might be a more appropriate list for help on ptrace. Alternatively, just use gdb. Best reg

Re: Inverse Regex Library?

2008-07-23 Thread Steve Byan
\nWord 4 -> \5 3 \5\nWord Not perfect, but looks like it could be converted to a usable regex. To use Sequitur on multiple sequences (i.e. each word individually), run the Sequitur algorithm o

Re: RFC822 date-string to NSDate

2008-06-30 Thread Steve Byan
e-C RFC822-date-time parsing code? An NSDateFormatter category containing dateFromRFC822DateTimeString: would be great :-) Best regards, -Steve -- Steve Byan <[EMAIL PROTECTED]> Littleton, MA 01460 ___ Cocoa-dev mailing list (Cocoa-dev@l

RFC822 date-string to NSDate

2008-06-30 Thread Steve Byan
vationTimeRFC822 = [[NSString alloc] initWithString:myCurrentStringValue]; The myObservationTimeRFC822 string is "Mon, 30 Jun 2008 13:56:00 -0400 EDT", but NSLog(@"myObservationTime %@", myObservationTime) prints "myObservationTime 1969-12-31 19:00:00 -0500". Best regar

[OT] Re: Style Question

2008-06-30 Thread Steve Byan
so minimizing the number of lines was important in those days if you wanted to be able to see any amount of your code at a time. If you read the source of Unix 6th edition (available in Lion's Commentary, ISBN 1-57398-013-7), you will see that they used the "One True Brace Style(tm)&qu