Logo
 
   
 
     
 
 

Best Softwares Java >Software Developer > Java

 Sponsored links
 Sponsored links

Java

HanengCharts

 HanengCharts enables you to easily add customized, dynamic, interactive charts to your Web site, intranet or Web application. No installation is required on the server, simply upload the small JAR file (80Kb) to the same folder as your Web page, add a few lines of HTML code and you have your first c...

Xtreeme DHTML Menu Studio

 With this program you can add a DHTML drop down menu to your web site within a few minutes. The program comes with hundreds of predefined attractive graphical looks and supports easy integration with existing web sites whether they're based on frames, server-side includes or DreamWeaver templates. I...
 Sponsored links

Pentium

 Pentium works on Windows and Intel Pentium class and AMD CPUs to determine the CPUID information such as the vendor, brand/model, step, model, instruction set family, cpu serial number, and the RDTSC Time stamp register for high resolution timing measured in CPU cycles since the last boot. It is des...

Entities

 Consists of a pair of utilities that let you convert/strip/insert HTML/XML/XHTML entities such as _amp;- and _quot; from files converting them back and forth to their equivalent single characters !amp; and !quot;. It handles the HTML 4 entities such as _hearts; as well as decimal _#123; and hexadeci...
Tags: entities, jar, java, version, major, minor, target,

Sound

 Sound lets you mathematically create sounds in Java. You define your sounds in terms of 16-bit linear code for the waveform, -- an array of samplings. The U_Law.class will then convert that to (or from) *.AU mu-law 8-bit encoding format which you can then play with AudioPlayer.player.start(bis) in a...

Password

 Generates random passwords that are hard to guess. It uses a crytographic quality random number generator. The passwords are generated locally in a Java Applet. They are never transmitted over the Internet, even in encrypted form. You can also run it as a standalone program, invoking it with java co...

Mouse

 In Java, allows you to find out where the mouse in on the screen, even when it is not over one of your apps. This has similar function to MouseInfo.getPointerInfo in Java 1.5+. This class will work in any version of Java. It uses JNI and a DLL, so it only works on Windows. You must install the nativ...

KeyPlayer

 Java Keystroke and Mouse Event Tutor / Keyboard Diagnostic Application to let you experiment to learn how mouse and keystroke events work. Output appears on the console. Just click the mouse or hit keystrokes and watch what details of the events generated. To install, Extract the zip download with W...

InWords

 Shows you how to count in any of the following languages: Bahasa Indonesia Binary Decimal (several variants) Dutch (modern, old and banker's) English (British, North American, Ordinals) Esperanto French German Grams Hexadecimal Icelandic Italian Japanese Martian Metric Metric Prefixes (grams) Norweg...

HunkIO

 Java classes to include in your own programs. They let you read or write a file in one fell swoop into RAM. It also includes createTempFile method that is more convenient to use than Sun's File.createTempFile. It also includes PrintWriterPlus that converts linefeeds to platform specific line feeds e...
Tags: hunkio, readentirefile, createtempfile, prinwriterplus, line feed, line separator, temporary files, java, classes, library,

Holiday Calculatior

 Calculates when various holidays occur in any given year BC or AD. Designed to be cannibalised to include the calculation routines in your own programs. It currently calculates about 63 holidays including the following: New Years Day Congress Start Day Martin Luther King Day Inauguration Day Robbie ...

FileTransfer

 Includes classes to let you copy, download and upload files from within a Java program. Also contains a command-line utility to download files. Fully commented Java source is provided. It is now comes in four parts, MiniFileTransfer, FileTransfer and MaxiFileTransfer, Download depending on how much ...

FileTimes

 Java class library to get/set file and directory times: Create/LastModified/LastAccessed. For Windows only. Create time is when the file was first written. Modified time (sometimes called lastModified) is when the file was last written. Accessed time is when the file was last read or written. Checki...

FileIO

 I/O teaching tool that generates sample Java source code to read or write the console, a sequential file, a random access file, a String, an array of characters, an array of bytes, URL, HTTP CGI GET/POST, Socket or Pipe. It shows you how to read or write ASCII-8 bit characters (plain or locale-encod...

FileFilters

 FilenameFilters you can use in your own Java programs with File.list( FilenameFilter f ). They can also be used standalone as fancy dir commands. They come with Java source and include: AllDirectoriesFilter gets all directories AllFilesFilter gets all files ClamFilter simple wildcard DirListFilter g...
Tags: filenamefilter, filefilter, file, filter, library,

Encodings

 Applet to list all supported encodings (character sets) supported by your browser/java. To install, Extract the zip download with WinZip, (or similar unzip utility) into any directory you please, often C:\ -- ticking off the (user folder names) option. To run as an application, type: java -jar C:\co...
Tags: encodings, java, character sets, char sets, availablecharsets, nio,

CSVReader/Writer

 Java classes you can use standalone or embed in your own programs to Read, write, align, sort and pack comma, tab and semicolon- separated variable files, commonly known as CSV files. It consists of a four Java classes CSVReader CSVWriter, CSVAlign and CSVPack for reading and writing CSV (Comma Sepa...

CreditCard Validator

 The CreditCard Validator will help you tell: 1. if a credit card number is valid, 2. which credit card vendor handles that number. It is a simple Applet to demonstrate the use of the ValidateCreditCard class. It validates the prefix and the checkdigit. It does *not* contact the credit card company t...

Comparators

 Java classes to include in your programs. Includes: HTMLArrayComparator.java: Compares two arrays of Strings of HTML, ignoring embedded tags. HTMLComparator.java: Compares two Strings of HTML, ignoring embedded tags. StringComparator.java: Compares two Strings, case sensitive. StringComparatorIgnore...

Boyer

 Fast string search (indexOf) using the Boyer-Moore algorithm. Incorporate this class into your own Java programs to rapidly search strings. use: import com.mindprod.Boyer.Boyer; ... Boyer b = new Boyer("dogcatwombat"); int where = b.indexOf("cat"); or int where = Boyer.indexOf("dogcatwombat","cat");...
Pages :  1 2 3 4 5 6 7 8 9 10 Next >> 
 
 
Copyright © 2013 Appcolt.com    iOS - iOS
Privacy Policy and Terms of Use   All rights reserved.