File Input Output in Java
From source code,code examples
| Advanced Keyboard Input |
This method ask a question, gets input from keyboard, and do not return before input is the way you want it to be!
| a TUTORIAL in PASSING PARAMETERS |
This is a tutorial in PASSING PARAMETERS to both applet and applications. Complete and easy to understand! Sample programs contain simple codes with a clear explanation.
| Advance_calculator |
calculations
| Bookmarklet: Save Image As |
Provides ability to "Save Image As..." without the usual "right clcik, select Save..." image-by-image! Just click on it, and click save for each image :)
| bubble sort |
Sort an array using Booble
| Base64 Encoder |
Comment snippet taken directly from source code. Please read or read in Base64.java file before using.
| JAVAsearch |
A search engine coded in javascript for small or large websites CGI is better but I was bored.
| Clear dos screen using JNI |
This is comprehensive clear screen tutorial using Java native interface. Teaches you from A-Z how you go about clearing the windows dos console.
| CSV parser |
This program is a CSV (Comma seperated values) parser. It will read in a CSV file, and convert it into an array of values, which can then have sorting operations or other manipulations performed on the data set.
| client server communication |
client server communication like mirrror ..server respond to client by same msg send by client.
| DOS commands |
Simple DOS commands like Type, Copy, Move, CopyCon
| Day of the week |
Displays the day of the week for the date inputted by user. It is designed to show beginners to Java the use of loops, switches, validation and user input including searching for leap years.
| Diary |
The purpose originaly for this software was to fulfill the request of my sisters which was to make them a diary for the computer. So i started making it. The first "version" fell short of my requirements. So i created a second "version" which is closer to my requirements. It has many features that i added. There area still a few bugs that i need to fix. Also the one way it falls short is it has no encryption or high security.
| DB File writer |
DB File Writer will get an input from a input.txt file containing results from DB SELECT query and modify the file to have INSERT commands with the values of input.txt and write it to output.txt file.
| Demonisch profileMaker |
The java programme provides a GUI for creating a profile. You can save the profile in XML format, and upload it along with an image to a perl script which will save the profile to a database, and the image to the web server. Finally you can view the profile by visiting the PHP web page and entering the alias of the owner of the profile.
| Desktop Scaner |
This is easy to use application which can click your desktop pictures.Just start the program and press enter to start with it.Click as many photos as you can without closing.
| decimal to roman |
convert decimal to roman numerals
| Dictionary in Java |
This is code for handle with input/output file.
| EasyFTP 1.0 |
This is a tiny smart utility to send or to bring files among your computer and your provider. See it in action: http://www.industriavirtual.com.br/codedemo/easyftp/index.htm If you find it useful, please vote!
| EmKadir (simple multiple directory creator) |
Just create many folder in once time with auto numbering
| Employee Registration with text file |
Nothing Special. It is my Java Assignment. I wanna know how is my program and so please send email to me or vote if u have time.
| File Handling and String Manipulation Tutorial |
This tutorial will teach you how to read and write files line by line. It also has the code to many string manipulations such as getting the middle of a string, searching/replacing text, and much more, even how to reverse a string! It also has fully working code to demostrate EVERYTHING! Note: Honest comments and generous votes are appreciated... ;)
| File Splitter ver 1.0 |
To split a large file into smaller files. The files could be later joined to recreate the previous file. This would help in sending data through mail or saving information in disks.
| FileSplitter in Java |
I made this Splitter just to clear my concepts about Files and their Input/Output. I think this will help any newbie to clear his concepts also. Though the source file is not well commented but i guess there is not much to specify, everything is obvious ( i guess). But in case u feel any problem do mail me.
| File Programs |
Here's some file programs i did
| File List To XML/HTML Report |
This scans a folder for files and folders and creates a report in XML or HTML format . Something like Winamp html playlist generated file.
| File Organizer (F&E) |
This program organizes file by collecting the file created in the same month and year. The program search for all the txt,jpg,ppt,mp3 and xls files from the input directory of the user but it does not include the program files and system folders if you organized the whole drive.It also displays the file properties when you clicked a file.
| Get Time |
Time Input with keyboard & mouse support, fast and easy way to enter a time. It should be browser independent. Tested with IE6, Firefox 1.0, Opera 7.5, Netscape 7.1 & Mozilla 1.7.
| GM Car Gauges |
It will interface with most ALDL cars,(1982-1995 GM cars) over the serial port. I had it working on my 1984 Buick Regal.It will read any error codes as well as make a visual representation of few gauges, which is very useful since most of these cars only came with a mph gauge.
| GzTx - GZip File Transfer Daemon |
It's a pseudo ftp (or rather tftp) program...
| HTTP Date and TIME |
I Built http date just to prove I could :) httpdate goes to a web server and fetches the current date and time.
| Hollow Diamond |
take input and prints Hollow diamond
| Inventory Management System |
This is a store management system especially designed for educational purposes only. This code will teach you great file handling techniques like reading from master file, updating a specific record in the file, storing grouping details in another file and displaying them as a report (in text format). This code is a great example for Object Oriented Programming. Not only this, this will also show you a shortcut technique on how to generate/create an unique identification no. (i.e., ID) for each record automatically just reading from your master file. See the screenshot for your consideration.
| Java P2P server/client |
I created this as my final project for Java 1 in college it is a file sharing program for small networks of file sharing. I HAVEN'T tested it via the internet. It is similar to kazaa limewire, but it does have to have a central server that holds all the file locations and the ip's of all the machines. if anything it shows you how to transfer files well using Buffered Streams.
| Javascript Quiz |
A simple Javascript quiz for beginners to put on their webpages. With detailed results and simple programming.
| file splitter 'n merger |
this piece will let you split bigger files into smaller ones that can fit onto a floppy particulary and merge them into one complete file later on.
| Lines of Code Counter |
This applicaton counts the code, comments, and blank lines in a java source code file. The zip file contains an installation guide. This is an intermediate step toward a more full featured application that will feature some type of GUI.
| Low level wav playback in java |
this is my first submission in the java section... this is a small example for a low level wav player in java using the "javax.sound.sampled" package. since i could not find some code like this, i decided to write it myself.comments are welcome...
| macro processor |
this code is a preprocessor
| Notepad 1.00 |
A simple notepad developed in Java. For mote info see my site a http://www.rekahsoft.tk
| Number to words converter (Money format) |
This program support only EIGHT(8) digit to generate WORDS, and this program is something similar bank Check(US) / Cheque(UK).
| number to roman convertion |
convert the number to roman numeral using switch case
| Output to XLS |
Will out put data to an xls file with formating....
| PasswordInputStream |
java pathetically echoes each and every character it reads from the stdin to the console. This can be quite undesirable if u need an application to read a password from the user at the command line. I've used the java native interface to implement an input stream which reads a line from the stdin but doesnt echo the characters to the console, instead, '*' are printed to the console. For more details, see the ReadMe file in password.zip!!
| Print-It |
This code will open a Print Dialog using nothing but JavaScript and HTML. It should work with most newer browsers (Netscape 6+, IE 6+)
| Phone Book in Java |
Phone Book ...Shows how to Load/Save ListBoxes ... This is a project requested from my Java Teacher ... He wanted a project without Data Bases ... so I made this one using only TXT files ... Simple Project ...
| Parallel Port Viewer |
It is possible to use parallel port for many interesting applications (i.e. connect LCD Display or leds to it). Parallel Port Viewer show how parallel port works on hardware level!!!
| Phone Book (use text files) |
A simple address book which can keep records of a person.. unique names and phone numbers..
| Prem Veeramani |
This code is useful for people who use photoshop to create web galleries. It has a banner feature, I don't use this at all, but there's no way of disabling the same. So the generated html files, contain this huge amount of space at the top of each page. So basically this program eliminates this space, so that the users have don't have to scroll to watch the complete image, provided your image is not too big.
| Popup |
This is basically a tutorial for the programmers who really wants to know that how popup works in javascript and also how to send or pass values from child window(popup) to parent window. This code works in all the browsers. The programming codes are really simple and easy to understand for any programmers.
| Payroll Solver Version 1.0 |
The purpose of this code is that it will compute the salary of an employee including its taxes. If you find this code useful send me an email at jakerpomperada@yahoo.com. I am also accepting programming projects my complete home address is MR. JAKE RODRIGUEZ POMPERADA
| Remote Clipboard Copier |
Using this program you can the string flavored clipboard data of one computer to another computer's clip board in which the server program i.e. Clipboard receiver is executing.
| Result v1 |
This is a simple code for the beginners.
| SHYAM Chat (Private Messaging Included) |
It allows multi-client chatting via a server. Clients can send public messages to each other. AND they can also send PRIVATE messages to particular clients. Server also has the added ability to Block and Unblock clients.
| Sorting all command line files contents |
This java program used to input a list of files at command line and display the contents of existing files in shorted order also display list of files that are not exist.
| Trivial File Transfer Protocol |
This coding enables communication with a remote computer enabling one to browse the remote system directories and download the required files from the remote system.
| Text file manupilating |
This code shows how to manupilate a text file, by counting the number of sentences appears on the full text file and many more
| TREC Question Type Recognizer |
Question Type Recognizer module for use with a QA system. Processes questions in the TREC QA track data, and determines the type of answer that would be required.
| Universal FileFilter |
This class is an extension to javax.swing.filechooser.Filefilter that you can use to easily build up simple file filters to use with JFileChooser. Example:
| User Input(String, int, double, char) |
This code makes it easier to get input from user.
| [[User Input(double,float,char[],long,int,short)]] |
Makes it easier to get input from user. Improved version; Now also includes float, long and short
| Union Intersection Calcualtor |
Add data to a set
| User1 send message to User2 |
Core of the program is to receive the client message to the server using serversocket. Here user have to give the message in Clientside
| User1 Send Message to User2(Simplex mode) |
Core of the program is to receive the client message to the serverusing serversocket. Here user have to give the message in Clientside
| Validating XML with Schemas Part I |
Validating XML with Schemas Part I
| volumeControl |
Control the main volume of another computer
| Watchguard Log Parse |
The purpose of this software is to use parse watchguard smtp-proxy logs into offending ip addresses so you can if you want to report them to there isp's as spammers it only grabs denied mail from the smtp-proxy
| Words to Number Converter |
converts numbers, written in words, into numerical value
| X-POST-CHANGO |
This Program was created to allow non administrative users to change from OS X to OS 9 without using System Preferences. It uses Sockets to tell the machine to change and reboot. You can find more updates at http://xpostchango.jkcool.com/
| xonaic notepad 1.0 |
i make a notepad & all necessary things which u want to do u can done through this.
| yard conversion |
to learn ho w to use input/output using sinple math in java

