8 projects tagged "C"
Termdebug is a set of utilities for recording and replaying the input and output of terminal programs. Its main goal is to aid in developing and debugging terminal programs. Other programs such as termrec/termplay, nethack-recorder/player, and script/scriptreplay only record the output. However, when debugging an interactive terminal program, the input is often as important as the output.
Fqutils provides a basic set of bioinformatics command line tools for working with sequence data in FASTQ format. It complements Greg Hannon's fine Fastx Toolkit suite. One characteristic of Fqutils is that it correctly handles the full FASTQ format as described by the published standard, which specifically allows multi-line sequence and quality score information per record. Fqutils is intended to be useful as part of the early portions of post-sequencing pipelines and quality assessment processes.
INOVASC is an independent, Web-based scan client for the OpenVAS vulnerability assessment system. The development goals were pure simplicity, using basic Web CGI technology written in 'C'. INOVASC connects directly to the OpenVAS scan server (openvassd) using the OTP protocol. It allows you to define a scan configuration, to initiate the scan, and to display the returned scan results. The benefit is an easy to use, centrally located scan client that keeps all scan results in one place. The design is kept simple; even a non-IT person can start a scan.