Main > Free Download Search >

Free handles software for linux

handles

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1609
Marlin 0.9

Marlin 0.9


Marlin is a sound sample editor. more>>
Marlin is a sample editor for Gnome 2. It uses GStreamer for file operations and for recording and playback, meaning it can handle a great number of formats and work with most sound systems.
Main features:
- Can load from a large number of media formats (.mp3, .ogg, .wav, .au, .flac, .mpg, .avi...)
- Can save to many formats (.mp3, .wav, .au, .ogg, .flac...) and use the Gnome-Media profiles
- Can handle large files with no problems
- Handles cut, copy, paste, replace and mix operations
- Infinite levels of Undo/Redo and everything should be undoable
- Fully Gnome 2 HIG compliant
- Can record from a variety of sources (ALSA, OSS, esd, arts)
- Playback
- Can extract audio from CDs (with optional musicbrainz lookup)
- Gnome-VFS support
- Horizontal and Vertical scaling
- Uses GStreamer
<<less
Download (1.1MB)
Added: 2005-07-19 License: GPL (GNU General Public License) Price:
1699 downloads
Email::Handle 0.01

Email::Handle 0.01


Email::Handle is a Objective Email Handler. more>>
Email::Handle is a Objective Email Handler.

SYNOPSIS

use Email::Handle;

my $email = Email::Handle->new(root@example.com);
print $email->is_valid ? yes : no;
print $email->obfuscate;
print $email->anonymize;
print $email;
$email->send(From => foo@example.com);
This module is also convenient for using on the DB application with Template and Class::DBI / DBIx::Class.
# setup the table that has column of email with this module
my $loader = Class::DBI::Loader->new(
...
namespace => MyApp
);
$loader->find_class(user)->has_a(email => Email::Handle);

# then output records with TT2
my $tmpl = Template->new;
$tmpl->process(
sample.tt,
{ users => $loader->find_class(user)->retrieve_all }
);

# You can write the template with some methods of this module like this
[% WHILE (user IN users) %]
[% user.email.obfuscate IF user.email.is_valid %]
[% END %]

<<less
Download (0.005MB)
Added: 2007-08-03 License: Perl Artistic License Price:
813 downloads
HTTP::Handle 0.2

HTTP::Handle 0.2


HTTP::Handle is a HTTP Class designed for streaming. more>>
HTTP::Handle is a HTTP Class designed for streaming.

SYNOPSIS

use HTTP::Handle;

my $http = HTTP::Handle->new( uri => "http://www.google.com/" );
$http->connect();

my $fd = $http->fd();

while () {
print "--> $_";
}

The HTTP::Handle module allows you to make HTTP requests and handle the data yourself. The general ideas is that you use this module to make a HTTP request and handle non-header data yourself. I needed such a feature for my mp3 player to listen to icecast streams.

HTTP::Handle->new()

Create a new HTTP::Handle object thingy.

Arguments possible:

url => "http://www.google.com/"

Sets the initial URL to connect to.

follow_redirects => [ 0 | 1 ]

Automatically follow HTTP redirects. This defaults to true (1). Set to 0 to disable this.

http_request => HASHREF

Any thing put in here will be sent as "key: value" in the http request string.

$http->connect()

Connect, send the http request, and process the response headers.

This function returns -1 on failure, undef otherwise. The reason for failure will be printed to STDERR.

$http->fd()

Get the file descriptor (socket) were using to connect.

$http->url( [ url_string ])

Get or set the URL. If a url string is passed, you will change the url that is requested. If no parameter is passed, a URI object will be returned containing the

$http->follow_redirects( [ 0 | 1 ] )

If a value is passed then you will set whether or not we will automatically follow HTTP 302 Redirects. If no value is passed, then we will return whatever the current option is.

Defaults to 1 (will follow redirects).

$http->http_request_string()

Returns a string containing the HTTP request and headers, this is used when

$http->connect() is called.

<<less
Download (0.005MB)
Added: 2006-11-16 License: Perl Artistic License Price:
1072 downloads
POE::Component::Audio::Mad::Handle 0.3

POE::Component::Audio::Mad::Handle 0.3


POE::Component::Audio::Mad::Handle is a POE Component to facilitate IPC with the POE::Wheel::Audio::Mad mpeg decoder. more>>
POE::Component::Audio::Mad::Handle is a POE Component to facilitate IPC with the POE::Wheel::Audio::Mad mpeg decoder.

SYNOPSIS

use POE;
use POE::Component::Audio::Mad::Handle;

## create an IPC bridge on stdin/stdout
create POE::Component::Audio::Mad::Handle();

## create a custom IPC bridge..
create POE::Component::Audio::Mad::Handle (
Driver => POE::Driver::SysRW->new(),
Filter => POE::Filter::Audio::Mad->new(),

Handle => $two_way_handle,
# -or-
InputHandle => $one_way_handle_in,
OutputHandle => $one_way_handle_out
);

POE::Component::Audio::Mad::Handle is a POE Component to implement basic inter-process communication with the POE::Wheel::Audio::Mad mpeg decoder and a bi-directional or two unidirectional filehandles.

This Component operates by creating an instance of POE::Wheel::Audio::Mad and an instance of POE::Wheel::ReadWrite and then facilitates communication between the two. All options passed to the create() constructor are filled in with defaults and then directly passed to POE::Wheel::ReadWrites constructor; see its documentation for a description of available options.

You may use any options you wish. Decoder status messages will be sent through the filter and then delivered to the appropriate filehandle. Commands received through the appropriate filehandle will be sent through the filter and used to affect POE::Wheel::Audio::Mad operations.

<<less
Download (0.022MB)
Added: 2006-11-16 License: Perl Artistic License Price:
1072 downloads
tiffscan 0.2

tiffscan 0.2


tiffscan is an advanced SANE frontend. more>>
tiffscan is an advanced SANE frontend. It has batch mode capabilities and can generate compressed multi-page TIFF files. The project handles from black and white to 8-bit and 16-bit scans.
<<less
Download (0.012MB)
Added: 2007-01-26 License: GPL (GNU General Public License) Price:
1001 downloads
svc 1.5

svc 1.5


svc is a service toolbox for building trigger-launched programs, wrapping TTYs, and makign lockfiles. more>>
svc is a service toolbox for building trigger-launched programs, wrapping TTYs, and makign lockfiles.
Enhancements:
- ttywrap handles exiting more cleanly and starts with echo off.
<<less
Download (0.012MB)
Added: 2006-10-09 License: GPL (GNU General Public License) Price:
1118 downloads
Ptk Phone 1.0

Ptk Phone 1.0


Ptk Phone is a small program written in Perl/Tk to be used as an address book. more>>
Ptk Phone is a small program written in Perl/Tk to be used as an address book.

It handles email addresses and comments as well.

<<less
Download (0.014MB)
Added: 2006-09-21 License: GPL (GNU General Public License) Price:
1133 downloads
radclass r72

radclass r72


radclass is a PHP4 class that handles the administration of multiple IC-Radius servers. more>>
radclass is a PHP4 class that handles the administration of multiple IC-Radius servers.

radclass can add, delete, and update users and groups on foreign radius hosts, and it can modify their check items. radclass was designed in the PHP4 OO model to be a portable solution.
<<less
Download (0.044MB)
Added: 2005-11-17 License: GPL (GNU General Public License) Price:
1436 downloads
AIPS 31DEC07-07-30

AIPS 31DEC07-07-30


AIPS (Astronomical Information Processing System) handles the processing and display of data from radio interferometers. more>>
AIPS (Astronomical Information Processing System) handles the processing and display of data from radio interferometers.
Data can be collected from any radio telescope array. Images can be exported in FITS format.
Enhancements:
- Numerous major bugfixes and updates, some of which are not backwards-compatible with previous releases.
<<less
Download (89.7MB)
Added: 2007-08-07 License: GPL (GNU General Public License) Price:
817 downloads
Net::DAAP::Server::AAC 0.01

Net::DAAP::Server::AAC 0.01


Net::DAAP::Server::AAC is a DAAP server that handles MP3 and AAC. more>>
Net::DAAP::Server::AAC is a DAAP server that handles MP3 and AAC.

SYNOPSIS

use POE;
use Net::DAAP::Server::AAC;

# same as Net::DAAP::Server
my $server = Net::DAAP::Server::AAC->new(
path => "/home/miyagawa/music",
port => 9999,
name => "My Music",
);
$poe_kernel->run;

Net::DAAP::Server::AAC is a Net::DAAP::Servers subclass that handles MP4/AAC files as well, in addition to the MP3 music files.

<<less
Download (0.003MB)
Added: 2006-11-09 License: Perl Artistic License Price:
1080 downloads
LibHTTPD 1.4

LibHTTPD 1.4


LibHTTPD can be used to add basic Web server capabilities to an application or embedded device. more>>
LibHTTPD can be used to add basic web server capabilities to an application or embedded device.

The library handles both static and dynamically generated content, has very low overheads, and provides many features to simplify the creation of web based application interfaces.
<<less
Download (0.16MB)
Added: 2005-09-15 License: GPL (GNU General Public License) Price:
1499 downloads
PHPImageMage 2.0

PHPImageMage 2.0


PHPImageMage is a PHP5-class that acts as an API and simplifies many of the things most commonly done to images in Web apps. more>>
PHPImageMage is a PHP5-class that acts as an API and simplifies many of the things most commonly done to images in Web applications. PHPImageMage handles JPEG, PNG, and GIF images and requires PHP5 with GD support.

<<less
Download (0.006MB)
Added: 2006-07-14 License: BSD License Price:
1197 downloads
phpbigbiz 0.2a

phpbigbiz 0.2a


phpbigbiz is a Web-based MySQL front end that handles acts as a P.O.S. system. more>>
phpbigbiz is a Web-based MySQL front end that handles acts as a P.O.S. system. The default layout is to add a customer, add units to the customer, then add parts to units.
phpbigbiz is set up for the repair industry.
Main features:
- Expandability
- All pages are remembered
- Easy printing
Enhancements:
- More functions, an install wizard, better printing functions, and an improved printing class were added.
- This is much more flexible for other businesses.
<<less
Download (3.3MB)
Added: 2006-11-20 License: GPL (GNU General Public License) Price:
1068 downloads
Auto-eject-cdrom 0.2

Auto-eject-cdrom 0.2


Auto-eject-cdrom is a very small C application that handles CD-ROM events in Linux. more>>
Auto-eject-cdrom is a very small C application that handles CD-ROM events in Linux. If new media is inserted in a CD-ROM drive, it is automatically mounted based on a matching entry in /etc/fstab.

If a CD-ROM is mounted and the eject button is pressed, the filesystem is umounted and ejected.

This allows for the same basic functionality Windows allows with the CD-ROM eject button.
<<less
Download (0.002MB)
Added: 2005-06-28 License: Freeware Price:
1580 downloads
WWW::Search::Scraper::NorthernLight 2.27

WWW::Search::Scraper::NorthernLight 2.27


WWW::Search::Scraper::NorthernLight it scrapes NorthernLight.com. more>>
WWW::Search::Scraper::NorthernLight it scrapes NorthernLight.com.

SYNOPSIS

require WWW::Search::Scraper;
$search = new WWW::Search::Scraper(NorthernLight);

This class is an NorthernLight specialization of WWW::Search. It handles making and interpreting NorthernLight searches http://www.NorthernLight.com.

This class exports no public interface; all interaction should be done through WWW::Search objects.

<<less
Download (0.13MB)
Added: 2006-08-25 License: Perl Artistic License Price:
1155 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5