vdr-plugin-sudoku

VDR-Plugin to generate and solve Sudokus

This plugin generates Number Place puzzles, so called Sudokus, and let you solve it.

flex

fast lexical analyzer generator

Flex is a tool for generating scanners: programs which recognized lexical patterns in text. It reads the given input files for a description of a scanner to generate. The description is in the form of pairs of regular expressions and C code, called rules. Flex generates as output a C source file, lex.yy.c, which defines a routine yylex(). This file is compiled and linked with the -lfl library to produce an executable. When the executable is run, it analyzes its input for occurrences of the regular expressions. Whenever it finds one, it executes the corresponding C code.
Icarus verilog compiler (transitional package)

verilog

Icarus verilog compiler (transitional package)

Icarus Verilog is intended to compile all of the Verilog HDL as described in the IEEE-1364 standard. It is not quite there yet. It does currently handle a mix of structural and behavioral constructs.

viewvc-query

utility to query CVS and Subversion commit database

ViewVC is a browser (web) interface for CVS and Subversion version control repositories. It generates templatized HTML to present navigable directory, revision, and change log listings. It can display specific versions of files as well as diffs between those versions.

flex-old

Old version of the fast lexical analyzer generator

flex is a tool for generating scanners: programs which recognize lexical patterns in text. This is the old 2.5.4a version, which is no longer being developed. You should normally choose flex, unless you have legacy lexer files that do not work with a modern flex.
adjusts the volume of WAV, MP3 and OGG files to a standard volume level

normalize-audio

adjusts the volume of WAV, MP3 and OGG files to a standard volume level

normalize-audio is a tool for adjusting the volume of WAV, MP3 and OGG files to a standard volume level. This is useful for things like creating mix CDs and MP3 databases, where different recording levels on different albums can cause the volume to vary greatly from song to song.