|
|
Text::TermExtrac t
Text::TermExtract is a Perl module to extract terms from text.
SYNOPSIS
use Text::TermExtract;
my $text = { Hey, hey, how's it going? Wanna go to Wendy's
tonight? Wendy's has great sandwiches." };
my $ext = Text::TermExtract->new();
for my $word ( $ext->terms_extract( ... |
November 27th 2011 |
Freeware |
|
10k |
HPUX::LVM
HPUX::LVM is a Perl module that takes the output from the LVM Commands vgdisplay and lvdisplay and pvdisplay and puts them in a hash of hashes in the following manner as an example:
'/dev/vg08' => HASH(0x404214c8)
'Act_PV' => 4
'Alloc_PE' ... |
November 26th 2011 |
Freeware |
|
20k |
doit for Linux
doit is a Python module that comes from the idea of bringing the power of build-tools to execute any kind of task. It will keep track of dependencies between “tasks” and execute them only when necessary. It was designed to ... |
November 25th 2011 |
Freeware |
|
102k |
libchamplain for Linux
libchamplain is a C library created to provide a GTK+ widget to display rasterized maps.
Here are some key features of "libchamplain":
· Display a map (OpenStreetMap Mapnik)
· Tiles are downloaded and cached
· You can drag to move (? la Google Maps)
· ... |
November 24th 2011 |
Freeware |
|
717k |
django-uni-form
Django forms are easily rendered as paragraphs, tables, and unordered lists. However, elegantly rendered div based forms is something you have to do by hand. The purpose of this application is to provide a simple tag and/or filter that lets ... |
November 23rd 2011 |
Freeware |
|
41k |
Devel::FakeOSNam e
Devel::FakeOSName is a module to make Perl think it runs on a different OS.
SYNOPSIS
# build us Makefile for aix
perl -MDevel::FakeOSName=aix Makefile.PL
Sometimes your code includes code specific to an OS that you don't have an access to, but you want to ... |
November 23rd 2011 |
Freeware |
|
10k |
Math::Symbolic:: Variable
Math::Symbolic::Variable is a Perl module which implements variables in symbolic calculations.
SYNOPSIS
use Math::Symbolic::Variable;
my $var1 = Math::Symbolic::Variable->new('name');
$var1->value(5);
my $var2 = Math::Symbolic::Variable->new('x', 2);
my $var3 =
Math::Symbolic::Variable->new(
{
name => 'variable',
value => 1,
}
);
This class implements variables for ... |
November 20th 2011 |
Freeware |
|
102k |
album for Linux
album is an HTML photo album generator that supports themes. It takes directories of images and creates all the thumbnails and HTML that you need. It's fast, easy to use, and very powerful.
Here are some key features of "album":
· You ... |
November 19th 2011 |
Freeware |
|
563k |
Time::CTime
Time::CTime is a Perl module with format times ala POSIX asctime.
SYNOPSIS
use Time::CTime
print ctime(time);
print asctime(localtime(time));
print strftime(template, localtime(time));
strftime conversions
%% PERCENT
%a day of the week abbr
%A day of the week
%b month abbr
%B month
%c ctime format: Sat Nov 19 21:05:57 1994
%d DD
%D MM/DD/YY
%e numeric ... |
November 15th 2011 |
Freeware |
|
20k |
Goggles Music Manager for Linux
Goggles Music Manager is a music collection manager and player. Goggles Music Manager allows you to easily manage your music collection.
Each song in your collection is organized according to Artist and Album. As of now, Goggles Music Manager supports Ogg ... |
November 14th 2011 |
Freeware |
|
41k |
Tie::Array::Queu eExpire for Linux
Tie::Array::QueueExpire is a Perl module that requires Time::HiRes, TokyoCabinet (database and perl module.) The insertion is ms unique ( 0.001 seconds ).
The normal ARRAY function present are
push
pop
shift
exits
scalar
clear
unshift (but put data 1 second ... |
November 13th 2011 |
Freeware |
|
10k |
django-dpaste
django-dpaste was originally inspired by dpaste.com this application adds the ability to:
- See the differences between snippets
- A history of snippets as a tree
- See your latest 25 snippets (admin setting)
- A huge bunch of syntax highlighters (lexers)
- User defined ... |
November 11th 2011 |
Freeware |
|
20k |
YATG
YATG is a Perl module which is intended to be run persistently. At intervals it will wake up and poll network devices for SNMP data, and then store or print that data. In this distribution are also included examples for ... |
November 10th 2011 |
Freeware |
|
41k |
gtkglextmm Toolbar for Linux
gtkglextmm is C++ wrapper for the GtkGLExt OpenGL extension to GTK.
GtkGLExt is an OpenGL extension to GTK+. It provides additional GDK objects which support OpenGL rendering in GTK+ and GtkWidget API add-ons to make GTK+ widgets OpenGL-capable. In contrast to ... |
November 8th 2011 |
Freeware |
|
522k |
Date::Calc
Date::Calc - Gregorian calendar date calculations
MOTTO
Keep it small, fast and simple
PREFACE
This package consists of a C library and a Perl module (which uses the C library, internally) for all kinds of date calculations based on the Gregorian calendar (the one ... |
November 7th 2011 |
Freeware |
|
195k |
Lita
Lita is an Adobe AIR application which allows SQLite administration tasks.
It will run on Linux, Windows and Mac OS.
Here are some key features of "Lita":
· A free, multiplatform administration tool for your SQLite Databases
· Open, create, compact databases
· Create, rename, ... |
November 7th 2011 |
Freeware |
|
1,229k |
Bit::ShiftReg
Bit::ShiftReg is a Perl module that implements rotate left, rotate right, shift left and shift right operations with carry flag for all C integer types.
SYNOPSIS
* use Bit::ShiftReg qw( bits_of_byte bits_of_short bits_of_int bits_of_long LSB_byte MSB_byte LSB_short MSB_short LSB_int MSB_int LSB_long ... |
November 4th 2011 |
Freeware |
|
10k |
BlazeBlogger
BlazeBlogger is a simple, yet powerful CMS (Content Management System) for the command line. Being written in Perl as a cross-platform application and producing the static content without the need of database servers or server side scripting, it is literally ... |
November 3rd 2011 |
Freeware |
|
61k |
django-tools
django-tools is a plugin with miscellaneous tools for Django.
Installation:
You can easy install it with:
easy_install django-tools. . Publisher of django-tools, Author of django-tools 0.5.0 Beta. django-tools is a plugin with miscellaneous tools for Django. Installation: You can easy install it with: ... |
November 2nd 2011 |
Freeware |
|
10k |
Chronicle for Linux
Chronicle software is a small and fast blog compiler, written in Perl with minimal dependencies.
What is a blog compiler? It is a simple piece of software which will convert a directory of text files into static tree of HTML and ... |
October 27th 2011 |
Freeware |
|
82k |