22 projects tagged "GPLv2"
Jingle Nodes is a relay auto-discovery service that provides Jingle Relay Type Candidates that can be used in ICE-UDP and also on RAW-UDP Jingle sessions. Relay candidates can provide NAT traversal for users who don't have STUN/TURN Support, but also for users with STUN/TURN support for whom negotiation failed. It is designed to allow you to communicate freely with your friends without being attached to closed service providers like Skype or telecommunications carriers.
Dummy Data Generator is a tool that generates dummy data for populating systems for testing. The data includes names, addresses, email addresses, phone numbers, and social "connections". Names are generated by using US Census data on the most common names. Email addresses are just a random string for the user portion and always use "example.com" for the domain. Currently the only output format is CSV.
Strelin is a content management system for Web sites based on Joomla!. It adds a flexible, enhanced access control layer, which covers not only content but other components as well. It is also possible to control access to modules, plugins, and menu items. A powerful article tagging system allows articles to be grouped by any single tag or a combination of tags.
Self-Adjusting Top Tree Implementation maintains a forest that changes over time through edge insertions and deletions. This implementation focuses on the simplified Top Tree interface, which allows you to solve a number of interesting graph problems like finding common ancestors, the heaviest edge, maintaining the diameter, center, or median and other (mostly network flow) problems. Using Top Tree interfaces, all outline problems can be solved in a clean declarative way. This implementation uses adapting ST-trees as the underlying data structure, achieving O(log n) time per expose(v,w) operation. There is also a demo that shows an easy way to integrate the toptree library and the host application.