Advertisement

Results for "Volume: Java_Volume1"

Java_Volume1 #103288
jPeaks (Tri-Peaks clone)

This code is a clone (almost) of the solitare game Tri-Peaks(tm?). For those that don't know how the game is played, there is a base card at the bottom of the playfield. You select a card which has a face value one higher or one lower than the current base card (ie. if your base card is a ten, then you may select a nine or a jack). Although it doesn't really matter, Aces count as LOW, and can be "looped" back around to a king. The goal of the game is to clear off all cards. Points are scored by the number of cards you remove without resorting to a new base card from the draw pile. The first card you remove is worth 1 point, the second is worth 2 points, the third is worth 3 points, etc... (The longest streak I've had is 15 cards!) Drawing a new base card from the draw pile will make you lose 5 points (you *can* go into negative points) and you will lose 5 points for each card left on the playfield when you start a new game unless your draw pile is empty. You get 25 points for each "jPeak" that you clear and an additional 25 points if you clear all three (total bonus = 100 points). This game features almost all of the statistic tracking of the original Tri-Peaks game except for the persistant data (ie. when you close the game, all stats are cleared - nothing is saved). This functionality wouldn't be too hard to add using the DataSet.(Read/Write)XML procedures. On the technical side of the coin, this application makes use of cards.dll for all of the card faces and card backs and illustrates the use of old-fashioned API calls, user-controls, shared member functions and variables, interfaces, and (what I believe to be) average-to-good OO technique(s). Whether or not you vote on this code is up to you, but I would greatly appreciate some constructive criticism of my code and comments. And lastly (but not leastly) enjoy this completely free game! =)

Java_Volume1 #91530
Tank '98

Have you ever played Scourched Earth, a game where two or more tanks strive to blow one another away? This is my version of that game, except not as many featrues. Take a look at it, for at leat it's really cool. Please leave a comment.

Java_Volume1 #91531
Advanced Base Converter

Updated code! This function converts numbers into any base, and any base into decimal! Works frek-in' awesome!

Java_Volume1 #99468
Require all fields in a form or let some be exempt

This JavaScript can be used for almost any application of an Html form to make certain that a user fills in some or all required elements. There is an array inside of the required() function that will accept string values of which element names (on the form) that you would like exempt from the required-requirement. The only other setting that is needed to run this script is a variable inside of the required() function that needs to be set to the name of the form you want to validate (as a string). There is also an alert that can be customized to tell the user (after so many tries) that certain elements of the form are required (you can easily change the message) and it then sets the focus of the form to the element in the form that needs their attention. The code is commented (pretty well I think) but if you have any questions feel free to email me.

Java_Volume1 #99469
Intranet Messaging Service

My Application allows the employees of an organization to communicate easily online without any database of Users

Java_Volume1 #99470
Replace The Right Click Menu Of The Web Browser By The One Of Your Choice

Using this script you can add any HTML you want to right click menu of the web browser, to make it fully customizable. Use this to do site wide navigation, or just give a gentle reminder to someone not to save those images.

Java_Volume1 #99471
WEB-ANIMATOR 1.0

This is for all you web designing enthusiasts. Web animator basically desgins timelined animations. Its an HTML Application and has been created in HTML and Javascript , so you can look into the source code just by right clicking the app. The application also serves as a good example for javascript programing. The program consist of 4 steps , 1st : Desining the animation layer , 2nd : Recording the motion , 3rd : Testing the animation , 4th : The code generation. If you like it please vote...!!

Java_Volume1 #99472
ResultSet2XML

Its the simplest class file for producing XML documents from a resultset. You may use any database in the world using java.sql api and generate the Xml docs from them in flash. These docs may optionally include your company info or other general information. */

Java_Volume1 #91532
Use Microsofts Agents in your apps!

Taken from Windows Magazine August 1999 Agent is Microsoft's name for the technology that puts those "cute" cartoon characters on the screen while running any Microsoft Office application. This technoloty will be a standard feature of Windows 2000, but you can also add it to Windows 98 or Windows 95 viea a free download at "HTTP://msdn.microsoft.com/workshop/imedia/agent/agentdl.asp" Once you install this update, you can use these characters in your applications, including macros!

Java_Volume1 #91533
helpful sleep API call to suspend actions

What this API call does is suspend ALL actions for a certain amount of milliseconds(1000 milliseconds=1 second)(duh...)

Java_Volume1 #103315
File System Watcher

This program was writen to watch files coming in from our stores, and we wanted to know when they arrived, and what they were. So we set this up to watch our ftp folder.

Java_Volume1 #91534
Some mouse API calls

This code demonstrates different mouse API calls. It includes:swapping the mouse buttons; getting the position of the mouse; setting the position of the mouse; getting the double click speed; and setting the double click speed.

Java_Volume1 #99473
Library System

Library System is a application using data structures to store the book records and member records. Hi all I have seen, Many people saying this is not running. Follow these steps: 1.) Just open any ide create a new project 2.) Then add all the java files to that project 3.) Compile the file named library.java 4.) execute it. Now it should be working correctly. I used JCreator 2 IDE. If you want to see the executable file click the library system.jar file in the zip file

Java_Volume1 #99474
Even Better Analog Clock

The best Analog Clock Around.

Java_Volume1 #100429
AStar the pathfinding algorithm

The most advansed pathfinding algorithm the A Star, fully comented and easy to use;along with the test program; Please give me some feedback;

Java_Volume1 #103853
SPORAGENEERATION

It generates store procedure to do INSERT,MODIFY,DELETE and VIEW operation for any Table

Java_Volume1 #100430
Back Buffer

Here is an example of how to use back-buffer device contexts for on-screen animation; the basis for all graphical games

Java_Volume1 #100431
Bitmap Loading

Shows how to load bitmaps of any size and stretch them onto a window.

Java_Volume1 #100432
Shape window to bitmap

This example shows you how to shape your applications window to any bitmap in a resource really good looking effect for your apps.

Java_Volume1 #91535
DUN Automatic Redial If not connected to Internet

Automatically redials the specified DUN connection. Designed to keep you online 24/7. Also shows how to put your program in the system tray. shows adding and how to find out windows uptime.

Languages
Top Categories
Global Discovery