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

Str Varstr software
Filter: All | Freeware | Demo
 

Str Varstr

< 1 2 3 4 > 
Added: May 20, 2010 | Visits: 1.189

HTML::Entities::Numbered HTML::Entities::Numbered is a Perl module for conversion of numbered HTML entities. SYNOPSIS use HTML::Entities::Numbered; $html = Hi Honey♥; # convert named HTML entities to numbered (decimal) $decimal = name2decimal($html); # Hi Honey♥ # to numbered (hexadecimal) $hex =... Platforms: *nix

License: Freeware Size: 8 MB Download (92): HTML::Entities::Numbered Download

Added: May 06, 2010 | Visits: 1.079

Convert::Cyr Convert::Cyr, chcp is a Perl module for change cyrillic code page of a text. SYNOPSIS use Convert::Cyr qw(chcp); $converted_string=chcp($string, $maxlen, $from, $to); ABSTRACT Convert::Cyr, chcp - change cyrillic code page of a text. chcp takes as the first argument a string that is to... Platforms: *nix

License: Freeware Size: 5.12 KB Download (129): Convert::Cyr Download

Added: March 11, 2010 | Visits: 1.044

Perl x86 Disassembler The libdisasm library provides basic disassembly of Intel x86 instructions from a binary stream. The intent is to provide an easy to use disassembler which can be called from any application; the disassembly can be produced in AT&T syntax and Intel syntax, as well as in an intermediate format... Platforms: *nix

License: Freeware Size: 38.91 KB Download (138): Perl x86 Disassembler Download

Added: April 13, 2010 | Visits: 670

Text::Kakasi Text::Kakasi is a perl frontend to kakasi. SYNOPSIS use Text::Kakasi; # functional $res = Text::Kakasi::getopt_argv(-JJ, -c, -w); $str = Text::Kakasi::do_kakasi($japanese_text); # object-oriented $obj = Text::Kakasi->new(-JJ, -c, -w); $str = $obj->get($japanese_text); This module... Platforms: *nix

License: Freeware Size: 22.53 KB Download (90): Text::Kakasi Download

Added: January 13, 2010 | Visits: 767

XML::LibXML::Node XML::LibXML::Node is an abstract base class of XML::LibXML nodes. SYNOPSIS $name = $node->nodeName; $node->setNodeName( $newName ); $bool = $node->isSameNode( $other_node ); $bool = $node->isEqual( $other_node ); $content = $node->nodeValue; $content = $node->textContent; $type =... Platforms: *nix

License: Freeware Size: 256 KB Download (103): XML::LibXML::Node Download

Added: February 03, 2010 | Visits: 1.077

Dialog Dialog is a Perl interface to dialog(3). SYNOPSIS B< use Dialog; > #now we are creating the new dialog window $dlg = Dialog->new(title, y,x,height,width); #inserting input line $line = $dlg->inputline(name, y, x, width, text); #adding button $btn = $dlg->button(name, y, x, text,... Platforms: *nix

License: Freeware Size: 8.19 KB Download (89): Dialog Download

Added: May 13, 2010 | Visits: 1.799

Newsd Newsd is a standalone local NNTP news server for private newsgroup serving on a single server. It is useful for serving private newsgroup(s) to an intranet or the Internet and can act as a simple mail gateway, however it does not interface with other news servers and cannot manage distributed... Platforms: *nix

License: Freeware Size: 102.4 KB Download (102): Newsd Download

Added: September 14, 2010 | Visits: 1.006

Template::Alloy::Parse Template::Alloy::Parse is a Perl module with common parsing role for creating AST from templates. The Template::Alloy::Parse role is reponsible for storing the majority of directive parsing code, as well as for delegating to the TT, HTE, Tmpl, and Velocity roles for finding variables and... Platforms: *nix

License: Freeware Size: 143.36 KB Download (93): Template::Alloy::Parse Download

Added: January 27, 2010 | Visits: 791

Template::Alloy Template::Alloy is a TT2/3, HT, HTE, Tmpl, and Velocity Engine. SYNOPSIS Template::Toolkit style usage my $t = Template::Alloy->new( INCLUDE_PATH => [/path/to/templates], ); my $swap = { key1 => val1, key2 => val2, code => sub { 42 }, hash => {a => b}, }; # print to STDOUT... Platforms: *nix

License: Freeware Size: 143.36 KB Download (92): Template::Alloy Download

Added: March 08, 2010 | Visits: 821

Bio::AlignIO::bl2seq Bio::AlignIO::bl2seq is a bl2seq sequence input/output stream. SYNOPSIS Do not use this module directly. Use it via the Bio::AlignIO class, as in: use Bio::AlignIO; $in = Bio::AlignIO->new(-file => "inputfilename" , -format => bl2seq); $aln = $in->next_aln(); This object can create... Platforms: *nix

License: Freeware Size: 4.7 MB Download (129): Bio::AlignIO::bl2seq Download

Added: April 22, 2010 | Visits: 1.009

Math::BigInt::Calc Math::BigInt::Calc is a pure Perl module to support Math::BigInt. SYNOPSIS Provides support for big integer calculations. Not intended to be used by other modules. Other modules which sport the same functions can also be used to support Math::BigInt, like Math::BigInt::GMP or... Platforms: *nix

License: Freeware Size: 194.56 KB Download (102): Math::BigInt::Calc Download

Added: May 22, 2010 | Visits: 1.057

Math::BigInt Math::BigInt is an arbitrary size integer/float math package. SYNOPSIS use Math::BigInt; # or make it faster: install (optional) Math::BigInt::GMP # and always use (it will fall back to pure Perl if the # GMP library is not installed): # will warn if Math::BigInt::GMP cannot be found... Platforms: *nix

License: Freeware Size: 194.56 KB Download (90): Math::BigInt Download

Added: July 24, 2010 | Visits: 1.479

DBI DBI is a database independent interface for Perl. SYNOPSIS use DBI; @driver_names = DBI->available_drivers; %drivers = DBI->installed_drivers; @data_sources = DBI->data_sources($driver_name, %attr); $dbh = DBI->connect($data_source, $username, $auth, %attr); $rv =... Platforms: *nix

License: Freeware Size: 481.28 KB Download (122): DBI Download

Added: August 06, 2010 | Visits: 928

XMLRPC::PurePerl XMLRPC::PurePerl is a Perl module that implements the XML-RPC standard as defined at www.xmlrpc.com and serves as a (de)serialization engine as well as a client for such services. This module is in fairly close relation to an implementation that I wrote in javascript. The main problem I ran... Platforms: *nix

License: Freeware Size: 9.22 KB Download (107): XMLRPC::PurePerl Download

Added: January 14, 2010 | Visits: 1.738

Sort::Key Sort::Key is the fastest way to sort anything in Perl. SYNOPSIS use Sort::Key qw(keysort nkeysort ikeysort); @by_name = keysort { "$_->{surname} $_->{name}" } @people; # sorting by a numeric key: @by_age = nkeysort { $_->{age} } @people; # sorting by a numeric integer key: @by_sons =... Platforms: *nix

License: Freeware Size: 56.32 KB Download (94): Sort::Key Download

Added: May 15, 2010 | Visits: 879

GPP GPP is a general-purpose preprocessor with customizable syntax, suitable for a wide range of preprocessing tasks. Its independence from any programming language makes it much more versatile than cpp, while its syntax is lighter and more flexible than that of m4. GPP is targeted at all common... Platforms: *nix

License: Freeware Size: 60.42 KB Download (184): GPP Download

Added: January 25, 2010 | Visits: 814

ResFool ResFool is a resource editor that supports full ResEdit template support. Use one of the 100 included templates to edit existing resource types. If those aren't enough for you, you can construct your own using 94 template types, or use one made by other people in the active Macintosh developer... Platforms: Mac

License: Demo Cost: $0.00 USD Download (148): ResFool Download

Released: February 28, 2012  |  Added: April 10, 2012 | Visits: 1.287

Namosofts Video Recovery Namosofts Video Recovery is a data recovery software that has been developed especially to recover lost video files including Blu-ray movie, DVD, QuickTime, and MPEG-4; and other else video or movie files which have been deleted or corrupted. It supports most of the video types and data storages.... Platforms: Windows

License: Shareware Cost: $19.99 USD Size: 6.06 MB Download (123): Namosofts Video Recovery Download

Released: November 09, 2012  |  Added: November 09, 2012 | Visits: 563

SUPER SUPER is a Simplified Universal Player Encoder & Renderer, a GUI to ffmpeg, mencoder, mplayer, ffmpeg2theora & the theora/vorbis RealProducer plugIn. SUPER supports a wide variety of input/source file format to play or encode (to & from) without any additional third party software: - Video... Platforms: Windows

License: Freeware Size: 38.6 MB Download (781): SUPER Download

Released: October 01, 2012  |  Added: October 01, 2012 | Visits: 735

MS Word Extract Phone Numbers From Multi Extract phone numbers from one or more MS Word files. Save results as text files. Word 2000 or higher required. Platforms: Windows

License: Shareware Cost: $19.99 USD Size: 337.92 KB Download (53): MS Word Extract Phone Numbers From Multi Download

< 1 2 3 4 >