4923 projects tagged "English"
PseudoQ is an application for creating, playing, and solving SuDoku puzzles of various types. It features both a GUI and command-line operation. The automatic solving of puzzles uses "smart" techniques rather than a brute force search of every possibility, mimicking the way a person would do it.
pthread-lib is a set of pthread wrapper functions, a thread manager, and a signal handler. The wrapper functions enable the programmer to create and manage sets of thread pools without knowing all the pthread internals. This includes creating, joining, and other operations. The thread manager watches and supervises the threads, checking whether they are still alive and working. The thread manager can also be assigned tasks by the programmer, either in code or by a configuration file. These tasks will be executed when the scheduled date/time occurs, and can be almost any task. The thread manager is implemented as its own thread within the main process. A single-threaded signal handler is available to catch all signals to a multi-threaded process. Instead of having every thread manage signals, this one thread handles all signals. To further enhance its functionality, the programmer is allowed to assign functions (via a pointer to a function) to any signal it may catch.
Pelotero is a handy, easy-to-use application that lets you download files via a proxy server. In this way, downloads blocked by domain will no longer be blocked. Places such as colleges, public libraries, and some cafes block access to file downloads based either on the content type or its domain name. Pelotero lets you avoid these restrictions and download those files.
Gnome 2 Mtel is a small tool that allows you to send SMS to friends who are customers of Mtel. It includes the ability to store and organize friends in a phonebook, to send single message to many phones, to import keywords in the message body, to split long messages automatically, and to use a separate connection for each message.