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

Writer S Digest Books freeware
Filter: All | Freeware | Demo
 

Writer S Digest Books

< 1 2 3 4 5 > 
Added: January 27, 2010 | Visits: 1.050

XML::Writer XML::Writer is a Perl extension for writing XML documents. SYNOPSIS use XML::Writer; use IO::File; my $output = new IO::File(">output.xml"); my $writer = new XML::Writer(OUTPUT => $output); $writer->startTag("greeting", "class" => "simple"); $writer->characters("Hello, world!");... Platforms: *nix

License: Freeware Size: 22.53 KB Download (91): XML::Writer Download

Added: April 04, 2010 | Visits: 1.042

OPML Writer OPML Writer is a PHP4 class for writing OPML files with an object-oriented approach.. Platforms: *nix

License: Freeware Size: 163.84 KB Download (110): OPML Writer Download

Added: November 07, 2010 | Visits: 1.377

S.C.O.U.R.G.E. S.C.O.U.R.G.E. is a rogue-like game in the fine tradition of NetHack and Moria. S.C.O.U.R.G.E. project sports a graphical front-end, similar to glHack or the Falcons eye.. Platforms: *nix

License: Freeware Size: 2.9 MB Download (99): S.C.O.U.R.G.E. Download

Added: October 20, 2010 | Visits: 778

Mail::Digest::Tools Mail::Digest::Tools is a Perl module that has tools for digest versions of mailing lists. SYNOPSIS use Mail::Digest::Tools qw( process_new_digests reprocess_ALL_digests reply_to_digest_message repair_message_order consolidate_threads_multiple consolidate_threads_single... Platforms: *nix

License: Freeware Size: 68.61 KB Download (95): Mail::Digest::Tools Download

Added: February 17, 2010 | Visits: 1.140

Graph::Writer::DrGeo Graph::Writer::DrGeo can save the graph output DrGeo scheme script. SYNOPSIS my $g = new Graph; # Add some vertices/edges to $g my $writer = Graph::Writer::DrGeo->new(); $writer->write_graph($g,"graph.scm"); # graph.scm can be evaluated and rendered with Dr.Geo Dr. Geo is a GTK... Platforms: *nix

License: Freeware Size: 8.19 KB Download (95): Graph::Writer::DrGeo Download

Added: April 06, 2010 | Visits: 1.528

S-Terminal S-terminal lets you create a secure X terminal over an ecrypted tunnel. Regular X terminals pass unencrypted data between you the remote machine. S-terminal creates an encrypted tunnel through which all X traffic passes. It replaces the remote xdm login screen with a local application that... Platforms: *nix

License: Freeware Size: 52.22 KB Download (114): S-Terminal Download

Added: June 20, 2010 | Visits: 1.820

RSS Writer class RSS Writer class is XML-RSS feed generator for content syndication. It extends the XML Writer class to generate XML-RSS documents. It features simplified definitions of channel and item properties, support for defining optional channel graphic images and search form text inputs, support for RSS... Platforms: *nix

License: Freeware Download (140): RSS Writer class Download

Added: January 13, 2010 | Visits: 969

Digest::SHA::PurePerl 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); $digest = sha1_base64($data); $digest = sha256($data);... Platforms: *nix

License: Freeware Size: 30.72 KB Download (93): Digest::SHA::PurePerl Download

Added: March 26, 2010 | Visits: 828

WebCache::Digest WebCache::Digest is a Cache Digest implementation in Perl. SYNOPSIS use WebCache::Digest; # fetching a digest via HTTP $d = new WebCache::Digest; $d->fetch("flibbertigibbet.swedish-chef.org", 3128); # dump header fields out for info print STDERR $d->dump_header(); # saving a digest... Platforms: *nix

License: Freeware Size: 14.34 KB Download (94): WebCache::Digest Download

Added: November 17, 2010 | Visits: 1.063

Digest::SHA1 Digest::SHA1 is a Perl interface to the SHA-1 algorithm. SYNOPSIS # Functional style use Digest::SHA1 qw(sha1 sha1_hex sha1_base64); $digest = sha1($data); $digest = sha1_hex($data); $digest = sha1_base64($data); $digest = sha1_transform($data); # OO style use Digest::SHA1; $sha1... Platforms: *nix

License: Freeware Size: 38.91 KB Download (114): Digest::SHA1 Download

Added: April 23, 2010 | Visits: 1.518

Philips Music Writer Philips Music Writer is a program for typesetting music. It reads text files as input, and generates PostScript as output. Philips Music Writer can also write simple MIDI files for proofhearing purposes. PMW is written in C and is freestanding; that is, it does not require additional processing... Platforms: *nix

License: Freeware Size: 1.2 MB Download (136): Philips Music Writer Download

Added: October 15, 2010 | Visits: 897

XML::SAX::Writer XML::SAX::Writer is a Perl module with SAX2 Writer. SYNOPSIS use XML::SAX::Writer; use XML::SAX::SomeDriver; my $w = XML::SAX::Writer->new; my $d = XML::SAX::SomeDriver->new(Handler => $w); $d->parse(some options...); Why yet another XML Writer ? A new XML Writer was needed to match... Platforms: *nix

License: Freeware Size: 12.29 KB Download (105): XML::SAX::Writer Download

Added: November 21, 2010 | Visits: 2.227

S-M-S S-M-S stands for Slackware Mini Server ans is a Linux operating system console based and manageable through webmin interface. Although described as a mini server, have all the features of a powerful server such as apache2, sendmail, spamassassin, clamav, squid, iptables firewall, mysql, cups and... Platforms: *nix

License: Freeware Size: 218.6 MB Download (103): S-M-S Download

Added: May 11, 2010 | Visits: 1.137

Doc::Perlish::Writer Doc::Perlish::Writer is a base class for stream output functions. SYNOPSIS # using - generally use a subclass my $writer = Doc::Perlish::Writer::XML->new(); $doc->receiver($writer); $doc->send_all(); my $output = $writer->output; # an IO::All object # or, you can pass an object or... Platforms: *nix

License: Freeware Size: 56.32 KB Download (110): Doc::Perlish::Writer Download

Added: April 19, 2010 | Visits: 1.270

RTF::Writer RTF::Writer is a Perl module for generating documents in Rich Text Format. SYNOPSIS use RTF::Writer; my $rtf = RTF::Writer->new_to_file("greetings.rtf"); $rtf->prolog( title => "Greetings, hyoomon" ); $rtf->number_pages; $rtf->paragraph( fs40bi, # 20pt, bold, italic "Hi there!" );... Platforms: *nix

License: Freeware Size: 57.34 KB Download (118): RTF::Writer Download

Added: November 18, 2010 | Visits: 1.533

S-Jog S-Jog is a GUI for Sony VAIO Jog Wheel. S-Jog is a program that uses the Sony Vaio laptops Jog Wheel to launch user applications, adjust the screen brightness, volume, and also to scroll pages up and down (like a mousewheel). S-Jog pops up when you move the Jog Wheel, then disappears after 3... Platforms: *nix

License: Freeware Size: 153.6 KB Download (109): S-Jog Download

Added: April 03, 2010 | Visits: 1.728

Barcode Writer in Pure Postscript Barcode Writer in Pure Postscript is an award-winning open source project, as used by NASA, that facilitates the printing of all major barcode symbologies entirely within level 2 PostScript. Hence the process of generating a printed barcode representing a given input is performed entirely... Platforms: *nix

License: Freeware Size: 184.32 KB Download (143): Barcode Writer in Pure Postscript Download

Added: April 08, 2010 | Visits: 2.655

Digest::MD5::Reverse Digest::MD5::Reverse provides MD5 Reverse Lookup. MD5 sums (see RFC 1321 - The MD5 Message-Digest Algorithm) are used as a one-way hash of data. Due to the nature of the formula used, it is impossible to reverse it. This module provides functions to search several online MD5 hashes database... Platforms: *nix

License: Freeware Size: 2.05 KB Download (925): Digest::MD5::Reverse Download

Added: February 04, 2010 | Visits: 1.574

Thunderbird send as attachment(s) service menu Thunderbird send as attachment(s) service menu permits you to send selected file(s) as attachment(s) with thunderbird. Untar it and create a link in ~/.kde/share/apps/konqueror/servicemenu to the file email.desktop.. Download KDE-Apps.org Community Portal for KDE Applications Software Office... Platforms: *nix

License: Freeware Size: 10.24 KB Download (110): Thunderbird send as attachment(s) service menu Download

Added: June 15, 2010 | Visits: 1.262

S.M.A.R.T. Linux S.M.A.R.T. Linux is a bootable floppy distribution containing tool (smartmontools) for monitoring IDE/SCSI hard disks (using Self-Monitoring, Reporting and Analysis Technology). Why floppy? Probably because all other distributions containing this useful utility are CD versions [and not... Platforms: *nix

License: Freeware Size: 1.4 MB Download (118): S.M.A.R.T. Linux Download

< 1 2 3 4 5 >