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

Pure Code Player freeware
Filter: All | Freeware | Demo
 

Pure Code Player

< 1 2 3 4 5 > 
Added: July 27, 2010 | Visits: 1.059

POE::Component::Player::Xmms POE::Component::Player::Xmms is a wrapper for the Xmms player. SYNOPSIS use POE qw(Component::Player::Xmms); POE::Component::Player::Xmms->spawn({ alias => xmms }); $kernel->post(xmms => play => test.mp3); POE::Kernel->run(); This component is used to manipulate the Xmms player from...



Platforms: *nix

License: Freeware Size: 95.23 KB Download (92): POE::Component::Player::Xmms Download

Added: January 08, 2010 | Visits: 1.595

Code::Perl Code::Perl is a Perl module to produce Perl code from a tree. SYNOPSIS use Code::Perl::Expr qw( :easy ); my $c = derefh(scal(hash), calls(getkey)); print $c->perl; # ($hash)->{getkey()} Code::Perl allows you to build chunks of Perl code as a tree and then when youre finished building,...





Platforms: *nix

License: Freeware Size: 17.41 KB Download (175): Code::Perl Download

Added: July 11, 2010 | Visits: 1.957

Beep Media Player RSS feed provider Beep Media Player RSS feed provider is a tool for generating RSS feeds of songs played by BMP. bmp-rss-feeder is a plugin for the Beep Media Player that makes it possible to publish an RSS feed containing the names of recently played songs. The feed can be published both locally and on the...


Platforms: *nix

License: Freeware Size: 245.76 KB Download (115): Beep Media Player RSS feed provider Download

Added: April 23, 2010 | Visits: 1.059

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

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: May 04, 2010 | Visits: 1.508

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 (110): Decibel Audio Player Download

Added: April 19, 2010 | Visits: 1.164

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: January 10, 2010 | Visits: 1.745

The Pure Perl RayCaster The Pure Perl RayCaster is a small simple Ray casting application written completely in Perl without using any 3D API library or OpenGL. For the GUI, Pure Perl RayCaster uses wxPerl (WxWindows port to Perl). Pure Perl RayCaster can load a 3D object from a file (in RAW format), display the...


Platforms: *nix

License: Freeware Size: 29.7 KB Download (104): The Pure Perl RayCaster Download

Added: April 05, 2010 | Visits: 1.228

Pure FTP Server Pure FTP Server is a fast, production quality, standards-conformant FTP server based on Troll-FTPd. Pure FTP Server has no known vulnerability, it is trivial to set up, and it is especially designed for modern kernels. Features include PAM support, IPv6, chroot()ed home directories, virtual...


Platforms: *nix

License: Freeware Size: 552.96 KB Download (117): Pure FTP Server Download

Added: September 18, 2010 | Visits: 698

XMMSMG XMMSMG is a XMMS based player that removes the graphical user interface code. It allows one to use remote players like the gnome xmms applet without bringing up another window. Others are using it as a base for their own standalone mp3 players. To install you have to be root and to follow these...


Platforms: *nix

License: Freeware Size: 174.08 KB Download (90): XMMSMG Download

Added: April 14, 2010 | Visits: 766

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: 978

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: April 03, 2010 | Visits: 797

Class::Multimethods::Pure Class::Multimethods::Pure is a Perl module that contains a method-ordered multimethod dispatch. SYNOPSIS use Class::Multimethods::Pure; package A; sub magic { rand() > 0.5 } package B; use base A; package C; use base A; BEGIN { multi foo => (A, A) => sub { "Generic catch-all"; };...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (87): Class::Multimethods::Pure Download

Added: August 08, 2010 | Visits: 1.430

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

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

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: October 13, 2010 | Visits: 924

MPEG4ip Player MPEG4IP provides an end-to-end system to explore streaming multimedia. The package includes many existing open source packages and the "glue" to integrate them together. This is a tool for streaming video and audio that is standards-oriented and free from proprietary protocols and extensions....


Platforms: *nix

License: Freeware Size: 614.4 KB Download (121): MPEG4ip Player Download

Added: November 24, 2010 | Visits: 1.691

PHP Active Code Library PHP Active Code Library (ACL) is a PHP 5 class used to store and call PHP files that are stored in a database. The files are stored in a plain text field and not a binary field. PHP ACL also takes care of include/require calls. If a file includes another file stored in the database, PHP ACL...


Platforms: *nix

License: Freeware Size: 13.31 KB Download (129): PHP Active Code Library Download

Added: March 24, 2010 | Visits: 935

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 (110): Term::TtyRec::Player Download

Added: March 14, 2010 | Visits: 1.116

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

< 1 2 3 4 5 >