942 projects tagged "Apache 2.0"
Simple simeng (simple simulation engine) is a bare bones Java-based discrete simulation engine that uses variable time steps. Events are inserted in an ordered queue, and time is advanced based on the time the next event needs to be executed instead of discrete predefined timesteps. Entities can send events directly to other entities (one-2-one), or events can be broadcast to subscribed entities (one-2-many). The simplicity of the engine makes it suitable for educational purposes.
Sambuca is a Java HTTP server framework that allows developers to embed an HTTP server directly in their applications with custom HTTP request handlers, so that their application can directly process incoming HTTP requests and easily send back HTTP formatted responses to the requesting client. Applications can host standalone HTTP services such as Web Services without having to deploy and integrate with a full application server such as Tomcat, JBoss, or WebLogic.
Flex Maven Reports includes various Maven reports for projects written with the Adobe Flex Framework. The current reports are the RemoteObject Maven Report, which show details about remote objects used in an application and generates a graphical view of them, and the Actionscript UML report, which shows UML diagrams of the classes.
apub is a tool to simplify uploading documents of a site to remote servers. Simply create an XML configuration file containing one or more site definitions, with the local and remote document root. After that, you can upload any file in any of your document roots with one simple command.
Google Sitemap Generator is a tool installed on your Web server to generate sitemaps automatically. Unlike many other third-party sitemap generation tools, Google Sitemap Generator takes a different approach: it will monitor your Web server traffic and detect updates to your Web site automatically.
Augmented Syntax Diagrams (ASDs) provide a way to represent grammars of natural languages as directed graphs. Nodes represent instances (or usages) of words and phrase types in a language such as English. Edges link nodes together to indicate how instances of words and phrase types can follow one another to make up phrases, clauses, and sentences in the language.