21176 projects tagged "GPL"
Data Validator is a class to validate a set of values based on a list of rules. It supports the following validation orders: sequence (fields validated sequentially), all-at-once, and both (using a dependencies model). It can embed different user-defined validation rules libraries (a default built-in library is provided).
VGAVR is a program that provides an 18x19 text mode on 16MHz Atmel AVR microcontrollers using the 640x480@60Hz industry standard screen resolution. The rendered image is based on an ASCII text buffer and updated in real-time. The font is stored in program memory, so the SRAM usage is less than 400 bytes.
MBSL (MicroBlaze Simple Linux) is a set of Makefile scripts to create an image of a Linux-based OS for the Xilinx MicroBlaze (FPGA) soft processor. It provides very simple package management that allows you to customize the resulted image. The purpose is to just type 'make build install' and get the configured image.
Agent IQ is an intelligent server-side resource for responsive website design. It maintains a local database of device capabilities on your Web server and, based on the incoming user agent header, returns an array of capabilities. When a request is received, it looks at the User Agent String of the incoming header and matches it against the database. If there is a match, the device capabilities are stored as PHP and Javascript variables for you to use in shaping how your site is served. If there is no match, the request is re-directed to a JavaScript "learning page" where the database is updated with the client capabilities and is redirected back. There is a learning logic built in to avoid incorrect records. You can set a barrier which determines how many identical records need to be "learned" from unique IPs before the record becomes "official". An "official" record never diverts to the learning page again.