116 projects tagged "OS Independent"
SynApp2 is a development tool that generates database-backed Web applications by processing your MySQL or Oracle schema definition and producing the Web pages used to manage your data. It does more than an admin tool or file manager by considering table relations as a cohesive whole that drives the generation of a complete application that smoothly integrates your entire database design, complete with PDF reports. It is open, compact, efficient, and compatible with the tools and technologies you’re using now.
RWTH Mindstorms NXT Toolbox controls LEGO Mindstorms NXT robots with MATLAB via a wireless Bluetooth connection. The toolbox functions are based on the LEGO Mindstorms NXT Bluetooth Communication Protocol to control the intelligent NXT Brick via a wireless Bluetooth connection. Although a Bluetooth connection is not recommended for realtime robot control in general, because of its high latency, this toolbox provides MATLAB functions to interact with a robot directly. The main advantage of this remote control concept is that it enables users to combine robot applications with complex mathematical operations and visualizations within MATLAB.
Funky is a tiny, embeddable programming language with almost unlimited extending capabilities. It presents itself as a single class that contains the entire interpreter. Two versions of this class exist: Funky::Funky, a floating-point version, and Funky::Groovy, an integer version. You can install your own functions in the language as long as your functions take a vector of the built-in type of the interpreter and return an instance of that built-in type (or a vector of those). Funky is a functional programming language. As such, it treats everything as functions, and those functions handle only one type: double in the case of Funky::Funky, or int in the case of Funky::Groovy.
JAL is a high level Pascal-like language for Microchip 8-bit PICmicros. It supports many variable types, built-in multiplication and division, CASE statements for flow control, and co-operative multi-tasking. An index is allowed in FOR loops, and variables are automatically placed on any page.
gfit analyzes data using models. gfit lets the user create a model for virtually any type of system using a minimal amount of computer code. It is particularly useful for studying various systems in biophysics, biochemistry, and cell biology. The interface for gfit models specifies relationships between input and output variables in a rule-based fashion. It provides flexibility and allows the user to reuse same models for many related problems.
konsoledcopschema is a script that automatically set the desired Konsole schema when certain applications are executed. For example, when the user runs Vim with the script installed, the Konsole schema is switched to "VIM Colors" for as long as the user is in Vim. The script also includes support for less, man, info, watch, top, and htop.