Results for "Author: matt carpenter"
This program allows you to type in multiple ebay auction item numbers and it will load the info about them. In a list box, it tells you the auction name, the number of bids, the price, and when it ends. When you click an auction on the list, it re-loads the auction and displays the most current info.
This is a simple webserver I made just to demonstrate how a webserver sends and recieves information from the client. This webserver allows you to configure the port to listen on and your home directory. The default document is set to be index.html, but you can change that under the winsock1_dataarival(...). It also featues a graphical representation of the computers that connect to you and a progress bar for transfers. This webserver has a simple IP log which shows the IP addresses of those who connect to you, and a more sophisticated log which shows all the information that the client sends to you. If you like this, please vote for me :) --"if only one man in the world could see and the rest were blind, they'd say he's crazy too"--
This is a nice space invaders game I made in my spare time. I didn't add any function to keep the frame rate down for faster computers, but I added a text box where you type in a delay (in milliseconds) to keep the speed of the game down on faster computers. To play, use all the arrow keys to go up, down, left, & right and use the space bar to shoot. Over time, if you have enough kills, you will start to get special powers :)
This is a simple web server; A very nice one too. Some of the simplest features are it lets you find and edit files right in it. You can also create your own custom 404 error message page. It's compatible with IE, Netscape, and most all other browsers. if you like this, please vote for me ;)
Version 2 of my simple webserver (The code is simple, but the server can do much more) Features include Root directory customizing and a better HTML editor, Custom 404 error messages, Simple activity log, Full Client Log (what the browser sends to the server), and IP address blocking. If you like this, please vote for me ;)
This OCX is used to draw playing cards wherever in your game. all 52 cards, Plus 2 jokers. It uses the bitblt to draw a card (using a card number (1-52 or 53&54 for jokers)) on a specifyed DC. Real easy. You can make games if you draw cards into different picture controls (so you can have event handeling like clicking or dragging) It also has built in functions to get the suit of a card number, or get the 'value' of a card (scale of 1-13 ace 1, king 13). If you like this, Please vote for me ;)
A Cool mirror-drawing program. Draw on one side of the drawing box, and it makes an oposite copy on the other side. You can also draw in different colors! [See Screen Shot] And if you do DL it, PLEASE rate it :)
This code lets you record an annoying mouse movement, then have it play back at a specifyed time. IT REALLY CONTROLS THE MOUSE! People will think your comp is possessed! Put it on a computer before somebody is going to use it, then set it to go off when somebody will be on the computer. It drives them crazy because the mouse is moving my its self! Great april fools joke!! It's worth an excellent isn't it? --------------------------PLZ GIVE ME A 5!! ;)
I wasn't planning on posting it, But I decided to anyways! It's a 3D racing game Made with Direct3D 7 (if you don't know how to use d3d, read my tutorial here on it). It is VERY important that you save all the Jpeg files that comes with the zip as .bmp files. I did this to save space in the zip file. It would have been 3MB if I didn't. To play, Click the left mouse button to excelerate, and move the mouse right and left to steer! It isn't complete though, there is no collision detection, and some other 'small' not bugs, but un finnished parts. Have fun! YOU WILL HAVE TO DL THE TEXTURES FROM SGDCENTER.COM (I'll have a link right on the Homepage) The textures were too large to upload to PSC, so thats why.
This tutorial will teach you the basics of winsock (the winsock OCX control). How to connect to computers, how to be a server, sending and getting data. If you like this, Please vote for me ;)
This program lets you draw a mirror image with different colors or line sizez Please vote for me if you like it ;)
This code allows you to make non-Directinput joystick powered games! If you like this, please vote for me ;)
you see your webpage as you type as it is! [See Screenshot]
A Tutorial on how to do Direct3D7 Retained Mode Graphics! HTML file and an example! Every line of code is commented and easy to understand. Begin making 3D Games with this article! I WORKED A LONG TIME ON THIS ARTICLE! If you like it, PLEASE VOTE FOR ME on PSC :) I am also planning on putting out a 3D flight simulator soon so keep lookin-
This tutorial explains in plain english how to create a real text or graphical Operating System that can be booted from a floppy. Source Code and compiling tools included (Link Fixed). Source code is in C and assembly. Vote if you like it, thanks ;-)
Learn Direct3D 8.1 The easy way with this tutorial. Commented Tutorial in HTML and full Source Code Included! If you like this, please rate it here on PSC! Thanks ;)
This simple code uses the API's Getpixel method to get the color that your mouse is over in a picture box. The picture in the picbox is a color pallete. Very simple. If you like, please vote ;)
This simple smtp server will recieve email from emailer programs (like outlook) and save them on your hd for a pop3 program to sort. It's RFC-whatever complient (as far as i know). Works Nice. Good comments. Easy to understand! If you like servers, check out my web server.
This program allows you to type in multiple ebay auction item numbers and it will load the info about them. In a list box, it tells you the auction name, the number of bids, the price, and when it ends. When you click an auction on the list, it re-loads the auction and displays the most current info.
This is a simple webserver I made just to demonstrate how a webserver sends and recieves information from the client. This webserver allows you to configure the port to listen on and your home directory. The default document is set to be index.html, but you can change that under the winsock1_dataarival(...). It also featues a graphical representation of the computers that connect to you and a progress bar for transfers. This webserver has a simple IP log which shows the IP addresses of those who connect to you, and a more sophisticated log which shows all the information that the client sends to you. If you like this, please vote for me :) --"if only one man in the world could see and the rest were blind, they'd say he's crazy too"--