Xsc is a clone of the old vector graphics video game Star Castle by
Cinematronics. The object is to destroy the enemy ship, destroying its
protective rings first while dodging various buzzers and fireballs
sent to destroy you.
Keys:
D turn counter-clockwise
F turn clockwise
J thrust
K fire laser
P pause
Q quit
space new game
Routine maintenance script for p5-Mail-SpamAssassin to run as a daily
periodic job.
* Check for updates to sa rules and download
* Optionally use sa-compile to build a compiled set of rules
* Optionally restart spamd whenever new rules are downloaded
* Manage multiple update channels and GPG keys
p5-Math-MPC is a module wraps the MPC library functions.
The MPC library is a C library for multiple-precision complex number
computations with exact rounding. It is based on the MPFR C library
which, in turn, is based on the GMP C library.
p5-Math-MPFR is a module wraps the MPFR library functions.
The MPFR library is a C library for multiple-precision floating-point
computations with exact rounding (also called correct rounding). It
is based on the GMP multiple-precision C library.
x264 is a free library for encoding H.264/AVC (aka MPEG-4 Part 10)
video streams.
Encoder features
* CAVLC/CABAC
* Multi-references
* Intra: all modes (4x4 and 16x16 with all predictions)
* Inter P: all partitions (from 16x16 down to 4x4)
* Inter B: partitions from 16x16 down to 8x8 (including SKIP/DIRECT)
* Ratecontrol: constant quantizer, constant bitrate, or multipass ABR
* Scene cut detection
Mpage is a program to reduce and print multiple pages of text per
sheet on a PostScript compatible printer.
It also has limited functionality to do the same with postscript files itself.
Mpage and all the files distributed with mpage are covered by copyright:
Copyright (c) 1994-1997 Marcel J.E. Mol, The Netherlands
Copyright (c) 1988 Mark P. Hahn, Herndon, Virginia
Medit is an interactive mesh visualization software, developed by P. Frey
(University Pierre et Marie Curie).
It is intended to display computation results (in mechanics of the solids or
fluids, thermics, electromagnetism, etc.) on grids 2d (triangles and
quadrangles), 3d (tetrahedrons or hexahedrons) or surfaces (triangles and
quandrangles).
This little utility dumps MSRPC endpoint information from Windows
systems. Similar to the rpcdump program from Microsoft, but does not
need a DCE stack and so runs on Unixes. dcetest can be very useful
once inside a DMZ to fingerprint Windows machines on the network.
dcetest operates over TCP port 135. (Think of it as rpcinfo -p against
Windows)
pprotectd this is a self protected daemon which protect processes
from killing by the kernel when memory is exhausted.
The P_PROTECTED flag protects processes from killing by the kernel
when memory is exhausted. This may be useful for protection many
critical daemons, such as cron, syslogd, inetd, sshd or mysqld.
scprotect is implementation of system call for setting or unsetting
P_PROTECTED flag. It's similar to madvise(2) behaviour MADV_PROTECT,
but may be used for already running processes. Also rc.d/scprotect
scripts allow you to set protection flag even if process was
restarted by user.