/* * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*
* Welcome to My Programs Page!
*
* I have been programming since I was 11!
* This old section of my personal site, showcases my
* humble beginnings.
*
* Have Fun!
* glen
*
* * * * * * * * * * * * * * * * * * * * * * * * * * * * */
int main()
{
return 0;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*
* C and C++
*
* For speed and low-level control C/C++ are hard to
* beat.
*
* * * * * * * * * * * * * * * * * * * * * * * * * * * * */
int c_cpp()
{
cout << "Hello World";
return 0;
}
COMPLETED PROJECTS:
|
Name: Horny Toads
Description: Kill an expanding population of toads. School group project. Over 200 hours in the making!
Zip Filesize: 1.98MB
Source Code: Not included. E-mail me a request.
Date: 1999
This current version will play in Windows XP (but may have some minor bugs).
|
INCOMPLETE OR ABANDONED PROJECTS
|
Name: Boxanoid
Description: You like DX Ball? You like Arkanoid? You'll like this!
Zip Filesize: ?MB
Source Code: Not included. E-mail me a request.
Date: 2000
|
|
Name: "Mapper"
Description: I tried to make a mapping system like FFTactics.
Zip Filesize: 1.99MB
Source Code: Included in zip.
Date: 1999
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*
* Java
*
* Java is a reasonable language with some complexity
*
* Most of what I have programmed in Java was for school
* I recommend Eclipse if you are programming in Java.
*
* * * * * * * * * * * * * * * * * * * * * * * * * * * * */
private void java() throws IOException
{
println("Glen is a nerd.");
return;
}
COMPLETED PROJECTS:
|
Name: CS142 Labs
Description: All the labs from the class! I was pissed I got an A-... it was an easy class.
Zip Filesize: 12KB
Source Code: Included of course.
Date: 1999
|
<!--
* * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*
* Javascript in HTML!
*
* Fast, easy and effective. Javascript is essential for
* web developers. Before jquery and others made
* everything easy, I learned to do things the awkward
* way. :-)
*
* * * * * * * * * * * * * * * * * * * * * * * * * * * * *
-->
<html>
<head>
<title>My First Webpage!</title>
</head>
<body>
Whoa... This is a web page!<br>
I have to admit that some people go overboard with javascript with all their
little cursor snazzy animated gifs and crap.<br>
Some people know way too much javascript... I AM ONE OF THOSE PEOPLE!<br>
</body>
</html>
INCOMPLETE PROJECTS:
|
Name: Tetris On-line
Description: A version of Tetris that is really a glorified web page!
Zip Filesize: ?
Source Code: Viewable through the web application.
Date: 2004
|
|