40 projects tagged "Library"
Zebra_Form is a PHP class that simplifies the process of creating and validating HTML forms. Its object-oriented structure promotes rapid HTML forms development and encourages developers to write clean and easily maintainable code. It frees the developers from the repetitive task of writing the code for validating forms by offering powerful built-in client-side and server-side validation. Zebra_Form has an integrated cross-site scripting prevention mechanism that automatically strips out potentially malicious code from the submitted data. It also prevents automated SPAM posts, out of the box and without relying on CAPTCHA by using honey pots. Output can be generated either automatically or manually through templates (basic PHP files). When generated automatically, the generated output has the same look and feel across all major browsers. It provides all the controls you’d expect in an HTML form and, additionally, date/time pickers, captcha, and AJAX-like file upload controls.
libcraigscrape is an easy library to do the heavy lifting between you and Craigslist's posting database. Given a URL, libcraigscrape will follow links, scrape fields, and deduce Ruby objects out of the raw HTML from Craigslist's servers. libcraigscrape was primarily developed to support the included craigwatch script.
lib4d_sql is a C library that provides the required functions (connect, prepare, execute, etc.) for writing an SQL client for 4D databases. It uses the public 4D SQL protocol, which is supported by 4D products since version 11. It is already used by the PDO_4D Open Source project, and it might be used to provide others drivers for JDBC, ADO, or ActiveRecord.
JPCX is a Java package that provides a way to encode and decode PCX image data. Its main features are fast reading of meta-data by reading minimal data, the ability to read from any InputStream one time or any FileInputStream many times, support for both 8-bit indexed color and 24-bit true-color images, support for encoding and decoding both RLE and uncompressed, and the ability to encode and decode to different target streams easily.