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

Din Italic freeware
Filter: All | Freeware | Demo
 

Din Italic

< 1 2 3 4 5 > 
Added: January 25, 2010 | Visits: 1.897

FakeBold Font patches for QT 4.3.x FakeBold Font patches for QT 4.3.x fake a bold font style and output for some fonts without bold support. It is specially and very useful for CJK fonts. actually it works with all fonts without bold style. Here I use FT_Glyph_Embolden to get a bold glyph. These patches is not related to...



Platforms: *nix

License: Freeware Size: 4.1 KB Download (176): FakeBold Font patches for QT 4.3.x Download

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: 973

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 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: February 27, 2010 | Visits: 1.002

Date::Pcalc Date-Pcalc is a Perl module and is a direct translation of Steffen Beyers excellent Date::Calc module to use Perl only instead of a combination of Perl and C. This package consists of a Perl module for all kinds of date calculations based on the Gregorian calendar (the one used in all western...


Platforms: *nix

License: Freeware Size: 61.44 KB Download (89): Date::Pcalc 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.108

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.213

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.262

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: 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.323

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: 860

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: September 14, 2010 | Visits: 1.080

Cenon Cenon project is a graphical tool of a special kind. Build upon a modular graphical core, Cenon offers a wide variety of possibilities and applications. The best of all, Cenon is free software, available with full source codes, and at home on many computer platforms. Cenon has been developed...


Platforms: *nix

License: Freeware Size: 2 MB Download (86): Cenon 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

< 1 2 3 4 5 >