Main > Free Download Search >

Free ipup 1.02 software for linux

ipup 1.02

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 109
iPup 1.02

iPup 1.02


iPup is a simplified build of Puppy Linux for use in institutional settings. more>>
iPup is a simplified build of Puppy Linux for use in institutional settings. iPups applications are limited to those typically used in libraries and schools. iPup comes with AbiWord, Firefox, gFTP and mtPaint.

The purpose behind building iPup has been to create a puplet (custom build of Puppy) that is easy for novice users to understand (at least when it comes to getting on the Internet or typing a paper), but not too user friendly when it comes to things like mounting flash drives, CD-ROMs and the like.

Instant messaging, CD ripping software and media players have not been included. Having said this, most, but not all, of the library files found in the standard version of Puppy have also been included in iPup. This allows you to add software with minimal headache.

MD5: 06635cd572deab1a02d764bdf2192281
<<less
Download (55.8MB)
Added: 2006-11-27 License: GPL (GNU General Public License) Price:
1078 downloads
tappipe 1.02

tappipe 1.02


tappipe is a VPN that is very small and very easy to set up. more>>
tappipe project is a VPN that is very easy to set up and very small.
Installation:
1. Load TUN/TAP module if needed:
modprobe tun
2. Configure server:
- edit server.conf
- edit server.sh
- start (as root):
stunnel server.conf
3. Configure client:
- edit client.conf
- edit client.sh
- start (as root):
stunnel client.conf
4. To get statistics use (as root):
killall -USR1 tappipe
5. Check your syslog for any messages.
Enhancements:
- This is the first stable version.
<<less
Download (0.011MB)
Added: 2006-03-13 License: GPL (GNU General Public License) Price:
1320 downloads
ummf 1.02

ummf 1.02


ummf Perl module contains a driver for UMMF. more>>
ummf Perl module contains a driver for UMMF.

SYNOPSIS

ummf [-I dir] [-M MetaModel] [-m Main::Module] [-o {dir|-}] [-e exporter] input ...

This is a driver for the UMMF toolkit. It translates UML input documents into the export targets specified by the -e option. If -o - is specified the output is generated to STDOUT, otherwise the output is multiplexed into files underneath the directory specified by the -o option, using files2dirs.

If input is UML-1.5, then the internal UML 1.5 meta-model (from UMMF::UML::MetaModel) is used as input.

Input files can be .zargo (ArgoUML and Poseidon for UML 1.x), .zuml (Poseidon for UML 2.x) or XMI 1.0 or 1.2 documents.

USAGE

ummf -e java -e perl -o gen test/test1.xmi

Generates Java and Perl code in directory gen from test/test1.xmi.

ummf -e perl::hibernate -o gen test/test2.zargo

Generates Java Hibernate hbn.xml file in directory gen from test/test2.zargo.

ummf -e XMI -o - UML-1.5

Generates XMI for the UML 1.5 meta-model on the standard output stream.

ummf --perl5lib

Print the PERL5LIB path needed for Perl code generated by UMMF.

ummf -L Some::Package

Loads Some::Package.

ummf -m Some::Package @args ...

Loads Some::Package and executes >.

ummf -I dir/with/perl/modules

Executes use lib dir/with/perl/modules; including modules from the specified directory in the search path.

ummf -M UMMF::Boot::MetaModel

Uses UMMF::Boot::MetaModel for the meta-model, defaults to UMMF::UML_1_5.

ummf -profile MyMagicProfile -e Perl UML-1.5

Applies MyMagicProfile during export of Perl code on the UML 1.5 meta-model. This overides the default lib/ummf/profile/UML-1.5.ummfprofile file.

<<less
Download (0.67MB)
Added: 2007-06-07 License: Perl Artistic License Price:
871 downloads
Dir::Purge 1.02

Dir::Purge 1.02


Dir::Purge is a Perl module to purge directories to a given number of files. more>>
Dir::Purge is a Perl module to purge directories to a given number of files.

SYNOPSIS

perl -MDir::Purge -e purgedir (5, @ARGV) /spare/backups

use Dir::Purge;
purgedir ({keep => 5, strategy => "by_age", verbose => 1}, "/spare/backups");

use Dir::Purge qw(purgedir_by_age);
purgedir_by_age (5, "/spare/backups");

Dir::Purge implements functions to reduce the number of files in a directory according to a strategy. It currently provides one strategy: removal of files by age.

By default, the module exports one user subroutine: purgedir.

The first argument of purgedir should either be an integer, indicating the number of files to keep in each of the directories, or a reference to a hash with options. In either case, a value for the number of files to keep is mandatory.
The other arguments are the names of the directories that must be purged. Note that this process is not recursive. Also, hidden files (name starts with a .) and non-plain files (e.g., directories, symbolic links) are not taken into account.

All directory arguments and options are checked before anything else is done. In particular, all arguments should point to existing directories and the program must have read, write, and search (execute) access to the directories.

One additional function, purgedir_by_age, can be exported on demand, or called by its fully qualified name. purgedir_by_age calls purgedir with the "by age" purge strategy preselected. Since this happens to be the default strategy for purgedir, calling purgedir_by_age is roughly equivalent to calling purgedir.

<<less
Download (0.006MB)
Added: 2007-04-24 License: Perl Artistic License Price:
913 downloads
Pod::Hlp 1.02

Pod::Hlp 1.02


Pod::Hlp is a Perl module that can convert POD data to formatted VMS HLP Help module text. more>>
Pod::Hlp is a Perl module that can convert POD data to formatted VMS HLP Help module text.

SYNOPSIS

use Pod::Hlp;

pod2hlp("perlfunc.pod",$top_help_level,*Filehandle);

Also:

pod2hlp < input.pod

Also:

perl pod2hlb

Pod::Hlp is a module that can convert documentation in the POD format (such as can be found throughout the Perl distribution) into formatted VMS *.HLP files. Such files can be inserted into an .HLB library through the LIBRARY/HELP/REPLACE system call, or via the use of the pod2hlb script supplied with the kit. A separate pod2hlp program is included that is primarily a wrapper for Pod::Hlp.

The single function pod2hlp() can take one, two, or three arguments. The first should be the name of a file to read the pod from, or "
<<less
Download (0.10MB)
Added: 2006-08-14 License: Perl Artistic License Price:
1166 downloads
Wmbio 1.02

Wmbio 1.02


Wmbio is a dockapp designed for windowmaker. more>>
Wmbio is a dockapp designed for windowmaker. Wmbio shows you your biorhythms by setting your birth date.

It also allows you to see the progress in the time of your biorhythms and it calculates your next positive or negative total biorhythmic level.

USAGE:

launch with wmbio

drag it to the dock, set it to be autolaunched, and enjoy.

Switch the three different screen with the middle mouse button. The first thing to do, is set own births date in the 2nd screen. Then use the 1st screen to watch your biorhythm level today, or
in past and future by clicking over "NOW", and editing the date. Use the 3th screen to see your next biorhythm upper or lower then the percentuage that you have set.

wmbio configuration file is in ~/.wmbio but you should never have to edit this file directly: the function that read from this file is a simple fscanf(.."%s %s %s"..). If in the file there isnt three numbers, it can make the program blocks itself.
<<less
Download (0.024MB)
Added: 2006-10-23 License: GPL (GNU General Public License) Price:
1096 downloads
Linux::Input 1.02

Linux::Input 1.02


Linux::Input is a Linux input event interface. more>>
Linux::Input is a Linux input event interface.

SYNOPSIS

Example: 1 joystick using event API

my $js1 = Linux::Input->new(/dev/input/event3);
while (1) {
while (my @events = $js1->poll(0.01)) {
foreach (@event) {
}
}
}

Example: 2 joysticks using joystick API (different event structure)

my $js1 = Linux::Input::Joystick->new(/dev/input/js0);
my $js2 = Linux::Input::Joystick->new(/dev/input/js1);
my $selector = IO::Select->new();
$selector->add($js1->fh);
$selector->add($js2->fh);

while (my $fh = $selector->can_read) {
my @event;
if ($fh == $js1->fh) {
@event = $js1->poll()
} elsif ($fh == $js2->fh) {
@event = $js2->poll()
}
foreach (@event) {
# work
}
}

Example 3: monitor all input devices

use File::Basename qw(basename);
my @inputs = map { "/dev/input/" . basename($_) }
;

my @dev;
my $selector = IO::Select->new();
foreach (@inputs) {
my $device = Linux::Input->new($_);
$selector->add($device->fh);
push @dev, $device;
}

while (my $fh = $selector->can_read) {
# work
}

Example 4: testing for events on the command line

# information on what event queue belongs to what device
cat /proc/bus/input/devices

# verify that events are coming in
sudo evtest.pl /dev/input/event*

<<less
Download (0.006MB)
Added: 2007-01-25 License: Perl Artistic License Price:
1006 downloads
PApp::SQL 1.02

PApp::SQL 1.02


PApp::SQL is an absolutely easy yet fast and powerful sql access. more>>
PApp::SQL is an absolutely easy yet fast and powerful sql access.

SYNOPSIS

use PApp::SQL;

my $st = sql_exec $DBH, "select ... where a = ?", $a;

local $DBH = ;
my $st = sql_exec my($bind_a, $bind_b), "select a,b ...";
my $st = sql_insertid
sql_exec "insert into ... values (?, ?)", $v1, $v2;
my $a = sql_fetch "select a from ...";
sql_fetch my($a, $b), "select a,b ...";

sql_exists "table where name like a%"
or die "a* required but not existent";

my $db = new PApp::SQL::Database "", "DBI:mysql:test", "user", "pass";
local $PApp::SQL::DBH = $db->checked_dbh; # does ping

sql_exec $db->dbh, "select ...";

<<less
Download (0.013MB)
Added: 2007-08-16 License: Perl Artistic License Price:
800 downloads
scurvy 1.02

scurvy 1.02


scurvy converts a simple text format to proper screenplay format. more>>
The name scurvy comes from "screen/script" and "vi/vim"

Its a tool that lets you easily write screenplays or scripts in a simple text format, then scurvy will output them in the proper screenplay format.

Scurvy can also import some RTF and Final Draft formats, as well as outputting/converting to a variety of formats as well.

Finally, Ive included some vim syntax files to do coloring of the scurvy input and formal screenplay format.

<<less
Download (0.01MB)
Added: 2006-08-31 License: Free for non-commercial use Price:
1151 downloads
GIFgraph::Map 1.02

GIFgraph::Map 1.02


GIFgraph::Map can generate HTML map text. more>>
GIFgraph::Map can generate HTML map text.

SYNOPSIS

use GIFgraph::Map;
$map = new GIFgraph::Map($gr_object);
$map->set(key1 => value1, key2 => value2 ...);
$HTML_map = $map->imagemap($gr_file, @data);

Is a perl5 module to generate HTML map text for following graph objects GIFgraph::pie, GIFgraph::bars, GIFgraph::point and GIFgraph::linespoints. As a result of its work is created HTML code containing IMG and MAP tags.

You simply need to insert this code into the necessary place of your page. In the inserted thus image, its certain parts are the references and at a choice their mouse in a status line of your browser displays the additional information.(See Samples).

<<less
Download (0.009MB)
Added: 2006-07-31 License: Perl Artistic License Price:
1193 downloads
Whitespace 1.02

Whitespace 1.02


Whitespace is a Perl module to cleanup various types of bogus whitespace in source files. more>>
Whitespace is a Perl module to cleanup various types of bogus whitespace in source files.

SYNOPSIS

use Whitespace;

# Instantiate a whitespace object with
# both input and output files specified
$ws = new Whitespace($infile, $outfile);

# Instantiate a whitespace object with
# only the input files specified (in-place cleanup)
$ws2 = new Whitespace($infile);

# Detect the whitespaces
$ret = $ws->detect();

detect returns undef if it is unable to operate on the given file.

The error that caused the undef can be retrieved using error

print $ws->error() . "n" unless defined $ret;

detect returns the types of whitespaces detected as a hash which can be retrieved using the method status. The populated hash might look like this, if the file only had leading, trailing and end-of-line spaces (say on 3 lines).

%stat = %{$env->status()};
print map "$_ => $stat{$_}n", sort keys %stat;

eol => 3
indent => 0
leading => 1
spacetab => 0
trailing => 1

Cleanup can be achieved for all the whitespaces or for just a given type of whitespace, using the following methods.

If a outfile is given, the cleaned contents are written to this file. If not, the contents are replaced in-place. undef is returned if there was an error writing the file.

# To cleanup the all the whitespaces
$ret = $env->cleanup();

# To cleanup leading whitespaces only
$leadstat = $env->leadclean();

# To cleanup trailing whitespaces only
$trailstat = $env->trailclean();

# To cleanup indentation whitespaces only
$indentstat = $env->indentclean();

# To cleanup space-followed-by-tabs only
$sftstat = $env->spacetabclean();

# To cleanup end-of-line whitespaces only
$eolstat = $env->eolclean();

<<less
Download (0.004MB)
Added: 2007-05-10 License: Perl Artistic License Price:
897 downloads
VoiceBuntu 1.02

VoiceBuntu 1.02


VoiceBuntu (Ubunterisk) is an Ubuntu based live Linux distribution that uses Asterisk and VoiceOne to provide VoIP service. more>>
VoiceBuntu (Ubunterisk) is an Ubuntu based live Linux distribution that uses Asterisk and VoiceOne to provide VoIP service.
VoiceBuntus focus is to run asterisk with no installation needed. VoiceBuntu - ubuntu itself - has built in boot prompt cheap code one can use called persistent.
This feature allows the user to use VoiceBuntus persistent feature in order to keep settings on a flash disk or memory stick.
To start, just burn the ISO file on a CD-ROM then start the live cd distribution and wait until everything is ready.
Please note, that apache will start at the very last moment of the boot cycle. So you may a to wait 1 or 2 minutes to let everything load.
Once everything is prepared, start your browser and point to the IP address of your running VoiceBuntu (i.e. http://192.168.0.10).
If you have no DHCP Server available you can press F6 at boot screen and add additionally add the command parameter
static=xxx.xxx.xxx.xxx
netmask=xxx.xxx.xxx.xxx
bcast=xxx.xxx.xxx.xxx
gateway=xxx.xxx.xxx.xxx
dns1=xxx.xxx.xxx.xxx
dns2=xxx.xxx.xxx.xxx
where xxx.xxx.xxx.xxx is the IP of your choice.
By that VoiceBuntu boots with static IP address on eth0 network device.
Enhancements:
- This live CD release is based on Ubuntu 7.04 and VoiceOne 0.5.0_2 due to a minor bug in VoiceOne version 0.5.0.
<<less
Download (417.1MB)
Added: 2007-07-14 License: GPL (GNU General Public License) Price:
832 downloads
PCL::Simple 1.02

PCL::Simple 1.02


PCL::Simple is a Perl module to create PCL for printing plain text files. more>>
PCL::Simple is a Perl module to create PCL for printing plain text files.

SYNOPSIS

use PCL::Simple qw( PCL_pre PCL_post );

open PLAIN, ready_for_printing.txt or die;

print SNAZZY PCL_pre( -w => 132, -lpp => 66 );
print SNAZZY while ( );
print SNAZZY PCL_post;

close PLAIN;
close SNAZZY;

PCL::Simple will provide PCL strings that cause your printer to print a plain text file with *exactly* the right font -- i.e. the exact font needed to fill the page with as many fixed width characters across and down as you specify.

In addition to providing for your desired width and height layout, the provided PCL strings will also cause the printer to honor your other desires regarding paper size, paper orientation, sides printed, and number of copies.

USAGE

Two functions are exportable: PCL_pre and PCL_post.
PCL_post takes no parameters, it simply returns a string containing the "Printer Reset Command" and "Universal Exit Language Command" as specified by PCL documentation. This string is meant for appending to the end of your plain text document.

PCL_pre takes a list or an href of key value pairs and returns a PCL string for insertion at the beginning of your plain text document. PCL_pre Paramaters are:

-w

Width (Required)

-lpp

Lines Per Page (Required)

-ms

Media Size defaults to letter. Valid values are: executive, letter, legal, ledger, a4, a3, monarch, com-10, d1, c5, b5

-msrc

Media Source is not set by default. Valid values are: numbers from 0 to 69. Generally refers to paper trays or feeders. See your printer documentation for details.

-o

Orientation defaults to portrait. Valid values are: landscape, portrait.

-s

Sides defaults to 0. Valid values are: 0 (Single), 1 (Double Long), 2 (Double Short)

-c

Copies defaults to 1.

<<less
Download (0.005MB)
Added: 2007-04-03 License: Perl Artistic License Price:
565 downloads
Peptide::Pubmed 1.02

Peptide::Pubmed 1.02


Peptide::Pubmed is a Perl module that can extract peptide sequences from MEDLINE article abstracts. more>>
Peptide::Pubmed is a Perl module that can extract peptide sequences from MEDLINE article abstracts.

SYNOPSIS

use Peptide::Pubmed;
$parser = Peptide::Pubmed->new;
$in = {
PMID => q[15527327],
Author => q[Doe JJ, Smith Q],
Journal => q[J Biological Foo. 2004;8(2):123-30.],
Title => q[Foo, bar and its significance in phage display.],
Abstract =>
q[Peptide sequences EYHHYNK and Arg-Gly-Asp, but not ACCCGTNA or VEGFRI.],
Mesh => q[Genes, p53/genetics; Humans; Bar],
Chemical => q[Multienzyme Complexes; Peptide Library; Foo],
};
$parser->parse_abstract($in);

# get the peptide sequences in 1 letter symbols (select all words where the
# combined word/abstract score is above threshold:
# WordAbstScore >= WordAbstScoreMin):
@seqs = $parser->get_seqs;
print "@seqsn"; # prints: EYHHYNK RGD

EXAMPLES

# same as above, set threshold explicitly:
$parser->WordAbstScoreMin(0.4);
@seqs = $parser->get_seqs;

# set low threshold to get more peptide sequences (but at a cost of getting
# more false positives)
$parser->WordAbstScoreMin(-1);
@seqs = $parser->get_seqs;
print "@seqsn"; # prints: EYHHYNK RGD ACCCGTNA VEGFRI

# reset threshold back:
$parser->WordAbstScoreMin(0.4);

# get more data for the abstract:
$abst = $parser->get_abst;
print "$abst->{AbstScore}n"; # abstract score, in the [0,1] interval
print "$abst->{AbstMtext}n"; # abstract with sequences marked up:
# Peptide sequences EYHHYNK and Arg-Gly-Asp,
# but not ACCCGTNA or VEGFRI.

# get more data for the words, in addition to peptide sequences:
@words = $parser->get_words;
for my $word (@words) {
# combined word/abstract score, in the [0,1] interval
print "$word->{WordAbstScore}n";
# word as found in the abstract, eg Arg-Gly-Asp,
print "$word->{WordOrig}n";
# peptide sequence in 1 letter symbols, eg RGD
print "$word->{WordSequence}n";
}

# There are no mandatory input fields. This will work too, but may give lower score.
$in = {
Abstract =>
q[Peptide sequences EYHHYNK and Arg-Gly-Asp, but not ACCCGTNA or VEGFRI.],
};
$parser->parse_abstract($in);
@words = $parser->get_words;

# No peptide sequences are found in empty input:
$in = undef;
$parser->parse_abstract($in);
@words = $parser->get_words;

<<less
Download (0.35MB)
Added: 2007-08-01 License: Perl Artistic License Price:
814 downloads
libwacky 1.02

libwacky 1.02


libwacky provides a C library which supports the WACKY protocol. more>>
libwacky provides a C library which supports the WACKY protocol.

WHAT IS IT?

libwacky is a C programming library which implements the WACKY/1.0 protocol. It allows you to send blinking commands to a wackyd. The distribution includes wackyp, a program that links to libwacky and allows you to issue commands to a wackyd from the command line.

libwacky was built with GNU autoconf. So if you are familiar with GNU
software, then you should be comfortable installing wackyd. Please
consult the file INSTALL for more details.

<<less
Download (0.22MB)
Added: 2007-03-23 License: GPL (GNU General Public License) Price:
947 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5