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

Nvr Strings freeware
Filter: All | Freeware | Demo
 

Nvr Strings

< 1 2 3 4 5 > 
Added: June 24, 2010 | Visits: 842

StringParser_BBCode StringParser_BBCode class provides the possibility to parse strings with BB-Codes and convert them to e.g. HTML code. BBCode is a kind of markup "language" with which one may structure and format text. It is similar to HTML but it utilizes square braces instead of angle brackets. Another...



Platforms: *nix

License: Freeware Size: 327.68 KB Download (102): StringParser_BBCode Download

Added: October 22, 2010 | Visits: 1.059

yagg yagg, given YACC-like and LEX-like input files, generates a C++ program that generates all strings of a user-specified length. yagg can then be used to generate inputs for testing, or to validate that a grammar accepts the strings that you think it does. The grammar file provides the grammar...





Platforms: *nix

License: Freeware Size: 194.56 KB Download (103): yagg Download

Added: June 03, 2010 | Visits: 710

IO-stringy IO-stringy is a I/O on in-core objects like strings and arrays. SYNOPSIS IO:: ::AtomicFile adpO Write a file which is updated atomically ERYQ ::Lines bdpO I/O handle to read/write to array of lines ERYQ ::Scalar RdpO I/O handle to read/write to a string ERYQ ::ScalarArray RdpO I/O handle...


Platforms: *nix

License: Freeware Size: 40.96 KB Download (90): IO-stringy Download

Added: July 10, 2010 | Visits: 723

MARC::Charset MARC::Charset is a Perl module to convert MARC-8 encoded strings to UTF-8. SYNOPSIS # import the marc8_to_utf8 function use MARC::Charset marc8_to_utf8; # prepare STDOUT for utf8 binmode(STDOUT, utf8); # print out some marc8 as utf8 print marc8_to_utf8($marc8_string); MARC::Charset...


Platforms: *nix

License: Freeware Size: 184.32 KB Download (104): MARC::Charset Download

Added: November 17, 2010 | Visits: 1.112

CQL::Parser CQL::Parser is a Perl module that compiles CQL strings into parse trees of Node subtypes. SYNOPSIS use CQL::Parser; my $parser = CQL::Parser->new(); my $root = $parser->parse( $cql ); CQL::Parser provides a mechanism to parse Common Query Language (CQL) statements. The best description of...


Platforms: *nix

License: Freeware Size: 19.46 KB Download (96): CQL::Parser Download

Added: April 17, 2010 | Visits: 940

XML::UM XML::UM is a Perl module to convert UTF-8 strings to any encoding supported by XML::Encoding. SYNOPSIS use XML::UM; # Set directory with .xml files that comes with XML::Encoding distribution # Always include the trailing slash! $XML::UM::ENCDIR =...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (99): XML::UM Download

Added: February 07, 2010 | Visits: 675

FreezeThaw FreezeThaw is a Perl module for converting Perl structures to strings and back. SYNOPSIS use FreezeThaw qw(freeze thaw cmpStr safeFreeze cmpStrHard); $string = freeze $data1, $data2, $data3; ... ($olddata1, $olddata2, $olddata3) = thaw $string; if (cmpStr($olddata2,$data2) == 0) {print...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (92): FreezeThaw Download

Added: January 16, 2010 | Visits: 950

LibsX LibsX (formerly LibSpeedX) is a C++ multi-platform set of basic libraries (like strings, ini files, etc) optimized for speed and made from scratch. LibsXs goal is to make programs like games with basic libraries highly optimized for speed and without unnecesary checks or code, so when a project...


Platforms: *nix

License: Freeware Size: 27.65 KB Download (97): LibsX Download

Added: February 27, 2010 | Visits: 872

Number::Encode Number::Encode is a Perl module to encode bit strings into digit strings. SYNOPSIS use Number::Encode qw(nonuniform uniform); Provides a mechanism to convert arbitrary bit-strings into numeric digit strings. The transformation can be uniform or non-uniform depending on the type of...


Platforms: *nix

License: Freeware Size: 2.05 KB Download (107): Number::Encode Download

Added: October 01, 2010 | Visits: 747

Str Str is a C++ class that is designed to make strings almost as easy to work with as they are in languages like TCL or Python. The Str class has minimal outside dependencies, is implemented as a single source file, and is designed to be user-customized. Str also makes it simple to allocate fast...


Platforms: *nix

License: Freeware Size: 256 KB Download (90): Str Download

Added: September 07, 2010 | Visits: 960

VTE VTE library inserts terminal capability strings into a tree of tables. You could say that VTE is something of a research project of mine, based on the simple question: "if programs can use a termcap file (through either libtermcap or curses or ncurses) to determine how to drive a terminal, why...


Platforms: *nix

License: Freeware Size: 1.3 MB Download (107): VTE Download

Added: August 26, 2010 | Visits: 751

fontimage fontimage project is a small, portable tool that generates PNG images of text strings directly from outline font files..


Platforms: *nix

License: Freeware Size: 14.34 KB Download (100): fontimage Download

Added: April 10, 2010 | Visits: 885

Text::Quote Text::Quote contains quotes strings as required for perl to eval them back correctly. SYNOPSIS use Text::Quote; my @quotes=map{$quoter->quote($_,indent=>6,col_width=>60)}( "The time has come" the walrus said, "to speak of many things..." ,"...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (95): Text::Quote Download

Released: October 25, 2012  |  Added: October 25, 2012 | Visits: 537

Chilkat Encryption C++ Library Software component for encrypting and decrypting both strings and binary data. IChilkat Encryption C++ Library implements symmetric encryption algorithms: Rijndael, Blowfish, Twofish. Also provides public-key encryption and decryption using digital certificates. Provides hashing functionality...


Platforms: Windows, 2K, XP, 2003

License: Freeware Download (47): Chilkat Encryption C++ Library Download

Added: May 10, 2013 | Visits: 316

Good enough templating This script allows you to try a small, powerful templating language using template strings embedded in standard Python syntax. Templates are valid Python source, compiled directly to bytecode. Variable substitution is performed using 'string.Template'.


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (57): Good enough templating Download

Added: May 10, 2013 | Visits: 425

StringValidator This script is a portable class to carry out all sorts of validation on strings. It uses regular expressions to carry out common validation procedures.


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (57): StringValidator Download

Added: May 10, 2013 | Visits: 312

Printing strings with embedded variable names This class encapsulates a string with embedded variable names. They are usually evaluated when the object's __str__() method is called. You can specify that they be evaluated when the object is created by including the immediate argument to the constructor. The doc string at the top of the module...


Platforms: Windows, Mac, *nix, Python, BSD Solaris


Added: May 10, 2013 | Visits: 471

Case Insensitive Strings This script defines a class you could use in place of a string and it emulates a string in all practical ways except that comparisons and lookups are case insensitive. All uses of the string for assignments, however, yield the original case.


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (60): Case Insensitive Strings Download

Added: May 10, 2013 | Visits: 416

TimeFormat TimeFormat is a small Python library useful to handle formatting date/time strings. TimeFormat features more flexible format codes than are available in time.strftime(), and should be more consistent across platforms.


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (59): TimeFormat Download

Added: May 10, 2013 | Visits: 477

Mini-commands using subprocess This script contains a set of template classes which allows to develop custom "mini-command" classes which allow to execute any system command and customize the execution using template strings.


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (52): Mini-commands using subprocess Download

< 1 2 3 4 5 >