194 projects tagged "MIT"
RainFramework is an MVC Framework for PHP. It's easy to use and it enables teams to work better. It is installable with a simple copy/paste operation. It has a very small footprint, with just the necessary library and files. It is well documented and tested, and it allows you to create Web applications more quickly. It also supports multiple languages, has a WYSIWYG editor, and is extensible.
EasyPhpMassEmail is a PHP class that is intended for Web sites that need a simple solution for sending many email messages and do not have access to the PEAR packages for sending mass emails. The EasyPhpMassEmail class sends the email messages in batches and relies on an email queue page that reloads after each batch. By doing so, it is possible to send a large number of emails without problems using the mail() function and have a progress indication at the same time. The example files in the package demonstrate the use of the class.
EasyPhpWipeJPG is a script to remove all EXIF, IPTC, and comment information from JPEG images. The resulting image will be 100% identical to the original image without any quality loss (binary wipe). Why shoud you remove EXIF, IPTC & Comment information? For privacy considerations (the image might contain sensitive data (camera brand, model, GPS location, etc.)), SEO considerations (unwanted tags from manufacturers like "LEAD Technologies Inc. V1.01"), and to reduce file size. It offers the option to create backups of the original images, which you may restore or remove later. It can work on images in a single directory, or it can search and include images from the entire subdirectory structure. The images will be processed in batches (no limit to the amount of images).
musl is a new implementation of the standard library for Linux-based systems. It is lightweight, fast, simple, free, and strives to be correct in the sense of standards-conformance and safety. It includes a wrapper for building programs against musl in place of the system standard library (e.g. glibc), making it possible to immediately evaluate the library and build compact statically linked binaries with it.
crXml is an all-in-one, easy-to-use XML parser, generator, and editor created using PHP's DOM XML functions. The functionality of this class is similar to simpleXML. It differs from simpleXML in the way in which namespaced nodes are addressed. In simpleXML, namespaced nodes cannot be addressed directly. In this class, a namespaced node can be addressed directly as $crxmlObject->{'prefix:nodeName'}. It can also generate PHP code to access any of the nodes. It can also generate or manipulate any type of XML document. Please check the live demo so that you can try the class without downloading anything.
Open Allure plays interactive text-to-speech scripts fetched from blogs, wikis, or local text files. As part of the interaction, it can call a Web browser to display Web pages, opening the possibility of text-to-speech voice-overs that span multiple Web sites (for providing tours, giving instructions, etc.). Voice quality and language depend on what is available from the OS via StaticSay on Windows, Say on Mac OS X, or eSpeak on Linux.
Winnow efficiently trains and operates any number of unique Bayesian (Naive Bayes) classifiers on large sets of content. It has very high performance and works with very small training and unbalanced training sets. It has been used to power an innovative Web feed reader that uses smart tags, which learn and find the content you want to see, from more sources than you can follow with traditional feed readers. It works particularly well with Ruby and Ruby on Rails.