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

Nested Strings software
Filter: All | Freeware | Demo
 

Nested Strings

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

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

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

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 (96): IO-stringy Download

Added: July 10, 2010 | Visits: 729

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

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 (102): CQL::Parser Download

Added: April 17, 2010 | Visits: 946

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: November 12, 2010 | Visits: 746

Data::PropertyList Data::PropertyList is a Perl module that can convert arbitrary objects to/from strings. SYNOPSIS use Data::PropertyList qw(astext fromtext); $hash_ref = { items => [ 7 .. 11 ], key => value }; $string = astext($hash_ref); # ... $hash_ref = fromtext($string); print $hash_ref->{items}[0];... Platforms: *nix

License: Freeware Size: 8.19 KB Download (94): Data::PropertyList Download

Added: February 07, 2010 | Visits: 682

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 11, 2010 | Visits: 792

Diago 0.9 Alpha Diago is the dialog-based system to easily create nested menus, execute programs and start connections to remote systems in the console sessions. This project is released under the terms of GPL v3 or later. While dialog is good to create a single… well, dialog… in the console mode, Diago... Platforms: *nix

License: Freeware Size: 22.53 KB Download (92): Diago 0.9 Alpha Download

Added: June 13, 2010 | Visits: 893

XML::Generator::PerlData XML::Generator::PerlData is a Perl extension for generating SAX2 events from nested Perl data structures. SYNOPSIS use XML::Generator::PerlData; use SomeSAX2HandlerOrFilter; ## Simple style ## # get a deeply nested Perl data structure... my $hash_ref =... Platforms: *nix

License: Freeware Size: 13.31 KB Download (99): XML::Generator::PerlData Download

Added: January 16, 2010 | Visits: 967

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

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: August 01, 2010 | Visits: 1.527

HTML::Chunks HTML::Chunks is a simple nested template engine for HTML, XML and XHTML. This class implements a simple text-based template engine, originally intented to allow web applications to completely separate layout HTML from programming logic. However, the engine is flexible enough to be applied to... Platforms: *nix

License: Freeware Size: 10.24 KB Download (103): HTML::Chunks Download

Added: October 01, 2010 | Visits: 755

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

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

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

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: April 04, 2011  |  Added: April 12, 2011 | Visits: 831

TranSolution Professional localization add-in for Microsoft Visual Studio. Integrates into Visual Studio itself, allowing a programmer to easily extract all ".resx" strings from any .NET solution and store them in a single file that translators can localize using our free standalone application (Visual Studio... Platforms: Windows

License: Shareware Cost: $100.00 USD Size: 3.93 MB Download (102): TranSolution Download

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

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

Released: September 23, 2012  |  Added: September 23, 2012 | Visits: 535

Localizable Strings Merge The swiss-army knife for iOS and Mac OS X developers who need to localize their applications. The only tool that allows you to: - *generate* the Localizable.strings file with the list of strings to be translated - *merge* the strings as soon as the translators will provide you the translated... Platforms: Mac

License: Commercial Cost: $4.99 USD Size: 409.6 KB Download (51): Localizable Strings Merge Download

< 1 2 3 4 5 >