Main > Free Download Search >

Free par2gui 0.02 software for linux

par2gui 0.02

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 232
PAR2GUI 0.02

PAR2GUI 0.02


PAR2GUI project provides a GUI to the command line utility PAR2. more>>
PAR2GUI project provides a GUI to the command line utility PAR2. You can Verify , Repair and Create PAR2 files. Its very simple and provides instant user feedback via the intergrated konsole widget.

I have included instructions on the third tab on how to double click a PAR2 file and repair your files without the use of Kommander.

<<less
Download (0.024MB)
Added: 2007-03-04 License: GPL (GNU General Public License) Price:
974 downloads
PerlIO 0.02

PerlIO 0.02


PerlIO is a Perl module created to load on demand PerlIO layers and root of PerlIO::* name space. more>>
PerlIO is a Perl module created to load on demand PerlIO layers and root of PerlIO::* name space.

SYNOPSIS

open($fh,":utf8", "data.utf");
print F $out;
close(F);

open(F, "<<less
Download (0.014MB)
Added: 2007-05-14 License: Perl Artistic License Price:
893 downloads
XcplayC 0.02

XcplayC 0.02


XcplayC is a text-GUI for XMMS based on xcplay. more>>
XcplayC is an ncurses-based GUI for XMMS, based on xcplay.

It is useful if you wish to control and XMMS process when you dont have access to the X11 GUI.
<<less
Download (0.017MB)
Added: 2005-05-10 License: GPL (GNU General Public License) Price:
1627 downloads
Audio::ESD 0.02

Audio::ESD 0.02


Audio::ESD is a Perl extension for talking to the Enlightened Sound Daemon. more>>
Audio::ESD is a Perl extension for talking to the Enlightened Sound Daemon.

SYNOPSIS

use Audio::ESD;
my $stream = Audio::ESD->play_stream({ # these are the defaults
sample_rate => 16000,
channels => 1,
fallback => 0,
bits_sample => 16,
encoding => linear })
or die "Failed to open ESD stream: $!n";
print $stream $data; # etcetera

This module provides a Perl wrapper around the Enlightened Sound Daemons client library. Input, output, and monitoring streams are supported, as well as some (but not all) of the control functions. Samples are supported but untested.

<<less
Download (0.006MB)
Added: 2006-06-23 License: Perl Artistic License Price:
1228 downloads
kmp_search 0.02

kmp_search 0.02


kmp_search provides a binary exact string search utility. more>>
kmp_search provides a binary exact string search utility.

kmp_search is an extremely fast exact string search utility that can be used to search for exact strings or patterns in binary and text files and devices.

It can search for multiple strings concurrently, but is much faster when searching for strings one-by-one.

The starting byte offset of each match is reported to stdout.

Because it is extremely fast, it can be used in a data recovery process after a multi-gigabyte file system crash.

The Knuth-Morris-Pratt algorithm is used for the search, which gives a total time of O(file length + pattern length).

To compile:

# gcc-3.0 -O9 -mcpu=i686 -o kmp_search_fast -W -Wall kmp_search.c

<<less
Download (0.006MB)
Added: 2007-01-31 License: GPL (GNU General Public License) Price:
996 downloads
StealIt 0.02

StealIt 0.02


StealIt is a service menu to take ownership on selected file/directory. more>>
StealIt is a service menu to take ownership on selected file/directory.

It is often annoying to have no rights on files created by other users or uploaded with samba or created by apache process.
<<less
Download (MB)
Added: 2006-09-29 License: GPL (GNU General Public License) Price:
1121 downloads
Wily 0.02

Wily 0.02


Wily is a Perl extension for interfacing with Wily. more>>
Wily is a Perl extension for interfacing with Wily.

SYNOPSIS

use Wily;
use Wily::Message;

# opens a file in wily and exits when the window is destroyed

my $wily = Wily->new();
my $win = $wily->win(/tmp/file_to_edit, 1);
$win->set_callback(Wily::Message::WEdestroy, sub {exit;});
$win->attach(Wily::Message::WEdestroy);
$wily->event_loop();

Provides a reasonably high level OO interface to wily. A lower level interface is available via Wily::RPC, and an even lower level one through Wily::Message and Wily::Connect.

The actual windows in wily are represented by Wily::Win objects.

<<less
Download (0.021MB)
Added: 2007-05-10 License: Perl Artistic License Price:
898 downloads
Date::Hijri 0.02

Date::Hijri 0.02


Date::Hijri is a Perl extension to convert islamic (hijri) and gregorian dates. more>>
Date::Hijri is a Perl extension to convert islamic (hijri) and gregorian dates.

SYNOPSIS

use Date::Hijri;

# convert gregorian to hijri date
my ($hd, $hm, $hy) = g2h($gd, $gm, $gy);

# convert hijri to gregorian date
my ($gd, $gm, $gy) = h2g($hd, $hm, $hy);

This simple module converts gregorian dates to islamic (hijri) and vice versa.
The dates must be given as an array containing the day, month and year, and return the corresponding date as a list with the same elements.

<<less
Download (0.004MB)
Added: 2006-08-09 License: Perl Artistic License Price:
1181 downloads
Crypt::Util 0.02

Crypt::Util 0.02


Crypt::Util is a lightweight Crypt/Digest convenience API. more>>
Crypt::Util is a lightweight Crypt/Digest convenience API.

SYNOPSIS

use Crypto::Util; # also has a Sub::Exporter to return functions wrapping a default instance

my $util = Crypto::Util->new;

$util->default_key("my secret");

# MAC or cipher+digest based tamper resistent encapsulation
# (uses Storable on $data if necessary)
my $tamper_resistent_string = $util->tamper_proof( $data );

my $verified = $util->thaw_tamper_proof( $untrusted_string, key => "another secret" );

# If the encoding is unspecified, base32 is used
# (hex if base32 is unavailable)
my $encoded = $util->encode_string( $bytes );

my $hash = $util->digest( $bytes, digest => "md5" );

die "baaaad" unless $util->verify_hash(
hash => $hash,
data => $bytes,
digest => "md5",
);

<<less
Download (0.036MB)
Added: 2007-02-16 License: Perl Artistic License Price:
980 downloads
Search::Glimpse 0.02

Search::Glimpse 0.02


Search::Glimpse is a Perl extension to communicate with Glimpse server. more>>
Search::Glimpse is a Perl extension to communicate with Glimpse server.

SYNOPSIS

use Search::Glimpse;

my $glimpse = Search::Glimpse->new;

my @results = $glimpse->search("search this string");

ABSTRACT

This module is an extension to use glimpse server from Perl.

Quick hack to connect to glimpse server.

new

Creates a new glimpse object.

search

Search on a glimpse object

hits

Returns the number of hits...

files

Returns the number of files...

<<less
Download (0.004MB)
Added: 2007-04-05 License: Perl Artistic License Price:
933 downloads
crosssum 0.02

crosssum 0.02


crosssum is a puzzle game to design and play cross sum games. more>>
crosssum project is a puzzle game to design and play cross sum games.

A cross sum puzzle is similar to a cross word puzzle, only the clues are the sums of sequences of single-digit numbers.

When in playing mode, you change the numbers by clicking on the square you wish to change. The number for the square is dependent on the position in the square that you click. Verifying play mode is identical to play except erroneous answers are highlighted.

In desiging mode you can change a square from an answer square to a blank square by clicking on it. One click toggles it. When you finished designing, use ^r to compute a puzzle for the board Squares are mirrored, if you want to override this press CTRL
while you click

The rules are:
1. Sums must be formed from strings of [1,9] with no dups
2. The grey squares are the answers, numbers above the diagonal are the answers for the sum to the right numbers below the diagonal are the answers for the sum below.

<<less
Download (0.012MB)
Added: 2006-12-27 License: GPL (GNU General Public License) Price:
1033 downloads
TechnoBar 0.02

TechnoBar 0.02


TechnoBar is an extension which provides the ultimate Technorati reverse browsing experience. more>>
TechnoBar is an extension which provides the ultimate Technorati reverse browsing experience.

Techno(rati)Bar provides the ultimate "reverse" browsing experience by showing live Technorati content as sidebar on the web pages youre browsing.

TechnoBar will show blogs that link to the current site while browsing and open blogs by clicking on the sidebar entry.

<<less
Download (0.019MB)
Added: 2007-04-18 License: MPL (Mozilla Public License) Price:
919 downloads
GDBM_File 0.02

GDBM_File 0.02


GDBM_File package allows Perl5 access to the gdbm library. more>>
GDBM_File package allows Perl5 access to the gdbm library.

SYNOPSIS

use GDBM_File ;
tie %hash, GDBM_File, $filename, &GDBM_WRCREAT, 0640;
# Use the %hash array.
untie %hash ;

GDBM_File is a module which allows Perl programs to make use of the facilities provided by the GNU gdbm library. If you intend to use this module you should really have a copy of the gdbm manualpage at hand.

Most of the libgdbm.a functions are available through the GDBM_File interface.

<<less
Download (14.3MB)
Added: 2007-05-15 License: Perl Artistic License Price:
893 downloads
Amigadepacker 0.02

Amigadepacker 0.02


Amigadepacker uncompresses various compression formats used on AmigaOS. more>>
Amigadepacker uncompresses various compression formats used on AmigaOS.
The supported formats are PowerPacker, XPK SQSH, and MMCMP. Amigadepacker can also decrypt PowerPacker encrypted data files.
Usage: amigadepacker [-c] [-h] [-p] [-v] FILE ...
-c Unpack to stdout.
-h Print this.
-p Do not depack anything, just pretend to. Useful for searching packed
files. Names of packed files will be printed to stderr. Pretend mode
always returns success if arguments are valid.
-v Print version information.
Example 1: Depack file:
amigadepacker foo
Example 2: Depack file from stdin to stdout:
amigadepacker -c < foo > outfile
Enhancements:
- StoneCracker 4.04 format support was added, and decompressing a file through stdin was fixed.
<<less
Download (0.16MB)
Added: 2006-01-10 License: GPL (GNU General Public License) Price:
1384 downloads
Simpla 0.02

Simpla 0.02


Simpla project is a concept language for child education. more>>
Simpla project is a concept language for child education.
Simpla is a basic concept language for use in teaching children and adults with no programming experience or computer knowledge whatsoever.
The intent is to have a language which is capable of many basic scripting language tasks without adding excess complexity.
Still a barely working alpha, and Ive got contributor code to include. Added variable declaration, an improved variable parser (thanks to Richard Nolan for the explanation, and a whole lot of cleanup.
Enhancements:
- 0.02 - remains Alpha.
- Variable declatation now works, parsing of lines works (too well), code reorganization (again)
<<less
Download (0.001MB)
Added: 2006-10-31 License: Artistic License Price:
1089 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5