95 projects tagged "Java 6"
Assimilate is a Maven2 plugin that allows developers to import dependencies from other pre-built Maven projects without a formal parent-child hierarchy existing between the projects. There is no limit to the number of project dependencies. Maven 2.0.9's "import" scope acts not on managed dependencies, but on those declared in the dependency management section of the imported pom file. Assimilate, in contrast, is designed to act on managed dependencies of any prebuilt Maven project (stored in the local repository), as though they were declared in the local project's managed dependency section.
CollectionSpy is a Java profiler that focuses on tracking and analyzing your program's usage of Collection Framework containers. It detects hashing container (e.g. HashMap) corruption due to mutating keys. It tracks expensive internal rehashing of containers whose capacity needs expanding. It detects multithreaded access to any unsynchronized container (e.g. HashMap, ArrayList). It visualizes hashing container bucket list lengths, allowing you to diagnose worst-case access performance.
jSmaTeP assists in the use of Java for processing import and export data by configuring a data structure rather than by programming it. The structure of the import data is specified in an XML file. jSmaTeP then generates a value object representing exactly one row or record in the import file based on a given XML data configuration. This means that if the import or export format changes, only the XML data configuration needs to be changed to match it.
Golden Rules Organizer is a well-structured personal organizer and goal system. It supports three planning levels: mission and values, projects, recurring and one-time activities. It includes a planner facility, and provides diary, time tracking, contact management, and hierarchical notes on any subject. Data can be extracted to spreadsheets, printed, reported, exported, and imported. It provides backup and recovery facilities. It is designed for professionals, and is suitable to novices.
jbookshelf is an electronic book collection organizer and reader. It supports collecting plain files (text, HTML, PDF, etc.), has basic collection search, fulltext collection search (planned), internal viewers for plain text, HTML, RTF, and PDF, notes and citations, book categories, FB2 support (planned), and portability (removable drives support) (planned).
SCC is a cross-platform tool that counts the number of lines in source code files. It features a GUI that gives the user complete control over which files are processed. Blank lines are counted separately from lines containing source code statements. Configurable regular expressions can be applied to count parts of source code files separately. Regular expressions are applied according to a file type rather than to all files. It can process any textual source code file, includingJava, C/C++/C#, Perl, Python, PHP, Ruby, and TCL. The line count is split between blank, counted, and remaining lines. Results and summaries can be exported to a CSV file for further processing.
Virtual Combat Cards (VCC) is a Dungeons & Dragons 4th Edition combat tracker. It is designed to assist Dungeon Masters in running combats and keep tracks of the health, initiative, conditions, and effects of all the combatants in a battle. Keeping things simple yet effective is the main design goal.
Basic Broadcaster (bb) allows you to transfer text messages simply from one computer to another on a LAN. The messages are broadcast in the LAN and and can be received by each machine running bb. No setup is required other than starting the application. The messages are transmitted as plain text, and no encryption is done. The broadcasts can only be sent to machines on the same subnet as the sending machine, and will not be forwarded by routers to the Internet.