P-rout is a tool for collecting and viewing data from the various types of a solar energy appliance called PowerRouter, manufactured by Nedap N.V. The appliance is connected to the Internet and uploads data to an HTTP server (logging1.powerrouter.com) that is owned by the manufacturer, who provides another HTTP server where customers can view their data. This project does basically the same while keeping everything on the owner's premises. It provides a data collecting HTTP server to which the PowerRouter can upload. Data is stored in a PostgreSQL database and can be reviewed on a second HTTP server. It is intended to be installed on a single-board computer with two network interfaces.
Directy CMF is a content management framework that provides basic functionality required for creating Web sites and publishing Web content. It makes it easy for developers to add CMS functionality to applications built with the ApPHP MVC framework. Key development principles for the provided set of bundles are modularity, usability, documentation, and intuitive coding. This framework is intended to be easily customizable, in terms of both the types of content used and the policies and services it provides. It allows to you extend the functionality of the base application with your own independent modules.
perfino is an APM tool for monitoring JVM with cross-over functionality for profiling. It records business transactions and telemetry data. The browser UI is optimized for both immediate problem solving as well as historical analysis. Thresholds, triggers, and alerts can detect anomalies, handle notifications, and escalate data collection. In addition to monitoring functionality, perfino has built-in profiling functionality for performance emergencies. Full JVMTI-level sampling and a hand-off to its sibling product JProfiler provide a defense in depth like no other APM solution.
nan_payload is an Ada package that provides support for using the NaN payload field from IEEE-754 floating point. Storing 'non-available' errors as well as other symbolic values instead of any of the numbers in numeric arrays is necessary in many statistical applications. The package allows you to read and write the part of NaN IEEE754-64 bit values known as 'the payload', which is 51 bits long, and also to treat the long_float type as an implicit tagged type by storing tags and values in the payload. Calendar dates with ms resolution as well as 9-letter symbols and some not available/error codes are provided as subtypes. Formatted output with Fortran-like descriptors as well as reading values from strings for these types is also provided.
Fl_Highlight_Editor is a drop in replacement for the FLTK default editing widget, with the ability to highlight and modify text with an embedded scripting language. The widget is fully self-contained and it doesn't depend on anything except the FLTK library, making it suitable for embedding inside an existing project.