992 projects tagged "Apache 2.0"
Star Corp is a space economic strategy multiplayer play-by-email game. You run a corporation in the frontiers of space and operate starships, build colony facilities, harvest the resources of alien worlds, and manufacture goods to keep colonists happy. The software provides a hosted server with an administrative shell program for creating and editing a game with a rich environment of star systems, planets, asteroids, gas fields, colonies, and starships. Turns are played through emails, and players can submit any number of orders between game updates to be processed immediately but have a limited amount of time to use. A graphical client is included for viewing turn reports and preparing turn orders.
Processdsn consumes RFC 3464 delivery status notification email messages, writing a summary of the notification to a SQL database. Notifications may indicate successful delivery, a delay in delivery, or delivery failure. The database is designed to be exposed restfully by the mod_processdsn module for Apache httpd, but can queried directly if necessary.
Dozer is a powerful, yet simple Java Bean to Java Bean mapper that recursively copies data from one object to another. Typically, these Java Beans will be of different complex types. Dozer supports simple property mapping, complex type mapping, bi-directional mapping, implicit-explicit mapping, as well as recursive mapping. This includes mapping collection attributes that also need mapping at the element level. It not only supports mapping between attribute names, but also conversion between types. Many conversion scenarios are supported out of the box, but custom conversions can be specified via XML.
SPindent (Server Page Indenter) is a JSP/PHP structural validator and indenter. It performs structural compatibility check of inner HTML generated from "parallel" branches of process flow statements such as if/else. It allows for those HTML branches to have different entry and exit HTML stack points, as far as the branches are compatible. This allows for verification and proper indentation of handy workarounds, as well as rusty pyramids. It is based on MixedCC (Mixed Compiler Compiler).
jbootstrap is a tool that bootstraps your Java application without complex CLASSPATH settings. As long as your JAR dependencies are under one directory, jbootstrap will pick up the JARs, create an appropriate classloader, and fire up your application without requiring CLASSPATH adjustments.
Poor Man's Imaging Wrapper a clean and simple API wrapper over JAI, Java2D, ImageIO, and AWT. It supports a set of imaging operations (read, write, scale/resize, crop, grayscale, add transparency, rotate, add border, flip/mirror, add text, overlay, blur, sharpen, etc.) with simple direct calls to the API. If you want to switch from Java2D to JAI, all you need to do is add JAI jars to the classpath. It supports GIF encoding if PJA tools jars are available in the classpath.
A fast C++ matrix library with optional interfaces to LAPACK and ATLAS.