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

Cbq Init freeware
Filter: All | Freeware | Demo
 

Cbq Init

< 1 2 3 4 5 > 
Added: September 25, 2010 | Visits: 2.155

Games::Baseball::Scorecard Games::Baseball::Scorecard is a Perl module. SYNOPSIS my $score = Games::Baseball::Scorecard->new($dir, $name, { color => [ .4, .4, .4 ], # grey fonts => [ # Myriad Condensed regular/bold [ myriadrcrrl => 9 ], [ myriadrcbrl => 14 ], [ myriadrcrrl => 14 ], [ myriadrcbrl => 22 ], ], });... Platforms: *nix

License: Freeware Size: 348.16 KB Download (183): Games::Baseball::Scorecard Download

Added: September 11, 2010 | Visits: 565

Gtk2::TrayIcon Gtk2::TrayIcon is a Perl interface to the EggTrayIcon library. SYNOPSIS use Gtk2::TrayIcon; Gtk2->init; my $icon= Gtk2::TrayIcon->new("test"); my $label= Gtk2::Label->new("test"); $icon->add($label); $icon->show_all; Gtk2->main; ABSTRACT This module allows a Perl developer to... Platforms: *nix

License: Freeware Size: 7.17 KB Download (89): Gtk2::TrayIcon Download

Added: July 22, 2010 | Visits: 593

Gtk2::TrayManager Gtk2::TrayManager is a Perl bindings for EggTrayManager. SYNOPSIS use Gtk2 -init; use Gtk2::TrayManager; my $screen = Gtk2::Gdk::Screen->get_default; if (Gtk2::TrayManager->check_running($screen)) { print STDERR "A tray manager is already running, sorry!n"; exit 256; } my $tray =... Platforms: *nix

License: Freeware Size: 11.26 KB Download (92): Gtk2::TrayManager Download

Added: March 21, 2010 | Visits: 1.620

Proxy Applet Proxy Applet is a GNOME tray applet for changing your network proxy configuration with a single click, in a manner similar to Galeon 1.x. Galeon used to have a single click Network Proxy selector in their menu, which I used frequently. In a discussion with Epiphany developers about this same... Platforms: *nix

License: Freeware Size: 81.92 KB Download (116): Proxy Applet Download

Added: June 01, 2010 | Visits: 905

Template::Plugin::ByDate Template::Plugin::ByDate is a Perl module that keeps/removes included text based on whether the current date is within range. SYNOPSIS [% USE ByDate %] [% FILTER ByDate starting = 2006-05-02 until = 2006-08-22 %] This text only shows up from May 2, 2006 through August 22, 2006. [% END... Platforms: *nix

License: Freeware Size: 4.1 KB Download (100): Template::Plugin::ByDate Download

Added: November 04, 2010 | Visits: 794

KHTB KHTB provides a GUI for the htb.init script with XML data storage. KHtb is a GUI for the htb.init script with XML data storage. It can import/export the htb.init tree, and can be used to edit a remote htb.init tree. Whats New in This Release: - Added Working tree - Added local project... Platforms: *nix

License: Freeware Size: 1024 KB Download (96): KHTB Download

Added: October 23, 2010 | Visits: 2.094

Bio::Tools::Run::PiseApplication::charge Bio::Tools::Run::PiseApplication::charge is a Perl module. Bio::Tools::Run::PiseApplication::charge Bioperl class for: CHARGE Protein charge plot (EMBOSS) Parameters: (see also: http://bioweb.pasteur.fr/seqanal/interfaces/charge.html for available values): charge (String) init... Platforms: *nix

License: Freeware Size: 829.44 KB Download (101): Bio::Tools::Run::PiseApplication::charge Download

Added: January 17, 2010 | Visits: 1.005

AI::NNFlex AI::NNFlex is a base Perl class for implementing neural networks. SYNOPSIS use AI::NNFlex; my $network = AI::NNFlex->new(config parameter=>value); $network->add_layer( nodes=>x, activationfunction=>function); $network->init(); $network->lesion( nodes=>PROBABILITY,... Platforms: *nix

License: Freeware Size: 33.79 KB Download (94): AI::NNFlex Download

Added: October 16, 2010 | Visits: 962

AI::NNFlex::Reinforce AI::NNFlex::Reinforce is a very simple experimental NN module. SYNOPSIS use AI::NNFlex::Reinforce; my $network = AI::NNFlex::Reinforce->new(config parameter=>value); $network->add_layer(nodes=>x,activationfunction=>function); $network->init(); use AI::NNFlex::Dataset; my $dataset... Platforms: *nix

License: Freeware Size: 33.79 KB Download (90): AI::NNFlex::Reinforce Download

Added: March 09, 2010 | Visits: 1.110

AI::NNFlex::Backprop AI::NNFlex::Backprop project is a fast, pure perl backprop Neural Net simulator. SYNOPSIS use AI::NNFlex::Backprop; my $network = AI::NNFlex::Backprop->new(config parameter=>value); $network->add_layer(nodes=>x,activationfunction=>function); $network->init(); use... Platforms: *nix

License: Freeware Size: 33.79 KB Download (91): AI::NNFlex::Backprop Download

Added: September 01, 2010 | Visits: 908

VaryOnApplet VaryOnApplet is a pushbutton process-control applet for Gnome. After VaryOnApplet is installed, you will need to logout and log back into Gnome, or you can force the panel to reload by killing it: killall gnome-panel As soon as the panel recovers, you can add the VaryOnApplet to it by right... Platforms: *nix

License: Freeware Size: 68.61 KB Download (106): VaryOnApplet Download

Added: August 08, 2010 | Visits: 1.189

Speech::Recognizer::SPX::Server Speech::Recognizer::SPX::Server is a Perl module for writing streaming audio speech recognition servers using Sphinx2. SYNOPSIS my $sock = new IO::Socket(... blah blah blah ...); my $log = new IO::File(server.log); my $audio_fh = new IO::File(speech.raw); my $srvr =... Platforms: *nix

License: Freeware Size: 91.14 KB Download (111): Speech::Recognizer::SPX::Server Download

Added: June 14, 2010 | Visits: 920

Audio::MFCC Audio::MFCC is a Perl module for computing mel-frequency cepstral coefficients. SYNOPSIS use Audio::MFCC; my $fe = Audio::MFCC->init(%params) $fe->start_utt; my @ceps = $fe->process_utt($rawdata, $nsamps); my $leftover = $fe->end_utt; This module provides an interface to the Sphinx-II... Platforms: *nix

License: Freeware Size: 91.14 KB Download (138): Audio::MFCC Download

Added: March 07, 2010 | Visits: 1.101

Rock Linux ROCK is a Distribution Build Kit. You can configure your personal build of ROCK and easily build your own distribution (see the screenshots). Rock Linux is software for managing operating environments. In a way it is a software development toolkit for building OS solutions. The available config... Platforms: *nix

License: Freeware Size: 666 MB Download (107): Rock Linux Download

Added: November 14, 2010 | Visits: 3.173

ser2net The ser2net daemon allows telnet and TCP sessions to be established with a units serial ports. Note that ser2net supports RFC 2217 (remote control of serial port parameters), but you must have a complient client. The only one I know it is kermit application (http://www.columbia.edu/kermit).... Platforms: *nix

License: Freeware Size: 296.96 KB Download (150): ser2net Download

Added: October 18, 2010 | Visits: 861

XML::EasySQL XML::EasySQL is a two-way SQL/XML base class for Perl. SYNOPSIS ... # fetch a database row as hash ref my $data = $db->selectrow_hashref(select * from users where id = 2); # init the new EasySQL data object my $data_object = EasySqlChildClass->new({data=>$data}); # get the root XML... Platforms: *nix

License: Freeware Size: 11.26 KB Download (89): XML::EasySQL Download

Added: July 25, 2010 | Visits: 755

PlusPlus PlusPlus is a Delphi, VB, Java-like Perl preprocessor. SYNOPSIS ### Case 1: plain script use PlusPlus; /* This is a long awaited multiline comment */ my $nested_hash = {outer => {inner => {a => 1, b => [19, 73], c => 3}}} $nested_hash.outer.inner.a = 5; # colon in variable names... Platforms: *nix

License: Freeware Size: 7.17 KB Download (100): PlusPlus Download

Added: September 02, 2010 | Visits: 1.021

DynaPage::Document::ext::include DynaPage::Document::ext::include module contains extensions of DynaPag::Document. METHODS template ( $self, $job ) : bool syntax: !include.template =- B< file_name > See also DynaPage::Template NOTE: $self is parent document object (eg blessed into DynaPage::Document) data ( $self,... Platforms: *nix

License: Freeware Size: 4.1 KB Download (95): DynaPage::Document::ext::include Download

Added: June 01, 2010 | Visits: 893

KeysID KeysID project is a highly configurable linux daemon which lets you intercept keyboard key press and make them execute the programs you want. Its thought for laptop and multimedia keyboards, which usually have more keys than standard keyboards, but it works with all the keys. Installation:... Platforms: *nix

License: Freeware Size: 11.26 KB Download (96): KeysID Download

Added: February 12, 2010 | Visits: 929

MLDBM::TinyDB MLDBM::TinyDB is a Perl module that can help you to create and manipulate structured MLDBM tied hash references. SYNOPSIS use MLDBM::TinyDB; ## or use MLDBM::TinyDB qw/db add_common/; @common = qw/created updated/; ## optional $tree = [TABLE, FIELDS_LIST, [TABLE1, FIELDS_LIST1,... Platforms: *nix

License: Freeware Size: 10.24 KB Download (92): MLDBM::TinyDB Download

< 1 2 3 4 5 >