Workrave is a program that assists in the recovery and prevention of
Repetitive Strain Injury (RSI). The program frequently alerts you to
take micro-pauses, rest breaks and restricts you to your daily limit.
These can be customized and it stops the counter when you stop.
cool-retro-term is a terminal emulator which mimics the look and feel of the
old cathode ray tube (CRT) screens. It has been designed to be eye-candy,
customizable, and reasonably lightweight.
It is based on QML port of QTermWidget (Konsole) and requires Qt 5.2+.
There are lots of programs for lots of platforms to make fish swim in the
background of your screen. This is a modification of an old one called
xfish (also called Xaquarium), that I have added more features to.
This version now works on true colour displays.
xvt - an xterm replacement, supporting color, transparency, and more,
with less!
xvt, simply continues on the original authors work -- John Bovey, University
of Kent at Canterbury. With few exceptions, it does everything Xterm does.
But also does a great deal more, with less overhead. This version will also
leverage vt(4), FreeBSD's new console driver. Which replaces syscons(4).
fbdesk is a small application designed for the Fluxbox windowmanager that
allows management of icons on the desktop.
current features:
o XPM and PNG image loading
o Antialias text
o UTF-8 and multibyte support
o Vertical text
o Grid snapping
o GUI for icon management
o Fluxbox menu style
Babl is a dynamic, any to any, pixel format conversion library. It
provides conversions between the myriad of buffer types images can be
stored in. Babl doesn't only help with existing pixel formats, but also
facilitates creation of new and uncommon ones.
The bgs program allows you to tailor the appearance of the background
("root") window on a workstation display running X.
bgs uses imlib2 for image rendering and rotates the images automatically.
It is made for dynamic Xinerama/Xrandr setups such as used with notebooks,
but it works very fine in any setup.
xtermcontrol enables dynamic control of xterm properties. It makes
it easy to change colors, titles, fonts, and the geometry of a
running xterm, as well as to report the current settings of the
properties. Window manipulations such as (de)iconify, raise and
lower, maximize and restore, and reset are also supported. It also
lets advanced users issue any xterm control sequence.
This module provides a simple way to extend the Math::Symbolic parser with
arbitrary functions that return any valid Math::Symbolic tree. The return
value of the function call is inserted into the complete parse tree at the
point at which the function call is parsed. Familiarity with the
Math::Symbolic module will be assumed throughout the documentation.
This module is not object oriented. It does not export anything. You
should not call any subroutines directly nor should you modify any class
data directly. The complete interface is the call to use
Math::SymbolicX::ParserExtensionFactory and its arguments. The reason for
the long module name is that you should not have to call it multiple times
in your code because it modifies the parser for good. It is intended to be
a pain to type. :-)
The aim of the module is to allow for hooks into the parser without
modifying the parser yourself because that requires rather in-depth
knowledge of the module code. By specifying key => value pairs of function
names and function implementations (code references) as arguments to the
use() call of the module, this module extends the parser that is stored in
the $Math::Symbolic::Parser variable with the specified functions and
whenever "yourfunction(any argument string not containing an unescaped \)
)" occurs in the code, the subroutine reference is called with the
argument string as argument.
The subroutine is expected to return any Math::Symbolic tree. That means,
as of version 0.133, a Math::Symbolic::Operator, a
Math::Symbolic::Variable, or a Math::Symbolic::Constant object. The
returned object will be incorporated into the Math::Symbolic tree that
results from the parse at the exact position at which the custom function
call was parsed.
Please note that the usage of this module will be quite slow at compile
time because it has to regenerate the complete Math::Symbolic parser the
first time you use this module in your code. The run time performance
penalty should be low, however.
p7zip is a Unix port of 7-Zip, a file archiver with high compression
ratio (www.7-zip.org) with lots of features:
* 7-Zip is free software distributed under the GNU LGPL
* High compression ratio in new 7z format with LZMA compression
o Unicode file names
o Variable dictionary size (up to 4 GB)
o Compressing speed: about 1 MB/s on 2 GHz CPU
o Decompressing speed: about 10-20 MB/s on 2 GHz CPU
* Supported formats:
o Packing / unpacking: 7z, ZIP, GZIP, BZIP2 and TAR
o Unpacking only: RAR, CAB, ISO, ARJ, LZH, CHM, Z, CPIO, RPM, DEB
and NSIS
* For ZIP and GZIP formats 7-Zip provides compression ratio that is
2-10 % better than ratio provided by PKZip and WinZip
* Self-extracting capability for 7z format