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.480.737 Times

Colasoft Packet Player freeware
Filter: All | Freeware | Demo
 

Colasoft Packet Player

< 1 2 3 4 5 > 
Added: April 23, 2010 | Visits: 1.065

POE::Component::Player::Slideshow POE::Component::Player::Slideshow is a wrapper for the qiv application. SYNOPSIS use POE qw(Component::Player::Slideshow); $mp = POE::Component::Player::Slideshow->new(); $mp->play("/tmp/pix"); POE::Kernel->run(); This component is used to manipulate a slideshow viewer from within a... Platforms: *nix

License: Freeware Size: 20.48 KB Download (97): POE::Component::Player::Slideshow Download

Added: April 02, 2010 | Visits: 1.108

POE::Component::Player::Mpg123 SYNOPSIS use POE qw(Component::Player::Mpg123); $mp = POE::Component::Player::Mpg123->new(); $mp->play("/tmp/test.mp3"); POE::Kernel->run(); This component is used to manipulate the mpg123 player from within a POE application. The less common but open-source mpg321 has also been tested.... Platforms: *nix

License: Freeware Size: 7.17 KB Download (104): POE::Component::Player::Mpg123 Download

Added: June 21, 2010 | Visits: 2.026

Layer-7 Packet Classifier for Linux Layer-7 Packet Classifier for Linux is a classifier for the Linux kernels Netfilter subsystem that identifies packets based on application layer data (OSI layer 7). This means that it can classify packets as HTTP, FTP, Gnucleus, eDonkey2000, etc, regardless of port. Our classifier complements... Platforms: *nix

License: Freeware Size: 89.09 KB Download (130): Layer-7 Packet Classifier for Linux Download

Added: May 04, 2010 | Visits: 1.518

Decibel Audio Player Decibel Audio Player project is a GTK+ open-source (GPL license) audio player designed for GNU/Linux, which aims at being very straightforward to use by mean of a very clean and user friendly interface. It aims also at being a real audio player and, as such, it does not include features that... Platforms: *nix

License: Freeware Size: 102.4 KB Download (116): Decibel Audio Player Download

Added: April 19, 2010 | Visits: 1.171

Games::Battleship::Player Games::Battleship::Player is a Battleship player class. SYNOPSIS use Games::Battleship::Player; $aeryk = Games::Battleship::Player->new(name => Aeryk); $gene = Games::Battleship::Player->new(name => Gene); print Player 1: , $aeryk->name, "n", Player 2: , $gene->name, "n";... Platforms: *nix

License: Freeware Size: 11.26 KB Download (113): Games::Battleship::Player Download

Added: October 07, 2010 | Visits: 1.255

Packet Construction Set 0.5 Packet Construction Set is a set of Python modules and objects that make building network protocol code easier for the protocol developer. The core of the system is the pcs module itself which provides the necessary functionality to create classes that implement packets. Installation... Platforms: *nix

License: Freeware Size: 368.64 KB Download (105): Packet Construction Set 0.5 Download

Added: September 26, 2010 | Visits: 2.965

Stone TCP/IP packet repeater Stone is an application layer TCP/IP packet repeater. It repeats TCP and UDP packets from the inside of a firewall to the outside or vice versa. It is simple, supports OpenSSL for encrypting and decrypting packets, performing client and server verifications, and sending a substring of the... Platforms: *nix

License: Freeware Size: 83.97 KB Download (271): Stone TCP/IP packet repeater Download

Added: April 14, 2010 | Visits: 771

Volity::Player Volity::Player is a Perl module for Volity players, from a referees perspective. An object of this class represents a Volity player present at a table. The referee creates one of these objects for every player who comes to that refs table. The player might not actually play the game (i.e. sit... Platforms: *nix

License: Freeware Size: 102.4 KB Download (88): Volity::Player Download

Added: November 08, 2010 | Visits: 983

DCOP::Amarok::Player DCOP::Amarok::Player is a Perl extension to speak to an amaroK player object via systems DCOP. SYNOPSIS use DCOP::Amarok::Player; $player = DCOP::Amarok::Player->new(); $player->playPause(); print $player->getRandom(); This module is a quick hack to get an interface between perl and... Platforms: *nix

License: Freeware Size: 4.1 KB Download (98): DCOP::Amarok::Player Download

Added: March 21, 2010 | Visits: 1.356

Packet Garden Packet Garden is a project that allows you to grow a world from network traffic. Packet Garden captures information about how you use the internet and uses this stored information to grow a private world you can later explore. To do this, Packet Garden takes note of all the servers you visit,... Platforms: *nix

License: Freeware Size: 2.5 MB Download (115): Packet Garden Download

Added: August 08, 2010 | Visits: 1.437

MP3::Player::PktConcert MP3::Player::PktConcert is a Perl OO wrapper to John Seagulls C API to the Intel Pocket Concert. SYNOPSIS use MP3::Player::PktConcert; my $pocket_concert = new MP3::Player::PktConcert; my $proc_port = $pocket_concert->mount(); $pocket_concert->open(); my @tracks =... Platforms: *nix

License: Freeware Size: 13.31 KB Download (98): MP3::Player::PktConcert Download

Added: March 11, 2010 | Visits: 1.336

aeon music player aeon is a music player that is meant to look nice and have an interface that is as easy to use as possible. In contrast to BMPx it is entirely library based, which means you cant add individual files to it, but you have rather to add them to the library beforehand. You can only play files... Platforms: *nix

License: Freeware Size: 645.12 KB Download (108): aeon music player Download

Added: October 09, 2010 | Visits: 1.884

XMMS Plugin for Ogle DVD Player XMMS Plugin for Ogle DVD Player is an XMMS plugin, that allows it to play DVDs, using Ogle DVD Player as a backend. All this packages are original and I didnt make any modifications : a52dec-x.x.x jpeg-x libdvdcss-x.x.x libdvdread-x.x.x libxml2-x.x.x mad-x.x.x ogle-x.x.x 1.) To... Platforms: *nix

License: Freeware Size: 6.3 MB Download (142): XMMS Plugin for Ogle DVD Player Download

Added: March 24, 2010 | Visits: 941

Term::TtyRec::Player Term::TtyRec::Player is a Perl module that playbacks ttyrec data. SYNOPSIS use Term::TtyRec::Player; use FileHandle; # $handle is any IO::* object my $handle = FileHandle->new(file.tty); my $player = Term::TtyRec::Player->new($handle); # options can be set as hashref my $player =... Platforms: *nix

License: Freeware Size: 4.1 KB Download (111): Term::TtyRec::Player Download

Added: March 14, 2010 | Visits: 1.119

Ambisonics Player Ambisonics Player is a simple player for ambisonics files. Ambisonics Player is programmed in Java, which means that (in theory) should be able to run on all platforms that java runs on. Java-sound must also be implemented on the platform. It has been developed on Windows XP running Java 1.5,... Platforms: *nix

License: Freeware Size: 2.3 MB Download (198): Ambisonics Player Download

Added: April 20, 2010 | Visits: 835

Chess::FIDE::Player Chess::FIDE::Player is a Perl module to parse player data from FIDE Rating List. SYNOPSIS use Chess::FIDE::Player qw(@FIDE_field); my $player = Chess::FIDE::Player->new(%param); print $player->id() . "n"; $player->value(field); Chess::FIDE::Player - Parse player data from FIDE Rating... Platforms: *nix

License: Freeware Size: 1.1 MB Download (97): Chess::FIDE::Player Download

Added: September 15, 2010 | Visits: 2.126

DNS Blacklist Packet Filter 0.6 DNS Blacklist Packet Filter project is a Linux netfilter client that decides whether to accept or drop packets based on the results of a DNS blacklist query (such as MAPS, SORBS, or SPEWS, to name a few). One use is to filter all incoming SMTP SYN packets for spam filtering.. Platforms: *nix

License: Freeware Size: 163.84 KB Download (312): DNS Blacklist Packet Filter 0.6 Download

Added: March 09, 2010 | Visits: 1.971

Net::DHCP::Packet Net::DHCP::Packet is a Perl module with object methods to create a DHCP packet. SYNOPSIS use Net::DHCP::Packet; my $p = new Net::DHCP::Packet->new( Chaddr => 000BCDEF, Xid => 0x9F0FD, Ciaddr => 0.0.0.0, Siaddr => 0.0.0.0, Hops => 0); Represents a DHCP packet as specified in RFC 1533,... Platforms: *nix

License: Freeware Size: 21.5 KB Download (110): Net::DHCP::Packet Download

Added: September 24, 2010 | Visits: 1.670

Lien Mp3 Player Lien Mp3 Player is a mp3 and audio cd player for GNU Linux console. All you need is a Pentium 90 or faster computer (you can do mono output if you have slower computer), GNU Library 2.0 or above and ncurses 5. The project was improved many many times by recommendation of users. Now it is even... Platforms: *nix

License: Freeware Size: 112.64 KB Download (141): Lien Mp3 Player Download

Added: February 18, 2010 | Visits: 1.087

SBStudio PAC player SBStudio PAC player is a library written in ANSI C to decode SBStudio PAC music modules into a stream of integer PCM audio data. SBStudio PAC player is not a player in itself since theres no code to actually write the audio data anywhere. It is designed to be used in plugins, such as XMMS-PAC.... Platforms: *nix

License: Freeware Size: 30.72 KB Download (195): SBStudio PAC player Download

< 1 2 3 4 5 >