15 projects tagged "Apache"
KForge is a stable, enterprise application for project hosting. KForge provisions project services on-demand and controls access with a robust, role-based, single sign-on access controller. Project services include version control systems (e.g. Git, Mercurial, Subversion); project frameworks with mechanisms to plan and track work (e.g. Trac); wikis and mailing lists (e.g. MoinMoin, Mailman); and content management systems and blogs (e.g. Joomla, Wordpress). KForge also provides a complete Web interface for administration of project members and services, as well as a fully-developed plugin system so that new kinds of services can be added easily.
Backshift is a deduplicating (variable-sized, content-based blocks), compressing (xz or bz2) backup program. Full saves and incrementals are pretty indistinct other than the amount of data transmitted, somewhat like with "rsync --link-dest" but without the huge number of hardlinks. It also de-duplicates large file content at a granularity of about 2 megabytes on average; there tends to be a unique copy of each file with size less than around 2 megabytes on average.
OpenBeacon is a open and generic design for an active wireless transceiver device hardware that operates in the 2.4GHz ISM band. The tag contains a unique serial number, but may have other information like acceleration measurement. The OpenBeacon tag is designed as a transceiver device, and therefore both transmits and receives radio waves. The intention of this project is to offer a wide range of use cases such as visitor or item tracking and wireless remote control with a free self-contained and low-cost RFID design. It enables wireless remote control application and ultra low power wireless meshing nodes.
TurnKey Tomcat Appliance is a server appliance for Tomcat, a servlet container that implements the Java Servlet and the JavaServer Pages (JSP) specifications and provides a "pure Java" HTTP Web server environment for Java code to run in. It is designed to be easy to use and easy to maintain. Security patches are automatically installed. It provides a Web management interface, configuration console, and an AJAX Web shell. To minimize footprint the appliance is built from the ground up with the minimum required components. It runs everywhere thanks to multiple build formats, including an installable live CD, a VMDK with OVF support, and an Amazon EC2 AMI.
phpCacheAdmin is a Web application for administrating and debugging Memcached. It allows you to delete or view the current contents of the server and specify the output cache time. It also has the potential to be expanded to xDebug, FileCache, radishes, and other types of caches.
Instagram API integration with PHP can access an Instagram user's account using its API. It can send HTTP requests to the Instagram API Web servers using the OAuth protocol to access the account of a user with his permission. The class retrieves a token which it can use to send subsequent API requests to get the user feed, the user publications, the followers and who the user follows, and the user's most popular photos.
Larrys Form Generation creates HTML forms using jQuery for validation. It can generate HTML for different types of form elements, including inputs, labels, and form start and end sections. The generated HTML includes JavaScript which can validate the form inputs either when the inputs are changed or when the form is submitted. The validation can be done according to certain rules, and it uses the jQuery JavaScript library and a JavaScript class provided separately.