15604 projects tagged "Linux"
Memchan is an extension library to the script language Tcl, as created by John Ousterhout. It provides two new channel types for in-memory channels and the appropriate commands for their creation. They are useful to transfer large amounts of data between procedures or interpreters, and additionally provide an easy interface to on-the-fly generation of code too. No need to set or append to a string, just do a simple puts.
masqidentd is an Ident daemon for Linux systems that use IP masquerading. It implements the recommendations in RFC1413. It also has the ability to forward Ident requests from a client to a machine sitting behind the masquerade service. Users also have the ability to override the default Ident response. This program is most useful for people who use IRC using mIRC or Pirch behind IP masquerade. masqidentd is intended for use with ipchains only.
MathASM (MASM) is a scripting language similar to various (macro) assemblers but somewhat simplified and adjusted to specific tasks. The adjective "mathematical" comes from an early stage of its development, when its task was building simple mathematical scripts which would probably perform some calculations and write them out. As the program developed, more and more instructions were added from the "real" assemblers, so MASM now has a large set of instructions for various applications.
Mandelbrot Cellular Automaton Combines features of the Mandelbrot set and Conway's Game of Life. Displays snapshots of the Mandelbrot set at each stage of calculation; optionally includes interference from neighbouring cells (pixels) for a nonlinear and somewhat unpredictable result. Options are set at compile time. Most suitable for fractal or cellular automata enthusiasts; also visually interesting.