ABOUT | PROJECTS | SKILLS | SAMPLES | CONTACT | Résumé
 
Training Video: Fundamental and Harmonic Frequencies

It was produced by:
  1. capturing the audio from the original training video c.a. 1985
  2. DSP processing the audio for clarity
  3. passing the audio through a sound card oscilloscope and video capture
  4. creating new images and video clips  
  5. producing a new voice over for the instructor
  6. compiling the entire project using Camstasia

See the video. (4:00)
 
Captcha Image Drawing

Captcha is used to prevent automated "bots" from accessing pages by showing an image that a human can read but a computer can't. This is not a full implementation of captcha, only a proof of concept exercise in drawing the image. The C# source does the following:
   1. Create the bitmap.
   2. Draw a patterned background.
   3. Draw some light noise lines.
   4. Draw some dark noise lines.
   5. Randomly pick a code and draw the letters.
   6. Draw additional noise lines that overlap the letters.
   7. Stream the image and cleanup.

Click the image to change the code.


Click here to view the code.


Application Documentation: Barcode PocketPC Barcode Tracking Application

This file demonstrates simple but complete application documentation in a Microsoft Help file (CHM). The update log is a good read on how an application develops and is maintained over time. 

Click here to download the file.
(You must save to your local computer for this CHM file to work properly, right-click on the file, click properties and unblock the application to view the help file correctly.)