Mail::Address::MobileJp is an utility to detect an email
address is mobile (cellurar) email address or not.
Set of Zsh tools with features like incremental multi-word searching,
approximate matching, ANSI coloring, themes, unique mode, horizontal
scroll and advanced history management. Selected tools provided:
- n-history - full-screen history searcher and manager
- n-kill - browses process list, allows quick searching and
sending signal to selected process
- n-panelize - loads output of given command for browsing and
multi-word searching
- n-cd - browses dirstack and bookmarked directories, allows to
enter selected directory
- n-functions - browses functions, relegates editing to vared
Written in pure Zsh, with use of curses module. Can be configured from
zshrc. Binds n-history to Ctrl-R. Provides widgets for n-cd and n-kill.
Invoke callbacks on construction of entersub OPs for certain CVs.
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';
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>
Pyrseas provides a framework and utilities to upgrade and maintain a relational
database. Its purpose is to enhance and follow through on the concepts of the
Andromeda Project (http://www.andromeda-project.org/)
This module collects IP validation routines to make input validation, and
untainting easier and more readable.
All functions return an untainted value if the test passes, and undef if it
fails. This means that you should always check for a defined status
explicitly. Don't assume the return will be true. (e.g. is_username('0'))
The value to test is always the first (and often only) argument.
hfm is an application to run tests in parallel at a high frequency.
If the outcome of the test results in a state change, other commands
can be executed.
It is designed to be a general purpose, loosely-coupled tool, by
having both the tests and the state change commands be executed by
the operating system. For example, one could write the test in
shell or c, and have it called through the exec facility.
In practice, the overhead of spawning a new process per test limits
frequency that can be achieved by the tests, and their results.
Anecdotally, 5ms intervals have been seen to be achievable.
An example application is to poll other network services for health,
and to take actions based on their health status changes.
Send SMS messages via the mollie.nl service