Source Code


hey everyone! check out some preliminary pages on my sister's future online fabric store!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

Because of corporate bickering and the ubiquitous immaturity that runs rampant in the Computer Industry, whose infestation of Geekdom has caused mass suffering to those alien to their ways, please view with IE.  Netscape is parsing my Javascript differently and crashes.  )(*&*(&%&*^$%&^$&^%*(^(*&^. So I'm sure its just that I need to use different type quotes or more semi colons or some such nonsense, but until I can debug it. IE is the way to go.

 

CLICK HERE

 


 

The following is a list of links to source code in Java, C++, Assembly Language, Scheme, Visual Basic, and Java Script.  All source code is free, modifiable and un copywrited. 

 

Web Design

HTML
I'm fluent in HTML. I can write anything in it. Plus, since I've graduated from the school of hard knocks on the subject, I can write compatible pages for both Netscape AND IE using only a text editor like notepad.

Java script:
Calculator O' Fun: The tried and true javascript programming topic with many added features of event processing, form manipulations, and other means of dynamically generating HTML.

Contact me if you want more information on how I can program your web pages for 10 dollars a page.

 

C++

Visual Studio Platforms, as well as UNIX platforms.

Enhanced programming style using Code Wizard, Effective C++, Personal Software Process and Rational Rose.

Source Code in text format is available for the following projects I've worked on.

Click Here to see source code for a Lisp Language Interpreter. This program parses Lisp language input from a GUI and creates the needed Lisp data items dynamically. Its one function of a large DLL package for a GUI interpeter.
Click Here to download the entire zip package of the interpreter, includes visual basic files partially written and debugged by yours truly
This is source code to 4 programs solving various numerical analysis problems such as finding roots of a polynomial or approximating a second order ordinary differential equation. Output is shown as well.

 

JAVA

Multi threading and event handling in GUI applications.

Emphasis in efficiency issues.

Source Code in text format is available for the following projects I've worked on.

This is source code to an encryption routine for a fully functioning web browser. It utilizes RSA encryption technology, which, makes it technically illegal to export out of the country.
This is source code for a program that will input a file name and a 'neatness' factor. It will open the file and reprint the text in the file according to the needed level of neatness. This would normally require exponential running time to check every combination of word printing, but I've implemented a dynamic programming solution making it faster.