Advertisement

Results for "Author: mephisto"

C_Volume2 #80434
[Tile Getter] - Cuts a picture and displays coordinates

This is a handy, commented tool especially for those who use bitblt functions etc for their games and they only have one big picture to work with, that has all those different images in it combined. This will create cells in that image with a width and height specified by user and then it gives you coordinates of the particular cell you click on. I found it very handy in my case and i always see more and more people having a problem with this. So, here is your solution :) Enjoy and vote :)

Java_Volume1 #86615
[Multishoot] - UDP Multiplayer Shooter

This is a multiplayer game in UDP Winsock, i use BitBlt to make it nicer. You have two animated characters going around shooting each other - that means bullets, mines, walls... The code itself is very flexible, its very easy to modify the map, only move rectangles around the form, or add some more, or erase some... I tried to pack in it the most useful features that you would need for Winsock programming... And how to use winsock to your advantage.

Java_Volume1 #87612
[PathFinding -Simple way]

This is a heavily commented pathfinding algorithm. It has a customizable map, you can generate the terrain randomly, and just put in start and end position. I decided to do this program because ive seen a lot of pathfinding tools out there that are simply too big and hard, while pathfinding in nature is pretty simple. Enjoy and vote

Java_Volume1 #87653
[Process Sniffer]

This program lists all processes on computer and sorts them into listboxes depending on their detailed information. If it is available, you can also check detail info on a particular process, search for not-found processes. This application is meant to act like a Virus/Spyware/Adware protection that alerts you on common viruses etc. It automatically scans all your processes and matches them with the ones in database and those that are recorded as Spyware / Viruses etc, they are highlited with comment after the process name saying - ATTENTION This code is not fixing any viruses, spywares etc, it is only identifing the problem. The next step of removal is upon you. Enjoy & vote!

Java_Volume1 #87925
[Winsock Simple Multiplayer Game]

This is a heavily commented demonstration of how to connect two people through the winsock to create a simple game. This includes Get External IP feature and copy it to cplipboard fast, Skins, Say feature to communicate, anything to get you started with Winsock Multiplayer Games programming. Enjoy & Vote :p

Java_Volume1 #88052
[Winsock MiniChat, Get IP, Save Conversation etc]

This code is heavily commented example of how to create a simple chat using winsock component. It has also some more features like Save Conversation, Get External IP, Nickname. NO API's, NO Modules, NO 1000 forms, just plain simple working code

Java_Volume1 #88509
[Webcam Motion Detection]

This program captures from default camera and detects motion. Its very small code, and i commented all that wasnt common sense. Enjoy and vote =p Side Note: In case your camera doesnt work too good or properly, start up Movie Maker and it will detect the camera and add it to cameras connected list in windows... then you can use it for sure... sometimes this happens

Java_Volume1 #98977
[Tile Getter] - Cuts a picture and displays coordinates

This is a handy, commented tool especially for those who use bitblt functions etc for their games and they only have one big picture to work with, that has all those different images in it combined. This will create cells in that image with a width and height specified by user and then it gives you coordinates of the particular cell you click on. I found it very handy in my case and i always see more and more people having a problem with this. So, here is your solution :) Enjoy and vote :)

2_2002-2004 #113763
[Multishoot] - UDP Multiplayer Shooter

This is a multiplayer game in UDP Winsock, i use BitBlt to make it nicer. You have two animated characters going around shooting each other - that means bullets, mines, walls... The code itself is very flexible, its very easy to modify the map, only move rectangles around the form, or add some more, or erase some... I tried to pack in it the most useful features that you would need for Winsock programming... And how to use winsock to your advantage.

2_2002-2004 #114759
[PathFinding -Simple way]

This is a heavily commented pathfinding algorithm. It has a customizable map, you can generate the terrain randomly, and just put in start and end position. I decided to do this program because ive seen a lot of pathfinding tools out there that are simply too big and hard, while pathfinding in nature is pretty simple. Enjoy and vote

2_2002-2004 #114800
[Process Sniffer]

This program lists all processes on computer and sorts them into listboxes depending on their detailed information. If it is available, you can also check detail info on a particular process, search for not-found processes. This application is meant to act like a Virus/Spyware/Adware protection that alerts you on common viruses etc. It automatically scans all your processes and matches them with the ones in database and those that are recorded as Spyware / Viruses etc, they are highlited with comment after the process name saying - ATTENTION This code is not fixing any viruses, spywares etc, it is only identifing the problem. The next step of removal is upon you. Enjoy & vote!

2_2002-2004 #115072
[Winsock Simple Multiplayer Game]

This is a heavily commented demonstration of how to connect two people through the winsock to create a simple game. This includes Get External IP feature and copy it to cplipboard fast, Skins, Say feature to communicate, anything to get you started with Winsock Multiplayer Games programming. Enjoy & Vote :p

2_2002-2004 #115199
[Winsock MiniChat, Get IP, Save Conversation etc]

This code is heavily commented example of how to create a simple chat using winsock component. It has also some more features like Save Conversation, Get External IP, Nickname. NO API's, NO Modules, NO 1000 forms, just plain simple working code

2_2002-2004 #115656
[Webcam Motion Detection]

This program captures from default camera and detects motion. Its very small code, and i commented all that wasnt common sense. Enjoy and vote =p Side Note: In case your camera doesnt work too good or properly, start up Movie Maker and it will detect the camera and add it to cameras connected list in windows... then you can use it for sure... sometimes this happens

2_2002-2004 #126125
[Tile Getter] - Cuts a picture and displays coordinates

This is a handy, commented tool especially for those who use bitblt functions etc for their games and they only have one big picture to work with, that has all those different images in it combined. This will create cells in that image with a width and height specified by user and then it gives you coordinates of the particular cell you click on. I found it very handy in my case and i always see more and more people having a problem with this. So, here is your solution :) Enjoy and vote :)

3_2004-2005 #132306
[Multishoot] - UDP Multiplayer Shooter

This is a multiplayer game in UDP Winsock, i use BitBlt to make it nicer. You have two animated characters going around shooting each other - that means bullets, mines, walls... The code itself is very flexible, its very easy to modify the map, only move rectangles around the form, or add some more, or erase some... I tried to pack in it the most useful features that you would need for Winsock programming... And how to use winsock to your advantage.

3_2004-2005 #133303
[PathFinding -Simple way]

This is a heavily commented pathfinding algorithm. It has a customizable map, you can generate the terrain randomly, and just put in start and end position. I decided to do this program because ive seen a lot of pathfinding tools out there that are simply too big and hard, while pathfinding in nature is pretty simple. Enjoy and vote

3_2004-2005 #133344
[Process Sniffer]

This program lists all processes on computer and sorts them into listboxes depending on their detailed information. If it is available, you can also check detail info on a particular process, search for not-found processes. This application is meant to act like a Virus/Spyware/Adware protection that alerts you on common viruses etc. It automatically scans all your processes and matches them with the ones in database and those that are recorded as Spyware / Viruses etc, they are highlited with comment after the process name saying - ATTENTION This code is not fixing any viruses, spywares etc, it is only identifing the problem. The next step of removal is upon you. Enjoy & vote!

3_2004-2005 #133616
[Winsock Simple Multiplayer Game]

This is a heavily commented demonstration of how to connect two people through the winsock to create a simple game. This includes Get External IP feature and copy it to cplipboard fast, Skins, Say feature to communicate, anything to get you started with Winsock Multiplayer Games programming. Enjoy & Vote :p

3_2004-2005 #133743
[Winsock MiniChat, Get IP, Save Conversation etc]

This code is heavily commented example of how to create a simple chat using winsock component. It has also some more features like Save Conversation, Get External IP, Nickname. NO API's, NO Modules, NO 1000 forms, just plain simple working code

Languages
Top Categories
Global Discovery