15872 projects tagged "Linux"
Wordtrans is a frontend for several dictionaries. It supports some plain text dictionaries such as i2e (English-Spanish) and de-en (German-English), Babylon Translator dictionaries, and dict servers dictionaries. Some features include console and X (Qt) versions, good speed, and the ability to watch the clipboard and automatically translate the word there.
wpa-buddy is a tool to decrypt WPA-PSK protected traffic, given the passphrase. It can work in real-time (sniffing packets from a network interface) or in batch mode (reading packets from a capture file). It also produces nice output telling you what's going on. wpa-buddy currently supports WPA and WPA2 (this last only in the unstable version).
The ws2500 weather suite is a complete software solution for extraction, processing, and Web presentation of data from an ELV WS2500 and WS2500PC weather station. Weather data can be stored in a MySQL database. The main component is the ws2500 application, which can read data and status information of the weather station via a serial RS232 connection. It can also set parameters of the station.
wsrep-enabled MySQL (previously MySQL/Galera cluster) can use wsrep replication providers, such as Galera, to form a cluster. wsrep API is an abstract replication interface that supports global transaction ID, true multi-master capability, conflict detection and resolution, and parallel applying and is transparent to triggers, stored procedures, and functions by replicating only final transaction results. Only the InnoDB storage engine and DDL commands are supported by this patch.