Results for "Volume: 6_2008-2009"
This piece of code displays the routing table, using the iphelper library : the network destination, the mask, the gateway, the interface.
I propose a CHALLENGE to everyone on PSC! Whoever manage to complete my Puzzle will prove their IQ superiority over all others. I DARE you to take this challenge. Anyone who has completed this puzzle can send me their Solved.txt file to [email protected] (Note: It IS possible to solve this. I've done it) UPDATED NOTE: I've changed my email a long time ago to ([email protected]) please dont send anymore to ([email protected])
This is a very strange type of artificial intelligence. It is chat bot that gradually learns as it is used. It uses what I think is termed "Linguistic Non-Intelligence", I suppose. I found this program at www.sourceforge.net on the web. If you like, vote on this program.
I was asked to put all my controls to a single ocx file. Enjoy it.
This is the latest version of AIG. This is version 2.2.5. This version has a skin, but the skin is very primative (it's still being worked on). The databases also still need work, the databases are almost like a language in their own (you can open the databases in a text editor). I'm still working on this so don't judge it as a finished product. There is no error checking yet so that also still needs to be implemented. All the code that is here was created by me only. I would like some votes, but that isn't compulsary. ENJOY!
ChessMASTER Mark III is a chess program. You can play with a friend over the internet (Client/Server Modes, with chat and scribble boxes) or locally or you can play against the inbuilt computer AI opponants. You can even allow the AI to play itself, perhaps taking bets on the outcome! Virtually all graphical options had to be removed to upload to PSC, unfortunately. There is a complete rule set built into the game and I have tried to represent most of them, although some ommissions do remain. Thanks for viewing, downloading, rating this and using program!
Simple Function designed to upload single/multiple files from VB using just Inet control, Label and the Function.
The latest version of my complete top-view strategy/adventure game, Marque Castle. Features seventeen progressively more challenging levels, co-operative multi-player strategy, some simple enemy AI, and tools for creating your own levels. Strategy involves spikes, locked blocks, lakes, alternating tiles, bombs, and two different kinds of enemies – all in race with the clock. Also, you can easily customize the skins that make up the game's graphics. See how far you can get in the game! Please vote and leave your comments! Stay tuned for Marque Castle Redux, a remake of Marque Castle in VB.net, with an entirely new engine and revamped levels.
This program lets you draw something, and then playback your draw. You can save it and then load it back.
This software eradicates RedLof Virus from infected files, I developed this util. for my students as the Antivirus we got in our institution was not able to clean the files saying its quite polymorphic. it rather asks to delete them which was causing loss of important files of student projects
This is an unusual project. Building it with drawing program in mind. Speed update, though there's still much room for improvement
*Updated* 07/01/2003 The installer was trying to make a shortcut, even if you didnt provide info for one, also ive changed it to compile into P-Code, making it compile to just over 50kb now ;D I was in need of an installer similar to the one SmartFTP provided, downloading the install files from a HTTP server, i couldnt find one to match my needs, so i made one, and here it is.. :P Its extremely simple, only took a few hours to make, thanks to Sean Gallardy for his brilliant http downloading control ;) Comes complete with demo config file, compiles to just over 50KB, making it small, and easy to distribute over the net. Please leave your comments, suggestions etc...it would be appriciated
The reason why I created this is as follows: Most of the HTML color syntax highlighters that I have found here are either to big complicated, slow or has other disadvantages. Many of them allso required selveral .cls/.bas files, witch makes them harder to implement in existing projects. So therefore I started on this with some requirements in mind. 1. It had to one single .ctl file that could easilly be dropped in the project explorer. 2. It should be simple to use with the fewest amount of arguments as possible 3. I wanted it to have alle the basic functions like: Undo, Cut, Copy, Paste, Delete Select All because theese are really boring to write over and over again. Thanks to RegX for his "FastHTML/XML Highlight" I had the foundation of the highliting. You can see his project here: http://makeashorterlink.com/?J16C426F2 So here you have it. 1. Set a refference to "Microsoft VBScript Regular Expressions 5.5" in Project > Refferences 2. Copy "txtHTML.ct" and "txtHTML.ctx"to your projects´s folder 3. Drop the txtHTML.ctl in your Project Explorer 4. Ready! Oh yeh! Remember that Votes = Good :o) Update 06,Jan,2003 Fixed: crash when typing a comment at first. Fixed: Not coloring correctly when typing tags inside a comment.
My wife asked me if I could make her a simple calendar maker real quick. She really just wanted blank calendars to let the children, at the school she helps out at, to color in. So I made this for her (with the ability to add images instead of being blank). It was written pretty quick and only tested on my home PC since she was going to be using it there, so there may be bugs. I just thought I would share some of my code once again here since this is not a product I will be taking much further. Some ideas to add if others wanted to is better scaling of the image in the top half, a database (or data file) of holidays to add to the calendar when it is rendered, color and font options. If anyone does add more to it, please share back on PSC. KEYWORDS: LINE, CALENDAR, PRINTER, COMMON DIALOG
I've seen requests for this in the mail lists to here it is. This uses the windows scripting runtime to get the path to the requested directory. For example, as you know, the windows directory can be C:\Winnt\ , c:\windows\, etc. This code will retrieve the correct path to the directory. 'Currently written to get the Windows, System32, or Temp directory. Add others as you'd like.
Explains how and why to put a 'Start with Full Compile' button on VB toolbar. Works in VB4,5,6 and I think 3 (but its so long since I used that I can't remember).
A simple encryper/decrypter I made for a friend... It converts each char into the asc value for that char and reverses it later...
Send messages over a network with the UDP protocol.
The passwords typed in a textbox can be read even if the * appears. But there is a way to prevent this. This is why i created this code. It prevent users from using programs like Spy to read the password (http://come.to/kobik) if the URL don't change.
It is a sample Login Dialog which users can place into their applications easily to allow them to have multiple user accounts using their program. All passwords and usernames are Encrypted. You can view all user accounts and alter each username at runtime. This is part of a larger program I am working on to Manage Network computers based around the Winsock Control which i will be posting sometime soon.