94 projects tagged "Java 6"
The j661 project provides a generic CDS (or ARINC 661 Server) in order to facilitate the understanding of the ARINC 661 standard, prototype ARINC 661 concepts and architectures, and facilitate the reuse of ARINC 661 specifications and artefacts between projects. The CDS architecture is designed to allow defining the Server behavior to be easily modified or extended. This is achieved by a modular plug-in architecture, allowing customization at runtime without changing anything in the Server core itself.
gSplit is a tool that allows you to split and assemble any files you want. It can be used to split big files to be able to store them on different devices. After assembling the different parts of a file, you can then check the file integrity to determine whether everything is now ready to use.
allspice is a set of Java libraries that allow you to define and implement a language that runs on top of the JVM. The packages define a YACC-like grammar and an underlying high level programming abstraction. One need never know about JVM internals to implement a new language. In addition, these compilations can be "on the fly". You can compile and execute without an intermediate class file.
EasyGIS is a simple way to share and publish geographic data. It presents a number of core features that allow you to share and publish geographic localized data sets on the Web. It has a simple Web user interface for integration with external data and service providers to prepare so-called GIS mashups. Built-in support for Google Maps and OpenStreetMap serves as a good basement for thematic mapping. All system services are exposed via a RESTful API. With the REST Web resources, external clients can leverage the search and map rendering functionality, embedding the resources into external applications and sites.
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.
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.
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.