jdk 1.3
Fidgetr 1.3.3
Fidgetr is known as a very smart and effective WordPress plugin that displays the latest photos from your Flickr photostream in an attractive manner. more>>
Fidgetr 1.3.3 is known as a very smart and effective WordPress plugin that displays the latest photos from your Flickr photostream in an attractive manner.
jRuby 1.3.1
This is a development tool that provides implementation of the Ruby programming language in a Java environment more>>
jRuby 1.3.1 is one of the most advantageous tools which provides implementation of the Ruby programming language in a Java environment.
Ruby is closely integrated with Java to allow embedding of the interpreter into any Java application with dual access between the Java environment and the Ruby scripts.jRuby is platform independent and has built-in support for Rails, RSpec, Rake, and the RubyGems frameworks.
Major Features:
- High performance
- Real threading
- Vast array of libraries
- Easy to install
- Easy migration
- No hassles
Enhancements:
- Fixes a recently discovered security bug in BigDecimal
- Fixes a regression in timeout (0-1 second timeouts truncate to 0)
- Fixes a regression Thread.wakeup where the thread would not wake up
Rawr 1.3.8
This is Ruby-driven packaging and deployment tool more>>
Rawr 1.3.8 is an effective script possessing desirable qualities of a Ruby-driven packaging and deployment tool.
Rawr, a packaging and deployment tool, is all you'll ever need for your JRuby projects. With Rawr, a simple, pre-generated configuration file turns your code into an executable jar, a .exe for Windows, and a .app for OS X.
Major Features:
- The script will turn Ruby scripts into an executable jar for jruby or Java environments, a .exe for Windows, and a .app for OS X.
- Rawr was created as a general purpose JRuby bundling and deployment tool to make life easier for Monkeybars and Railgun (now Gemini) projects.
- Rawr is a suite of Rake tasks that can non-invasively inject itself into your project.
Enhancements: Hotfix for Windows downloading jruby-complete.jar
PropertySet 1.3
This Java module can be used to fulfill storage requirements in applications that change constantly more>>
PropertySet 1.3 is considered as a smart and useful Java module that can be used to fulfill storage requirements in applications that change constantly.
It is backed by EJB, Ofbiz, JDBC, Castor JDO, XML or any other persistence-agnostic mechanisms that can handle a typed key-value pair implementation.
Usage examples for this module can be a user preference feature, a game profile page, or any kind of application that needs storage and has a fast rhythm of updates and changes.
Enhancements
- Bug in AbstractPropertySet.getAsActualType() doe snot handle text property type.
- AggregatePropertySet is not Serializable.
- Patch for propertyset-default.xml.
- com.opensymphony.module.propertyset.hibernate.PropertySetItem should implement an interface.
- JDBCPropertySet with Sybase.
- Bug @ package com.opensymphony.module.propertyset.database.JDBCPropertySet, method setValues.
- Throw InvalidPropertyTypeException if propertyset tries to persist object with TEXT type (ie string.length > 255).
- Improve classloading of propertysets.
- Default use javac not jikes.
- Unit Tests and Fixes to HibernatePropertySet.
- Make datasource protected in JDBCPropertySet.
- Extensible JDBCPropertySet (refactored).
- Proper Management of PreparedStatement.
- Patch: more descriptive error message.
- Mutable property sets shall allow bulk removal of properties.
- OJB Implementation.
FireAnt 1.3
This is a Bug Tracking System (BTS) without the fancy bellsnwhistles. more>>
Installations:
- Upload all files (ASCII, except the GFX folder) to a webserver.
- All table files (files in the db folder) should be CHMODded to 666.
- The database folder itself should be CHMODded to 777.
- Default username / password are: admin / fireant
Enhancements
- Added captcha to user join form
- Paginated buglist (20 bugs per page)
yGuard 2.3.0.1
This is a Java bytecode obfuscator and shrinker that improves your software deployment by prohibiting unwanted access to your source code and drastically shrinking the processed Jar files at the same time. more>> yGuard 2.3.0.1 is a script which enhances your software deployment by prohibiting access to your source code and shrinking the processed Jar files at the same time. It is also a free Ant task integrated into the deployment process through XML syntax.
Major Features:
- Provide highly configurable name obfuscation that will protect your intellectual property from reverse engineering.
- Provide elaborate code shrinking functionality through dependency analysis.
- Offer a powerful and easy to use XML syntax that allows the effortless definition of code entities e.g. based on pattern sets or inheritance.
- Will correctly obfuscate and shrink programs that depend on external libraries.
- Can automatically rename and adjust textual resource files according to the obfuscation scheme.
- Can scramble and unscramble or shrink line number table information. This means that debugging an obfuscated program is still achievable without weakening the obfuscation.
- Can create patches! During each obfuscation run, yGuard produces XML output that can be used to create subsequent patches of already deployed obfuscated applications.
- Support JDK 1.5 features and correctly obfuscates classes compiled with its new features.
Enhancements:
- Fixed a bug that caused the shrinker to remove the static initializor of a non-static inner class, when only fields of the inner class were referenced (e.g. compiler-generated switch map tables for enums).
Requirements:
- JDK 1.4.x+
- Ant 1.5.x+
opNewsletter 0.1.3
opNewsletter is a free to download newsletter software built on the PHP platform. opNewsletter is a simple yet robust newsletter solution which is easy to implement into any new or existing web site. The front-end has been created light so it is easily more>> opNewsletter is a free to download newsletter software built on the PHP platform. opNewsletter is a simple yet robust newsletter solution which is easy to implement into any new or existing web site. The front-end has been created light so it is easily integrated. The administration area is easy to use and understand.<<less
DkWiki 1.3
The DkWiki was developed to to avoid the need to learn yet another WIKI markup language. The DkWiki is simple to use and implements an already established markup language... HTML already works as a good markup script and we felt no need to change it. more>> The DkWiki was developed to to avoid the need to learn yet another WIKI markup language. The DkWiki is simple to use and implements an already established markup language... HTML already works as a good markup script and we felt no need to change it. So with the help of the TinyMCE WYSIWYG editor we have created a simple HTML based WIKI. Some of the Wikis features include: * Page edit locks, to avoid 2 users editing the same page at the same time. * Orphaned page listing, to find unlinked pages * Page revision browsing and restoring * Editable menu * MySQL Fulltext search * Dynamic bread crumb trail * Upload images and files to page content * TinyMCE plugins to help create/find WIKI pages * User management, registration, password recovery * Easy to use install/upgrade page<<less
odbcpp 1.3
Except for a very few functions, all ODBC functions return an error code. It is extremely tedious to check every single function return value to make sure whether an error occurred or not. With odbcpp, an error is transformed to an exception. Thus, more>> Except for a very few functions, all ODBC functions return an error code. It is extremely tedious to check every single function return value to make sure whether an error occurred or not. With odbcpp, an error is transformed to an exception. Thus, you can write many calls within a try/catch block and handle any one error in the catch() statement. This will dramatically reduce your work. Also the library object maintain a state and know what they can and cannot do next. This will help you tremendously to catch errors that could otherwise take you days to find out. odbcpp is a free library under the GPL license. And Made to Order Software Corporation offers business licenses for businesses that need to use our product in their proprietary software. But, please, first give it a try! You can find odbcpp, the C++ library to use ODBC seamlessly, on http://sourceforge.net/pr ojects/odbcpp And please, let us know if you like it or not! Thank you. Alexis W.<<less
Parallel Port Viewer
Parallel Port Viewer show how parallel port works on hardware level. more>> Parallel Port Viewer brings you a convenient application which can show how parallel port works on hardware level. It is possible to use parallel port for many interesting applications (i.e. connect LCD Display or leds to it)
Usage: Type in console in the directory where you unpacked the converter: java ParallelPortViewer
Requirements:
- Java (JDK 1.1)
- Java (JDK 1.2)
- Java (JDK 1.3)
- Java (JDK 1.4)
- Java (JDK 1.5)
Java Email Server 1.6.1
Java Email Server is a Java SMTP and POP3 e-mail server. more>>
Java Email Server 1.6.1 offers users a Java SMTP and POP3 e-mail server. This project exists for everyone who is interested in running their own email server quickly and easily.
Major Features:
- The goal of JES is to provide an easy to use and reliable email server that can be quickly and easily setup.
- JES attempts to provide a powerful server using the minimal number of configuration settings and project size.
- JES was written and tested using Suns 1.3 JDK on Windows XP. As of version 1.5 of JES, JDK 1.4 is required. You may still use older versions (JES 1.4 or older) with JDK 1.3.
Requirements: Java JDK or JRE version 1.4 or greater
Achievo 1.3.3
Achievo is a flexible web-based free project management tool for small to medium businesses. more>>
Major Features:
- Manage projects
- Manage state and contacts per project
- Manage initial planning, phase planning, current planning
- Project plan
- Add employees to a project
- Project todos and notes
- Project stats (gantt chart)
- Project templates (phases and activities)
- Definable roles (manager, QA, etc)
Jcoder - Java IDE for Windows 1.0
Jcoder is a Java IDE that runs on Windows which enables programmers to create, navigate, modify, and debug code faster and more accurately. Jcoder can be used in conjunction with different Java Developer Kits by configurating JDK profiles. Jcoder more>> Jcoder is a Java IDE that runs on Windows which enables programmers to create, navigate, modify, and debug code faster and more accurately. Jcoder can be used in conjunction with different Java Developer Kits by configurating JDK profiles. Jcoder features an intuitive interface and provides a wide range of features: fast opening, rapid response times, customizable user interface, project management, wizards, class viewer, package viewer, tabbed documents and remote debugging. In addition, Jcoder equips a comprehensive set of code editor tools enabling developers to rapidly create sophisticated Java applications/applets, some of the capabilities, including syntax highlighting, smart code completion, automatic indentation, formatting, and more. For quick changes you can launch Jcoder, make your edits, and close down in less time than it takes for other IDEs to finish loading. Because the engine is native C++, you will experience very rapid response times to keyboard and mouse commands.<<less
constat 0.1.3
This program allows a user to monitor connection activity for all interfaces that are on a PC at the moment (e.g. ppp, eth). Lists information about how many data has been sent/received (bandwidth, can display in KB, MB, GB) alongside with the amount of more>> This program allows a user to monitor connection activity for all interfaces that are on a PC at the moment (e.g. ppp, eth). Lists information about how many data has been sent/received (bandwidth, can display in KB, MB, GB) alongside with the amount of packets transmitted. Good for either monitoring network activity or debugging. Works well with watch command. Run from the console.<<less
toggleElements 1.3
toggleElements is designed to hide information on your site and show it only when the user requests more. more>> <<less