Main > Free Download Search >

Free handle software for linux

handle

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1607
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
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
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
MadMail 0.2

MadMail 0.2


MadMail is a simple Webmail client which can handle POP3, SMTP, and IMAP servers. more>>
MadMail is a simple Webmail client which can handle POP3, SMTP, and IMAP servers. I
Main features:
- multi-language support
- no Database required
<<less
Download (0.055MB)
Added: 2006-06-12 License: GPL (GNU General Public License) Price:
1229 downloads
pAgenda 3.2

pAgenda 3.2


pAgenda is a Cross-platform calendar/schedule. more>>
pAgenda is a Cross-platform calendar/schedule.

Uses sqlite DB to handle multiple schedules with ease in single, small, portable files -- easy to backup or transfer.

Simple, functional and the strongest feature is how well it prints out a daily schedule with a single-click.

Source code available for Linux. Windows requires no installation, just unzip and run.

<<less
Download (0.060MB)
Added: 2007-02-09 License: GPL (GNU General Public License) Price:
1042 downloads
Xchangeboard 1.75

Xchangeboard 1.75


Xchangeboard is forum software based on PHP and MySQL. more>>
Xchangeboard is forum software based on PHP and MySQL. The project offers an easy way of administration to handle design and/or user-specific tasks. The look and feel resembles other well known boards.
Enhancements:
- An issue has been fixed that allowed a user to conduct SQL injection attacks when the option magic_quotes_gpc was turned of.
- Some new features and improvements were implemented, and some other small bugs have been fixed.
<<less
Download (0.52MB)
Added: 2007-03-26 License: GPL (GNU General Public License) Price:
942 downloads
PandaLex PDF Parser 0.5

PandaLex PDF Parser 0.5


PandaLex PDF Parser is a flex and bison parser for PDF documents. more>>
PandaLex is the PDF parsing code from Panda, which has been split into its own project to increase its utility.

It is a flex and bison description of the PDF specification, which allows programmers to define callbacks to handle different document elements.
<<less
Download (0.38MB)
Added: 2005-05-04 License: GPL (GNU General Public License) Price:
1639 downloads
3dfile 0.1.9.1

3dfile 0.1.9.1


3dfile is an OpenGL-based file browser. more>>
3dfile is a simple file browser, using OpenGL to display files and folders.
The navigation is also very simple: just point-and-click.

You may also experiment your favorite moves on it and see if it responds. It may or it may not.

Anyway, I think 3dfile is very intuitive and easy to use. If you cant handle with it, please read the docs (like the README file) and, better, the sources.


<<less
Download (0.08MB)
Added: 2005-04-29 License: GPL (GNU General Public License) Price:
1641 downloads
readlists 3.0.3

readlists 3.0.3


readlists is a frontend for mailers like mutt to handle multiple mailboxes more conveniently. more>>
readlists in short rl, is a frontend for mailers like mutt to handle multiple mailboxes more conveniently.

A few years ago (in 1998) I started to use ELM (and later mutt) along with several mailfolders. I wanted to have a little program that acted as a front-end to mutt to make reading of multiple mailboxes easier.

The result was readlists, or rl as I shortly afterwards abbreviated it. Last year, when we upgraded out mail server to FreeBSD 5.4, we decided not to install ELM anymore, which left a void as this package also provided the command nfrm. Since rl already contained all the code needed for such a command, this was added, as well.

<<less
Download (0.014MB)
Added: 2005-12-29 License: BSD License Price:
1394 downloads
GalleryMaster 0.1

GalleryMaster 0.1


GalleryMaster is a PHP script for viewing slideshows. more>>
GalleryMaster is a PHP script for viewing slideshows. GalleryMaster is far from complete, but Im working on it when Im not studying or dating.
If you want to contribute to the project, then download the source. All sorts of feature requests are welcome.
Main features:
- Displays images of any format that your browser can handle
- Supports directory listing
- Intelligent gallery detection
<<less
Download (0.009MB)
Added: 2006-05-03 License: GPL (GNU General Public License) Price:
1269 downloads
Whats On Air 0.8.7

Whats On Air 0.8.7


Whats On Air is a suite of programs aimed at handling radio station metadata. more>>
Whats On Air is a suite of programs that can handle radio stations metadata. Such metadata is the currently playing track as well as the last playing tracks and some general informations about the radio stations.

<<less
Download (0.016MB)
Added: 2005-11-12 License: GPL (GNU General Public License) Price:
1441 downloads
GNU libsigsegv 2.3

GNU libsigsegv 2.3


GNU libsigsegv is a library for handling page faults. more>>
GNU libsigsegv library can handle page faults. A page fault occurs when a program tries to access a region of memory that is currently not available.

Catching and handling a page fault is a useful technique for implementing garbage collectors, stack overflow handlers, persistent databases, and distributed shared memory.

<<less
Download (0.36MB)
Added: 2006-05-03 License: GPL (GNU General Public License) Price:
1269 downloads
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
HPUX::Ioscan 1.010

HPUX::Ioscan 1.010


HPUX::Ioscan is a Perl function to handle HPUX ioscan command. more>>
HPUX::Ioscan is a Perl function to handle HPUX ioscan command.

SYNOPSIS

use HPUX::Ioscan ;
my $result = ioscan ();

print "All hardware paths: ", join(" ", keys %$result),"n";

print "One device file of disk :n",
$result->{2/1.6.0}{device_files}[0],
"n";

This module works on top of the HP-UX command ioscan. It forks a process to run the ioscan command and parses its STDOUT. The result is returned in a hash.

This module is quite basic but it may be interesting if you need to write administration program on HP-UX.

You may call ioscan several time in your program without any problem sicne the result is cached. Only the first call to ioscan will actually run the ioscan command. (But you may override the caching of the result)

<<less
Download (0.019MB)
Added: 2007-04-14 License: Perl Artistic License Price:
923 downloads
MediaNET 1.0 beta16

MediaNET 1.0 beta16


MediaNET is a media files manager written in C# using Mono and Gtk#. more>>
Its a free software media manager written in C#, using GTK#. MediaNET runs on both Linux and Windows via the Mono effort ( Portable.Net should work too ), and could handle any type you want, as long as you have the right plugin.

Media types could be wide-known mp3, jpg, and avi, but also virtual types: the best example is the odb file handling ( odb for object database it implements ), which represents a collection.

<<less
Download (0.41MB)
Added: 2005-08-04 License: GPL (GNU General Public License) Price:
1541 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5