Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.162.170 Times

Qtweb Handle Rtsp software
Filter: All | Freeware | Demo
 

Qtweb Handle Rtsp

< 1 2 3 4 5 > 
Added: September 16, 2010 | Visits: 843

gibberish With this tool you can test if your tcp-server can handle gibberish. For example a webserver: with this tool you can test your webserver if can handle if someone sends gibberish instead of an http-request. Usage: ./gibberish -t/-u -a/-b hostname portnr -t: tcp -u: udp -a: ascii -b: binary...



Platforms: *nix

License: Freeware Size: 3.07 KB Download (95): gibberish Download

Added: January 01, 2010 | Visits: 1.721

The Object Oriented Database Kit The Object Oriented Database Kit is a set of tools to help database applications developers to handle database communication, reporting, and printing. It has a solid, stable, and easy to use API. The project is also GUI toolkit agnostic and portable..





Platforms: *nix

License: Freeware Size: 18.43 KB Download (114): The Object Oriented Database Kit Download

Added: March 27, 2010 | Visits: 1.179

Whois Ruby Whois Ruby provides a Ruby class to handle whois requests. Whois Ruby is a Ruby class to obtain whois request information when provided with an IPv4/IPv6 address or hostname. It sends a whois query to a suitable server..


Platforms: *nix

License: Freeware Download (108): Whois Ruby Download

Added: May 18, 2010 | Visits: 1.137

OpenBSD Network Shell NSH is intended to handle configuration for interfaces, bridging, routing, packet filtering, NAT, and ISAKMP. It presents the user with a vaguely cisco-like interface. It also gives the user access to system information and diagnostics. NSH replaces the userland commands which handle these...


Platforms: *nix

License: Freeware Size: 378.88 KB Download (100): OpenBSD Network Shell Download

Added: November 22, 2010 | Visits: 1.862

phpSocketDaemon phpSocketDaemon is a PHP socket daemon framework that can handle thousands of client and server connections, asynchronously, with built-in buffering, state handling, etc. The implementation of a new TCP client or server service (or a mix thereof) with this library is very easy, and allows...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (132): phpSocketDaemon Download

Added: October 11, 2010 | Visits: 711

GoSAMBA GoSamba project is intended to handle the administration of SAMBA over the WWW. Currently it can: - create/manage and drop SAMBA-Users - create/manage and drop shares - export CSV data - config a whole SAMBA server over the WWW - communicate in german language.


Platforms: *nix

License: Freeware Size: 819.2 KB Download (93): GoSAMBA Download

Added: February 08, 2010 | Visits: 1.156

HPUX::Ioscan 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...


Platforms: *nix

License: Freeware Size: 19.46 KB Download (94): HPUX::Ioscan Download

Added: July 25, 2010 | Visits: 1.492

Puppet::Body Puppet::Body provides an utility class to handle has-a relations and logs. Puppet::Body is a utility class that is used (and not inherited like the deprecated Puppet::Any) to manage dynamic has-a relations between objects..


Platforms: *nix

License: Freeware Size: 7.17 KB Download (99): Puppet::Body Download

Added: October 05, 2010 | Visits: 819

readlists 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...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (91): readlists Download

Added: August 03, 2010 | Visits: 919

hexdump hexdump produces a CP/M-like format by default, and can handle EBCDIC. It is internationalized, and has many formatting functions. This hex dumper was born because a) od octal format is appallingly ugly b) od -x aint much better c) I needed to dump EBCDIC files from SNA sessions d) I...


Platforms: *nix

License: Freeware Size: 16.38 KB Download (100): hexdump Download

Added: January 03, 2010 | Visits: 905

dtRdr::Plugins::Library dtRdr::Plugins::Library is a Perl module that can handle library plugins. SYNOPSIS init dtRdr::Plugins::Library->init(config => $config);.


Platforms: *nix

License: Freeware Size: 2.8 MB Download (104): dtRdr::Plugins::Library Download

Added: September 04, 2010 | Visits: 929

Resources Resources is a Perl module to handle application defaults in Perl. SYNOPSIS use Resources; $res = new Resources; $res = new Resources "resfile"; Resources are a way to specify information of interest to program or packages. Applications use resource files to specify and document the...


Platforms: *nix

License: Freeware Size: 18.43 KB Download (88): Resources Download

Added: August 25, 2010 | Visits: 834

MadMail MadMail is a simple Webmail client which can handle POP3, SMTP, and IMAP servers. I.


Platforms: *nix

License: Freeware Size: 56.32 KB Download (100): MadMail Download

Added: May 02, 2010 | Visits: 747

Audio:PSID Audio:PSID is a Perl module to handle SID files (Commodore-64 music files). SYNOPSIS use Audio::SID; $mySID = new Audio::SID(-filename => Test.sid) or die "Whoops!"; print "Title = " . $mySID->get(title) . "n"; print "MD5 = " . $mySID->getMD5(); $mySID->set(author => LaLa, title =>...


Platforms: *nix

License: Freeware Size: 22.53 KB Download (92): Audio:PSID Download

Added: August 03, 2010 | Visits: 736

PBButtonsd PBButtons is a daemon to handle special hardware on the Apple iBook/PowerBook/TiBook. It controls the display brightness, the sound volume, mutes the sound, changes the trackpad mode, puts the machine to sleep, or ejects the CDROM on command. PBButtonsd project also provides basic power...


Platforms: *nix

License: Freeware Size: 399.36 KB Download (90): PBButtonsd Download

Added: May 18, 2010 | Visits: 846

AFS::ACL AFS::ACL is a Perl class to handle the AFS Access Control Lists. SYNOPSIS use AFS::ACL; my $acl = AFS::ACL->new({foobar => none}, {anyuser => write}); $acl->set(rjs => write); $acl->nset(opusl => write); $acl->remove(rjsnfs => write); $acl->clear; foreach my $user ($acl->get_users) {...


Platforms: *nix

License: Freeware Size: 184.32 KB Download (109): AFS::ACL Download

Added: March 27, 2010 | Visits: 569

QmailLdapAdmin QmailLdapAdmin is a tool designed to handle qmail-schema of LDAP. QmailLdapAdmin project provides basic LDAP operations, and it also has a lot of built-in intelligence to support rules to setup email accounts stored in LDAP. Mailing lists also can be maintained. Whats New in This Release:...


Platforms: *nix

License: Freeware Size: 296.96 KB Download (92): QmailLdapAdmin Download

Added: May 23, 2010 | Visits: 647

kio_p7zip kio_p7zip is a kioslave for KDE to handle 7zip files. Simply, enter p7zip:/path_to_file/filename.7z in konqueror to use this. You got to have the p7zip executable in $PATH to p7zip kioslave work. 7zip is a new compression format released under LGPL.. kio_p7zip KDE-Apps.org Community Portal...


Platforms: *nix

License: Freeware Size: 450.56 KB Download (106): kio_p7zip Download

Added: March 27, 2010 | Visits: 3.238

rtspd RTSP is the Real Time Streaming Protocol, which serves as a control protocol, and as a jumping off point for negotiating transports, such as RTP, multicast and unicast, and negotiating codecs off of servers in a file format independent way. RTSP was jointly submitted to the IETF in October,...


Platforms: *nix

License: Freeware Size: 81.92 KB Download (354): rtspd Download

Added: January 23, 2010 | Visits: 723

Class::AbstractLogic Class::AbstractLogic is a Perl module to handle Logic Abstractions. SYNOPSIS # the logic class definition package My::Logic::Foo; use Class::AbstractLogic-base; # a logic action action add, needs [qw(a b)], verify { a => sub { /^d+$/ }, b => sub { /^d+$/ } }, sub { $_{a} + $_{b} };...


Platforms: *nix

License: Freeware Size: 16.38 KB Download (87): Class::AbstractLogic Download

< 1 2 3 4 5 >