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

Paragraph Summarizer freeware
Filter: All | Freeware | Demo
 

Paragraph Summarizer

< 1 2 3 4 5 > 
Added: February 09, 2010 | Visits: 981

HTML::WikiConverter::Oddmuse HTML::WikiConverter::Oddmuse is a Perl module that can convert HTML to Oddmuse markup. SYNOPSIS use HTML::WikiConverter; my $wc = new HTML::WikiConverter( dialect => Oddmuse ); print $wc->html2wiki( $html ); This module contains rules for converting HTML into Oddmuse markup. This dialect... Platforms: *nix

License: Freeware Size: 6.14 KB Download (96): HTML::WikiConverter::Oddmuse Download

Added: January 15, 2010 | Visits: 699

Peng2illa Peng2illa is a free agility based Pong clone inside a circle. Its fast, its tricky!! Are you ready for a totally new challange? There are different ways to defeat your enemies: - Charge up the ball to damage other players with lightning-bolts - Bounce on them and STOMP them - Put mines into... Platforms: *nix

License: Freeware Size: 5.4 MB Download (95): Peng2illa Download

Added: January 25, 2010 | Visits: 600

Style Flocker Style Flocker helps users organize their styles in one easily managed place, resulting in a personalized workflow. The user can create hierarchical groups of styles, even mixing different style types in one group if desired. The styles can then be effortlessly applied in the document just like... Platforms: Mac

License: Freeware Size: 1.3 MB Download (95): Style Flocker Download

Added: July 10, 2010 | Visits: 1.184

PDL::Indexing PDL::Indexing Perl module contains a tutorial on how to index piddles. This manpage should serve as a first tutorial on the indexing and threading features of PDL. This manpage is still in alpha development and not yet complete. "Meta" comments that point out deficiencies/omissions of this... Platforms: *nix

License: Freeware Size: 2.1 MB Download (94): PDL::Indexing Download

Added: November 09, 2010 | Visits: 1.165

PerlPoint::Import::POD PerlPoint::Import::POD is a standard PerlPoint import filter for POD. SYNOPSIS # command line: process a POD file perlpoint ... IMPORT:file.pod ... # or, in a PerlPoint source: // include a POD file with "pod" extension INCLUDE{import=1 file="example.pod"} // include a POD file... Platforms: *nix

License: Freeware Size: 11.26 KB Download (94): PerlPoint::Import::POD Download

Added: January 18, 2010 | Visits: 658

Text::TemplateFill Text::TemplateFill is a Perl module for formatting of reports with templates from files, use for I18N. SYNOPSIS use Text::TemplateFill; my $tmpl = new Text::TemplateFill; $tmpl->SetOpt(BaseDir => "paras/$Country"); $tmpl->SetOpt(ErrorFunction => &LogMsg, LineTerminator => "rn"); # Must... Platforms: *nix

License: Freeware Size: 21.5 KB Download (93): Text::TemplateFill Download

Added: September 05, 2010 | Visits: 686

magpy Magpy is a Python wrapper for the mg search engine. magpy module features fast full text sarch, indexing and boolean queries. Both mg and magpy are released under the GPL (General Public License). Installation: To install magpy from source, extract the archive magpy-*.tar.gz, and run the... Platforms: *nix

License: Freeware Size: 327.68 KB Download (93): magpy Download

Added: January 24, 2010 | Visits: 1.428

OpenOffice::OODoc::Intro OpenOffice::OODoc::Intro is a Perl module for an introduction to the Open OpenDocument Connector. The main goal of the Open OpenDocument Connector (OODoc) is to allow quick application development in 2 areas: - replacement of old-style, proprietary, client-based macros for intensive and... Platforms: *nix

License: Freeware Size: 215.04 KB Download (92): OpenOffice::OODoc::Intro Download

Added: July 15, 2010 | Visits: 695

libunicode Libunicode offers low-level Unicode (UTF-16) text processing functionality, which can be divided into three categories: - Character handling - String handling - Charsets handling Libunicode uses ISO/IEC 10646-defined UTF-16 encoding for storing and minipulating all character entities. It... Platforms: *nix

License: Freeware Size: 112.64 KB Download (92): libunicode Download

Added: April 17, 2010 | Visits: 1.028

Audio::MPEG Audio::MPEG is a Perl module for encoding and decoding of MPEG Audio (MP3). SYNOPSIS use Audio::MPEG; Audio::MPEG is a Perl interface to the LAME and MAD MPEG audio Layers I, II, and III encoding and decoding libraries. Rationale I have been building a fairly extensive MP3 library, and... Platforms: *nix

License: Freeware Size: 57 MB Download (92): Audio::MPEG Download

Added: January 04, 2010 | Visits: 744

Pod::WSDL Pod::WSDL is a Perl module that creates WSDL documents from (extended) pod. SYNOPSIS use Pod::WSDL; my $pod = new Pod::WSDL(source => My::Server, location => http://localhost/My/Server, pretty => 1, withDocumentation => 1); print $pod->WSDL; Parsing the pod How does Pod::WSDL work?... Platforms: *nix

License: Freeware Size: 27.65 KB Download (91): Pod::WSDL Download

Added: September 07, 2010 | Visits: 966

OpenOffice::OODoc OpenOffice::OODoc is The Perl Open OpenDocument Connector. SYNOPSIS use OpenOffice::OODoc; # get global access to the content of an OOo file my $document = ooDocument(file => "MyFile.odt"); # select a text element containing a given string my $place =... Platforms: *nix

License: Freeware Size: 215.04 KB Download (90): OpenOffice::OODoc Download

Added: February 18, 2010 | Visits: 854

utf8proc utf8proc is a library for processing UTF-8 encoded Unicode strings. Unicode normalization, mapping of new line functions (NLF) to standard paragraph and line separators, stripping of default ignorable characters, and case folding are supported. utf8proc library can be used in C programs, but... Platforms: *nix

License: Freeware Size: 276.48 KB Download (89): utf8proc Download

Added: May 23, 2010 | Visits: 869

Sort::ArbBiLex Sort::ArbBiLex is a Perl module that can make sort functions for arbitrary sort orders. SYNOPSIS use Sort::ArbBiLex ( fulani_sort, # ask for a &fulani_sort to be defined "a A c C ch Ch CH ch Ch CH e E l L lh Lh LH n N r R s S u U z Z " ); @words = <>; @stuff =... Platforms: *nix

License: Freeware Size: 16.38 KB Download (89): Sort::ArbBiLex Download

Added: June 23, 2010 | Visits: 1.011

OOoPy OOoPy is a Python library for modifying OpenOffice.org documents. It provides a set of transformations on the OOo XML format using the ElementTree XML Library. Transformations included are a mail merge application and the concatenation of documents with formatting intact. The framework supports... Platforms: *nix

License: Freeware Size: 29.7 KB Download (88): OOoPy Download

Added: June 23, 2010 | Visits: 817

ESP An ethics-enabled search engine can act as a complement to the well-known price search engines (a topic I have been working on earlier) and turn ethical considerations into an easily advertisable advantage. A search engine can store imprint and ethics of organizations that publish them and allow... Platforms: *nix

License: Freeware Size: 13.31 KB Download (87): ESP Download

Added: June 18, 2010 | Visits: 857

SVK::Log::Filter::Mndrix SVK::Log::Filter::Mndrix - my pretty-ish output format. SYNOPSIS > svk log --output mndrix -l3 -q 4353 mndrix 3-Aug-2006 Refactor log filters for a cleaner implementation 4351 glasser 2-Aug-2006 In SVK::Root::Checkout, add a list of unimplemented 4350 clkao 2-Aug-2006 Make nearest_copy... Platforms: *nix

License: Freeware Size: 6.14 KB Download (86): SVK::Log::Filter::Mndrix Download

Released: November 06, 2014  |  Added: November 22, 2014 | Visits: 1.104

Document.Editor Document.Editor is an open source multitab VB.Net/WPF Ribbon UI based word processor for Windows Vista, Windows 7 and Windows 8/8.1. Includes support for opening FlowDocument, Docx(text only), Html and plain/rich text formats and support for saving FlowDocument, Docx(text only), Html and... Platforms: Windows 8, Windows 7, Windows

License: Freeware Size: 3.29 MB Download (85): Document.Editor Download

Released: August 07, 2012  |  Added: August 07, 2012 | Visits: 1.094

Sense RTF Plugin This Plugin enables Rich Text Format files to be transfered between Microsoft Word and the Sense Document Editor. Providing multilevel bullet / numbered paragraph ListStyle and heading / paragraph Style conversions, Sense may be used as an effective two pane Editor for both Outlining and more... Platforms: Windows

License: Freeware Download (76): Sense RTF Plugin Download

Released: August 01, 2012  |  Added: August 01, 2012 | Visits: 507

DiffPDF DiffPDF is used to compare two PDF files - textually or visually, is developed by Mark Summerfield, he said 'In theory DiffPDF could be built on Windows, but I haven't managed to do it, so no Windows executable is available. The problem is that I don't know how to build the Poppler library on... Platforms: Windows

License: Freeware Size: 4.7 MB Download (71): DiffPDF Download

< 1 2 3 4 5 >