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

Remote Info freeware
Filter: All | Freeware | Demo
 

Remote Info

< 1 2 3 4 5 > 
Added: February 05, 2010 | Visits: 1.767

FLV::Info FLV::Info is an extract metadata from Flash Video files. SYNOPSIS use FLV::Info; my $reader = FLV::Info->new(); $reader->parse(video.flv); my %info = $reader->get_info(); print "$info{video_count} video framesn"; print $reader->report(); This module reads Macromedia FLV files and... Platforms: *nix

License: Freeware Size: 737.28 KB Download (128): FLV::Info Download

Added: August 01, 2010 | Visits: 1.630

Selenium Remote Control Selenium Remote Control project is a test tool that allows you to write automated web application UI tests in any programming language against any HTTP website using any mainstream JavaScript-enabled browser. Selenium Remote Control provides a Selenium Server, which can automatically... Platforms: *nix

License: Freeware Size: 8.3 MB Download (94): Selenium Remote Control Download

Added: November 24, 2010 | Visits: 1.016

AudioFile::Info::MP3::Info AudioFile::Info::MP3::Info is a Perl extension to get info from MP3 files. This is a plugin for AudioFile::Info which uses MP3::ID3Lib to get data about MP files. See AudioFile::Info for more details. METHODS new Creates a new object of class AudioFile::Info::MP3::Info. Usually called... Platforms: *nix

License: Freeware Size: 54.27 KB Download (106): AudioFile::Info::MP3::Info Download

Added: May 17, 2010 | Visits: 1.204

AudioFile::Info::MP3::Tag AudioFile::Info::MP3::Tag is a Perl extension to get info from MP3 files. This is a plugin for AudioFile::Info which uses MP3::Tag to get or set data about MP3 files. METHODS new Creates a new object of class AudioFile::Info::MP3::Tag. Usually called by AudioFile::Info::new.. Platforms: *nix

License: Freeware Size: 3.07 KB Download (105): AudioFile::Info::MP3::Tag Download

Added: August 05, 2010 | Visits: 1.009

Xmms::Remote Xmms::Remote is a Perl Interface to xmms_remote API. SYNOPSIS use Xmms::Remote (); my $remote = Xmms::Remote->new; $remote->play; This module provides a Perl interface to the xmms remote control interface. No docs yet, sorry, see test.pl and Xmms.pm for now. Platforms: *nix

License: Freeware Size: 184.32 KB Download (89): Xmms::Remote Download

Added: February 11, 2010 | Visits: 977

SNMP::Info::Layer3::N1600 SNMP::Info::Layer3::N1600 is a Perl5 Interface to Nortel 16XX Network Devices. SYNOPSIS # Let SNMP::Info determine the correct subclass for you. my $n1600 = new SNMP::Info( AutoSpecify => 1, Debug => 1, # These arguments are passed directly on to SNMP::Session DestHost => myswitch,... Platforms: *nix

License: Freeware Size: 133.12 KB Download (92): SNMP::Info::Layer3::N1600 Download

Added: July 24, 2010 | Visits: 2.131

DVB Remote Key Editor DVB Remote Key Editor project was made in order to have an easy way of modifying the keymaps of DVB-T remotes which are usually hardcoded in the corresponding kernel-modules. Currently this works for the following models: Haupauge Win-TV Nova-T USB2 dvb-usb-nova-t-usb2.ko 45 Cinergy T2... Platforms: *nix

License: Freeware Size: 14.34 KB Download (331): DVB Remote Key Editor Download

Added: February 10, 2010 | Visits: 1.074

Remote Tea 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 precompiler for converting .x files into Java... Platforms: *nix

License: Freeware Size: 727.04 KB Download (94): Remote Tea Download

Added: August 06, 2010 | Visits: 928

KuSys-Info KuSys-Info is a Ku(buntu) Sys(tem)-Info. KuSys-Info karamba applet is based on transwhite. I adapted it a bit and modified it so that it fits to my system and themes. Detection of OS is not automatically right now, so you probably have to adapt the script. To change to the right network... Platforms: *nix

License: Freeware Size: 35.84 KB Download (96): KuSys-Info Download

Added: March 04, 2010 | Visits: 1.432

Remote MySQL Query Remote MySQL Query is a PHP class that can easily execute queries on a remote MySQL server using only HTTP. It works by accessing a PHP script on the remote web server that executes queries based on passed in URL parameters. The client passes a secret key to the remote script to prevent... Platforms: *nix

License: Freeware Download (146): Remote MySQL Query Download

Added: June 20, 2010 | Visits: 1.118

Station Info Station Info program searches for and displays AM, FM, and TV station entries from databases supplied by the US Federal Communications Commission (also known as the FCC). The station-info program provides many ways of selecting a collection of stations for display, and several criteria by which... Platforms: *nix

License: Freeware Size: 204.8 KB Download (115): Station Info Download

Added: April 26, 2010 | Visits: 1.465

MP4::Info MP4::Info is a Perl module that can fetch info from MPEG-4 files (.mp4, .m4a, .m4p, .3gp). SYNOPSIS #!perl -w use MP4::Info; my $file = Pearls_Before_Swine.m4a; my $tag = get_mp4tag($file) or die "No TAG info"; printf "$file is a %s trackn", $tag->{GENRE}; my $info =... Platforms: *nix

License: Freeware Size: 133.12 KB Download (113): MP4::Info Download

Added: June 02, 2010 | Visits: 1.499

Remote Monitoring Agent Remote Monitoring Agent (RMA in short) is an auxiliary application for HostMonitor. Enterprise license for Advanced Host Monitor already includes license for 10 installations of the agent. Holders of a Lite, Standard or Professional licenses may buy an additional license for Remote Monitoring... Platforms: *nix

License: Freeware Size: 90.11 KB Download (105): Remote Monitoring Agent Download

Added: May 10, 2010 | Visits: 1.122

amaroK XUL Remote AmaroK XUL Remote is an amaroK script that allows you to control amaroK from any Firefox browser on your network.. AmaroK XUL Remote KDE-Apps.org Community Portal for KDE Applications Software Office Multimedia Graphic Network Printing Education Games Development Administration Scientific... Platforms: *nix

License: Freeware Size: 38.91 KB Download (99): amaroK XUL Remote Download

Added: January 26, 2010 | Visits: 997

SNMP::Info::Layer2::C2900 SNMP::Info::Layer2::C2900 is a SNMP Interface to Cisco Catalyst 2900 Switches running IOS. SYNOPSIS # Let SNMP::Info determine the correct subclass for you. my $c2900 = new SNMP::Info( AutoSpecify => 1, Debug => 1, # These arguments are passed directly on to SNMP::Session DestHost =>... Platforms: *nix

License: Freeware Size: 122.88 KB Download (93): SNMP::Info::Layer2::C2900 Download

Added: April 05, 2010 | Visits: 1.242

File::Remote File::Remote is a Perl module to read/write/edit remote files transparently. SYNOPSIS # # Two ways to use File::Remote # # First, the function-based style. Here, we can use the # special :replace tag to overload Perl builtins! # use File::Remote qw(:replace); # special :replace tag #... Platforms: *nix

License: Freeware Size: 15.36 KB Download (99): File::Remote Download

Added: September 25, 2010 | Visits: 1.731

Remote Gnu Database Manager Remote Gnu Database Manager is a network server daemon and client library for the standard GNU GDBM(3) database management interface, which itself incorporates Berkeley DBM. To setup after installation (these notes are for 2.1.33 or later), let make install do what it can, and then: 1. create... Platforms: *nix

License: Freeware Size: 77.82 KB Download (106): Remote Gnu Database Manager Download

Added: February 24, 2010 | Visits: 3.516

Remote Capture for Canon PowerShot cameras Remote Capture for Canon PowerShot cameras project is a tool for controlling Canon PowerShot cameras. The following cameras were reported to work with Capture. Please send a report to extend the list. Canon PowerShot S50 Canon PowerShot A60 Canon PowerShot A70 Canon PowerShot A75 Canon... Platforms: *nix

License: Freeware Size: 29.7 KB Download (412): Remote Capture for Canon PowerShot cameras Download

Added: September 05, 2010 | Visits: 1.322

Remote Python Call RPyC stands for Remote Python Call, a pun over remote procedure call. It is completely transparent and symmetrical. It is inspired by the work of eyal lotem (pybuild.sf.net) on pyinvoke, and was made for two purposes: Learning the lowlevel of the python language attempting to improve pyinvoke... Platforms: *nix

License: Freeware Size: 30.72 KB Download (94): Remote Python Call Download

Added: August 26, 2010 | Visits: 1.321

Remote Secure Command System Remote Secure Command System project is a remote asynchronous and secure command system based on a file configuration. A standalone server sends and receives commands through files, and a batch system launch ssh and scp commands.. Get A Remote Secure Command System at SourceForge.net. Fast,... Platforms: *nix

License: Freeware Size: 40.96 KB Download (97): Remote Secure Command System Download

< 1 2 3 4 5 >