Introduction to Open Source Scripting is a good resource if you are new to bash scripting or, as in my case, it's been a while.
As a fun refresh-my-memory project, I wrote a small alias for rm. This script moves files to the Mac OS trash bin instead of clobbering them outright.
Posted by: Matt Morris
| @ May 1, 2006 10:05:49 PM CDT ( 0 trackbacks ) |
SubEthaEdit from CodingMonkeys is a tool we seem to like here in the VisLab. BLOGZOT 2.0 on MacZOT.com is currently running a promotion that will hopefully reduce the price to $0. And somehow, if things go well, MacZOT and TheCodingMonkeys will award $105,000 in Mac software. The price is lowered each time someone submits a blog posting, which is pretty much why I posted this. Current Price. Check it out!
Posted by: Matt Morris
| @ April 25, 2006 2:22:53 PM CDT ( 0 trackbacks ) |
Here's some makefile info that might be useful to anyone wanting to use embedded Python in C++.
Posted by: Matt Morris
| @ October 7, 2005 3:59:52 PM CDT ( 0 trackbacks ) |
Anyone know of a sub-second getTime method in C++ on Darwin? ctime(), gmtime(), and localtime() each convert between various time representations. time() gets the time of day, but it returns the time as seconds since January 1, 1970. I know it must exist somewhere. Any ideas?
Posted by: Matt Morris
| @ September 6, 2005 11:39:08 AM CDT ( 0 trackbacks ) |
|
|

