Results for "Volume: Java_Volume1"
Send email from your desktop, no need to go to YAHOO or HOTMAIL or any other site. Pls "rate" it.
Its an EchoServer v1.0 a simple app displaying power of java networking. Pls "rate" it
I created this program for my third-year university unit with an HD grade. Please rate this! The program uses a graphical user interface (GUI) that records information about a family tree. Each family member can have a father, a mother, a spouse and a list of children as well as having a first name, a surname at birth, a surname when married, a little paragraph about the person’s short account of life and gender. All this information is stored in a family tree for a whole bunch of related people. The GUI only shows the details for one person at a time and the person is the current person, which the program displays. Immediate relatives are also displayed on the GUI that is only relative to the current person being selected. The program has two modes: editing and viewing. It starts in viewing mode as the default where information cannot be edited. In editing mode, family members can be edited or add a new family member as an immediate relative of the current person. For both modes, it allows the user to be able to change the displayed person to one of the immediate relatives of the current person or even start a new, empty family tree. A family tree can be stored in a file for subsequent editing and viewing.
In part two of the series, the author of "GPS.NET" teaches developers how to write GPS applications suitable for the real world by mastering GPS precision concepts. Source code includes a working NMEA interpreter and sample high-precision application in C# and VB.NET.
This function parses through HTML code and returns an array filled with the tags and their values.
Enter a parabola in the form of y = ax^2 + bx + c. Then the program will graph the parabola and give you info about the parabola. Very simple and easy to follow code. Please comment and vote.
The Javascript Binary Library is a collection of objects and functions that enables fast handling of binary data including bit stream input/output and some extras for number conversion between bases like hexadecimal and octal, all this maked in the JavaScript language. PLEASE VOTE AND LEAVE YOUR COMMENTS!!!!! :)
A standard ColorPicker that resembles Adobe Photoshop ColorPicker. No Image files used. purely code color algorithms.It is faster since algorithms are used efficiently ( ...within my knowledge); to speedup the running. This is my first C++ programme so the coding styles may not be in a standard way. Forgive me. Any comments (+ or -) or certainly VOTES are welcome... This is not a completed vertion.But includes 3 color space with Hue, Saturation and Brightness. Also see my article ' A Standard ColorPicker' in Visual Basic section that is more completed than this vertion with Preset custom color, Safety palette etc.
To manipulate a bank like database by adding, updating and displaying customer records.
Algorithms and Data Structures - Linked Lists & Trees. Here you have examples of linked lists, stacks, queues and binary search trees. oop a58ass1.dat - a text file containing data a58ass2.cpp - designed to take a58ass1.dat and generate a binary file that does not include the supplier.oop a58ass2.dat - the genrated binary file a58ass3.cpp - a menu driven program that allows you to edit the a58ass2.cpp binary file, add a new product, remove an old product...oop a58ass4.cpp - a menu driven program that allow you to keep a binary file database of students grades. You can add students remove students, change grades and more.oop a59ass1.cpp - a LINKED LIST database allowing to keep track of employees name, rate hof pay, type of job.oop a59ass1.dat - the data in a59ass1.cpp is stored/saved in a59ass1.dat a59ass2.cpp - STACK database keeping records of a bookstore or library. oop a59ass2.dat - the data in a59ass2.cpp is stored in a59ass2.dat. a59ass3.cpp - QUEUE database keeping a generic record system for purchasing records, who purchased what...oop a59ass3.dat - the data in a59ass3.cpp is stored in a59ass3.dat a59ass4.cpp - creates a binary search tree that holds a persons name and their corresponding telephone number. oop a59ass4.dat - stores the data here
Writing a program in C/C++ for Rebooting Under MS-DOS. PLEASE PROVIDE YOUR FEEDBACK OR VOTE ABOUT THIS ARTICLE.
I have put so much time into creating this book. This book is for free. This book is good for those who already know the basics of C++. I will be working on adding to it in the coming months. The code examples I have used in the book are only partial and will not compile. If you need the compilable version, no problem I will write them for you if you ask. If you need me to add something you would like to know about, just let me know.
This is a set of functions to convert numbers to words, in four languages: English, Portuguese, Spanish and French. There is also a function for text-to-speech (in English). The number can be huge: up to 70 digits! NumbersWords- Converts numbers to English words. NumerosPalavras- Converts numbers to Portuguese words. NumerosPalabras- Converts numbers to Spanish words. NumerosMots- Converts numbers to French words. Sayit – Text-to-speech. ************************************************************************** Este conjunto de funções serve para converter números em palavras, em quatro línguas: Inglês, Português, Espanhol e Francês. Há também uma função para text-to-speech (em Inglês). NumerosPalavras- converte números em palavras Portuguesas. NumbersWords- converte números em palavras Inglesas. NumerosPalabras- converte números em palavras Espanholas. NumerosMots- converte números em palavras Francesas. Sayit - Text-to-speech. ************************************************************************** Éste conjunto de funciones sirve para convertir números en palabras, en quatro idiomas: Inglés, Portugués, Español y Francés. Hay también una función para text-to-speech (en Inglés). NumerosPalabras- convierte números en palabras Españolas. NumbersWords- convierte números en palabras Inglesas. NumerosPalavras- convierte números en palabras Portuguésas. NumerosMots- convierte números en palabras Francésas. Sayit - Text-to-speech. ************************************************************************** Ceci est une série de fonctions pour convertir numéros à mots, dans quatre langues: anglais, Portugais, Espagnol et Français. Il y a aussi une fonction pour text-to-speech(dans anglais). Le numéro peut être énorme: jusqu'à 70 chiffres! NumbersWords- Convertis des numéros au mots anglais. NumerosPalavras- Convertis des numéros au mots mots Portugais. NumerosPalabras- Convertis des numéros au mots Espagnol. NumerosMots- Convertis des numéros au mots français. Sayit – text-to-speech.
This applet allows you to create a "rollover" image, where the image changes when the mouse moves over and out of it. The advantage of it being written in Java is that the effect functions in all browsers, as long as the browser supports Java.
Web page's background color change from one color to another to another to another to ...
This is a simple example of calling methods from other classes. My first Java submission and it includes Name, Address and Employee class along with a test driver program. This was required for my Java II class. Most of my submissions here are in the VB category and one in C++. Hopefully this is helpful for beginners. Leave feedback and let me know.
A template class that can write,read,modify & delete objects of any class/structure to a database.
This program draws a stream of particles eminating from your cursor.They will proceed to fall to the bottom of the screen and bounce around. This is fully customizeable and would make a Great screen saver. UPDATED. LOTS OF OPTIONS!!!!
With this code, you can incorporate self-extract functions to your VB program. You can actually add a compressed file, with you own custom compression algorithm to a EXE, so you can extract it just by running your program (just like WinZip's SFX modules), you can save your application's setting in it's executable(so you don't use the registry, or INI files), you can even put the registration information inside the exe(for safety), so you don't use external text files, or just put a DOC file inside an exe so a user can see it's contens even if it doesn't have Microsoft Word. This are only examples, but the posibilities are UNLIMITED. You can implement this to your program just by adding 2 functions, and calling them. By the way, it should work with almost any VB version. Included is a sample app, that shows a sample Self-Extract maker (which can include any file in the Self-Extract module, which is a VB app), and a Self-Extracting module, and of course, source code. Enjoy! P.S. If you include a zip into the Self-Extract module, some uncompressing programs will think it's a SFX, and you can decompress the files with them! (tested with WinRAR -- will say that the zip has a bad header, but will decompress the files!)
Ever want to know which of your ports are being used while your on the net? Well, here is a full fledged application, you can scan ports in ranges such as 1-65530 or you can select 11 diffrent ports to scan, and you can watch 2 ports to see if incoming data is being sent on that port. good to see if someone gave you a trojan! And with the timer control, you can automate your scans and even save them to a log file!