3150 projects tagged "English"
STMX is a high-performance Common Lisp library for composable Software Transactional Memory (STM), a concurrency control mechanism aimed at making concurrent programming easier to write and understand. Instead of traditional lock-based programming, one programs with atomic memory transactions: if a memory transaction returns normally it is committed. If it signals an error, it is rolled back. Transactions can safely run in parallel in different threads, are re-executed from the beginning in case of conflicts or if consistent reads cannot be guaranteed, and effects of a transaction are not visible from other threads until committed. This gives freedom from deadlocks, automatic rollback on failure, and aims to resolve the tension between granularity and concurrency.
PeerProject is a versatile peer-to-peer filesharing client and file manager. It's intuitive and aesthetic while supporting many networks and features, including BitTorrent, G2, Gnutella, eDonkey, DC++, IRC, HTTP/FTP, and more. It's a mainstream fork of Shareaza p2p, for Windows and WINE.
ZedLog is a robust cross-platform input logging tool (A.K.A., a key logger). It is based on a flexible data logging system which makes it easy to get the required data. It features logging of all keyboard and mouse events, a replay simulation tool, logging to a file, and hiding in the background.
After Dark Classic Set is a collection of three screen savers from the popular After Dark screen saver. You can enjoy the Flying Toasters, Mowing Man, and Boris screen savers. They use the graphics and sounds from the original After Dark screen savers. Flying Toasters features 29 characters, including all four generations of toasters. It also includes the Flying Toaster song.
C5Connector.Java is a backend for the Core Five file manager. It provides a bridge between the file manager and a storage backend and works like a transparent virtual file system or a proxy. It includes a default implementation for accessing the local filesystem (on the server side). The API encapsulates the building of JSON and is intended to be used within JSPs as well as with a template engine like Velocity or FreeMarker.