Results for "Volume: Java_Volume1"
This program will allow more than a one on one direct connection chat, like previous postings show. This will show you how to make a server and client programs that you can distribue and have as many people as you want in the same chat.
This is the source code for a web server. It isn't quite finished, and at the moment I haven't got time to finish it (I start my GCSE exams in 2 weeks) so I thought it might be of benefit to people who want to write one. The server runs in the system tray and supports the resume feature (which some servers such as Xitami don't). At present, the server doesn't save the settings you type in, so you'll have to reset them every time you run it. But anybody with a good knowlage of file I/O should be able to add this. Please Please rate this server, your comments would be appreciated, though I won't be working on the project again until the end of June. If you want to make any changes, please contact me first, and please don't use the code in a commercial product. To get it working, put your pages/files in the 'root' directory which should be in the same directory as the executable. If you like it PLEASE PLEASE PLEASE vote.
Cycles different colors behind any text logo and scrolls a message at the same time.
Java Applet that displays scrolling images and text.
This simple little function just returns the total number of records in a ADO recordset.
Mega-Advanced Nibbles game for C++. Uses DirectX for video. Has many features, including laser beams, different doors, fireballs, 4 player support, and an internal level editor, with the option to create your own level packs & play them. There is no exe here, but if you cant get it to compile and want one e-mail me.
Makes it kind of hard to get the source from a page. This code has been on javascripts.com for a while and I won code of the month ince with it, but I also recived over 11500 mails becuase of it so I hope that wont be needed here.
By simply adding this script to a web page you can create realistic treeview menus.
Ok, here's a simple space game for you to play with. It's quite addictive (I think) and its got some comic sound effects. Its not supposed to be a true clone, I wrote it as an example of writing simple DirectX applications, so it uses DirectDraw, DirectSound and DirectInput. The ending is quite funny (but slightly tacky). The code is well commented and quite easy to read, that was the idea. Please vote for this app. It takes a while to load the images and sound files on some computers. So if the screen is blank for a long time, just wait a little longer, it most probably hasn't crashed. Due to a 500 server error when I try to upload the file, I've put the data files from the game here: http://www.geocities.com/nozza_prog/sg1.zip sorry for any inconvenience, but it couldn't be helped.
A calculator with all the usual functions, plus: help, memory, Exp, sqrt, log, abs, atan,tan, cos,acos, sin, asin, pi , ln10, ln2,sqrt 1/2, e
Return a dataset from an excel spreadsheet using OLE DB and a "named region" as a table
Uses a call to CreateToolhelp32Snapshot() to list all of the processes running on a windows machine. Very small amount of code, cleanly written in my opinion.
To learn database in VB.net easy to add, edit, delete using OLED connection
I use ExtractArgument (written by my friend Mike Carper) all the time. It returns an argument or token from a string based on its position within another string and a delimiter. For example: I want the "2" in the following string: "1,2,3,4,5,6,7,8,9,10". 'Sample call 'Dim sList as string 'Dim sTown as string 'sList = "POB 145,Dexter Street,Anytown,USA" 'sTown = ExtractArgument(3, sList, ",") 'sTown will be "Anytown" I find this very useful in working with delimited files and strings, and have implemented it in INI settings as well.
A very basic run-through of how to implement command-line arguments, with code.
This shows you how you can dynamically scroll text using Javascript! It shows text (from Dear Abby) in a large text box. When you pass the mouse over (or click) the 'scroll up' or 'scroll down' link, the text in the text box scrolls in the proper direction.
This program has four functions: list processes, kill process, get process priority, and set process priority.
Notepad Application
This program runs on WinNT and '2000 systems. It monitors directories or entire volumes and displays certain activities.
This code is a simple demonstration of a text that fades in and fades out using only Javascript. You can customize this code to display your own custom messages. Cool!