All projects
Isoline Retrieval uses supervised statistical classification to retrieve isolines from cross-track scanning or similar satellites. It contains software to generate training data using collocation or radiative transfer simulations, as well as routines to interpolate the final fields using a variation of multi-linear interpolation or kernel estimation. The currently-supported satellites are the Advance Microwave Sounding Unit (AMSU) series and, to a lesser extent, the Global Ozone Measurement Experiment (GOME). An ambitious researcher, however, could easily adapt the codes to a similar satellite.
Web Socket Service is a PHP class which can handle Web socket connections to establish asynchronous communication between browsers using JavaScript and PHP scripts. There is one class which can listen to connections on a given port of an IP address. It creates child processes which will handle the Web socket communications, so if the child processes die, it will not kill the main Web socket handling process. A separate class can handle the communication between child and parent processes to process Web socket requests and return the request responses. Applications can handle the Web socket requests by creating a sub-class of this last class.
Inspectime is a server side time tracking solution. Key features are: very easy and accurate time tracking by entering events, live monitoring of employees' work, powerful real-time reporting, support for the time management technique Pomodoro, role-based rights management, suitable for both project- and product-based companies, ready for integration with other systems, and many exports for further processing. It is available as a Web hosted service or self-hosted application, with support for many modern Web browsers.
WorkingWiki is a software extension for MediaWiki that makes a wiki into a powerful environment for collaborating on publication-quality manuscripts and software projects. The WorkingWiki extension allows you to store "source files" in your wiki and develop, test, run, and publish them easily. Examples include a project of five LaTeX files and six EPS images that compile together into a single PDF file, or an R script that includes two other R source files and produces a CSV data file and several EPS figures. The WorkingWiki extension keeps track of when the source files have changed and when to redo the processing to update the output, and how to display the various file formats involved. The output files and images can be displayed in wiki pages along with the source code, and can be used as inputs to further computations.
DB Schema Management is a class that can be used to: extract a database schema into a PHP script that defines the schema in an array; apply the extracted script to recreate the database schema; allow the editing of the extracted script to implement changes to the schema; and allow users of the application to create changes to the schema that are separate to the extracted script. It has support for pre- and post-processing scripts. It can require a minimum schema version to apply the update.