/* * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*
* Welcome to My Programs Page!
*
* I have been programming for over 15 years!
* I enjoy programming because of its creative aspects.
* I have programmed in many languages. I am currently
* most comfortable with PHP and C/C++.
*
* Most of the material here is older, sillier stuff I
* made as a kid. I started programming as an 11-year-
* old, so you can imagine how much stuff (Junk) I have
* programmed.
*
* If I have included the source code, you are welcome
* to leech it. If I haven't, you are welcome to request
* it. There are countless programs I have created...
* this page only holds a fraction of them.
*
* Have Fun!
* glen
*
* * * * * * * * * * * * * * * * * * * * * * * * * * * * */
int main()
{
return 0;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*
* C and C++
*
* For speed and low-level control C/C++ take the lead.
*
* I recommend MinGW for an IDE. It is simple and free.
* Plus, with the aid of Allegro (the game library) you
* can get going (writing games) in no time.
* Check out this site to find out more.
*
* * * * * * * * * * * * * * * * * * * * * * * * * * * * */
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. You might be surprised what can be
* with it!
*
* * * * * * * * * * * * * * * * * * * * * * * * * * * * *
-->
<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
|
I have programmed in some pretty weird languanges. Studio 7 is a lanuage that no longer exists!
STUDIO 7:
Slippy the Psycho Penguin - Strange but fun game
|