4 projects tagged "BSD Original"
Steel Bank Common Lisp is a development environment for Common Lisp, with excellent support for the ANSI standard: garbage collection, lexical closures, powerful macros, strong dynamic typing, incremental compilation, and the famous Common Lisp Object System (multimethods and all). It also includes many extensions, such as native threads, socket support, a statistical profiler, programmable streams, and more. These are all available through an integrated, interactive native compiler which feels like an interpreter. SBCL is unique in being a multiplatform native compiler which bootstraps itself completely from source, using a C compiler and any other ANSI Common Lisp implementation.
Monica is a monitor calibration tool using the FLTK library. It works as frontend to xgamma to alter the gamma correction for XFree86 or Xorg. The black point, gray, and color blocks help to find usable settings for a target of 2.2 gamma, the Web, and sRGB standard. FLTK libs are not needed for the binary.
Java PictDraw is a set of Java classes to display Quickdraw images (Macintosh Pict files). Quickdraw is a meta/vector format that supports lines, circles, arcs, boxes, polygon, styled text, bitmap-based regions, and compressed bitmaps (RLE and JPEG). This package contains all the classes needed to parse a Quickdraw file, and to display into a Java AWT port. Features include the ability to make the text regions of the picture clickable.