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

Dhcp Client Id Tivo freeware
Filter: All | Freeware | Demo
 

Dhcp Client Id Tivo

< 1 2 3 4 5 > 
Added: October 12, 2010 | Visits: 822

FSP Client FSP Client is single executable client for the FSP protocol. Client uses an FTP-like user interface. People usually find this program easier to use that multiple client programs in FSP protocol suite. If you are at least somewhat familiar with command line FTP and want to try FSP, this program is... Platforms: *nix

License: Freeware Size: 122.88 KB Download (93): FSP Client Download

Added: June 20, 2010 | Visits: 1.393

POE::Component::Client::AirTunes POE::Component::Client::AirTunes is a Perl module with stream music to Airport Express. SYNOPSIS use POE qw( Component::Client::AirTunes ); POE::Component::Client::AirTunes->new( host => $ip, alias => "airtunes", events => { connected => connected, error => error, done => done, },... Platforms: *nix

License: Freeware Size: 3.07 KB Download (119): POE::Component::Client::AirTunes Download

Added: September 14, 2010 | Visits: 1.789

PHP Client Sniffer PHP Client Sniffer is a PHP class file that allows one to quickly determine the clients browser and system information based on the HTTP_USER_AGENT string. The class can be used to generate browser specific html marks and other client side scripting. Whats New in This Release: - add k-meleon... Platforms: *nix

License: Freeware Size: 20.48 KB Download (119): PHP Client Sniffer Download

Added: July 07, 2010 | Visits: 1.093

MusicBrainz::Client MusicBrainz::Client is a MusicBrainz Client API. SYNOPSIS use MusicBrainz::Client; use MusicBrainz::Queries qw(:all); my $mb = MusicBrainz::Client->new(); if(! $mb->query_with_args( MBQ_FindArtistByName, [ "Pink Floyd" ]) ) { die("Query failed: ", $mb->get_query_error(), "n"); } print... Platforms: *nix

License: Freeware Size: 23.55 KB Download (119): MusicBrainz::Client Download

Added: May 21, 2010 | Visits: 1.001

Bundle::MusicBrainz::Client Bundle::MusicBrainz::Client is a Perl module with a bundle to install MusicBrainz::Client and required modules. SYNOPSIS perl -MCPAN -e install Bundle::MusicBrainz::Client CONTENTS MusicBrainz::Client - for to get to know thyself MusicBrainz::Queries 0.05 - The RDF Query Constants... Platforms: *nix

License: Freeware Size: 2.05 KB Download (91): Bundle::MusicBrainz::Client Download

Added: September 01, 2010 | Visits: 928

TiVo::Calypso TiVo::Calypso is a Perl interface to the TiVo Calypso protocol. SYNOPSIS use TiVo::Calypso; my $server = TiVo::Calypso::Server->new( SERVER_NAME => "My Server", CACHE_DIR => "/tmp" ); my $music_service = TiVo::Calypso::Container::Music->new( TITLE => "Music Library", PATH => "/mp3",... Platforms: *nix

License: Freeware Size: 13.31 KB Download (98): TiVo::Calypso Download

Added: October 13, 2010 | Visits: 1.183

SMM++ Mud Client SMM++ Mud Client project is a client with mapping functionality and lots of other features. SMM++ Mud Client is a mud client with extended and unique features. Aside from all standard mud client functionality like ANSI color support, aliases, action triggers, and tab-completion, SMM++... Platforms: *nix

License: Freeware Size: 245.76 KB Download (104): SMM++ Mud Client Download

Added: September 18, 2010 | Visits: 1.268

dhcp-helper dhcp-helper is a simple, straightforward DHCP relay agent which I wrote as alternative to the ISC relay. Its Linux only, but doesnt require any kernel support other than the network stack. (No LPF or packet sockets.) If you use this software, please let me know; I would like some idea if it... Platforms: *nix

License: Freeware Size: 13.31 KB Download (124): dhcp-helper Download

Added: September 06, 2010 | Visits: 2.176

Free Simulated Radar Client Free Simulated Radar Client project is a framework for radar clients for virtual air traffic control networks. Free Simulated Radar Client is a framework for radar clients for virtual air traffic control networks (e.g., VATSIM and IVAO). Currently work is occuring on a radar client (an ASRC... Platforms: *nix

License: Freeware Download (245): Free Simulated Radar Client Download

Added: May 27, 2010 | Visits: 927

DHCPsql DHCPsql projects implements the RFC2132 and at least RFC3046 as a dynamic configurable SQL-based DHCP server, based on the udhcpd code, extended to mask-and-select by client DHCP packets. Targets: - Discover, start with a working pre prototype, always send first ip in subnet - Leases, SQL... Platforms: *nix

License: Freeware Size: 44.03 KB Download (94): DHCPsql Download

Added: March 03, 2010 | Visits: 1.005

Lingua::ID::Nums2Words Lingua::ID::Nums2Words is a Perl module to convert number to Indonesian verbage. SYNOPSIS use Lingua::ID::Nums2Words ; print nums2words(123) ; # "seratus dua puluh tiga" print nums2words_simple(123) ; # "satu dua tiga" nums2words currently can handle real numbers in normal and scientific... Platforms: *nix

License: Freeware Size: 3.07 KB Download (94): Lingua::ID::Nums2Words Download

Added: August 08, 2010 | Visits: 1.268

Spring Rich Client Spring-RCPs mission is to provide an elegant way to build highly-configurable, GUI-standards-following rich-client applications faster by leveraging the Spring Framework, and a rich library of UI factories and support classes. The Spring Rich Client Project (RCP) is a sub-project of The Spring... Platforms: *nix

License: Freeware Size: 15.7 MB Download (96): Spring Rich Client Download

Added: November 16, 2010 | Visits: 1.907

MiniUPnP Client and Daemon 1.0 MiniUPnP Client and Daemon is an UPnP IGD client lightweight library and UPnP IGD daemon. The UPnP protocol is supported by most home adsl/cable routers and Windows 2K/XP. The aim of the MiniUpnp project is to bring a free software solution to support the "Internet Gateway Device" part of the... Platforms: *nix

License: Freeware Size: 20.48 KB Download (220): MiniUPnP Client and Daemon 1.0 Download

Added: April 04, 2010 | Visits: 1.447

Net::Nessus::Client Net::Nessus::Client is a Nessus client module. SYNOPSIS # Connect to the Nessus Server require Net::Nessus::Client; my $client = Net::Nessus::Client->new(host => localhost, port => 1241, user => joe, password => my_password); The Nessus program is a Client/Server application offering a... Platforms: *nix

License: Freeware Size: 16.38 KB Download (130): Net::Nessus::Client Download

Added: November 05, 2010 | Visits: 1.603

Paradise 2000 Netrek Client Paradise 2000 represents my bend of the Paradise Netrek client. Paradise 2000 Netrek Client is not a fork, because that would imply parallel development, but no one else has done anything with the client since about five years ago. Paradise 2000 is in fact one of the most, if not the most,... Platforms: *nix

License: Freeware Size: 993.28 KB Download (98): Paradise 2000 Netrek Client Download

Added: February 19, 2010 | Visits: 1.537

W3MAIL - fast and small web-mail client W3MAIL - fast and small web-mail client written in PHP5. It provides easy webmail access to IMAP accounts and has very few requirements to install.. Platforms: *nix

License: Freeware Size: 60.42 KB Download (116): W3MAIL - fast and small web-mail client Download

Added: January 25, 2010 | Visits: 961

TiVo Desktop TiVo Desktop makes music and photos you publish to your DVR available on your home network. Please note: Does not support AAC audio files (including music purchased at the iTunes Music Store). Platforms: Mac

License: Freeware Download (166): TiVo Desktop Download

Added: January 25, 2010 | Visits: 1.123

CrossFTP Client CrossFTP is a free multi-tabbed FTP client to fetch and transmit files through network.It uses a familiar, Explorer-like interface so that the novice user can master in minutes.Some features:Web starting and updatingInternational CJK word supportLocal File searchMulti-tabArchive... Platforms: Mac

License: Freeware Size: 2 KB Download (111): CrossFTP Client Download

Released: January 01, 2011  |  Added: January 16, 2011 | Visits: 2.149

CyberCafePro Client CyberCafePro is the most trusted name in the Internet cafe software market -- since 1999 delivering reliably in over 175 countries. CyberCafePro Client 6 is free and effectively manages all timed public access computing environments (cyber cafes, gaming centers, telecentres, schools, libraries,... Platforms: Windows

License: Freeware Size: 14.76 MB Download (454): CyberCafePro Client Download

Released: November 15, 2012  |  Added: November 15, 2012 | Visits: 1.050

Microsoft Security Essentials & ForeFront Client Security Definition Updates This package will help you install the latest Microsoft ForeFront Client Security definition updates. mpam-fe.exe Antimalware Full + Engine package (for x86, amd64, ia64) Contains engine (mpengine.dll), mpasbase.vdm, mpasdlta.vdm, mpavbase.vdm, mpavdlt.vdm, mpsigstub.exe. mpam-d.exe... Platforms: Windows


< 1 2 3 4 5 >