Nicholas Riley

4,321
Reputation
278 views

Registered User

Name Nicholas Riley
Member for 1 year
Seen 1 hour ago
Website
Location Champaign, IL
Age 30
Medical student and Java/Python/Mac programmer.
Nov
21
accepted MacOS - howto change the SYSTEM temp folder (programatically) ?
Nov
19
answered MacOS - howto change the SYSTEM temp folder (programatically) ?
Nov
19
answered programmatically login to OS X
Nov
19
comment System Architecture
Why do you want to know this (what are you planning on doing with the information)? There are a lot of 32/46-bit hybrids on the Mac, so even if the processor supports 64-bit execution it may not do what you want.
Nov
19
comment Automatically populate all properties of an Objective C instance with a dictionary
It's OK to admit it's python (although you need an .iteritems() or .items() in there :-)
Nov
18
answered Is there any assembly language debugger for OS X?
Nov
18
accepted How to control the text color of an NSTextField when it is displaying a placeholder marker?
Nov
18
revised string program for ice cream shop (Edited again)
fix formatting
Nov
16
comment How to bring NSWindow to front and to the current Space ?
I tend to read all the release notes when each new OS version comes out. There's a lot of good information in there, and it only takes an hour or two.
Nov
16
comment Trim file extension UITableView
You're already iterating through the array, just do something like [theFiles addObject: [s stringByDeletingPathExtension]].
Nov
16
answered Trim file extension UITableView
Nov
16
answered How to bring NSWindow to front and to the current Space ?
Nov
16
revised How to control the text color of an NSTextField when it is displaying a placeholder marker?
a binding example, too
Nov
16
comment Installing Trac with Subversion 1.6
Build the SWIG Python bindings for Subversion. See the other answer for more instructions, or the page on the Trac website: trac.edgewall.org/wiki/TracSubversion
Nov
16
answered How to control the text color of an NSTextField when it is displaying a placeholder marker?
Nov
16
comment Installing Trac with Subversion 1.6
Yeah, if the CollabNet SVN version doesn't include Python bindings, you'll need to build and install from source.
Nov
16
answered Installing Trac with Subversion 1.6
Nov
11
answered NSDateFormat, super simple! Where am I screwing up?
Nov
9
accepted Instance variable naming conventions in Cocoa
Nov
9
comment Can’t Run Netbeans after changing Java to 1.6 on mac
You can download 1.6.0_15 manually to reinstall it. (support.apple.com/kb/DL924).
Nov
9
awarded  Citizen Patrol
Nov
9
accepted Good Search Tool?
Nov
8
revised why doesn’t this erlang code work???
added 106 characters in body
Nov
8
answered Executing for-each in bash
Nov
8
comment How to parse a custom string using optparse?
...use optparse?
Nov
8
answered How to parse a custom string using optparse?
Nov
8
answered Mailing list to review Git commits
Nov
8
revised OS X: Do sections in the __TEXT segment get modified by other programs?
trying to cure myself of the "file" habit
Nov
7
answered Applescript to launch iTunes with a specific library
Nov
7
comment Displaying each of the 24hrs of the day…
(The reason I didn't just edit the tags was that I wasn't sure, and the reason I didn't answer is I don't use Oracle any more :-)
Nov
7
comment Displaying each of the 24hrs of the day…
Please tag or at least mention in your questions the software you're using (Oracle in this case, I guess?).
Nov
7
answered OS X: Do sections in the __TEXT segment get modified by other programs?
Nov
7
revised Instance variable naming conventions in Cocoa
added 16 characters in body
Nov
7
answered Can’t Run Netbeans after changing Java to 1.6 on mac
Nov
7
revised Instance variable naming conventions in Cocoa
added 556 characters in body; added 102 characters in body
Nov
7
answered Instance variable naming conventions in Cocoa
Nov
7
comment How do I launch an editor from a shell script?
What OS/terminal application and version of Vim are you using? I had no trouble with your script when I tried it.
Nov
7
awarded  
Nov
6
accepted Python Tkinter Prompt
Nov
6
answered Python Tkinter Prompt
Nov
6
answered Good Search Tool?
Nov
5
answered zip file created with SharpZipLib cannot be opened on os x
Nov
2
revised NSMutable Array - objectAtIndex: index beyond bounds
added 120 characters in body
Nov
1
answered Convert Subversion repository to Mercurial
Nov
1
answered How are C++-style comments handled in GCC 4.3.3 by default?
Nov
1
comment What are those little Xcode tips & tricks you wish you knew about 2 years ago?
Or just select it and hit control-I (like tab but not really).
Nov
1
revised What are those little Xcode tips & tricks you wish you knew about 2 years ago?
markdown bug is fixed
Nov
1
comment What are those little Xcode tips & tricks you wish you knew about 2 years ago?
Control-Command-double-click is just necessary because Xcode uses Command-double-click for something else other than a discontiguous word selection. In most Cocoa apps you can do discontiguous selection with the Command modifier alone.
Nov
1
comment What are those little Xcode tips & tricks you wish you knew about 2 years ago?
On the Mac, a "cursor" indicates your mouse position; the flashing vertical bar is the "insertion point".
Nov
1
comment I don’t need saving. How to keep Emacs buffers in sync with files ?
Ah, by "I don't need saving" I assumed you never wanted to write to the file.