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

Papyrus Italic software
Filter: All | Freeware | Demo
 

Papyrus Italic

< 1 2 3 4 5 
Added: August 13, 2010 | Visits: 830

Regexp::Extended Regexp::Extended is a Perl wrapper that extends the re module with new features. SYNOPSIS use Regexp::Extended qw(:all); # (?<>...): named parameters $date =~ /(? d+)-(? d+)-(? d+)/; if ("2002-10-30" =~ /$date/) { print "The date is : $::year->[0]-$::month->[0]-$::day->[0]n"; }...



Platforms: *nix

License: Freeware Size: 5.12 KB Download (93): Regexp::Extended Download

Added: February 09, 2010 | Visits: 972

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 (95): HTML::WikiConverter::Oddmuse Download

Added: January 08, 2010 | Visits: 780

PGPLOT::Simple PGPLOT::Simple is a simple Perl Interface to PGPLOT. SYNOPSIS use strict; use PGPLOT::Simple qw(:essential); die "Must provide a filename.n" unless @ARGV; my $filename = shift; chomp $filename; unless ( $filename =~ /.ps$/ ) { $filename .= ".ps"; } set_begin({ file =>...


Platforms: *nix

License: Freeware Size: 33.79 KB Download (95): PGPLOT::Simple Download

Added: January 12, 2010 | Visits: 1.187

Arbitrary Command Output Colourer acoc is a regular-expression based colour formatter for programs that display output on the command-line. It works as a wrapper around the target program, executing it and capturing the stdout stream. Optionally, stderr can be redirected to stdout, so that it, too, can be manipulated. acoc then...


Platforms: *nix

License: Freeware Size: 40.96 KB Download (94): Arbitrary Command Output Colourer Download

Added: April 03, 2010 | Visits: 897

Gtk2::Ex::MindMapView Gtk2::Ex::MindMapView is a Perl module to display mind map or outline on a Gnome2::Canvas. HEIRARCHY Glib::Object +----Gtk2::Object +----Gtk2::Widget +----Gtk2::Container +----Gtk2::Layout +----Gnome2::Canvas +----Gtk2::Ex::MindMapView SYNOPSIS #!/usr/bin/perl -w use strict; use...


Platforms: *nix

License: Freeware Size: 50.18 KB Download (98): Gtk2::Ex::MindMapView Download

Added: June 13, 2010 | Visits: 1.140

GD::Simple GD::Simple module is a simplified interface to GD library. SYNOPSIS use GD::Simple; # create a new image $img = GD::Simple->new(400,250); # draw a red rectangle with blue borders $img->bgcolor(red); $img->fgcolor(blue); $img->rectangle(10,10,50,50); # draw an empty rectangle with...


Platforms: *nix

License: Freeware Size: 256 KB Download (100): GD::Simple Download

Added: September 20, 2013 | Visits: 1.107

NoteCase NoteCase is a hierarchical note manager (aka. outliner). It helps you organize your everyday text notes into a single document, with individual notes placed in the tree-like structure (each note can have its sub-notes, ...). To ensure your privacy, encrypted document format is supported, along...


Platforms: *nix

License: Freeware Size: 911.36 KB Download (111): NoteCase Download

Added: August 15, 2010 | Visits: 985

Hash::Diff::Dispatch Hash::Diff::Dispatch allows to execute code depending on difference between hashes. SYNOPSIS my $hash_watcher = Hash::Diff::Dispatch->new( {}, # Sets the starting hash # The events will be called using the order returned # by calling keys on these values... b => &bold, i => &italic,...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (101): Hash::Diff::Dispatch Download

Added: February 13, 2010 | Visits: 1.212

Pod::POM::View::HTML::Filter Pod::POM::View::HTML::Filter Perl module can use filters on sections of your pod documents. SYNOPSIS In your POD: Some coloured Perl code: =begin filter perl # now in full colour! $A++; =end filter =for filter=perl $A++; # this works too This should read C : =begin filter foo...


Platforms: *nix

License: Freeware Size: 24.58 KB Download (94): Pod::POM::View::HTML::Filter Download

Added: November 04, 2010 | Visits: 1.368

pod2man pod2man is a Perl module that can convert POD data to formatted *roff input. SYNOPSIS pod2man [--section=manext] [--release=version] [--center=string] [--date=string] [--fixed=font] [--fixedbold=font] [--fixeditalic=font] [--fixedbolditalic=font] [--official] [--lax] [--quotes=quotes] [input...


Platforms: *nix

License: Freeware Size: 6 MB Download (134): pod2man Download

Added: April 19, 2010 | Visits: 1.261

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: December 26, 2016  |  Added: December 28, 2016 | Visits: 1.797

symbol Symbol Character Map gives you the possibility to choose between several preset maps from a drop-down list. The content of the selected map with symbols is revealed directly in the main window. If you happen to think that the characters are displayed with a small font, you may enable the larger...


Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Shareware Cost: $6.95 USD Size: 3.63 MB Download (203): symbol Download

Added: October 12, 2010 | Visits: 553

Class::Prototyped::Mixin Class::Prototyped::Mixin Perl module contains Mixin Support for Class::Prototyped. SYNOPSIS Usage one: whip up a class and toss it in a scalar package HelloWorld; sub hello { my ($self, $age) = @_; return "Hello World! I am $age years old" } package HelloWorld::Uppercase; use base...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (86): Class::Prototyped::Mixin Download

Added: June 22, 2010 | Visits: 787

Template::Plugin::KwikiFormat Template::Plugin::KwikiFormat is a filter to convert kwiki formatted text to html. SYNOPSIS [% USE KwikiFormat %] [% FILTER kwiki %] == title *bold* /italic/ [% END %] A wrapper around Kwiki::Formatter. Template::Plugin::KwikiFormat allows you to use KwikiFormats in data displayed...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (87): Template::Plugin::KwikiFormat Download

Added: September 21, 2010 | Visits: 1.322

Wap IRC Gateway Wap-IRC gateway allows you to chat on IRC with any WAP-enabled mobile phone. It works by running the server program on a Unix-like system that is accessible over the Internet. It doesnt require phones which have programs written in Java. I am Tomas Vilda, student studying at University of...


Platforms: *nix

License: Freeware Size: 19.46 KB Download (133): Wap IRC Gateway Download

Added: March 24, 2010 | Visits: 859

Vine Linux Vine Linux project is a Linux distribution with a highly customized Japanese environment. Many applications supporting Kanji-Strings are included and are pre-configured so that they work just after installation is complete. Window Maker is the standard window manager in Vine Linux. The menus...


Platforms: *nix

License: Freeware Size: 640 MB Download (104): Vine Linux Download

Added: August 14, 2010 | Visits: 870

WAIT WAIT Perl module is a rewrite of the freeWAIS-sf engine in Perl and XS. The central idea of the system is to provide a framework and the building blocks for any indexing and search system the users might want to build. Obviously the framework limits the class of system which can be build....


Platforms: *nix

License: Freeware Size: 98.3 KB Download (88): WAIT Download

Added: November 09, 2010 | Visits: 1.231

SWF::Builder::Character::EditText SWF::Builder::Character::EditText is a SWF dynamic editable text object. SYNOPSIS my $text = $mc->new_dynamic_text( $font ) ->size(10) ->color(000000) ->text(This is a text.); my $text_i = $text->place; my $field = $mc->new_input_field; $field->place; ^This module creates dynamic...


Platforms: *nix

License: Freeware Size: 163.84 KB Download (97): SWF::Builder::Character::EditText Download

Added: January 25, 2010 | Visits: 307

OptimaHTML OptimaHTML is a high-quality tool for reducing the size of your webpages and optimizing HTML code to make pages load faster in browsers.OptimaHTML has several features which you wonOt find anywhere else. Itremoved unneeded tags, spaces and carriage returns from the HTML code,without making any...


Platforms: Mac

License: Shareware Cost: $0.00 USD Size: 1020 KB Download (93): OptimaHTML Download

Added: January 25, 2010 | Visits: 525

SQLBoss Monitor SQLBoss Monitor is the first-choice tool for managing the content ofweb-enabled databases. The import/export functionality and the dynamicallygenerated data entry layouts provide a very easy and flexible way to keepWebSites up-to-date. With the built-in WYSIWYG HTML Field-Editor it is...


Platforms: Mac

License: Demo Cost: $0.00 USD Size: 1024 KB Download (95): SQLBoss Monitor Download

< 1 2 3 4 5