2462 projects tagged "BSD"
Connect Daily is a Web calendar and resource management application. Features include unlimited users, email reminders, public and private calendars, AJAX support, RSS, CSV import/export, and iCal support. Planner views and approvals prevent double-booking resources and make managing your facility a snap. A powerful security system provides flexible permission control. Authentication via LDAP or Active Directory is supported.
cronbot is a wrapper script for cron jobs. Rather than running your job/script directly, you run it through cronbot, and it will allow a little more control to help keep things from getting out of hand. The default behavior is to only allow one instance of your job to run. This can be changed with the --duplicate option. You can also pass in a maximum time of execution for a job or add a random amount time to delay the start of your job. By default, jobs are run with a default "nice" value, which is usually 10.
FFmpeg is a tool for converting audio, video, and subtitles. It includes libavcodec, the leading open source codec library. It also includes libavformat (implementing muxers and demuxers), libswscale (for very fast video scaling), and libavfilter (an advanced video filter system supporting arbitrary filter graphs), and libavutil (a utility library intended to supplement libc). A simple multimedia player is included too. An experimental streaming server for live broadcasts is also included.
PowerDNS Authoritative Server is a high-performance authoritative nameserver with a host of backends. Besides plain BIND configuration files, PDNS reads information from MySQL, Oracle, PostgreSQL, SQLite, MongoDB, and many other databases. Backends can easily be written in any language, and a sample Perl backend is provided. PDNS powers around 30-40% of all domain names in many parts of the world, including >90% of all DNSSEC domains in Europe.
OnPosix is a tiny library to abstract POSIX mechanisms to C++ developers. Most features offered by this library can be found either inside the Boost library or in a library compliant with the C++11 standard. Unfortunately, however, for some embedded Linux devices, these libraries cannot represent viable solutions, due to the lack of memory space (for the Boost libraries) and the lack of a new C++ compiler (e.g., on Xilinx MicroBlaze). On these platforms, the OnPosix library represents a good and cheap solution to have object-oriented POSIX mechanisms. The library offers support for threads, mutual exclusion, sockets, logging, timing, etc.
A library for collision detection between polygonal objects.