33 projects tagged "BSD 2-clause"
dosbox-ipxrelay is a very simple, super-low-overhead dedicated server to support the DOSBOX version of IPX-over-UDP for old games. In particular, when left completely idle, it should consume no CPU time whatsoever. It should also have substantially better latency than the DOSBOX built-in server. It was designed and tested on Linux, and it should compile on any modern POSIX-compliant system.
PhotoCatalog can import GPS data from various formats such as CSV, GPX, and InstaMapper (in the case of InstaMapper, it is a live stream) and create a Map that is updated live during your travels. It can also import data from Twitter or FourSquare, RSS extract any GPS data they have or supplement them with existing GPS data, and place them on a map as well as keeping a personal archive. It can then import photos via file upload, email, or scanning an existing folder, geotag photos lacking GPS data, sort, rotate, scale, and [losslessly] compress them as necessary and place them on a map. It can also push them to Facebook automatically and fill in a caption and/or comment with them.
pgnotifyd connects to a PostgreSQL database, listening for the named asynchronous notification. When notification is received, it executes the given command. It can work as a drop-in replacement for polling a PostgreSQL database for changes (e.g., using crontab(5)), and is typically a cleaner and more efficient alternative.