-
Cheapest 100-pk spindles of 80-min CDs, DVD+Rs, and DVD-Rs
CD-R DVD+R DVD-R
-
Preferred Paper for Printing with a Canon i860
After experimenting with various types of paper for photo printing, we’ve found that the Epson photo paper produces the best results on our Canon Printer:
-
Turn pseudo-enums expressed as #defines into strings.
I have an include file that has 50+ #defines with constants (0,1,2,3,…,etc). I have a dump program to dump the data structure that these #defines are used in into a .csv file. I used this little script to dump case statements out for the #defines, with readable strings instead of arbitrary constant values. cat $1…