to remove
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1801
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.
<<lessSYNOPSIS
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.
Download (0.004MB)
Added: 2007-02-13 License: Other/Proprietary License Price:
983 downloads
File::Remove 0.34
File::Remove is a Perl module to remove files and directories. more>>
File::Remove is a Perl module to remove files and directories.
SYNOPSIS
use File::Remove qw(remove);
# removes (without recursion) several files
remove qw( *.c *.pl );
# removes (with recursion) several directories
remove 1, qw( directory1 directory2 );
# removes (with recursion) several files and directories
remove 1, qw( file1 file2 directory1 *~ );
# trashes (with support for undeleting later) several files
trash qw( *~ );
File::Remove::remove removes files and directories. It acts like /bin/rm, for the most part. Although unlink can be given a list of files, it will not remove directories; this module remedies that. It also accepts wildcards, * and ?, as arguments for filenames.
File::Remove::trash accepts the same arguments as remove, with the addition of an optional, infrequently used "other platforms" hashref.
<<lessSYNOPSIS
use File::Remove qw(remove);
# removes (without recursion) several files
remove qw( *.c *.pl );
# removes (with recursion) several directories
remove 1, qw( directory1 directory2 );
# removes (with recursion) several files and directories
remove 1, qw( file1 file2 directory1 *~ );
# trashes (with support for undeleting later) several files
trash qw( *~ );
File::Remove::remove removes files and directories. It acts like /bin/rm, for the most part. Although unlink can be given a list of files, it will not remove directories; this module remedies that. It also accepts wildcards, * and ?, as arguments for filenames.
File::Remove::trash accepts the same arguments as remove, with the addition of an optional, infrequently used "other platforms" hashref.
Download (0.014MB)
Added: 2007-04-27 License: Perl Artistic License Price:
911 downloads
EmbedCover 0.7
EmbedCover is a script for embedding album cover images in MP3 files. more>>
EmbedCover is a script for embedding album cover images in MP3 files. EmbedCover script will automatically look up the image associated to it in amaroK and embed this image in the file.
The MP3 file must have an ID3-V2 tag, otherwise the script will abort, and the file must be in your Collection.
It is recommended that you back up your MP3 file before using this script on it.
Although the script is designed not to harm your file, the operation is not reversible and should therefore be used with caution.
Future versions will also be able to remove embedded cover images from a file.
<<lessThe MP3 file must have an ID3-V2 tag, otherwise the script will abort, and the file must be in your Collection.
It is recommended that you back up your MP3 file before using this script on it.
Although the script is designed not to harm your file, the operation is not reversible and should therefore be used with caution.
Future versions will also be able to remove embedded cover images from a file.
Download (0.003MB)
Added: 2005-12-16 License: GPL (GNU General Public License) Price:
1408 downloads
Apt-get Install / Remove Packet 1.0
Apt-get Install / Remove Packet is a tool to install/remove packets with debian apt-get. more>>
Apt-get Install / Remove Packet is a tool to install/remove packets with debian apt-get.
About Apt-Get:
Advanced Packaging Tool, or APT, is a package management system used by Debian and its derivatives. APT was originally designed to work with .deb packages on Debian systems, but it has since been modified to work with RPM packages via apt-rpm, and to run on other operating systems such as Mac OS X (see fink). On systems with package management based on .deb, such as Debian, APT is a front-end for dpkg.
APT simplifies the process of installing and removing software on Unix systems, by automating the retrieval, (from the Internet, local network, or CD) the configuration, the compiling (sometimes) and the installation of software from APT sources.
There is no apt program per se; APT is a C++ library of functions that are used by several command line programs for dealing with packages, most notably apt-get and apt-cache.
APT front-ends can upgrade the system or specific packages. Packages can be installed or removed. When installing one or several packages, APT front-ends can list the dependencies of these packages, ask the administrator if packages recommended or suggested by newly installed packages should be installed too, automatically install dependencies and perform other operations on the systems packages to allow the installation of the packages. Similarly, to update one or several packages, front-ends can install, remove or update other packages.
APT is often hailed as one of Debians best features, giving Debian the reputation of being a "pain to install, but a joy to maintain", although with Debian 3.1 and its Debian-Installer, Debians installation might be too easy nowadays to keep this true.
<<lessAbout Apt-Get:
Advanced Packaging Tool, or APT, is a package management system used by Debian and its derivatives. APT was originally designed to work with .deb packages on Debian systems, but it has since been modified to work with RPM packages via apt-rpm, and to run on other operating systems such as Mac OS X (see fink). On systems with package management based on .deb, such as Debian, APT is a front-end for dpkg.
APT simplifies the process of installing and removing software on Unix systems, by automating the retrieval, (from the Internet, local network, or CD) the configuration, the compiling (sometimes) and the installation of software from APT sources.
There is no apt program per se; APT is a C++ library of functions that are used by several command line programs for dealing with packages, most notably apt-get and apt-cache.
APT front-ends can upgrade the system or specific packages. Packages can be installed or removed. When installing one or several packages, APT front-ends can list the dependencies of these packages, ask the administrator if packages recommended or suggested by newly installed packages should be installed too, automatically install dependencies and perform other operations on the systems packages to allow the installation of the packages. Similarly, to update one or several packages, front-ends can install, remove or update other packages.
APT is often hailed as one of Debians best features, giving Debian the reputation of being a "pain to install, but a joy to maintain", although with Debian 3.1 and its Debian-Installer, Debians installation might be too easy nowadays to keep this true.
Download (0.032MB)
Added: 2006-03-22 License: GPL (GNU General Public License) Price:
1319 downloads
Remove MH duplicates 0.0.1
Removes duplicates from MH mail folders. more>>
Removes duplicates from MH mail folders.
Remove MH duplicates software removes duplicate mail messages from MH-style folders.
<<lessRemove MH duplicates software removes duplicate mail messages from MH-style folders.
Download (0.018MB)
Added: 2006-06-15 License: GPL (GNU General Public License) Price:
1229 downloads
Remove playlist duplicates 0.2
Remove playlist duplicates detects all duplicate playlist entries and leaves just the first one of each of them. more>>
Remove playlist duplicates is a simple perl script which on track change detects all duplicate playlist entries and leaves just the first one of each of them.
I have files duplicated on my mp3 player and hard drive and when I plugged my player in, my collection contained duplicate entries. this was bit annoying, so Ive made a script to remove songs that were in playlist twice. probably theres easier way to do it...
<<lessI have files duplicated on my mp3 player and hard drive and when I plugged my player in, my collection contained duplicate entries. this was bit annoying, so Ive made a script to remove songs that were in playlist twice. probably theres easier way to do it...
Download (MB)
Added: 2007-06-12 License: BSD License Price:
865 downloads
Remove special characters 1.3
Remove special characters is a service menu that can rename all files and directories, including sub directories. more>> <<less
Download (0.003MB)
Added: 2007-05-01 License: GPL (GNU General Public License) Price:
913 downloads
Copy To 0.3
Copy To is an Amarok script that will copy selected track(s) to destination location. more>>
Copy To is an Amarok script that will copy selected track(s) to destination location.
Featuring kdialog so it can use kio_slaves, eg.: media://, fish://, ftp://, bluetooth://(?)
http://blog.neofreko.com/index.php/2007/01/04/amarok-script-copy-to/
Known bug(s):
Stopping the script doesnt remove custom menu from playlist.
<<lessFeaturing kdialog so it can use kio_slaves, eg.: media://, fish://, ftp://, bluetooth://(?)
http://blog.neofreko.com/index.php/2007/01/04/amarok-script-copy-to/
Known bug(s):
Stopping the script doesnt remove custom menu from playlist.
Download (MB)
Added: 2007-02-23 License: GPL (GNU General Public License) Price:
973 downloads
Audio::RaveMP 0.04
Audio::RaveMP is a Perl interface to Sensory Science RaveMP player. more>>
Audio::RaveMP is a Perl interface to Sensory Science RaveMP player.
SYNOPSIS
use Audio::RaveMP ();
The Audio::RaveMP module provides a Perl interface to the Sensory Science RaveMP player.
METHODS
new
my $rmp = Audio::RaveMP->new;
permitted
Check parallel port permissions (must be root at the moment):
unless ($rmp->permitted) {
print "$!n";
exit 1;
}
is_ready
Check that RaveMP is connected and powered up:
unless ($rmp->is_ready) {
print "Device is not ready (not connected or powered up?)n";
exit 2;
}
show_status
Show status messages:
$rmp->show_status(1);
$rmp->show_status(0);
upload
Upload a file. The second argument is the name to upload to, which is optional and defaults to the upload name:
unless ($rmp->upload("we_eat_rhythm.mp3")) {
print "upload failedn";
}
unless ($rmp->upload("we_eat_rhythm.mp3", "We Eat Rhythm")) {
print "upload failedn";
}
remove
Remove a file specified by the give slot number:
unless ($rmp->remove(8)) {
print "unable to remove file at slot 8n";
}
download
Download the file specified by the give slot number. The last argument is the name of the destination file, which is optional and defaults to the name of the downloaded file:
unless ($rmp->download("we_eat_rhythm.mp3")) {
print "download failedn";
}
unless ($rmp->download("We Eat Rhythm", "we_eat_rhythm.mp3")) {
print "download failedn";
}
contents
Return an array reference of file contents in the player. Each element is an object blessed into the Audio::RaveMPSlot class:
my $contents = $rmp->contents;
for my $slot (@$contents) {
printf "%d, %s -> %sn",
$slot->number, $slot->type, $slot->filename;
}
<<lessSYNOPSIS
use Audio::RaveMP ();
The Audio::RaveMP module provides a Perl interface to the Sensory Science RaveMP player.
METHODS
new
my $rmp = Audio::RaveMP->new;
permitted
Check parallel port permissions (must be root at the moment):
unless ($rmp->permitted) {
print "$!n";
exit 1;
}
is_ready
Check that RaveMP is connected and powered up:
unless ($rmp->is_ready) {
print "Device is not ready (not connected or powered up?)n";
exit 2;
}
show_status
Show status messages:
$rmp->show_status(1);
$rmp->show_status(0);
upload
Upload a file. The second argument is the name to upload to, which is optional and defaults to the upload name:
unless ($rmp->upload("we_eat_rhythm.mp3")) {
print "upload failedn";
}
unless ($rmp->upload("we_eat_rhythm.mp3", "We Eat Rhythm")) {
print "upload failedn";
}
remove
Remove a file specified by the give slot number:
unless ($rmp->remove(8)) {
print "unable to remove file at slot 8n";
}
download
Download the file specified by the give slot number. The last argument is the name of the destination file, which is optional and defaults to the name of the downloaded file:
unless ($rmp->download("we_eat_rhythm.mp3")) {
print "download failedn";
}
unless ($rmp->download("We Eat Rhythm", "we_eat_rhythm.mp3")) {
print "download failedn";
}
contents
Return an array reference of file contents in the player. Each element is an object blessed into the Audio::RaveMPSlot class:
my $contents = $rmp->contents;
for my $slot (@$contents) {
printf "%d, %s -> %sn",
$slot->number, $slot->type, $slot->filename;
}
Download (0.025MB)
Added: 2006-11-13 License: Perl Artistic License Price:
1075 downloads
Gtk+ 2.0 Change Theme 0.3.1
Gtk+ 2.0 Change Theme is a tiny GUI application that aims to make theme preview and selection as slick as possible. more>>
As the name suggests, this little program lets you change your Gtk+ 2.0 theme. The aim is to make theme preview and selection as slick as possible.
Themes installed on the system are presented for selection and previewed on the fly. For a comprehensive demonstration theres a large variety of widgets.
It was originally derived from Gtk Theme Switch, but what started out as a hack to remove various nuisances now shares no code whatsoever anymore with the original.
Enhancements:
- Fixes for a number of a packaging glitches.
<<lessThemes installed on the system are presented for selection and previewed on the fly. For a comprehensive demonstration theres a large variety of widgets.
It was originally derived from Gtk Theme Switch, but what started out as a hack to remove various nuisances now shares no code whatsoever anymore with the original.
Enhancements:
- Fixes for a number of a packaging glitches.
Download (0.02MB)
Added: 2005-04-21 License: GPL (GNU General Public License) Price:
1654 downloads
ZoneAdmin 0.1
ZoneAdmin is a Web interface for the powerDNS name server using the MySQL backend. more>>
ZoneAdmin is a Web interface for the powerDNS name server using the MySQL backend. It allows you to manage existing zones and add, remove, and alter new ones, supports on-the-fly input validation, and allows comments per zone and per record.
Furthermore, it keeps a detailed history of changes and allows you to temporary enable or disable zones without having to remove them completely. New zones can use templates that contain predefined records. The project is designed to be used with one of Apaches authentication methods.
Enhancements:
- This release fixes bugs related to inability to add record type AAAA, inability to add CNAME records, and validation failures.
<<lessFurthermore, it keeps a detailed history of changes and allows you to temporary enable or disable zones without having to remove them completely. New zones can use templates that contain predefined records. The project is designed to be used with one of Apaches authentication methods.
Enhancements:
- This release fixes bugs related to inability to add record type AAAA, inability to add CNAME records, and validation failures.
Download (0.13MB)
Added: 2007-07-20 License: GPL (GNU General Public License) Price:
830 downloads
Webframe 0.76
Webframe is an easy to use open source framework for developing web-based applications. more>>
Webframe is an easy to use open source framework for developing web-based applications. Webframe works in the LAMP environment.
Webframe is not just a regular framework. After install you will have an environment which already has built in login interface, user and group management, database backup, logging feature and a lot more.
Main features:
- Keep it simple whole appliction is divided into small parts
- User friendly clear easy to understand user interface desgin
- Web standards W3C compliant, table less design
- Modular design easy to add new features
- Fast development dont have to start your application from scratch. Lots of built in libary.
- Multi-language support
- Cross browser support
How to install?
Installation is very easy if you have a system which is running apache, php and mysql. Webframe should run under php4 and php5. Here is what to do:
1. Download the core package uncompress and upload it to your server.
2. Run the install scripts by opening your browser and following the link http://yourserver.com/upload/
3. Go through the 5 steps.
4. If the installation is complete you can log into WebFrame
5. Dont forget to remove the install directory.
Enhancements:
- In dev, some bugfixes were made in the code and menu module.
- In base, you can remove the install directory at the first login.
- The installer now tries to change config.php permissions.
<<lessWebframe is not just a regular framework. After install you will have an environment which already has built in login interface, user and group management, database backup, logging feature and a lot more.
Main features:
- Keep it simple whole appliction is divided into small parts
- User friendly clear easy to understand user interface desgin
- Web standards W3C compliant, table less design
- Modular design easy to add new features
- Fast development dont have to start your application from scratch. Lots of built in libary.
- Multi-language support
- Cross browser support
How to install?
Installation is very easy if you have a system which is running apache, php and mysql. Webframe should run under php4 and php5. Here is what to do:
1. Download the core package uncompress and upload it to your server.
2. Run the install scripts by opening your browser and following the link http://yourserver.com/upload/
3. Go through the 5 steps.
4. If the installation is complete you can log into WebFrame
5. Dont forget to remove the install directory.
Enhancements:
- In dev, some bugfixes were made in the code and menu module.
- In base, you can remove the install directory at the first login.
- The installer now tries to change config.php permissions.
Download (0.21MB)
Added: 2006-08-15 License: BSD License Price:
1165 downloads
TextSort 1.0.3
TextSort application allows you to sort the lines of a a text alphabetically. more>>
TextSort application allows you to sort the lines of a text alphabetically.
This program is released under the GPL license.
Main features:
- Case sensitive or insensitive
- Trim lines, remove empty lines
- Remove duplicates
<<lessThis program is released under the GPL license.
Main features:
- Case sensitive or insensitive
- Trim lines, remove empty lines
- Remove duplicates
Download (0.009MB)
Added: 2007-07-27 License: GPL (GNU General Public License) Price:
498 downloads
Noatun Normalize 0.1.2
Noatun Normalize aims to develop a normalization plugin for the KDE media player Noatun. more>>
Noatun Normalize aims to develop a normalization plugin for the KDE media player Noatun.
It is composed of two parts, an Arts effect that handles the actual normalization of the played samples, and a Noatun plugin, that reads the relative volume adjustments and passes them to the effect. There are two ways the plugin can retrieve the relative volume adjustments:
1. it looks for the respective mp3 id3v2 tags or ogg tags which can be set by tools like normalize and vorbisgain,
2. it runs these tools itself and stores the results in the playlist items meta data. Thus the files wont be changed.
- For ogg vorbis normalization to work you need the latest vorbisgain version (0.36).
- For mp3 or wav normalization you need the normalize program.
- Make sure to install the package under the same prefix as artsd otherwise arts will not find the NoatunNormalize effect.
- If there is popular demand for it I would try to remove the dependency on the external programs and integrate them into the plugin itself.
<<lessIt is composed of two parts, an Arts effect that handles the actual normalization of the played samples, and a Noatun plugin, that reads the relative volume adjustments and passes them to the effect. There are two ways the plugin can retrieve the relative volume adjustments:
1. it looks for the respective mp3 id3v2 tags or ogg tags which can be set by tools like normalize and vorbisgain,
2. it runs these tools itself and stores the results in the playlist items meta data. Thus the files wont be changed.
- For ogg vorbis normalization to work you need the latest vorbisgain version (0.36).
- For mp3 or wav normalization you need the normalize program.
- Make sure to install the package under the same prefix as artsd otherwise arts will not find the NoatunNormalize effect.
- If there is popular demand for it I would try to remove the dependency on the external programs and integrate them into the plugin itself.
Download (0.074MB)
Added: 2005-09-06 License: GPL (GNU General Public License) Price:
1515 downloads
Expiretable 0.6
Expiretable is a utility used to remove entries from a pf(4) table based on their age. more>>
Expiretable is a utility used to remove entries from a pf(4) table based on their age. The age in question being the amount of time that has passed since the statistics for each entry in the target table was last cleared.
This program needs to be run as a user with read/write permission to /dev/pf. As with all unknown things that need to be run as the superuser or similar there is always the chance this one will cause death and destruction, so use at your own risk. It WorksForMe< tm >, dont blame me if your cat grows another eye, and so on and so forth.
If you find yourself using this utility, especially for a reason not mentioned here, please tell me about it.
Johan Fredin has been nice enough to provide a port for expiretable. He has also put together a howto on how to use expiretable to block attempts to bruteforce ssh. geek00L has written a short piece on using Snort2c + Expiretable. Thanks to Samuel Ljungkvist and others for ideas.
Enhancements:
- The ability to specify age in minutes, hours, days, etc. was added.
- The age limit was changed to the limit imposed by OpenBSDs nanosleep.
<<lessThis program needs to be run as a user with read/write permission to /dev/pf. As with all unknown things that need to be run as the superuser or similar there is always the chance this one will cause death and destruction, so use at your own risk. It WorksForMe< tm >, dont blame me if your cat grows another eye, and so on and so forth.
If you find yourself using this utility, especially for a reason not mentioned here, please tell me about it.
Johan Fredin has been nice enough to provide a port for expiretable. He has also put together a howto on how to use expiretable to block attempts to bruteforce ssh. geek00L has written a short piece on using Snort2c + Expiretable. Thanks to Samuel Ljungkvist and others for ideas.
Enhancements:
- The ability to specify age in minutes, hours, days, etc. was added.
- The age limit was changed to the limit imposed by OpenBSDs nanosleep.
Download (0.006MB)
Added: 2006-03-27 License: BSD License Price:
1306 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above to remove search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed