Squid log monitoring program

squidtaild

Squid log monitoring program

Squidtaild is a very fast, highly configurable Perl program that will dynamically create html pages that display the violations that people have made against one or more of the filters you have applied to the squid proxy logging system.

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.