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

Audio::Beep::Linux::PP 0.11

  Date Added: August 02, 2010  |  Visits: 1.024

Audio::Beep::Linux::PP

Report Broken Link
Printer Friendly Version


Product Homepage
Download (100 downloads)



Audio::Beep::Linux::PP is a PurePerl implementation of an Audio::Beep player. SYNOPSIS my $player = Audio::Beep::Linux::PP->new(); USAGE The new class method will return you a new player object. No other option is available right now. NOTES You need to be root to play something using this module. Otherwise your script should be SUID root (but i wont suggest that). Or you could own the tty where you execute this, but it cannot be an xterm. Its better to install the beep program by Johnathan Nightingale and then SUID that small program. This module is just a rewriting of the core function of the beep program. I took everything from there so credit goes again to Johnathan Nightingale. As this is a PurePerl module i had to do some assumption, like the KIOCSOUND constant to be 0x4B2F (which may not be your case). The CLOCK_TICK_RATE is also taken from beep..

Requirements: No special requirements
Platforms: Linux
Keyword: Audiobeeplinuxpp Implementation Libraries Pp Programming Pureperl
Users rating: 0/10

License: Freeware Size: 33.79 KB
USER REVIEWS
More Reviews or Write Review


AUDIO::BEEP::LINUX::PP RELATED
Libraries  -  PHP Design by Contract 1.0
PHP Design by Contract provides a basic implementation of contract programming in PHP 5.3+. The base Contract class allows new or existing classes to define properties as protected Attributes and methods as Routines, which require argument...
31.24 KB  
Libraries  -  Digest::SHA::PurePerl 5.45
Digest::SHA::PurePerl is a Perl implementation of SHA-1/224/256/384/512. SYNOPSIS In programs: # Functional interface use Digest::SHA::PurePerl qw(sha1 sha1_hex sha1_base64 ...); $digest = sha1($data); $digest = sha1_hex($data);...
30.72 KB  
Libraries  -  Remote Tea 1.0.6
Remote Tea project delivers a fully fledged implementation of the ONC/RPC protocol for the Java 2/1.1 platforms. Complete client and server functionality is available, as is client access to the portmapper. The package contains an rpcgen-like...
727.04 KB  
Code Management Tools  -  Objective Modula-2 1.00 (ReferenceImplementation)
Objective Modula-2 programming language is a hybrid between Smalltalk and Modula-2 based on the object model and runtime of Objective-C. The design is an example how native Cocoa/GNUstep support can be added to static imperative programming...
19.46 KB  
Libraries  -  Java Unified Expression Language 2.1.0
Java Unified Expression Language is an implementation of the unified expression language (EL) as specified by the JSP 2.1 standard (JSR-245). The javax.el.ExpressionFactory implementation is de.odysseus.el.ExpressionFactoryImpl: // create an...
235.52 KB  
Libraries  -  LibYAML 0.0.1
LibYAML is a C library implementation of a YAML 1.1 parser and emitter. LibYAML includes a Python language binding. To build and install LibYAML, run $ ./configure $ make # make install Whats New in This Release: - This is a functionally...
409.6 KB  
Libraries  -  KGSueMe 0.99
KGSSueMe aims to provide a sample implementation of a client for the popular Kiseido Go Server. KGSueMe project stresses documenting the protocol by giving developers code, so that they can write their own clients, rather than to provide a...
573.44 KB  
Libraries  -  Gozirra 0.4.1
Gozirra is a lightweight implementation of the Stomp specification. As of the first release it includes both client and server implementations for Java. The name stinks, and may change. Stomp (previously TTMP) is a simple publish/subscribe...
22.53 KB  
Libraries  -  Python SRS Library 0.30.11
Python SRS Library is a Python implementation of the Sender Rewriting Scheme. Python SRS Library is a fairly direct translation of the draft implementation in Perl by Shevek. It includes a test suite, which currently checks four levels of...
37.89 KB  
Development Tools  -  MatPlanWDM 1.0
MatPlanWDM is a network planning tool for wavelength-routing WDM networks. The input parameters to the planning problem are the network physical topology, the traffic matrix, and technological constraints like the number of transmitters,...
1.66 MB  
NEW DOWNLOADS IN PROGRAMMING, LIBRARIES
Programming  -  Cedalion for Linux 0.2.6
Cedalion is a programming language that allows its users to add new abstractions and define (and use) internal DSLs. Its innovation is in the fact that it uses projectional editing to allow the new abstractions to have no syntactic limitations.
471.04 KB  
Programming  -  Math::GMPf 0.29
Math::GMPf - perl interface to the GMP library's floating point (mpf) functions.
30.72 KB  
Programming  -  Net::Wire10 1.08
Net::Wire10 is a Pure Perl connector that talks to Sphinx, MySQL and Drizzle servers. Net::Wire10 implements the low-level network protocol, alias the MySQL wire protocol version 10, necessary for talking to one of the aforementioned...
30.72 KB  
Programming  -  logilab-common 0.56.2
a bunch of modules providing low level functionnalities shared among some python projects devel Please note that some of the modules have some extra dependencies. For instance, logilab.common.db will require a db-api 2.0 compliant...
174.08 KB  
Programming  -  OpenSSL for linux 1.0.0a
The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a...
3.83 MB  
Libraries  -  wolfSSL 4.0.0
The wolfSSL embedded SSL/TLS library is a lightweight SSL library written in ANSI standard C and targeted for embedded and RTOS environments - primarily because of its small size, speed, and feature set. It is commonly used in standard operating...
3.88 MB  
Libraries  -  EuGTK 4.8.9
Makes it easy to develop good- looking, fast, cross-platform programs that run on Linux, OS X, and Windows. Euphoria is a very fast interpreted/compiled language with straight-forward syntax. EuGTK allows programming in a clean, object-oriented...
10.68 MB  
Libraries  -  Linux User Group Library Manager 1.0
The LUG Library Manager is a project to help Linux User Groups start their own library. A LUG library is helpful to the community at large because it increases access to information, and gives everyone the opportunity to become more knowledgeable.
5.35 KB  
Libraries  -  Module::MakefilePL::Parse 0.12
Module::MakefilePL::Parse is a Perl module to parse required modules from Makefile.PL. SYNOPSIS use Module::MakefilePL::Parse; open $fh, Makefile.PL; $parser = Module::MakefilePL::Parse->new( join("", ) ); $info = $parser->required;...
8.19 KB  
Libraries  -  sqlpp 0.06
sqlpp Perl package is a SQL preprocessor. sqlpp is a conventional cpp-alike preprocessor taught to understand SQL ( PgSQL, in particular) syntax specificities. In addition to the standard #define/#ifdef/#else/#endif cohort, provides also...
10.24 KB