7199 projects tagged "Windows"
txt2pdf PRO is a very flexible and powerfu program that converts files from text to PDF format. It extends txt2pdf with features such as the ability to add form feeds, to skip the first form feed, to set the top and left margins, to use images (JPEGs) in the background, and to create compressed PDFs.
txtorcon is a Twisted-based asynchronous Tor control protocol implementation. Twisted is an event-driven networking engine written in Python, and Tor is an onion-routing network designed to improve people’s privacy and security on the Internet. It includes unit-tests with 96%+ coverage, multiple examples, and documentation. There are abstractions to track Tor configuration and state (circuits, streams), launch private instances, support Hidden Service, and more.
uBee512 emulates all of the Microbee Z80 series of microcomputers, including ROM, Floppy and Hard disk-based models. Up to 2MB of extended memory is supported. The optional on board sn76489 sound IC is also emulated. The display may use SDL or OpenGL video rendering. Z80 PIO emulation includes tape, speaker, RTC, serial to PC RS232, and mouse peripherals. Parallel port peripherals include BeeThoven (AY-3-8910), BeeTalker (SP0256-AL2), Compumuse (SN76489), DAC, printer, and joystick. Many disk image types and floppy disks are supported. A joystick may be optionally mapped to keys. A large number of options are available as well as a built in OSD console.
uBeeDisk is a tool that copies disks and images from one to another. It was developed to archive Microbee disk images from floppy disks and to write them back to floppy, but other disk formats can be added. It is intended mainly for users of computer emulators. As the program makes use of the 'LibDsk' library there are many options for image types. The program provides some data recovery methods along with 'info' files for each disk image file created. An 'info' file contains information about the disk image, a status map of all sectors read from the disk, and an MD5 stamp of the associated disk image.
uLan Driver provides 9-bit character message- oriented communication protocol that is transferred over an RS-485 link. The physical layer consists of one twisted pair of leads, and RS-485 transceivers. Supported hardware includes OX16C954 PCI based add-on cards, USB-to-uLan converters, the i82510 RS-485 card, or simple active converter dongle for standard PC RS-232 ports. The whole set of libraries and support tools is available for building embedded devices. They range from low level firmware boot-loaders and debugging tools up to object oriented properties browsing and manipulation and process data communication channels mapping.
uNabto is a small UDP-based NAT and firewall traversing virtual Web server. It is useful for very small resource limited embedded systems. It works by installing a free Nabto protocol plugin in your browser which, in combination with a "HTML-device driver" definition file, communicates and presents the user with a nice Web based GUI.
uTorrent.py is a Python module for accessing the interface exposed by the uTorrent Web UI. Current features include getting and setting uTorrent parameters, viewing information and statistics on torrents and files, and setting torrent state and file priorities. Small example utilities are included. Note that the download file is a 7zip archive, not a PNG image.
ucanvcam is a cross-platform framework for building virtual cameras. Virtual cameras offer the same interface as regular cameras to client applications (such as Skype), but provide user-generated or user-modified imagery rather than imagery directly from a camera. While ucanvcam comes with a set of special effects, the main intent is to make building virtual cameras easier for people without OS-specific knowledge, so they can focus purely on image processing.
ucpp is a C preprocessor. It is designed to be quick and light, but still fully compliant to the ISO standard 9899:1999, also known as C99. ucpp can be compiled as a stand-alone program or linked to some other code; in the latter case, ucpp will output tokens, one at a time, on demand, as an integrated lexer. ucpp operates in two modes: in lexer mode, ucpp is linked to some other code and outputs a stream of tokens where each call to the lex() function will yield one token; in non-lexer mode, ucpp preprocesses text and outputs the resulting text to a file descriptor. If linked to some other code, the cpp() function must be called repeatedly, otherwise ucpp is a stand-alone binary.