From the README:
MPEG-1 Video Software Encoder
(Version 1.5; February 1, 1995)
Lawrence A. Rowe, Kevin Gong, Eugene Hung, Ketan Patel, Steve Smoot
and Dan Wallach
Computer Science Division-EECS, Univ. of Calif. at Berkeley
This directory contains the freely distributed Berkeley MPEG-1 Video
Encoder. The encoder implements the standard described in the ISO/IEC
International Standard 11172-2. The code has been compiled and tested
on the following platforms:
DECstation 5000 and Alpha
HP PA-RISC (HP/UX 9.X) (i.e., HP 9000/7XX and 9000/3XX)
SGI Indigo running IRIX 5.0.1
Sun Sparc (SunOS 4.X)
This is *not* bug-free software. In particular, I've had problems using
odd-sized input frames. Other than that, it works OK.
eric.
erich@FreeBSD.org
XORSearch is a program to search for a given string in an XOR or
ROL encoded binary file. An XOR encoded binary file is a file where
some (or all) bytes have been XORed with a constant value (the key).
A ROL (or ROR) encoded file has it bytes rotated by a certain number
of bits (the key). XOR and ROL/ROR encoding is used by malware
programmers to obfuscate strings like URLs.
XORSearch will try all XOR keys (0 to 255) and ROL keys (1 to 7)
when searching. I programmed XORSearch to include key 0, because
this allows to search in an unencoded binary file (X XOR 0 equals
X).
If the search string is found, XORSearch will print it until the 0
(byte zero) is encountered or until 50 characters have been printed,
which ever comes first. 50 is the default value, it can be changed
with option -l. Unprintable characters are replaced by a dot.
Scrub iteratively writes patterns on files or disk devices to make retrieving
the data more difficult. Scrub operates in one of three modes:
1. The special file corresponding to an entire disk is scrubbed and
all data on it is destroyed. This mode is selected if file is a
character or block special file. This is the most effective method.
2. A regular file is scrubbed and only the data in the file (and optionally
its name in the directory entry) is destroyed. The file size is rounded up
to fill out the last file system block. This mode is selected if file is a
regular file.
3. A file is created, expanded until the file system is full, then scrubbed as
in item 2. This mode is selected with the -X option.
Scrub implements user-selectable pattern algorithms that are compliant with
DoD 5520.22-M or NNSA NAP-14.x.
This is a set of two keyboards that provides a single implementation for many
Roman writing systems across Africa, based on results compiled from data from
Benin, Burkina Faso, Cameroon, Chad, Cote d'Ivoire, Nigeria, Senegal and Togo.
The keyboards are written in Keyman keyboard language and developed by SIL
Non-Roman Script Initiative (NRSI). The software is distributed under the
X11-style license (http://scripts.sil.org/X11License).
This port installs the keyboard so that it can be used through SCIM or
IBus KMFL IMEngine (textproc/scim-kmfl-imengine, textproc/ibus-kmfl).
Two layouts are provided:
* mnemonic layout for any keyboard (using deadkeys);
* positional layout for US keyboard (using deadkeys and/or shift-states, i.e.
RALT and LALT keys).
odt2txt is a command-line tool which extracts the text out of OpenDocument Texts
produced by LibreOffice, OpenOffice, StarOffice, KOffice and others.
odt2txt can also extract text from some file formats similar to OpenDocument
Text, such as OpenOffice.org XML, which was used by OpenOffice.org version 1.x
and older StarOffice versions. To a lesser extent, odt2txt may be useful to
extract content from OpenDocument spreadsheets and OpenDocument presentations.
odt2txt is:
- small
- supports multiple output encodings
- adopts to your locale
- able to substitute common characters which the output charset does not contain
with ascii look-a-likes
- written in C, has few dependencies
- portable (runs on Linux, Mac OS X, Windows, *BSD, Cygwin, Solaris, HP-UX)
Coppermine Photo Gallery is a picture gallery script. Users can upload
pictures with a web browser (thumbnails are created on the fly), rate
pictures, add comments and send e-cards. The admins can manage the
galleries and batch add pictures that have been uploaded on the server
by FTP.
Images are stored in albums and albums can be grouped by categories. The
script supports multiple users and each user can possibly have its own
set of albums.
The script also supports multiple languages and has a theme system. It
uses PHP, a MySQL database and the GD library (version 1.x or 2.x)
or ImageMagick to make the thumbnails. An install script makes the
installation fast and simple.
xlock locks the X server till the user enters their pass-
word at the keyboard. While xlock is running, all new
server connections are refused. The screen saver is disabled.
The mouse cursor is turned off. The screen is blanked and a
changing pattern is put on the screen. If a key or a mouse
button is pressed then the user is prompted for the password
of the user who started xlock.
If the correct password is typed, then the screen is
unlocked and the X server is restored. When typing the
password Control-U and Control-H are active as kill and
erase respectively. To return to the locked screen, click
in the small icon version of the changing pattern.
The xxkb program is a keyboard layout switcher and indicator. Unlike the
programs that reload keyboard maps and use their own hot-keys, xxkb is a
simple GUI for XKB (X keyboard extension) and just sends commands to and
accepts events from XKB. That means that it will work with the existing
configuration of X11 server without any modifications.
Additional features include:
- Remembers the current layout in each application and switches to it
on window focus change
- Can put its own icon on an application window titlebar
- Allows to designate two main layouts from multi-layout keymaps
- Alternative layouts can be set separately for each application and
can be changed during run-time
- Supports custom actions for certain windows (e.g. ignore, set initial
active layout on application startup)
- Can be docked as a docklet or placed in the system tray
Xephem is an interactive astronomical ephemeris program for X Windows
systems. It ...
computes heliocentric, geocentric and topocentric information for fixed
celestial objects and objects in heliocentric and geocentric orbits;
has built-in support for all planet positions; the moons of Jupiter, Saturn
and Earth; Mars' and Jupiter's central meridian longitude; Saturn's rings;
and Jupiter's Great Red Spot
Elwood Downey
ecdowney@noao.edu
August 1995
Xplanet was inspired by Xearth, which renders an image of the earth into the X
root window. Xplanet uses the Imlib library to read user supplied maps of the
earth (or another planet). Orthographic and Mercator projections can be
rendered to the root window or saved to a file. An image that the user can
rotate interactively can be popped up in a window using OpenGL or Mesa.