127 projects tagged "Windows"
qcadoo MES is a manufacturing management system for small and medium companies. It combines many functions you can find in ERP, MRP, and MES systems. It is not intended to replace systems like SAP, MS Dynamics, or Wonderware. qcadoo MES lets you replace those paper notes and spreadsheets that are flying around the production line and gain benefit from having them all in one system.
schwinn810 allows you to extract data (tracks, laps, points, and waypoints) from a Schwinn 810 GPS sport watch with a heart rate monitor. It can optionally feed points to gpsbabel to convert data into other formats like TCX, GPX, and KML. A standalone converter for TCX with split-lap and heart rate data is provided. It should work on any platform as long as there is a driver for the CP2102 USB-UART bridge from SiLabs and python-serial.
sydep is a tool for simple deployment over rsync. In combination GIT it is very powerful instrument. It provides three actions: init, push, and pull. init creates config files for sydep in the current directory. These are sydep.cfg, which contains connection details, and .sydepignore, which specifies files to ignore. push uploads files from the working directory to the server. pull downloads existing files from the server. It downloads only those files which are already in the working directory.
xn.debug is a debugger for PHP. It is built with several interacting technologies. The core element is a PHP based function, which can be integrated into the application files. This function can be used to inspect PHP elements at nearly every point of code. The function will also be executed again as shutdown function after the application is finished. At this point, HTML output is generated and placed at the end of the server response to the browser. Once the HTML snippet is executed, a virtual debugging window is displayed. Styling is based on a dedicated CSS file and a handful of JavaScript functions.
The yaSSL Embedded Web Server is a fast, embeddable, and easy-to-configure Web server with a strong focus on portability and security. The Web server offers SSL/TLS (HTTPS) support built-in through the CyaSSL embedded SSL Library. With a footprint size of less than 100kB with SSL enabled (or 40kB without SSL) and a simple and clean API, the yaSSL Embedded Web Server was designed to fit perfectly into resource-constrained embedded environments. While maintaining a small size and fast speeds, the yaSSL Embedded Web Server offers a full feature set to give you the maximum amount of freedom and flexibility when developing your project.
A Perl base class that allows you attach event callbacks to an object.