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

Tx Text Control Rapidspell Net Id freeware
Filter: All | Freeware | Demo
 

Tx Text Control Rapidspell Net Id

< 1 2 3 4 5 > 
Added: March 16, 2010 | Visits: 964

Net::Traces::SSFNet Net::Traces::SSFNet is a Perl module to analyze traces generated by SSFNet. SYNOPSIS use Net::Traces::SSFNet qw( droptail_record_player droptail_record_plotter ); $Net::Traces::SSFNet::PRINT_EXACT_DECIMAL_DIGITS = 0; $Net::Traces::SSFNet::SHOW_SOURCES = 1; $Net::Traces::SSFNet::SHOW_STATS... Platforms: *nix

License: Freeware Size: 10.24 KB Download (96): Net::Traces::SSFNet Download

Added: July 01, 2010 | Visits: 2.071

Net::DNS::ZoneFile Net::DNS::ZoneFile is a Perl extension to convert a zone file to a collection of RRs. SYNOPSIS use Net::DNS::ZoneFile; my $rrset = Net::DNS::ZoneFile->read($filename[, $root]); print $_->string . "n" for @$rrset; my $rrset = Net::DNS::ZoneFile->readfh($fh[, $root]); # OR my $rrset =... Platforms: *nix

License: Freeware Size: 8.19 KB Download (98): Net::DNS::ZoneFile Download

Added: October 27, 2010 | Visits: 1.095

Net::Stomp::Frame Net::Stomp::Frame is a STOMP Frame. SYNOPSIS use Net::Stomp::Frame; my $frame = Net::Stomp::Frame->new( { command => $command, headers => $headers, body => $body, } ); my $frame = Net::Stomp::Frame->parse($string); my $string = $frame->as_string; This module encapsulates a Stomp... Platforms: *nix

License: Freeware Size: 6.14 KB Download (127): Net::Stomp::Frame Download

Added: June 04, 2010 | Visits: 1.925

Teacher Control Panel Teacher Control Panel allows a teacher to monitor, lock, and operate student computers and broadcast the teachers screen to the students. Teacher Control Panel can work with a mix of Windows and Linux workstations. The screens are captured using VNC, and the teachers screen is broadcast using... Platforms: *nix

License: Freeware Size: 174.08 KB Download (176): Teacher Control Panel Download

Added: February 01, 2010 | Visits: 1.045

Text::Macro Text::Macro Perl module is a template facility whos focus is on generating code such as c, java or sql. While generating perl code is also possible, there is a potential conflict between the control-symbol and the perl comment symbol. Perl is excelent at manipulating text, and it begs the... Platforms: *nix

License: Freeware Size: 12.29 KB Download (94): Text::Macro Download

Added: September 18, 2010 | Visits: 2.112

Silver Shield PM Control for Linux Silver Shield PM Control for Linux (formerly known as sispm_ctl) is an application enabling the use of the GEMBIRD SiS-PM device under Linux. The SiS-PM is an itelligent advanced surge protector with unique features: 4 sockets are manageable from the PC via USB port (GEMBIRD LTD). Silver... Platforms: *nix

License: Freeware Size: 153.6 KB Download (111): Silver Shield PM Control for Linux Download

Added: July 18, 2010 | Visits: 1.904

Control Framework for PHP The purpose of the Control Framework for PHP (CFP) is to design and implement a completely OO based approach to Web UI design and form handling in PHP. Control Framework for PHPs main use is for building the UI layer of your PHP Web application. UI behavior can be encapsulated into UI elements... Platforms: *nix

License: Freeware Download (113): Control Framework for PHP Download

Added: January 23, 2010 | Visits: 1.917

Net::DAAP::Client Net::DAAP::Client is a client for Apple iTunes DAAP service. SYNOPSIS my $daap; # see WARNING below $daap = Net::DAAP::Client->new(SERVER_HOST => $hostname, SERVER_PORT => $portnum, PASSWORD => $password); $dsn = $daap->connect; $dbs_hash = $daap->databases; $current_db = $daap->db;... Platforms: *nix

License: Freeware Size: 12.29 KB Download (106): Net::DAAP::Client Download

Added: July 18, 2010 | Visits: 1.835

Net::Whois::RIPE Net::Whois::RIPE is an object-oriented Perl library module that provides methods to query, retrieve, and update RIPE-157 formatted objects from whois servers that support this format. In particular, both the Asian and European Internet Registries (whois.ripe.net and whois.apnic.net) support... Platforms: *nix

License: Freeware Size: 32.77 KB Download (100): Net::Whois::RIPE Download

Added: October 19, 2010 | Visits: 1.335

Net::UP::Notify Net::UP::Notify is a Perl module that can send "Net Alerts" to cellular phones with the "Unwired Planet" browser (AKA phone.com, AKA OpenWave UP.Browser). SYNOPSIS use Net::UP::Notify; $blah=new Net::UP::Notify; $blah->subscriberid("111111111-9999999_atlsnup2.adc.nexteldata.net");... Platforms: *nix

License: Freeware Size: 3.07 KB Download (109): Net::UP::Notify Download

Added: February 02, 2010 | Visits: 1.190

Text::LooseCSV Text::LooseCSV is a highly forgiving variable length record text parser; compare to MS Excel. SYNOPSIS use Text::LooseCSV; use IO::File; $fh = new IO::File $fname; $f = new Text::LooseCSV($fh); # Some optional settings $f->word_delimiter("t"); $f->line_delimiter("n");... Platforms: *nix

License: Freeware Size: 6.14 KB Download (105): Text::LooseCSV Download

Added: April 06, 2010 | Visits: 751

Net::FTPServer Net::FTPServer is a secure, extensible and configurable Perl FTP server. SYNOPSIS ftpd [--help] [-d] [-v] [-p port] [-s] [-S] [-V] [-C conf_file] [-P pidfile] [-o option=value] Net::FTPServer is a secure, extensible and configurable FTP server written in Perl. Current features include:... Platforms: *nix

License: Freeware Size: 122.88 KB Download (87): Net::FTPServer Download

Added: November 26, 2010 | Visits: 1.849

Master Combat Control Program Master Combat Control Program is an improved clone of the "Shadowrun-Assistent" program (as found on shadowrun.de). Its main goals are better usability, minor feature improvements, and i18n. It constists of a character editor, an initiative manager, and a dice roller. Whats New in This... Platforms: *nix

License: Freeware Size: 143.36 KB Download (132): Master Combat Control Program Download

Added: March 09, 2010 | Visits: 1.971

Net::DHCP::Packet Net::DHCP::Packet is a Perl module with object methods to create a DHCP packet. SYNOPSIS use Net::DHCP::Packet; my $p = new Net::DHCP::Packet->new( Chaddr => 000BCDEF, Xid => 0x9F0FD, Ciaddr => 0.0.0.0, Siaddr => 0.0.0.0, Hops => 0); Represents a DHCP packet as specified in RFC 1533,... Platforms: *nix

License: Freeware Size: 21.5 KB Download (110): Net::DHCP::Packet Download

Added: January 17, 2010 | Visits: 861

Text::ScriptTemplate Text::ScriptTemplate is a standalone ASP/JSP/PHP-style template processor. SYNOPSIS use Text::ScriptTemplate; $text = < # - any Perl expression is supported Message is: < %= $TEXT % >. # - also supports variable expansion < % } % >... Platforms: *nix

License: Freeware Size: 9.22 KB Download (91): Text::ScriptTemplate Download

Added: October 08, 2010 | Visits: 640

Net::XWhois Net::XWhois is a Whois Client Interface for Perl5. SYNOPSIS use Net::XWhois; $whois = new Net::XWhois Domain => "vipul.net" ; $whois = new Net::XWhois Domain => "bit.ch", Server => "domreg.nic.ch", Retain => 1, Parser => { nameservers => nserver:s+(S+), }; The Net::XWhois class... Platforms: *nix

License: Freeware Size: 17.41 KB Download (90): Net::XWhois Download

Added: April 20, 2010 | Visits: 756

Linux::net::dev Linux::net::dev is a Perl extension for parsing /proc/net/dev. SYNOPSIS use Linux::net::dev; my $devs = Linux::net::dev::info(); print "Devices (bytes read):n"; foreach (keys %$devs) { print " $_ ($devs->{$_}->{rbytes})n"; } Linux::net::dev parses /proc/net/dev for network devices... Platforms: *nix

License: Freeware Size: 6.14 KB Download (97): Linux::net::dev Download

Added: July 25, 2010 | Visits: 1.046

Text::Template::Inline Text::Template::Inline allows easy formatting of hierarchical data. SYNOPSIS # you can import any name you want instead of "render" use Text::Template::Inline render; # yields "Replace things and stuff." render { foo => things, bar => stuff, }, q ; # yields "Three Two One Zero"... Platforms: *nix

License: Freeware Size: 6.14 KB Download (94): Text::Template::Inline Download

Released: August 06, 2022  |  Added: September 13, 2022 | Visits: 2.008

Miraplacid Text Driver SDK TE Miraplacid Text Driver SDK generates virtual printer driver with all the functionality you find in Miraplacid Text Driver Terminal Server Edition. You can customize it and embed into your software. With the driver generated with Miraplacid Text Driver SDK TE, you can save the extracted... Platforms: Windows 7, Windows, Other

License: Freeware Size: 8.82 MB Download (497): Miraplacid Text Driver SDK TE Download

Released: January 25, 2011  |  Added: February 14, 2011 | Visits: 2.015

Bytescout Document SDK for .NET Generate Word documents (doc, docx) in ASP.NET, Visual Basic .NET and C#. Bytescout Document SDK is 100% managed .NET (1.10, 2.00 and higher) library for document (DOC, DOCX) writing, reading and modification. Benefits: * Microsoft Word (or Microsoft Office) is not required; * Made... Platforms: Windows

License: Freeware Size: 1.33 MB Download (233): Bytescout Document SDK for .NET Download

< 1 2 3 4 5 >