Main > Free Download Search >

Free tim software for linux

tim

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 131
NetPacket::IGMP 0.04

NetPacket::IGMP 0.04


etPacket::IGMP is a Perl module to assemble and disassemble IGMP (Internet Group Mangement Protocol) packets. more>>
etPacket::IGMP is a Perl module to assemble and disassemble IGMP (Internet Group Mangement Protocol) packets.

SYNOPSIS

use NetPacket::IGMP;

$igmp_obj = NetPacket::IGMP->decode($raw_pkt);
$igmp_pkt = NetPacket::IGMP->encode(params...); # Not implemented
$igmp_data = NetPacket::IGMP::strip($raw_pkt);

NetPacket::IGMP provides a set of routines for assembling and disassembling packets using IGMP (Internet Group Mangement Protocol).

Methods

NetPacket::IGMP->decode([RAW PACKET])
Decode the raw packet data given and return an object containing instance data. This method will quite happily decode garbage input. It is the responsibility of the programmer to ensure valid packet data is passed to this method.

NetPacket::IGMP->encode(param => value)
Return an IGMP packet encoded with the instance data specified. Not implemented.

<<less
Download (0.011MB)
Added: 2007-02-27 License: Perl Artistic License Price:
977 downloads
NetPacket::ICMP 0.04

NetPacket::ICMP 0.04


NetPacket::ICMP is a Perl module to assemble and disassemble ICMP (Internet Control Message Protocol) packets. more>>
NetPacket::ICMP is a Perl module to assemble and disassemble ICMP (Internet Control Message Protocol) packets.

SYNOPSIS

use NetPacket::ICMP;

$icmp_obj = NetPacket::ICMP->decode($raw_pkt);
$icmp_pkt = NetPacket::ICMP->encode();
$icmp_data = NetPacket::ICMP::strip($raw_pkt);

NetPacket::ICMP provides a set of routines for assembling and disassembling packets using ICMP (Internet Control Message Protocol).

Methods

NetPacket::ICMP->decode([RAW PACKET])
Decode the raw packet data given and return an object containing instance data. This method will quite happily decode garbage input. It is the responsibility of the programmer to ensure valid packet data is passed to this method.

NetPacket::ICMP->encode()
Return an ICMP packet encoded with the instance data specified.

<<less
Download (0.011MB)
Added: 2007-02-27 License: Perl Artistic License Price:
970 downloads
libmng-py 0.0.3

libmng-py 0.0.3


libmng-py is a Python wrapper for libmng. more>>
libmng-py is a Python wrapper for libmng.
Goals
- Full support for all libmng functionality
- Out of the box support for popular toolkits
Status
Currently supports:
- Raw output in any format libmng supports
- pygame (SDL) output (detects the best format for fast blitting)
- wxPython animation control (like GIFAnimationCtrl)
Enhancements:
- This is the first public release. This release includes full support for displaying mng and jng animations in pygame and wxPython.
- It also supports pausing and starting animations.
<<less
Download (0.037MB)
Added: 2007-01-09 License: LGPL (GNU Lesser General Public License) Price:
1020 downloads
ExtUtils::MakeMaker 6.32

ExtUtils::MakeMaker 6.32


ExtUtils::MakeMaker is a Perl module that can help you create a module Makefile. more>>
ExtUtils::MakeMaker is a Perl module that can help you create a module Makefile.

SYNOPSIS

use ExtUtils::MakeMaker;

WriteMakefile( ATTRIBUTE => VALUE [, ...] );

This utility is designed to write a Makefile for an extension module from a Makefile.PL. It is based on the Makefile.SH model provided by Andy Dougherty and the perl5-porters.
It splits the task of generating the Makefile into several subroutines that can be individually overridden.

Each subroutine returns the text it wishes to have written to the Makefile.
MakeMaker is object oriented. Each directory below the current directory that contains a Makefile.PL is treated as a separate object. This makes it possible to write an unlimited number of Makefiles with a single invocation of WriteMakefile().

<<less
Download (0.21MB)
Added: 2007-05-01 License: Perl Artistic License Price:
917 downloads
TCB::Library 1.1

TCB::Library 1.1


TCB::Library provides a database-backed book library package for DBIx::Frame. more>>
TCB::Library provides a database-backed book library package for DBIx::Frame.

TCB::Library is a DBIx::Frame object written to keep track of library books at the TCB Group at UIUC.

It provides a Web interface for adding books to the library, for users to check out and return them, and for reminder messages to be sent out periodically to list what books are checked out.

This is actually a fairly basic function of research groups, but doesnt have a standard software package.

<<less
Download (0.023MB)
Added: 2007-02-02 License: BSD License Price:
996 downloads
DBIx::Frame 1.06

DBIx::Frame 1.06


DBIx::Frame is a Perl module for creating and maintaining DBI frameworks. more>>
DBIx::Frame is a Perl module for creating and maintaining DBI frameworks.

SYNOPSIS

use DBIx::Frame;
DBIx::Frame->init(server, dbtype) || exit(0);
my $DB = DBIx::Frame->new(database, user, pass)
or die("Couldnt connect to database: ", DBI->errstr);
See below for how to actually use this object.

DBIx::Frame is an extension of the standard DBI perl module, designed around mysql, and used to create and maintain frameworks for databases. It has query logging, and a standardized interface for standard SQL statements like update and insert that doesnt require understanding SQL to any great degree.

Ideally, the user or developer shouldnt have to know too much SQL to be able to administer a database. On the other hand, it does require a certain setup that isnt necessarily easy to pick up, and isnt standard SQL - with all the problems that this entails.

Database design is discussed below.

<<less
Download (0.038MB)
Added: 2006-10-04 License: GPL (GNU General Public License) Price:
1115 downloads
PresbyterySite 0.0.5

PresbyterySite 0.0.5


PresbyterySite is software for running a presbytery Web site. more>>
PresbyterySite is software for running a presbytery Web site. The project tries to present your presbyterys information in groupings that are most useful to your site visitors and to streamline the work of your clerk.
PresbyterySite is composed of plugins for the Joomla content management system. It provides a directory of congregations, a Google Map of congregations, and a directory of committees.
Enhancements:
- Most data in the database can be edited through the admin interface.
- This release can be translated into any language.
- There are several bugfixes.
<<less
Download (MB)
Added: 2006-12-16 License: GPL (GNU General Public License) Price:
1045 downloads
Algorithm::LUHN 1.00

Algorithm::LUHN 1.00


Algorithm::LUHN is a Perl module to calculate the modulus 10 double add double checksum. more>>
Algorithm::LUHN is a Perl module to calculate the modulus 10 double add double checksum.

SYNOPSIS

use Algorithm::LUHN qw/check_digit is_valid/;

$c = check_digit("43881234567");
print "It worksn" if is_valid("43881234567$c");

$c = check_digit("A2C4E6G8"); # this will cause an error

print "Valid LUHN characters are:n";
my %vc = Algorithm::LUHN::valid_chars();
for (sort keys %vc) {
print "$_ => $vc{$_}n";
}

Algorithm::LUHN::valid_chars(map {$_ => ord($_)-ord(A)+10} A..Z);
$c = check_digit("A2C4E6G8");
print "It worked againn" if is_valid("A2C4E6G8$c");

This module calculates the Modulus 10 Double Add Double checksum, also known as the LUHN Formula. This algorithm is used to verify credit card numbers and Standard & Poors security identifiers such as CUSIPs and CSINs.

You can find plenty of information about the algorithm by searching the web for "modulus 10 double add double".

<<less
Download (0.004MB)
Added: 2007-05-16 License: Perl Artistic License Price:
893 downloads
QTVBA 0.2

QTVBA 0.2


QTVBA is a Qt 3.x and C++-based graphical frontend to the VisualBoyAdvance Nintendo Gameboy Advance Emulator. more>>
QTVBA project is a graphical frontend to the VisualBoyAdvance Nintendo Gameboy Advance Emulator.
Main features:
- dual screenshot handling
- save game information
- number and last date played recording
- a built in ROM renamer
- compatibility with GBA-Shells screenshot formats and indexing
<<less
Download (0.18MB)
Added: 2006-01-25 License: GPL (GNU General Public License) Price:
1369 downloads
DBD::Informix 2005.02

DBD::Informix 2005.02


DBD::Informix is a Perl module witj IBM Informix Database Driver for Perl DBI. more>>
DBD::Informix is a Perl module witj IBM Informix Database Driver for Perl DBI.

SYNOPSIS

use DBI;

You should also read the documentation for DBI perldoc DBI as this document qualifies what is stated there. Note that this document was last fully updated for the DBI Version 0.85 specification, but the code requires features from DBI Version 1.14. Consequently, both this document and DBD::Informix are probably considerably out of line with some of the new features and minor details of the DBI specification.

<<less
Download (0.27MB)
Added: 2006-10-05 License: Perl Artistic License Price:
1116 downloads
TalkBack Forum 2 1.11

TalkBack Forum 2 1.11


TalkBack Forum 2 is a Firefox extension that shows a menu option which launches a discussion forum topic. more>>
TalkBack Forum 2 is a Firefox extension that shows a menu option which launches a discussion forum topic. Matches the web page and any selected/highlighted text to other discussion groups and web sites. Allows adding discussion to any web page.

Two benefits:

1) quickly right-click on any subject and talkback about it.
2) Add talk back to any web page easily.

#1 searches for and lists any existing discussion for the topic highlighted based on the page and any selection. #1 also searches the web for related pages. The conext of the search may be set with the menus at the left.

<<less
Download (0.011MB)
Added: 2007-05-29 License: MPL (Mozilla Public License) Price:
541 downloads
HTML::FormRemove 0.3a

HTML::FormRemove 0.3a


HTML::FormRemove is a Perl module to remove form tags from HTML. more>>
HTML::FormRemove is a Perl module to remove form tags from HTML.

SYNOPSIS

my $html =
"< FORM > < INPUT TYPE=TEXT NAME=Test VALUE=Hello World! > < /FORM >";
use HTML::FormRemove
print RemoveFormValues($html);

HTML::FormRemove is a module that removes form tags from HTML, while otherwise leaving the HTML intact. This allows for forms to be converted into something printable and usable.

RemoveFormValues ( HTML [, HTML [, HTML [...]]] )
Removes the form values. Exported by default. Returns an array of lines containing the updated HTML, or one single like containing them separated by newlines.

NOTES

This module is a work in progress; Ive only got basic functionality working at the moment.

<<less
Download (0.004MB)
Added: 2007-02-13 License: Other/Proprietary License Price:
983 downloads
Pontoon 1.0

Pontoon 1.0


Pontoon is a PHP CMS framework. more>>
Pontoon is a PHP CMS framework. Pontoon supports you, when you develop in PHP.
Enhancements:
- A minor fix was made to html/classes/textpage.class.
- Error handling was made tighter.
- Error handling was added to Web pages.
- "die" statements were removed from MySQL function calls.
- html/libs/.htaccess and html/styles/blue.css were added.
- The default slogan in html/classes/config.class was changed.
- The nodename variable was fixed for the case where Pontoon isnt installed in document root.
<<less
Download (0.009MB)
Added: 2007-01-23 License: GPL (GNU General Public License) Price:
1622 downloads
Chirpy! 0.3

Chirpy! 0.3


Chirpy! is an Open Source online quote management system. more>>
Chirpy! is an Open Source online quote management system. Chirpy! allows you to keep a database of quotes by friends and foes. It is most useful for quotes collected on IRC channels.
The Chirpy! project originated mainly out of frustration caused by the Rash Quote Management System, due to its numerous bugs and its lack of efficiency and extensibility. While its developers openly admit that it was a quick job, eventually, this became unacceptable.
Chirpy! is written in OO Perl, allowing for extensibility and even instant portability to non-Web platforms, uses a pluggable backend (the default being MySQL) and outputs valid XHTML 1.1 and CSS level 2.
Enhancements:
- This version features statistics,
- microsummary support,
- new CAPTCHA capabilities,
- many other improvements and fixes.
<<less
Download (0.16MB)
Added: 2007-02-09 License: GPL (GNU General Public License) Price:
987 downloads
JewelCLI 0.4

JewelCLI 0.4


JewelCLI provides an API to parse command line arguments. more>>
JewelCLI provides an API to parse command line arguments. JewelCLI uses Java annotations to present a very simple but powerful interface. Options are defined using an annotated Java interface definition.

This allow a declarative style which can be much clearer than the procedural style used by some other Java CLI libraries.

<<less
Download (0.040MB)
Added: 2006-10-04 License: The Apache License 2.0 Price:
1117 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5