New Scripts | Java
contacts.droid
posted byBinPressinCommunication Tools
"Lookup the user's addressbook for numbers, mail addresses, as well as chat and Twitter usernames and get information about the contact back easily.
No more dealing with cursors and SQL-statements. It's all done with a few lines using contacts.droid.
Working for Android 2.0+."
Reviews0
PriceUSD 4.99
Views1213
Ask a tech Live Support Android App
posted byPreprojectsinMiscellaneous
Open source Android live support application with Web Interface. Simply download application to your android phone post a question answer your questions using via web interface and answer will be download to android phone.
Reviews0
PriceUSD 5.00
Views1118
Anubis JAVACards
posted byBinPressinMiscellaneous
When developing a new card game, blackjack, poker, anything that involves cards, wouldn't it just be easier to already have the deck built? That is exactly what this component does. This component creates a shoe of however many decks of cards you want, as long as that number is 1 or greater!
Reviews0
PriceUSD 4.99
Views709
eAddressBook
posted byxXedixXxinMiscellaneous
eAddressBook is a freey, easy to use and lightweight address book and contact list.
Features:
Adding new contacts
Saving contact lists
Opening contact lists
Creating new contact lists
Searching for contacts, with search results displayed on a different tab from the total list of contacts
Ordering contacts by first name, last name, email address, address and phone number
Setting a default contact list (which automatically opens every time you start eAddressBook)
Prompt when exiting after making changes without saving
Reviews0
PriceFree
Views1222
J4L PDF digital signature
posted byjava4lessinDevelopment Tools
Java component that creates/adds a digital signature to a PDF file. It is very easy to use, just 2 lines of Java code are required. It can be used in comercial products. This signature ensures the integrity of your document and its authentication. In other words, the receiver of the document knows you have created that document (authentication) and noone has modified it (integrity). The signature created will use the algorithms RSA signature, SHA1 hash and PKCS7 encoding. It works on Java 1.5 or later
Reviews0
PriceUSD 42.00
Views930
J4L OCR tools
posted byjava4lessinMiscellaneous
Java OCR components. The toolkit is made of 2 main components. It includes a Java wrapper for the Tesseact OCR engine which will convert image files (faxes or scans) to text files. The OCR engine is free and based on the Apache 2 license. The text files can then be processed using the document parser which will extract business information from the text and it will create either a Java object or an XML file. It parser will be able to understand the information even if the OCR engine did not accuratelly decode all characters. The software also includes a ready to use servlet for web environments
Reviews0
PriceUSD 60.00
Views867
J4L FO Designer
XSL-FO Designer and editor for Apache FOP. Graphical design tool of templates for converting XML to PDF. With this tool you load an XML file (and edit it) and with a few clicks you create a XSL-FO file which is used to convert your XML file to PDF. It can also create PDF interactive forms and it supports barcodes, charts, emails, xpath editor, grouping, xpath functions and user defined functions. The ouput can be used in different environments like web services, Oracle APEX (Application express), Apache cocoon, SAP PI, Oracle BPEL, JBI, AJAX and Java
Reviews0
PriceUSD 63.00
Views1079
SocketConnection
posted byBinPressinMiscellaneous
Manages a Java Socket connection. Written originally for a network game where both client and server programs were massively multi-threaded. Given an active Socket, the program keeps writes from multiple threads organized and makes read data available on a dedicated thread. Thoroughly Javadoc'ed.
Code deals with the threads needed to use a socket as well as the threads that may want to write to the socket simultaneously. Provides a thread to read from the socket. Gracefully handles the many problems and failures than can beset socket connections. Useful as is and can serve as a good example of programming with sockets.
A test program is provided that establishes a connection and feeds data both ways.
Reviews0
PriceFree
Views823
DLList
posted byBinPressinGames & Entertainment
DLList provides linked lists that can be quickly traversed, split into separate lists, and merged into one, keeping the old internal links rather than allocating new ones as java.util.LinkedList would have to do. It is designed for speed, and can replace LinkedList and provide better performance. It provides a java.util.ListIterator extension with added methods which provide some of its advanced features.
Reviews0
PriceFree
Views1221
TextBox
posted byBinPressinMiscellaneous
TextBox displays text on a window, very much like a java.util.JLabel field, but it will use multiple lines as needed. Text can be justified any way, horizontally and vertically. Given a rectangular area and a String of any length, it will always display the string as nicely as possible. A TextBox object may be used like a JLabel and placed in any Container or extended for use as a renderer in JTables, JLists, etc. It can also place text in a rectangle in any graphics context without being added to the canvas. (In other words, it can do immediate mode text graphics as well as retained mode text graphics.)
Reviews0
PriceFree
Views1267
Double Click Detector
posted byBinPressinMiscellaneous
A specialized mouse listener that detects and acts on double-clicks. Simply add it as a MouseListener to any component and add code to do the double-click work. It will react to a double click count even when the second click is not on the exact same pixel as the first click. It plays well with other mouse listeners, ignoring "consumed" mouse events and only consuming events when it actually does something.
DoubleClickDetector is best used in a Swing or Awt environment as opposed to Graphics2D. Graphics, if at all interactive, usually requires an elaborate MouseListener implementation with plenty of instance fields and lots of code for each event type. But even with graphics, this code can serve as a proper example of how to handle a double-click.
Reviews0
PriceFree
Views1150
JChartLib
posted bynetsuviinGraphs & Charts
Make beautiful charts out of your data by using JChartLib.
JChartLib enables you to draw beautifull charts.
Features:
Charts that look great
Beautifull Linecolors
Linechart
Auto Axis Numbering
Auto styling depending on amount of values
Easy to use.
Reviews0
PriceFree
Views1209
MovePath
posted byBinPressinDevelopment Tools
MovePath tracks movement as a series of line segments in three dimensions. It creates and edits the path, and will give the location and facing of an object traveling the path at any requested time. It is intended for serious multi-threaded use, allowing parallel updates and queries with a minimum of blocking. Editing functions include the current time as a parameter to prevent path changes from affecting movement already made. Determining locations with MovePath rather than periodically updating a fixed location provides smoother moves along with less frequent location updates.
MovePath is thread-safe and fully Javadoc'ed. The source code includes a simple example for specifying a path and a second that also demonstrates stopping, removing path segments, and jogging around obstacles.
Reviews0
PriceFree
Views1099
Observer3D
posted byBinPressinDevelopment Tools
Observer3D moves the view over terrain in Java 3D 1.5.2 based on mouse movements. It is designed for use with open ground (as opposed to deep space, air, underwater, caverns, and other indoor spaces). It was written originally for a fast-paced game, and so had to be highly responsive and intuitive to enable the user to focus on and control the action
A sample program is included with the source code that demonstrates mouse clicks, labels on objects the mouse is hovering over, and pop-up menus. It has a 2D map with the area visible in the 3D view outlined in orange. It also demonstrates the ease of maneuvering over the terrain.
Reviews0
PriceFree
Views1025
Snippetory
posted byRotNinDevelopment Tools
Snippetory Template Engine is designed for people used to deal with java. The ability of Snippetory to separate template code and logic provides the engineer the full power of languge and tooling. The integrated repository helps manage the snippets you compose and bind your data to. The abtraction layer takes care for escaping the data, according to the rules of the output format. The formatting engine ensures localized conversion of dates and numbers and supports you tailoring your data for special needs like formatted plain text. The pluggable syntax supports usable templates for a number of different output formats. I.e. html can displayed in a browser, javaScript can be executed. The extension mechanism is based on service loader. Even though Snippetory provides extensive support for many formats like xml, html, javaScript, java and others it is not limitted to those, but will support many others.
Reviews0
PriceFree
Views826
ListenUp voice recorder for the web
posted byphilburkinAudio & Sound
ListenUp is a scriptable Applet that can run in a web page. It displays a waveform, level meter, time display. The GUI can be customized with skins or JavaScript/HTML. Recorded messages can be uploaded to server using multi-part MIME. They can also be downloaded and played using the Applet. Support for Speex and WAV (PCM, ADPCM, or uLaw).
Reviews0
PriceUSD 485.00
Views1511
Free Web Services
posted byheronginMiscellaneous
This free Web service tutorial book is a collection of notes and sample codes written by the author while he was testing free Web services available on the Internet. Topics include Web service, SOAP, REST, WSDL, WADL, soapUI, Country codes, currencies, ai
Reviews0
PriceFree
Views733
Jease
posted byjeaseinContent Management
Jease is an open-source Content-Management-System which is driven by the power of Java. Jease means "Java with Ease", so Jease promises to keep simple things simple and the hard things (j)easy.
- Jease is easy to install - all you need is Java and you are up and running in a minute.
- Jease is easy to use - user-friendly desktop-like interface with full Ajax-support.
- Jease is easy to extend - develop your designs or content-types with just a few lines of Java and HTML.
Reviews0
PriceFree
Views1550
Website Ticker news update script, jsp news ticker, scrolling text updating tool
posted byrithikainNews Publishing
Add, Update or Delete the news links, moving messages and links with the news ticker tool.
Reviews0
PriceUSD 11.00
Views845
MyImageUploader
posted byjpostmainFile Management
MyImageUploader is a small program that can be put on a web page for uploading images and photos to a web server. Thumbnails can be created and uploaded together with the original images. Broken uploads are resumed automatically. Pictures can be resized to decrease the upload time. The photo uploader can be used with PHP, ASP.NET, C# and Java. Source code is available.
Reviews0
PriceUSD 119.00
Views1220
