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

Fancy Writing Text N Symbols freeware
Filter: All | Freeware | Demo
 

Fancy Writing Text N Symbols

< 1 2 3 4 5 
Added: January 18, 2010 | Visits: 778

Text::RewriteRules Text::RewriteRules Perl module contains a system to rewrite text using regexp-based rules. SYNOPSIS use Text::RewriteRules; RULES email .==> DOT @==> AT ENDRULES email("ambs@cpan.org") # returns ambs AT cpan DOT org RULES/m inc (d+)=e=> $1+1 ENDRULE inc("I saw 11 cats and 23...



Platforms: *nix

License: Freeware Size: 8.19 KB Download (89): Text::RewriteRules Download

Added: February 08, 2010 | Visits: 1.284

Edit by Text Editors Edit by Text Editors allows you to open a file with Kate, Kwrite, Kedit, Khexedit by a KDE service menu. To install the service menu you must copy editby.desktop in ~/.kde/share/apps/konqueror/servicemenus. Download KDE-Apps.org Community Portal for KDE Applications Software Office Multimedia...





Platforms: *nix

License: Freeware Download (106): Edit by Text Editors Download

Added: August 10, 2010 | Visits: 696

Text::MetaText Text::MetaText is a Perl extension implementing meta-language for processing "template" text files. SYNOPSIS use Text::MetaText; my $mt = Text::MetaText->new(); # process file content or text string print $mt->process_file($filename, %vardefs); print $mt->process_text($textstring,...


Platforms: *nix

License: Freeware Size: 87.04 KB Download (90): Text::MetaText Download

Added: February 05, 2010 | Visits: 900

Text::Diff Text::Diff can perform diffs on files and record sets. SYNOPSIS use Text::Diff; ## Mix and match filenames, strings, file handles, producer subs, ## or arrays of records; returns diff in a string. ## WARNING: can return B diffs for large files. my $diff = diff "file1.txt", "file2.txt",...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (105): Text::Diff Download

Added: February 16, 2010 | Visits: 1.242

Text::Textile Text::Textile is a humane web text generator. SYNOPSIS use Text::Textile qw(textile); my $text = <


Platforms: *nix

License: Freeware Size: 31.74 KB Download (144): Text::Textile Download

Added: November 24, 2010 | Visits: 2.398

MUNGE Uid N Gid Emporium MUNGE Uid N Gid Emporium is an authentication service for creating and validating credentials. It is designed to be highly scalable for use in an HPC cluster environment. It allows a process to authenticate the UID and GID of another local or remote process within a group of hosts having common...


Platforms: *nix

License: Freeware Size: 358.4 KB Download (104): MUNGE Uid N Gid Emporium Download

Added: March 06, 2010 | Visits: 761

Text::UberText::Overview Text::UberText::Overview Perl module contains some general documentation. HOWTO How to I create or designate a namespace? A namespace is two or more words seperated by periods, like "uber.loop", or "acme.database.inventory". All namespaces are in lowercase. If you do not plan on...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (92): Text::UberText::Overview Download

Added: July 22, 2010 | Visits: 798

Text::WikiFormat Text::WikiFormat is a Perl module for translating Wiki formatted text into other formats. SYNOPSIS use Text::WikiFormat; my $html = Text::WikiFormat::format($raw); The original Wiki web site had a very simple interface to edit and to add pages. Its formatting rules are simple and easy to...


Platforms: *nix

License: Freeware Size: 28.67 KB Download (90): Text::WikiFormat Download

Added: May 01, 2010 | Visits: 910

Text::Reform Text::Reform is a Perl module for manual text wrapping and reformatting. SYNOPSIS use Text::Reform; print form $template, $data, $to, $fill, $it, $with; use Text::Reform qw( tag ); print tag B, $enboldened_text; The form sub The form() subroutine may be exported from the module....


Platforms: *nix

License: Freeware Size: 20.48 KB Download (102): Text::Reform Download

Added: June 24, 2013 | Visits: 724

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: March 22, 2010 | Visits: 615

Text::Kakasi::JP Text::Kakasi::JP is a Japanese Perl extension for Text::Kakasi. SYNOPSIS use Text::Kakasi; # functional $res = Text::Kakasi::getopt_argv(kakasi, -ieuc, -w); $str = Text::Kakasi::do_kakasi($japanese_text); # object-oriented $obj = Text::Kakasi->new(-ieuc,-w); $str =...


Platforms: *nix

License: Freeware Size: 22.53 KB Download (94): Text::Kakasi::JP Download

Added: July 07, 2010 | Visits: 638

Text::vFile::toXML Text::vFile::toXML can convert vFiles into equivalent XML. SYNOPSIS This module converts iCalendar (iCal : generically, vFile) files into their (equivalent) XML (xCalendar / xCal) representation, according to Royers IETF Draft (http://tools.ietf.org/html/draft-royer-calsch-xcal-03). #...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (94): Text::vFile::toXML Download

Added: May 14, 2010 | Visits: 762

Text::WagnerFischer Text::WagnerFischer is an implementation of the Wagner-Fischer edit distance. SYNOPSIS use Text::WagnerFischer qw(distance); print distance("foo","four");# prints "2" print distance([0,1,2],"foo","four");# prints "3" my @words=("four","foo","bar"); my...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (103): Text::WagnerFischer Download

Added: July 09, 2010 | Visits: 641

Text::Refer Text::Refer can parse Unix "refer" files. SYNOPSIS Pull in the module: use Text::Refer; Parse a refer stream from a filehandle: while ($ref = input Text::Refer *FH) { # ...do stuff with $ref... } defined($ref) or die "error parsing input"; Same, but using a parser object for more...


Platforms: *nix

License: Freeware Size: 31.74 KB Download (92): Text::Refer Download

Added: October 05, 2010 | Visits: 825

Text::PromptBalanced Text::PromptBalanced aid in creating CLI prompts that keep track of balanced text. SYNOPSIS use Text::PromptBalanced qw(balance_factory); ($state,$balance) = balance_factory( string => { type => toggle, open => " }, paren => { type => balanced, open => (, close => ), ignore_in => string...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (94): Text::PromptBalanced Download

Added: May 15, 2010 | Visits: 1.023

Text::Graph Text::Graph is a Perl extension for generating text-based graphs. SYNOPSIS use Text::Graph; blah blah blah Some data is easier to analyze graphically than in its raw form. In many cases, however, a full-blown multicolor graphic representation is overkill. In these cases, a simple graph can...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (100): Text::Graph Download

Added: March 27, 2010 | Visits: 1.168

Text::EP3::Verilog Text::EP3::Verilog Perl module contains a verilog extension for the EP3 preprocessor. SYNOPSIS use Text::EP3; use Text::EP3::Verilog; This module is an EP3 extension for the Verilog Hardware Description Language. The signal directive @signal key definition Take a list of signals and...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (102): Text::EP3::Verilog Download

Added: January 03, 2010 | Visits: 835

Text::VimColor Text::VimColor is a syntax color text in HTML or XML using Vim. SYNOPSIS use Text::VimColor; my $syntax = Text::VimColor->new( file => $0, filetype => perl, ); print $syntax->html; print $syntax->xml; This module tries to markup text files according to their syntax. It can be used to...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (87): Text::VimColor Download

Added: February 15, 2010 | Visits: 830

Text::Convert::ToImage Text::Convert::ToImage is a Perl module. SYNOPSIS use Text::Convert::ToImage; my $tti = Text::Convert::ToImage->new(); my $length = length($email); if ($length > 150) { $email = "Your text length of $length is too large:"; } my $config = { TEXT => $email ? $email : "y@hn.org",...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (98): Text::Convert::ToImage Download

Added: October 24, 2010 | Visits: 700

Text::Yats Text::Yats is Yet Another Template System. SYNOPSIS use Text::Yats; my $template = < < ENDHTML; < html > < head > < title >$title - $version< /title > < /head > < body > < form > < select name="names" >< !--{1}-- > < option $selected >$list< /option > < !--{2}-- >< /select > <...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (89): Text::Yats Download

< 1 2 3 4 5