CAIR is an image resizing library that is based on the works of Shai Avidan and
Ariel Shamir. It is a high-performance multi-threaded library written in C++.
It is intended to be multi-platform and multi-architecture.
Gnome chess game with optional 3D graphics.
This module provides a c api for XS modules to hook into the callbacks of
PL_check.
This module provides a C api for XS modules to hook into the execution
of perl opcodes.
Method::Alias is designed to be used as a pragma, to which you provide a
set of pairs of method names. Only very minimal checking is done, if you
wish to create infinite loops or what have you, you are more than
welcome to shoot yourself in the foot.
# Add a single method alias
use Method::Alias 'foo' => 'bar';
# Add several method aliases
use Method::Alias 'a' => 'b',
'c' => 'd',
'e' => 'f';
This module provides an API for parts of the perl parser. It can be
used to modify code while it's being parsed.
Evilfinder shows you whether things are evil. By default, the port will
install a wrapper called "evilfinder," but you can define WITH_WRAPPER
to build the web-oriented default binary only.
**** THE PROOF THAT The FreeBSD Project IS EVIL ****
T H E F R E E B S D P R O J E C T
20 8 5 6 18 5 5 2 19 4 16 18 15 10 5 3 20 - as numbers
2 8 5 6 9 5 5 2 1 4 7 9 6 1 5 3 2 - digits added
\___________/ \________/ \__________/ \_________/ \_/
3 3 3 6 2 - digits added
Thus, "The FreeBSD Project" is 33362. Add 1947, the year Aleister Crowley paid
a longer visit to Hell. The result is 35309. Turn the number backwards, and
add 1945 - the year Mussolini was executed for the first time. The number is now
92298. Add 9981 to it - this is the year "Scrabble" was invented to promote
violence and anger, written backwards - you will get 102279. Subtract 23, the
symbol of death. The result will be 102256. Divide the number by 83 - this is
the symbol of slavery, backwards. It gives 1232. This number, read as octal,
gives 666 - the number of the Beast. This is truly evil. QED.
-Adam Weinberger <adamw@FreeBSD.org>
Xboard is a graphical chessboard that can serve as a user interface for
Crafty, GNU Chess, for Internet Chess Servers, or for electronic mail
correspondence chess. xboard can also be used by itself.
Paraphrasing the website:
Python-DSV is a Python module for importing and exporting DSV (delimiter
separated values) files. DSV is a generalization of CSV (comma separated
values). CSV is a common file format used by many programs to import and
export data.
Features:
- Pure Python
- Optional wxPython GUI
- Optional heuristics for determining file format
- Handles embedded quotes, delimiters and newlines
- Customizable error handling
- Simple to use
- Portable
dumpasn1 is an ASN.1 parser which dumps the contents of an ASN.1-encoded
file, as well as interpreting the OIDs contained in the file into
human-readable format. Dumpasn1 is intended for examining the contents
of PKI certificates and comes with a full list of security-related OIDs,
but can be easily extended to parse other OIDs as well.