grep -ir "mac" *
Results: 4
Last week, the guys at Applidium posted an article on their blog with the technical details to the Siri HTTPS server (the blog post has since been taken down). Along with the article, they published some proof of concept code written in Ruby. That code can be found here. Anyway, I thought it'd be fu...
more ...As part of the software distribution process I go through at my job (Qforma, Inc), I package up our software for both Windows and Mac. For Windows, I create an installer using NSIS which requires a user to agree to a Software License Agreement (SLA) before installing the software. For Mac, rather th...
more ...This is a simple program that will copy all photos off a memory card to a library directory. It organizes the photos according to date and creates a directory for each date in the following format: YYYYMMDD. After copying photos, it will ask if you want to delete the copied files from the memory car...
more ...This is a little gui that copies files from one directory to another directory. You can specify a step to selectively copy files (such as every tenth file, etc). I originally wrote this code to copy every nth pair of stereo images from one directory to another so there's an option for that (if selec...
more ...