12 projects tagged "DOS"
PAT draws small-scale (world and country-level) physical, political, and statistical maps, and flexibly lists information about world places. It does what a traditional paper atlas does, but interactively. PAT's intended user is the student, hobbyist, researcher, webmaster, or other non-professional. PAT is designed to be portable; it has the bare minimum of operating-system dependencies and is written in stable, well-known C. Any system with an ANSI C compiler and ISO runtime libraries can run PAT. PAT's abstract device model can accomodate any raster device; it comes with drivers for TTY, GIF, JPEG, PNG, X11, GRX, and others. PAT is multilingual and supports Unicode. Program messages have been translated to English and French so far. PAT can be run interactively, or batch-style from the command line and/or with scripts.
SYINF shows in brief a system's CPU brand and model, RAM size, disk space, operating system, regional parameters, and current date and time. It can run in interactive (menu) or batch mode. There are two versions, in the C and C++ languages. They have been tested on 20 (15) compilers, 26 (25) operating systems, and 18 architectures. (Figures in parentheses are for the C++ version.) Both versions are conveyed in source code form only, each as a single ~35 KB source text file.
METAXPON ("Metachron" in Greek letters) is a small and fast audio DSP library for time-scale manipulation of 16-bit integer or 32-bit floating point stereo audio data streams. It employs a rigid phase-locked vocoder with dedicated transient detection and processing, and can work in real-time or non-real-time. Four editions are included - a portable edition and three x86 editions. The portable edition can be built with any ANSI C compiler and is OS- and architecture-independent. The three x86 editions are written in assembly using the FPU, 3DNow!, and SSE instruction sets, respectively, with automatic selection between them depending on the CPU capabilities. They can be compiled with MASM, JWASM, or NASM, producing libraries of object files in 8 formats.
Hyenae is a highly flexible and platform independent network packet generator. It allows you to reproduce low level Ethernet attack scenarios (such as MITM, DoS, and DDoS) to reveal potential security vulnerabilities of your network. Besides smart wildcard-based address randomization, a highly customizable packet generation control, and an interactive attack assistant, Hyenae comes with a clusterable remote daemon for setting up distributed attack networks.
TAP4Pascal is an easy-to-use but powerful unit testing suite for Pascal (FreePascal, Turbo Pascal, et al.), conforming to the Test-Anything Protocol (TAP) specification, originally developed for testing Perl, and lightweight enough to work on any platform since it is entirely text-based. It comes with its own test harness for running and summarizing the results of multiple test sets. It aims to be straightforward and to make test building easy and quick for developers, and to help software work better for everyone.