20 projects tagged "English"
Animation Chain is a JavaScript object that provides a simple way to chain jQuery animations for different objects. When creating user interface, you often need to make animations happen in a certain order. jQuery's .animate method provides the ability to do just that by taking a function object as a parameter, called once an animation is completed. After a few chained animations, the readability of your code is reduced considerably. The object can control animations for different objects and provides complete control over playback. A callback method can be executed upon completion of the whole cycle.
Phoros is a Web-based tool for photogrammetric road survey. Storage locations of images and GPS data acquired by a measuring vehicle are stored by Phoros into a PostgreSQL database. Images and a map are then presented on Phoros' Web interface. There, a user can determine and store global coordinates of features shown in the images.
conntrack-tools is a set of userspace tools for Linux that allow system administrators to interact with the Connection Tracking System, the module which provides stateful packet inspection for iptables. It includes the userspace daemon conntrackd and the commandline interface conntrack.
OpenReviewScript is software for creating review Web sites. All you need is PHP hosting with a database. The simple installer gets you set up in minutes. A theme system lets you create or modify designs without needing to know any PHP. All themes are CSS/HTML based with a separate set of template files that control the content on each page. You have access to every single line of code; nothing is encrypted.
The ROHC library provides an easy and robust way for applications to reduce their bandwidth usage on network links with limited capacity or expensive costs. Headers of network packets are compressed with the ROHC protocol and algorithms. The ROHC protocol is very efficient for compressing VoIP streams which use RTP as a transport protocol. ROHC is also suitable for compressing IP-only (IPv4 or IPv6) flows, UDP flows, and many others.