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

Writing Official Letter freeware
Filter: All | Freeware | Demo
 

Writing Official Letter

< 1 2 3 4 5 > 
Added: September 19, 2010 | Visits: 850

libmrss libmRSS is a C library for parsing, writing, and creating RSS (Rich Site Summary or Really Simple Syndication, but not RDF Site Summary) files or streams. Whats New in This Release: - This release fixes the new API for error codes and messages.. Andrea Marchesini - bakunin homepage Platforms: *nix

License: Freeware Size: 348.16 KB Download (98): libmrss Download

Added: February 19, 2010 | Visits: 885

libnxml nXML is a C library for parsing, writing, and creating XML 1.0 and 1.1 files or streams. libnxml library supports UTF-8, UTF-16be and UTF-16le, UCS-4 (1234, 4321, 2143, 2312). Installation: The simplest way to compile this package is: 1. `cd to the directory containing the packages source... Platforms: *nix

License: Freeware Size: 337.92 KB Download (96): libnxml Download

Added: June 09, 2010 | Visits: 1.190

Geo::Shapelib Geo::Shapelib is a Perl extension for reading and writing shapefiles as defined by ESRI. SYNOPSIS use Geo::Shapelib qw/:all/; or use Geo::Shapelib qw/:all/; my $shapefile = new Geo::Shapelib { Name => stations, Shapetype => POINT, FieldNames => [Name,Code,Founded]; FieldTypes =>... Platforms: *nix

License: Freeware Size: 266.24 KB Download (134): Geo::Shapelib Download

Added: October 14, 2010 | Visits: 950

pldap Pldap short from PAM LDAP Module is an experimental attempt at writing a new LDAP authentication module for PAM. It is currently beta code, and only implements the basic elements of LDAP authentication. However, it does provide all the elements of a PAM module, and can be used to authenticate... Platforms: *nix

License: Freeware Size: 296.96 KB Download (93): pldap Download

Added: June 07, 2010 | Visits: 964

Libquicktime Libquicktime is a library for reading and writing quicktime files. Note: libquicktime is in no way related to the original quicktime software, which can be found here. You should not expect all quicktime files created by original software to be playable by libquicktime or vice versa. You might,... Platforms: *nix

License: Freeware Size: 1003.52 KB Download (113): Libquicktime Download

Added: February 13, 2010 | Visits: 1.208

Control Library Control Library is a small C++ library for writing control applications. It can be compiled for either generic Unix userspace or for kernelspace under RTLinux 3.2. Control Library frees a programmer from having to write control applications in low-level C code under RTLinux, while allowing the... Platforms: *nix

License: Freeware Size: 18.43 KB Download (104): Control Library Download

Added: August 08, 2010 | Visits: 1.187

Speech::Recognizer::SPX::Server Speech::Recognizer::SPX::Server is a Perl module for writing streaming audio speech recognition servers using Sphinx2. SYNOPSIS my $sock = new IO::Socket(... blah blah blah ...); my $log = new IO::File(server.log); my $audio_fh = new IO::File(speech.raw); my $srvr =... Platforms: *nix

License: Freeware Size: 91.14 KB Download (111): Speech::Recognizer::SPX::Server Download

Added: August 13, 2010 | Visits: 1.081

spell-karamba spell-karamba is a desktop applet for SuperKaramba that spells the typed words - letter by letter. You can choose from deutsch, english, american, international and NATO spelling. Installation: Actually the installation is pretty easy: Copy all files from the tarball into a new folder. A... Platforms: *nix

License: Freeware Size: 17.41 KB Download (98): spell-karamba Download

Added: June 24, 2013 | Visits: 732

DrPython DrPython is a highly customizable text editor geared towards writing programs in Python quickly and easily. It is written in Python using the wxPython toolkit (which makes use of the Scintilla text control internally). Platforms: *nix

License: Freeware Size: 614.4 KB Download (104): DrPython Download

Added: May 16, 2010 | Visits: 825

re2c 0.12.2 / re2c is a tool for writing flexible and fast lexers. Unlike other such tools, it concentrates solely on generating efficient code for matching regular expressions. This make it suitable for a wide variety of applications. The generated scanners approach hand-crafted ones in terms of size and... Platforms: *nix

License: Freeware Size: 122.88 KB Download (97): re2c 0.12.2 / Download

Added: October 27, 2010 | Visits: 965

Eiffel INET Eiffel INET provides an Eiffel classes for writing IPV4 (TCP/UDP) servers and clients. Eiffel INET is a set of Eiffel classes (written to be used with SmallEiffel) which allow writing TCP and UDP clients & servers. Programs written with Eiffel INET run in a single thread-less process that... Platforms: *nix

License: Freeware Size: 25.6 KB Download (107): Eiffel INET Download

Added: May 05, 2010 | Visits: 848

libsndfile Libsndfile is a C library for reading and writing files containing sampled sound (such as the Apple/SGI AIFF format and MS Windows WAV) through one standard library interface. The library was written to compile and run on a Linux system but should compile and run on just about any Unix... Platforms: *nix

License: Freeware Size: 808.96 KB Download (97): libsndfile Download

Added: January 27, 2010 | Visits: 1.049

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: June 17, 2013 | Visits: 1.112

PoDoFo PoDoFo is a library to work with the PDF file format. The name comes from the first letter of PDF (Portable Document Format). A few tools to work with PDF files are already included in the PoDoFo package. The PoDoFo library is a free, portable C++ library which includes classes to parse PDF... Platforms: *nix

License: Freeware Size: 1.03 MB Download (140): PoDoFo Download

Added: April 04, 2010 | Visits: 1.041

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: April 09, 2010 | Visits: 878

inetlib inetlib is a small and optimized library for writing IRC bots and clients for Linux in C. A small IRC bot that uses all the features of the library is included with the source. Whats New in This Release: - New end-user funcions: irc_connect(), irc_disconnect(), irc_receive() and... Platforms: *nix

License: Freeware Size: 48.13 KB Download (101): inetlib Download

Added: March 15, 2010 | Visits: 1.124

DGNLib DGNLib is a small C/C++ library for reading and writing DGN files. Building: This is a preliminary source distribution, and I have not gone to any pains to make it easy to configure and build. To build please do the following: 1. Update cpl_config.h to represent your platform accurately.... Platforms: *nix

License: Freeware Size: 112.64 KB Download (200): DGNLib Download

Added: September 26, 2013 | Visits: 1.140

Texinfo Texinfo is the official documentation format of the GNU project. It was invented by Richard Stallman and Bob Chassell many years ago, loosely based on Brian Reid's Scribe and other formatting languages of the time. Texinfo project is used by many non-GNU projects as well. Texinfo uses a single... Platforms: *nix

License: Freeware Size: 2.62 MB Download (103): Texinfo Download

Released: October 10, 2012  |  Added: October 10, 2012 | Visits: 1.259

libdaemon libdaemon is a lightweight C library that eases the writing of UNIX daemons. libdaemon consists of the following parts: - A wrapper around fork() which does the correct daemonization procedure of a process - A wrapper around syslog() for simpler and compatible log output to Syslog or STDERR -... Platforms: *nix

License: Freeware Size: 337.92 KB Download (100): libdaemon Download

Added: November 07, 2010 | Visits: 829

SuperTreck Supertreck is a combination of subjects that tries to recreate in the writing-desk the style Star Treck. Installation: 1) Install e16 (or better) 2) Install the “Icars Dr 16” theme 3) From KDM, choose "e-KDE" as your session 4) Install the theme "Supertreck" and modify its colour... Platforms: *nix

License: Freeware Size: 716.8 KB Download (92): SuperTreck Download

< 1 2 3 4 5 >