guest@pyhacker ~/search

grep -ir "software" *
Results: 5

Get Photos

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 ...

Copy every nth file

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 ...

Adding a Software License Agreement to a DMG file

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 ...

sas7bdat

more ...