283 projects tagged "Windows"
Moscrack is a WPA cracker for use on clusters. It supports MOSIX, SSH, and RSH connectivity and works by reading a word list from STDIN or a file, breaking it into chunks, and passing those chunks off to separate processes that run in parallel. The parallel processes are then executed on different nodes in your cluster. All results are checked and recorded on your master node. Logging and error handling are taken care of. It is capable of running reliably for long periods of time, without the risk of losing data or having to restart. Moscrack uses aircrack-ng by default. Pyrit for WPA cracking and Dehasher for Unix password hashes are supported via plugins.
AdlMIDI is a command line program that plays MIDI files using software OPL3 emulation (FM synthesis). It has a console UI. It features a built-in selection of 50 patch sets, most of which are General MIDI compatible, but some of which are customized for playing original background music soundtracks of select PC games.
PropXX provides a property/configuration mechanism for C++ applications. Properties can be defined in files similar to but more flexible than Java properties. Property files are defined in a type-safe, modular way and offer the full expressiveness of the Lua scripting language. The design of PropXX combines flexibility with high performance for the C++ code that accesses property values. The property values are stored in objects of special property classes, which are automatically generated from the property set definitions. Performance-critical code can be inlined by the compiler, and a typical access to a property value is as cheap as reading a single variable from the memory. No costly data structures like hashes, balanced trees, etc. are involved.
Ultimix is a framework for developing Web-based applications (CMS, portals, ERPs, etc.) It includes multi-language support, permits management, an MVC mini framework, package structure, a template engine, a Javascript library, a simple GUI library, a caching system, and CAPTCHA.
The SMS Server Tools 3 is a SMS gateway that can send and receive short messages through GSM modems and mobile phones. Messages are sent by simply storing text files into a special spool directory. It also stores received messages into another directory as text files. Binary messages including Unicode text and ring tones are also supported, and it is possible to send WAP Push and system messages. The program can run scripts after events like the reception of a message, successful sending, and when the program detects a problem.
Evergreen is a cross-platform development environment that tries to be lightweight and language-agnostic yet functional. It started as a project to reimplement Rob Pike's Acme editor for Plan 9 in Java, but has since evolved in directions that help it deal with large codebases and multiple projects/branches at once. Remaining similarities include the tiled windows and the Unix-like reliance on external programs rather than reinventing every wheel. The major philosophical differences include strong support for keyboard-based editing, language-specific functionality, and native platform UI conventions. There are also two new guiding principles: accepting regular expressions and output diffs.