2389 projects tagged "Linux"
code2flow is an experimental script which sweeps through your project source code, looking for function definitions, then does another sweep, looking for where those functions are called. It connects the dots and presents you with a flowchart estimating the functional structure of your program. It is especially useful for untangling spaghetti code and getting new developers up to speed. code2flow is experimental and meant to provide a rough overview of the structure of simple projects. Source code which is just a little esoteric will break this. Even with normal code, there are many known limitations and many outright bugs.
Enterprise Reporting Server (Birt) aims to be a Free Software replacement for the standard Birt webviewer. Some its features are: uploading and managing Birt .rptdesign files, user accounts with role-based access controls, fine-grained permissions on reports, and scheduling of reports (using Quartz Enterprise Scheduler).
NanoHttpd is a lightweight HTTP server designed for embedding in other applications. It's only one Java file, in two "flavors", one strictly Java 1.1 compatible, and one at "current" standards. It supports GET, POST, PUT, HEAD and DELETE requests, and supports file uploading with very small memory overhead. Temp file usage and the threading model are easily customized.