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

Writer In Residence freeware
Filter: All | Freeware | Demo
 

Writer In Residence

1 2 3 4 5 > 
Added: April 03, 2010 | Visits: 1.717

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: January 18, 2010 | Visits: 902

SFSU Penaltybox The SFSU Penaltybox is a solution for high network traffic in residence halls. It implements a bandwidth quota, penalizing the users who cause most of the network congestion. When users go over their bandwidth quota in a time period their traffic is limited using a Packeteer PacketShaper for a...





Platforms: *nix

License: Freeware Size: 256 KB Download (102): SFSU Penaltybox Download

Added: October 15, 2010 | Visits: 889

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 18, 2013 | Visits: 489

KBarcode4-light KBarcode4-light is a simple barcode generator for KDE4. It supports many 1D and 2D barcode formats and can export them as images or PDF files. It is similar to KBarcode for KDE3, but less powerful. KBarcode4-light allows only to create single barcodes. As the port for KBarcode is not yet ready...


Platforms: *nix

License: Freeware Size: 81.92 KB Download (33): KBarcode4-light Download

Added: March 06, 2010 | Visits: 1.435

KBarcode KBarcode is a barcode and label printing application for Linux and KDE 3. KBarcode can be used to print every thing from simple business cards up to complex labels with several barcodes (e.g. article descriptions). KBarcode comes with an easy to use WYSIWYG label designer, a setup wizard,...


Platforms: *nix

License: Freeware Size: 512 KB Download (152): KBarcode Download

Released: August 21, 2012  |  Added: August 21, 2012 | Visits: 577

myTexts pro for Mac OS This is the companion application for the all new myTexts Apps for iPad and iPhone. 'Less is more', as minimalist architect Mies van der Rohe says. Not only is this aphorism true in architecture, its true in writing as well. Enter myTexts, software specifically designed with you, the writer, in...


Platforms: Mac

License: Freeware Size: 4.8 MB Download (57): myTexts pro for Mac OS Download

Added: June 03, 2013 | Visits: 399

HeyPublisher Submission Manager About HeyPublisher Submission ManagerThis plugin allows publishers and blog owners to accept unsolicited submissions from unregistered users. You no longer have to create accounts for each and every writer in your system who wants to submit content to you for consideration. Instead, submissions...


Platforms: PHP

License: Freeware Size: 10 KB Download (40): HeyPublisher Submission Manager Download

Added: May 10, 2013 | Visits: 688

All In One SEO Pack Windows Live Writer Bridge By default users are unable to specify custom fields from Windows Live Writer. InstallationUnpack and upload it to the /wp-content/plugins/ directory.Activate the plugin through the 'Plugins' menu in WordPress. Key features "All In One SEO Pack Windows Live Writer Bridge": - Allows users to add...


Platforms: Windows, Mac, *nix, PHP, BSD Solaris


Added: April 19, 2010 | Visits: 1.263

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

Released: October 23, 2013  |  Added: August 05, 2014 | Visits: 2.329

MegaMind Writer MegaMind Writer is a diligent CD/DVD burning app easy to use in creating safe backups and ISO files. Without overwhelming the user with inadequate features and functions, MegaMind Writer has stripped its architecture to what is relevant and helpful. It offers all that's needed when you burn...


Platforms: Windows, Windows 7

License: Freeware Size: 2.42 MB Download (306): MegaMind Writer Download

Added: January 18, 2010 | Visits: 1.595

XML::Writer::Simple XML::Writer::Simple is a Perl module to create XML files easily! SYNOPSIS use XML::Writer::Simple dtd => "file.dtd"; print para("foo",b("bar"),"zbr"); USAGE This module takes some ideas from CGI to make easier the life for those who need to generated XML code. You can use the module in...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (91): XML::Writer::Simple Download

Added: January 27, 2010 | Visits: 1.044

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: February 17, 2010 | Visits: 1.133

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: June 20, 2010 | Visits: 1.813

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: April 17, 2010 | Visits: 1.244

XML::TMX::Writer XML::TMX::Writer is a Perl extension for writing TMX files. SYNOPSIS use XML::TMX::Writer; my $tmx = new XML::TMX::Writer(); $tmx->start_tmx(ID => paulojjs); $tmx->add_tu(SRCLANG => en, en => some text, pt => algum texto); $tmx->add_tu(SRCLANG => en, en => some text, pt => algum...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (132): XML::TMX::Writer Download

Added: April 23, 2010 | Visits: 1.509

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

Released: September 13, 2011  |  Added: November 22, 2011 | Visits: 2.032

Kingsoft Writer Free 2012 As part of the Kingsoft Office Suite 2012, Kingsoft Writer 2012 is a powerful and user-friendly word processing program. It is fully compatible with all Microsoft Word, and it can process Microsoft Word files and save documents as various file formats including .doc, .docx, .txt, etc. formats...


Platforms: Windows

License: Freeware Size: 43.24 MB Download (112): Kingsoft Writer Free 2012 Download

Released: September 18, 2012  |  Added: September 18, 2012 | Visits: 936

Mac Help Writer for Mac OS Mac Help Writer makes help authoring for Mac OS X applications fast, simple and easy. Its streamlined user interface lets you quickly enter your application's help content in a step-by-step approach. You can easily format text using bullets and link from one help topic to another. When you're...


Platforms: Mac

License: Freeware Size: 2.5 MB Download (58): Mac Help Writer for Mac OS Download

Released: August 24, 2012  |  Added: August 24, 2012 | Visits: 687

PDFill PDF and Image Writer PDFill Image Writer (Printer) is installed as a virtual printer driver and allows you to convert any printable document from any application which supports printing into a standard PNG, JPG, BMP, TIF, or GIF image. The converted image retains all of the information from the original file and...


Platforms: Windows

License: Freeware Size: 11.7 MB Download (56): PDFill PDF and Image Writer Download

Released: July 12, 2012  |  Added: July 12, 2012 | Visits: 695

PDFill PDF and Image Writer x64 PDFill Image Writer (Printer) is installed as a virtual printer driver and allows you to convert any printable document from any application which supports printing into a standard PNG, JPG, BMP, TIF, or GIF image. The converted image retains all of the information from the original file and...


Platforms: Windows

License: Freeware Size: 11.7 MB Download (55): PDFill PDF and Image Writer x64 Download

1 2 3 4 5 >