Main > Free Download Search >

Free delete 1.00 software for linux

delete 1.00

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1208
Kontrol-Alt-Delete 1.00

Kontrol-Alt-Delete 1.00


Kontrol-Alt-Delete is a screensaver for KDE 2.2 that emulates Windows NT. more>>
KCAD (Kontrol-Alt-Delete) is a somewhat sarcastic screensaver for KDE. It is intended for those of you who are stuck with BOFH-type bosses who insist on running Windows NT.
This screensaver should assist you in appeasing their Microsoft-enhanced sensibilities. By default, KCAD looks just very KDE-ish, but with a little bit of configuration-editing, it will fool 99% of the Bosses out there.
Installation
- tar xzfv kcad-1.00.tgz
- cd kcad-1.00
- ./configure (on FreeBSD: --prefix=/usr/local --with-qt-includes=/usr/X11R6/include/qt2)
- make (on FreeBSD: gmake)
- (become root)
- [g]make install
Using
In order to make KCAD look like it does in the second screenshot above, you must create a configuration file for KCAD. Put the following text in the file $HOME/.kde/share/config/kcad.kss:
[Settings]
NtLike=1
Voila! Thats all there is to it! Consider your boss fooled!
<<less
Download (0.20MB)
Added: 2005-04-25 License: BSD License Price:
1643 downloads
Equalize 1.00

Equalize 1.00


Equalize plug-in does a histogram equalization of the image. more>>
Equalize plug-in does a histogram equalization of the image.

That is, it modifies the images histogram so that it is approximately horizontal, so that all intensity values cover about the same number of pixels in the image (i.e. the histogram is well-balanced).

<<less
Download (0.006MB)
Added: 2006-09-21 License: GPL (GNU General Public License) Price:
1130 downloads
Devel::Pointer 1.00

Devel::Pointer 1.00


Devel::Pointer is a Perl module that can fiddle around with pointers. more>>
Devel::Pointer is a Perl module that can fiddle around with pointers.

SYNOPSIS

use Devel::Pointer;
$a = address_of($b); # a = &b;
$b = deref($a); # b = *a;

$a = unsmash_sv(0+$scalar_ref);
@a = unsmash_av(0+$array_ref);
%a = unsmash_hv(0+$hash_ref);
&a = unsmash_cv(0+$code_ref);
# OK, you cant do that, but you get the idea

$c = deref(-1); # *(-1), and the resulting segfault.

The primary purpose of this is to turn a smashed reference address back into a value. Once a reference is treated as a numeric value, you cant dereference it normally; although with this module, you can.

Be careful, though, to avoid dereferencing things that dont want to be dereferenced.

<<less
Download (0.003MB)
Added: 2007-07-26 License: Perl Artistic License Price:
821 downloads
file2menu 1.00

file2menu 1.00


file2menu is a class that automatically generates a menu of links more>>
file2menu is a class that automatically generates a menu of links.

It reads the contents of given directories and all the subdirectories in them to enumerate the files that should be referenced in the output.

To use the function you just need something like this :

< ?php
$dir = new file2menu(‘/myDirectory’);
$dir->DisplayMenu();

You can also use the SaveAs method to save the menu in a file :

< ?php
$dir = new file2menu(‘/myDirectory’);
$dir->SaveAs(‘FileToSave.html’);

<<less
Download (MB)
Added: 2006-09-20 License: GPL (GNU General Public License) Price:
1130 downloads
ExtSub 1.00

ExtSub 1.00


ExtSub is an utility which extracts and decodes subtitle data from VOB files. more>>
ExtSub is an utility which extracts and decodes subtitle data from VOB files. This program is for extracting subtitles from DVD VOB files. It does not descramble CSS-encrypted files. To compile simpy type "make". The command line parameters are as next:


infile= The VOB file from which to extract subtitles.

videofile= A file to which to write MPEG 2 video stream data.
(optional, highly experimental)

subname= The prefix of all subtitle files (see below for
details on the individual files).

convscript= An optional shell script, which will invoke
ImageMajicks "convert" utility to turn raw subtitle
image files into TIFF files.

id= The optional ID of the subtitle stream to be extracted
(default is 0). The specification allows IDs 0-31.

Each subtitle caption in the source file generates 3 output files with the suffixes ".gray", ".sub" and ".info".

The .gray file is a raw 8bpp bitmap image of the caption. DVD subtitles however are only 2bpp. in order to see anything with the naked eye using a program such as Imagemajicks "convert". it will probably be necessary to use the Enhance->Normalise function.

The .info file is a text file containing information about the caption, such as its resolution and and alpha channel data.

The .sub file is the raw data as extracted from the VOB source. Details of its syntax is available from http://sam.zoy.org/doc/dvd/subtitles/
<<less
Download (0.017MB)
Added: 2006-07-31 License: GPL (GNU General Public License) Price:
1183 downloads
CEIConvert 1.00

CEIConvert 1.00


CEIConvert provides an email conversion program for kMail, Netscape, Evolution, and Eudora. more>>
CEIConvert provides an email conversion program for kMail, Netscape, Evolution, and Eudora.

This tool will convert your individual emlx mail files (found in ~/Library/Mail/) to the old mbox format, used by almost every UNIX/Linux mail client and recognized by many more.

Basically, it helps you migrate your email messages to a different mail client.

<<less
Download (0.003MB)
Added: 2007-04-14 License: GPL (GNU General Public License) Price:
923 downloads
lurkftp 1.00

lurkftp 1.00


lurkftp is a tool for monitoring FTP changes. more>>
lurkftp is a tool for monitoring FTP changes. So why another mirror program? Because I couldnt get any of the mirror programs on sunsite to do what I wanted half-way reliably & efficiently.

Based on bug reports by people who tried to run this on non-Linux systems, this bugger should compile on just about any POSIX-compliant system. If itdoesnt, then feel free to send me a compiler error dump or whatever. The only non-Linux system(s) I have access to for free are some Sun workstations (Solaris 2.5). I can probably look up information on AIX 4.2/3.2.5 machines and DEC Ultrix machines, too, although I cant compile on them. I guess I could also try getting it to run under AIX 2.1, but Id rather not bother.

SOCKS support isnt something I use, so youll have to fix it yourself if its broken. Instead of using the big, nasty collection of -Ds, I put those defines into ftp.h and modified ftp.c appropriately. Youll have to modify the Makefile to include the -lsocks and the -DSOCKS, as shown therein.
<<less
Download (0.48MB)
Added: 2006-07-27 License: GPL (GNU General Public License) Price:
1185 downloads
Make 1.00

Make 1.00


Make is a Perl module for processing makefiles. more>>
Make is a Perl module for processing makefiles.

SYNOPSIS

require Make;
my $make = Make->new(...);
$make->parse($file);
$make->Script(@ARGV)
$make->Make(@ARGV)
$make->Print(@ARGV)

my $targ = $make->Target($name);
$targ->colon([dependancy...],[command...]);
$targ->dolon([dependancy...],[command...]);
my @depends = $targ->colon->depend;
my @commands = $targ->colon->command;

Make->new creates an object if new(Makefile => $file) is specified then it is parsed. If not the usual makefile Makefile sequence is used. (If GNU => 1 is passed to new then GNUmakefile is looked for first.)

$make->Make(target...) makes the target(s) specified (or the first real target in the makefile).

$make->Print can be used to print to current selected stream a form of the makefile with all variables expanded.

$make->Script(target...) can be used to print to current selected stream the equivalent bourne shell script that a make would perform i.e. the output of make -n.

There are other methods (used by parse) which can be used to add and manipulate targets and their dependants. There is a hierarchy of classes which is still evolving. These classes and their methods will be documented when they are a little more stable.

The syntax of makefile accepted is reasonably generic, but I have not re-read any documentation yet, rather I have implemented my own mental model of how make works (then fixed it...).

In addition to traditional

.c.o :
$(CC) -c ...

GNU makes pattern rules e.g.

%.o : %.c
$(CC) -c ...

Likewise a subset of GNU makes $(function arg...) syntax is supported.
Via pmake Make has built perl/Tk from the MakeMaker generated Makefiles...

<<less
Download (0.012MB)
Added: 2007-05-09 License: Perl Artistic License Price:
944 downloads
Debug::Message 1.00

Debug::Message 1.00


Debug::Message is a Perl module that eases the use of debug print with level, indentation and color. more>>
Debug::Message is a Perl module that eases the use of debug print with level, indentation and color.

SYNOPSIS

use Debug::Message;
use Log::Dispatch;
use Log::Dispatch::Screen;

my $dispatcher = Log::Dispatch->new;
$dispatcher->add( Log::Dispatch::Screen->new( name => screen,
min_level => 0 ));

my $info = Debug::Message->new(1);
$info->add_dispatcher($dispatcher);
$info->print("print");
$info->yellow("warn");
$info->red("err");
$info->printcn("error message", bold red);

my $critical = Debug::Message->new(5);
$critical->add_dispatcher($dispatcher);
$critical->redn("err");
For disabling the debugging simply do not attach any dispatchers.
$critical->disable; # Will detach the attached backend

There was no module for simple debug messages supporting debug/verbosity levels and indentation. So this is the one, that is supposed to take this place.
This module is an art of frontend to Log::Dispatch as Log::Dispatch itself supports levels, but no colors and the functions calling is tedious.

There are some methods defined. Each outputs a different color, optionally it can add a newline after the messaage. They dispatch the messages to all added dispatchers, but generaly only one will be needed as the Log::Dispatch itself can have more backends.

<<less
Download (0.004MB)
Added: 2007-05-01 License: Perl Artistic License Price:
906 downloads
Bundle::MP3 1.00

Bundle::MP3 1.00


Bundle::MP3 is a bundle to install all MP3-related modules. more>>
Bundle::MP3 is a bundle to install all MP3-related modules.

SYNOPSIS

perl -MCPAN -e install Bundle::MP3

CONTENTS

MP3::Info - For MP3::Info by Chris Sandor

Digest::MD5 - Used by MP3::Napster

MP3::Napster - For MP3::Napster by Lincoln Stein

Bundle::Xmms - For Xmms by Doug MacEachern

This bundle installs a bunch of modules related to sharing and playing MP3 files, including MP3::Info by Chris Sandor, MP3::Napster, by Lincoln Stein, and the Xmms bundle by Doug MacEachern.

<<less
Download (MB)
Added: 2006-11-09 License: Perl Artistic License Price:
1082 downloads
Bundle::SSH 1.00

Bundle::SSH 1.00


Bundle::SSH is a Perl bundle to install modules to use SSH from Perl. more>>
Bundle::SSH is a Perl bundle to install modules to use SSH from Perl.

SYNOPSIS

First you have to download and expand the PARI itself.
See INSTALL PARI below.
Then:

perl -MCPAN -e force install Bundle::SSH

This bundle defines the modules you need to use SSH from Perl. Thre are two ways to do this. One is using Net::SSH which is a wrapper around the ssh command installed (or not) on your computer. It is simple to install and use but it depends on external executabel and has other drawbacks too. I have included it in this bundle.

The other way which is more involved both in terms of installation and in the way you use it is called Net::SSH::Perl . It is a Perl/C implementation of the SSH protocol.

This module should list all the required modules (and maybe more) to use either of the above way to ssh to another machine. It is organized in a way so it will be able to install everything without the need to install prerequsite modules.

CONTENTS

Net::SSH - independent wrapper around the ssh command
Math::Pari - interface to PARI, testing gave me errors, need force
Class::Loader
Crypt::Random - errors, needed force
Digest::SHA1
Digest::HMAC
Digest::BubbleBabble - it seems that there are very few tests
Digest::MD2
Convert::ASN1
Crypt::Rijndael
Crypt::CBC
Crypt::DES
Crypt::DES_EDE3
Convert::PEM
Data::Buffer
Crypt::DSA
Crypt::DH
String::CRC32
Math::GMP
Compress::Zlib - I think this also needed force but I am not sure
Convert::ASCII::Armour
Crypt::Blowfish
Crypt::Primes - needs force
Sort::Versions
Tie::EncryptedHash
Crypt::RSA - needs force
Net::SSH::Perl - asks, intimate questions, my answereses are [3] and [2]

<<less
Download (0.002MB)
Added: 2007-05-26 License: Perl Artistic License Price:
893 downloads
libmoney 1.00

libmoney 1.00


libmoney is a library written in C++ that allows a developer to build an application that keeps track of finances. more>>
libmoney is a library that allows a developer to build an application that keeps track of finances. It was originally developed to keep track of a budget, but can be expanded to keep track of all assets.

Installation:
The `configure shell script attempts to guess correct values for various system-dependent variables used during compilation.

It uses those values to create a `Makefile in each directory of the package. It may also create one or more `.h files containing system-dependent definitions.

Finally, it creates a shell script `config.status that you can run in the future to recreate the current configuration, and a file `config.log containing compiler output (useful mainly for
debugging `configure).

It can also use an optional file (typically called `config.cache and enabled with `--cache-file=config.cache or simply `-C) that saves the results of its tests to speed up reconfiguring. (Caching is disabled by default to prevent problems with accidental use of stale cache files.)

If you need to do unusual things to compile the package, please try to figure out how `configure could check whether to do them, and mail diffs or instructions to the address given in the `README so they can be considered for the next release.

If you are using the cache, and at some point `config.cache contains results you dont want to keep, you may remove or edit it.

The file `configure.ac (or `configure.in) is used to create `configure by a program called `autoconf. You only need `configure.ac if you want to change it or regenerate `configure using a newer version of `autoconf.

The simplest way to compile this package is:

1. `cd to the directory containing the packages source code and type `./configure to configure the package for your system.

If youre using `csh on an old version of System V, you might need to type `sh ./configure instead to prevent `csh from trying to execute `configure itself.

Running `configure takes awhile. While running, it prints some messages telling which features it is checking for.

2. Type `make to compile the package.

3. Optionally, type `make check to run any self-tests that come with the package.

4. Type `make install to install the programs and any data files and documentation.

5. You can remove the program binaries and object files from the source code directory by typing `make clean. To also remove the files that `configure created (so you can compile the package for a different kind of computer), type `make distclean.

There is also a `make maintainer-clean target, but that is intended mainly for the packages developers. If you use it, you may have to get all sorts of other programs in order to regenerate files that came with the distribution.
<<less
Download (0.064MB)
Added: 2005-10-10 License: GPL (GNU General Public License) Price:
1474 downloads
Data::Inherited 1.00

Data::Inherited 1.00


Data::Inherited is a Perl module with hierarchy-wide accumulation of list and hash results. more>>
Data::Inherited is a Perl module with hierarchy-wide accumulation of list and hash results.

SYNOPSIS

package Foo;
use base Data::Inherited;
use constant PROPERTIES => (qw/name address/);

package Bar;
use base Foo;
use constant PROPERTIES => (qw/age/);

package main;
my $bar = Bar->new;
print "$_n" for $bar->every_list(PROPERTIES);
prints
name
address
age

This is a mixin class. By inheriting from it you get two methods that are able to accumulate hierarchy-wide list and hash results.

every_list(String $method_name, Bool ?$override_cache = 0)

Takes as arguments a method name (mandatory) and a boolean indicating whether to override the cache (optional, off by default)

Causes every method in the objects hierarchy with the given name to be invoked. The resulting list is the combined set of results from all the methods, pushed together in top-to-bottom order (hierarchy-wise).

every_list() returns a list in list context and an array reference in scalar context.
The result is cached (per calling package) and the next time the method is called from the same package with the same method argument, the cached result is returned.

This is to speed up method calls, because internally this module uses NEXT, which is quite slow. It is expected that every_list() is used for methods returning static lists (object defaults, static class definitions and such). If you want to override the caching mechanism, you can provide the optional second argument. The result is cached in any case.

<<less
Download (0.012MB)
Added: 2007-01-15 License: Perl Artistic License Price:
1012 downloads
Linux::net::dev 1.00

Linux::net::dev 1.00


Linux::net::dev is a Perl extension for parsing /proc/net/dev. more>>
Linux::net::dev is a Perl extension for parsing /proc/net/dev.

SYNOPSIS

use Linux::net::dev;
my $devs = Linux::net::dev::info();
print "Devices (bytes read):n";
foreach (keys %$devs) {
print " $_ ($devs->{$_}->{rbytes})n";
}

Linux::net::dev parses /proc/net/dev for network devices statistics. The package contains these functions:

info

This function returns hash reference. Keys are devices ids and values are data hash references. Data hash has resource names for keys and their respective values as associated values.

dev

Takes device id as a single argument and returns that devices data.

devs

Takes list of device ids as arguments and returns array with those devices data.
Recognized resources (data hash keys): rbytes, rcompressed, rdrop, rerrs, rfifo, rframe, rmulticast, rpackets, tbytes, tcarrier, tcolls, tcompressed, tdrop, terrs, tfifo, tpackets,

Resources begining with "r" are values for read data, and those begining with "t" are values for transmited data.

Package was built and tested on RedHat 7.2, kernel 2.4.7-10 and might not work on some other versions. Please report bugs along with your kernel version (uname -r or uname -a).

<<less
Download (0.006MB)
Added: 2006-06-27 License: Perl Artistic License Price:
1214 downloads
Devel::TraceMethods 1.00

Devel::TraceMethods 1.00


Devel::TraceMethods is a Perl module for tracing module calls. more>>
Devel::TraceMethods is a Perl module for tracing module calls.

SYNOPSIS

use Devel::TraceMethods qw( PackageOne PackageTwo );

Devel::TraceMethods allows you to attach a logging subroutine of your choosing to all of the methods and functions within multiple packages or classes. You can use this to trace execution. It even respects inheritance.
To enable logging, pass the name of the packages you wish to trace on the line where you use Devel::TraceMethods. It will automatically install logging for all functions in the named packages.

You can also call import() after you have use()d the module if you want to log functions and methods in another package.

You can specify per-package (or per-class) logging subroutines. For example:

Devel::TraceMethods( SomePackage => &log_one, OtherPackage => &log_two );
callback( $subroutine_reference )

By default, Devel::TraceMethods uses Carp::carp() to log a method call. You can change this with the set_logger() function. Pass a subroutine reference as the only argument, and all subsequent calls to logged methods will use the new subroutine reference instead of carp().

The first argument to the logging subroutine is the full name of the logged method. The rest of the arguments are copies of those being passed to the logged method. You can modify them in the logging subroutine without disturbing your call.

<<less
Download (0.005MB)
Added: 2007-05-03 License: Perl Artistic License Price:
904 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5