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

Italic Calligraphy freeware
Filter: All | Freeware | Demo
 

Italic Calligraphy

< 1 2 3 4 5 > 
Added: September 21, 2010 | Visits: 1.328

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

Released: March 03, 2006  |  Added: April 01, 2006 | Visits: 3.942

Free Happy Easter Screensaver Soothing pink colors. A message of Happy Easter in beautiful calligraphy and a video shot of a bunny with Easter Eggs, moving softly over the screen. A free download.





Platforms: Windows

License: Freeware Size: 2.28 MB Download (124): Free Happy Easter Screensaver Download

Added: April 19, 2010 | Visits: 1.266

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: April 01, 2006 | Visits: 4.026

Animated Happy Easter Screensaver Soothing pink colors. A message of Happy Easter in beautiful calligraphy and a video shot of a bunny with Easter Eggs, moving softly over the screen. Install this screensaver right now and have a delightful Easter with the Easter bunny looking at you playfully from you desktop.


Platforms: Windows

License: Freeware Size: 2.28 MB Download (115): Animated Happy Easter Screensaver Download

Added: August 08, 2008 | Visits: 959

Glory Glory Font Family. Includes Glory Regular, Thin, Bold, Italic and combinations of same. 8 variations in all. This font is designed inside triangles. The uppercase letters fit inside equilateral triangles pointing down, the lowercase sets are actually uppercase letterforms that fit inside...


Platforms: Windows

License: Freeware Size: 100 KB Download (113): Glory Download

Added: September 20, 2013 | Visits: 1.115

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: March 24, 2010 | Visits: 863

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 (110): Vine Linux Download

Added: May 16, 2013 | Visits: 778

Guestwho Script GuestWho is template based, meaning you can create your own static layout for each page, and incorporate special content tags to add dynamic information from GuestWho (e.g. date, time, etc).Features:- Ability to export entries to a number of formats.- Auto-correction of missing "http://" on web...


Platforms: CGI and Perl

License: Freeware Size: 133.12 KB Download (108): Guestwho Script Download

Added: April 03, 2010 | Visits: 905

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 (104): Gtk2::Ex::MindMapView Download

Released: November 22, 2012  |  Added: July 25, 2013 | Visits: 1.478

.NET WYSIWYG HTML Editor .NET WYSIWYG HTML Editor is 100% freeware that used to design the HTML pages. It has 3 modes: 'Design' - the WYSIWYG HTML editor, 'Source' - view or write HTML code manually, 'Preview' - see the actual effect. It provides you with the following features/functions: save to HTML file, get HTML...


Platforms: Windows

License: Freeware Size: 472.46 KB Download (101): .NET WYSIWYG HTML Editor Download

Added: August 09, 2008 | Visits: 1.039

ClicksAndWhistles IRC Client ClicksAndWhistles is a free IRC client for Windows featuring multiple server connections. Support for multiple "identities"; Channel favourite list; Floating (desktop) and MDI windows. Themes, PNG image backgrounds and outline fonts; Pop-up and sound event notifications; Unicode (UTF-8) support;...


Platforms: Windows

License: Freeware Size: 940 KB Download (101): ClicksAndWhistles IRC Client Download

Added: August 15, 2010 | Visits: 990

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

Released: May 10, 2011  |  Added: May 18, 2011 | Visits: 1.299

Secure Notes Passwords, logins, credit cards, private plans, ideas and thoughts; organize and securely store all of your private information in a strongly encrypted and easy to access place. With all your information in one place, strongly secure, and readily accessible, Secure Notes will help you stay...


Platforms: Windows

License: Freeware Size: 1.09 MB Download (101): Secure Notes Download

Added: June 13, 2010 | Visits: 1.144

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: February 13, 2010 | Visits: 1.218

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 (100): Pod::POM::View::HTML::Filter Download

Added: October 12, 2010 | Visits: 1.386

HTML::WikiConverter::MediaWiki HTML::WikiConverter::MediaWiki is a Perl module used to convert HTML to MediaWiki markup. SYNOPSIS use HTML::WikiConverter; my $wc = new HTML::WikiConverter( dialect => MediaWiki ); print $wc->html2wiki( $html ); This module contains rules for converting HTML into MediaWiki markup. See...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (99): HTML::WikiConverter::MediaWiki Download

Added: November 09, 2010 | Visits: 1.237

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: February 09, 2010 | Visits: 977

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

Released: February 15, 2011  |  Added: May 21, 2011 | Visits: 1.103

Screensaver of Bismillah Bismillahir Rahmanir Rahim is a sentence comes from Holy Quran which teaches the Muslims to start their work with the name of Allah so that they can successfully complete their job. Though it is formed in limited words, its necessity is unlimited. The Muslim believe that a work if it is the most...


Platforms: Windows

License: Freeware Size: 1.38 MB Download (96): Screensaver of Bismillah Download

Added: January 08, 2010 | Visits: 784

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

< 1 2 3 4 5 >