46 projects tagged "English"
Open RSS Bar is a Flash-based RSS reader. You can create example URLs to any feed in the library by clicking the OpenRSSBar in the Feed Library Reader. To link to feeds outside the feed library or a compliant service, you need to modify the Flash source a bit. You can use it indirectly by linking an iframe to the http://www.feedlibrary.org/openrssbar/openrssbar.html page or by adding the Flash directly to your site and providing a WebService proxy to the Feed Library WebService.
MultiLoad is a load balancer that redirects HTTP requests to pre-defined servers/locations. It gives the provider a way to balance the traffic and hides the real download location. It allows you to manage different version of each download. It is also a load balancing server extension. You can distribute files on some servers so that a downloaded file can be loaded form different servers. These servers can have different priorities to control the active traffic.
PICI-NMS is an object oriented middleware which makes possible sending messages in a networked environment or on a single host between applications using the library provided. The supported message sending mechanism is "publish/subscribe" and this is backed up by a very easy-to-use and intuitive C++ API which hides the underlying socket interface to make the message sending as transparent to the client as possible.
SpamCheetah is a network-level spam filtering solution built around OpenBSD greylisting, tarpit, and blacklisting. It comes with a Web interface and requires zero administration. It does not allow spam to even land in your network, thus saving you precious bandwidth. It does not have the 'false positives' problem of losing legitimate mail.
bmake is a program designed to simplify the maintenance of other programs. Its input is a list of specifications as to the files upon which programs and other files depend. If no -f makefile makefile option is given, bmake will try to open 'makefile' and then 'Makefile' in order to find the specifications.
A tool which splits a single WAV file into multiple wav files based on silence.
An attempt at cloning the original Pong for the Atari 2600 in pure C++ and SDL.