Danzisoft Logo



one pixel
HOME      PROJECTS      AFFILIATES      CODE      CONTACT       
 

CODE

This is where you will find links to projects I've done that I think are interesting. It's a bit of a source code portfolio to go with my resume(html version or MS Word version).

 

JavaScript

  • The Luhn Formula - Used to verify Credit Card or Social Insurance Numbers. The link opens a short essay where I describe the algorithm and write a JavaScript implementation.

C/C++

  • Download a MS DevStudio ActiveX Control solution that calculates Water Vapour Saturation Concentration for air of a given temperature. Unzip the solution and open it with DevStudio. Build the SatConcAtl project and then open the SCForm.htm page found in the SatConcAtl folder.
  • Download my implementation of J. David Eisenberg's BumbleSort, described here on Ask Tog.
    NOTE: Don't use this algorithm! Please! It's O(e^n)!
    Unzip the solution and build the whole thing in debug mode. Execute the Sample project or the Unit Tests. You need to have CPPUnit 1.10.2 installed for the unit tests to work. The algorithm is a C++ template found in the BumbleSort.h header file. It can "sort" STL lists or vectors, but takes a very long time.
  • Download my C++ implementation of the PhraseBook pattern based on the description given by Yonat Sharon and Rani Pinchuk in "The Phrasebook Pattern". Download the zip file containing the MS DevStudio solution. DOxygen documentation can be found "PhraseBookdochtmlindex.html". You will need to have MSXML4, CPPUnit 1.10.2 and DOxygen installed. The DOxygen init file (PhraseBookDoxyfile") will need to be modified if you wish to re-compile the documentation.
    The unit tests will run "straight out of the box", just run the cmd line file "runUnitTests.cmd".

MS SQL Server DTS

  • Telus Utilities - coming soon: A DTS package to load a Telus bill into a MS SQL Server data base.
 
   |  What's new? |