Code Analyzer is a software source file metrics application. Metrics calculated include total files (for multiple file metrics), total lines, code lines, comment lines, whitespace lines, average line length, code lines/file (for multiple file metrics), comment lines/file (for multiple file metrics), code/comments ratio, code/whitespace ratio, and code/(comments + whitespace) ratio. It includes built-in comment and file extension definitions for: C, C++, Java, HTML, and assembly.
radlib is a C language library developed to abstract details of interprocess communications and common Linux/Unix system facilities so that application developers can concentrate on application solutions. It encourages developers to use a proven paradigm of event-driven, asynchronous design. By abstracting interprocess messaging, events, timers, and any I/O device that can be represented as a file descriptor, radlib simplifies the implementation of multi-purpose processes, as well as multi-process applications. In short, radlib is a sincere attempt to provide real-time OS capability on a non-real-time OS.
wview is an application that controls a supported weather station to retrieve archive records and current conditions. Archive records may optionally be stored in a relational database (MySQL or PostgreSQL). At a user-defined interval, wview will use the archive history and current conditions to generate weather images (buckets and graphs) and Web pages based on configurable HTML templates. It supports serial and USB data loggers, as well as connectivity with a terminal server or serial server via TCP sockets.