-
WaveMaker is an open and easy-to-use web development platform. With WaveMaker's visual, drag and drop tools, any developer can build Java applications with minimal learning curve. Creates standard Java apps with 98% less code, boosting developer productivity and quality without compromising flexibility. WaveMaker apps are cloud-ready and can deploy to Amazon EC2 and Rackspace. WaveMaker is backed by a 29,000-strong developer community.
WaveMaker is a visual RAD tool based on Spring/Hibernate/Do ...
-
Create drop down menu with beautiful jQuery effects easily! Menus are a key way for visitors to go through your site and access the content.
jQuery CSS Menu, Web Buttons, Animated jQuery Menu, Navigation Bar, Java Menus for your Website! This menu is fully accessible even when javascript is turned off, as a pure css menu. Many different types and styles of menus exist. Here you can find jQuery menu and CSS based drop-down menu examples with down loadable files and explanations as well. The base ...
-
jQuery Multi Level Menus with the unlimited number of submenu levels is a great way to place a lot of information on a page and has been widely used on blogs recently. With jQuery Multi Level Menu you can easily create great looking menu with cool effects for your website. Just select color scheme you like, download the menu, specify item's caption/links and add all menu code on your web page. No design skills, no HTML, JavaScript, CSS, flash or any other coding required, no image editing. This ...
-
jQuery menus are different than other plain ul' CSS and HTML menus, they bring life to your site. They make your site recognizable, memorable for the users. Javascript makes it possible to create more interactive, more responsive and more flexible navigation to any website. Ranging from simple buttons and horizontal simple menus to dropdown and even menus with cool Lavalamp effect. For users without javascript, it falls back on a CSS menu system. jQuery Navigation Menu creates an accordion menu ...
-
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 designed to be incorporated in your own Java
progams.
You can also use it as a standalone utility with:
java.exe -jar pentium.jar
The nativepentium.dll must be on the path, e.g. in the
current directo ...
-
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 com.mindprod.password.Password
or
password.jar
-
Official Encoding will tell you the official name of any given Java encoding and whether it is supported by Java. It will also display some of the characters available with that encoding.
Prerequisites:
This program runs under any OS,
(e.g. Win2K/XP/Vista/OSX/Linux/Solaris/Vista64/AIX...) so long as you have
Java version 1.5 or later installed.
Installing:
Download source and compiled class files to run on your own machine as an application or Applet.
First install a recent Java JDK or JVM.
...
-
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 nativemouse.dll somewhere on the path.
Then your programs can find out the x and y position of the
mouse, [(0,0 is the upper left of the screen] at any time by
calling:
Point p = com.mindprod.mouse. ...
-
Little-endian replacements for DataInputStream, DataOutputStream and RandomAccessFile. They work just like DataInputStream, DataOutputStream and RandomAccessFile except they work with little-endian binary data. Normally Java binary I/O is done with big-endian data, with the most significant byte of an integer or float first. Intel and Windows 95 tend to work with little endian data in native files. LEDataInputStream, LEDataOutputstream and LERandomAccessFile will let you read and write such file ...
-
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 WinZip, available from
winzip.com (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:commind ...
-
JDisplay displays Java, HTML, bat, SQL, ini, csv, xml, mft
properties... files a variety of colours, fonts, sizes
and weights to help make them more presentable and readable.
Why would you use it? For the same sorts of reasons you use
colours and fonts in an IDE like IntelliJ or Eclipse. They
make the code much easier to understand.
There is no server-side code used. Java utilities parse the
code snippets into compact binary tokens, assigning colours,
fonts, sizes and weights to each token ...
-
Helps you proofread, interconvert, validate and tidy ISBN-10 and ISBN-13 (International Standard Book Number) references in your HTML or other documentation. It validates the checkdigit, inserts dashes, interconverts ISBN-10 and ISBN-13.
-
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)
Norwegian
Octal
Polish
RAM (bytes)
Roman Numerals
Spanish (and Spanish for cheques)
Swedish
Swiss French
Tagalog
Time Intervals
RAM (bytes)
Roman Numerals
Swedish
Swiss French
Tagalog
You can enter a num ...
-
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 even when they are embedded in data.
Why the three linked ball logo? It symbolises processing a file in line-sized chunks.
-
http is a small library of Java classes to let you do GET/POST/HEAD/PROBE/CHASE to a server r with http: or https. It will also encode parameter pairs for you.
It does nothing on its own. It is intended to be incorporated into your own programs.
To see a sample use have a look at the com.mindprod.submitter package, downloadable