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

String Figures freeware
Filter: All | Freeware | Demo
 

String Figures

< 1 2 3 4 5 > 
Added: May 10, 2013 | Visits: 646

Changing the indentation of a multi line string When working with text, it may be necessary to change the indentation level of a block. This code will take a multiline string and add or remove leading spaces to each line so that the indentation level of the block matches some absolute number of spaces.



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


Added: April 28, 2013 | Visits: 414

chart or txt or string 2 decimal num -Comma to point in this file there is an algoritm, it s not a function.if you have a file with data number with the decimal part indicated by a comma, and you need to import this datas as number, you need before transform comma with point.in this file a varialble is loaded, and it going to be stranformed in a...





Platforms: Matlab

License: Freeware Size: 10 KB Download (43): chart or txt or string 2 decimal num -Comma to point Download

Added: June 08, 2013 | Visits: 540

HTTP Request String Editor A powerful tools for get control of the HTTP Request you browser are sent to the web-servers. Set up rules for a page or pages with Regular expression, for modify you headers. With "HTTP Request String Editor" you can modify the headers that your browser sends to the web server. But unlike...


Platforms: Mac

License: Freeware Size: 30.72 KB Download (40): HTTP Request String Editor Download

Released: September 20, 2009  |  Added: October 28, 2009 | Visits: 17.596

Zeta Resource Editor Zeta Resource Editor is a free application that enables you to edit standard Microsoft .NET string resources from multiple different resource files together inside one single data grid. This simplifies the translation of strings to multiple different languages by providing you a compact and...


Platforms: Windows

License: Freeware Size: 14.77 MB Download (156): Zeta Resource Editor Download

Added: November 11, 2010 | Visits: 1.190

Compress::BraceExpansion Compress::BraceExpansion is a Perl module to create a human-readable compressed string suitable for shell brace expansion. SYNOPSIS use Compress::BraceExpansion; # output: ab{c,d} print Compress::BraceExpansion->new( qw( abc abd ) )->shrink(); # output: aabb{cc,dd} print...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (100): Compress::BraceExpansion Download

Added: October 27, 2010 | Visits: 1.334

Language::Basic::Expression Language::Basic::Expression is a Perl package to handle string, numeric, and boolean expressions. SYNOPSIS See Language::Basic for the overview of how the Language::Basic module works. This pod page is more technical. # Given an LB::Token::Group, create an expression I parse it my $exp =...


Platforms: *nix

License: Freeware Size: 52.22 KB Download (100): Language::Basic::Expression Download

Added: March 23, 2010 | Visits: 887

my_string my_string is an easy-to-use, fast string manipulation library. my_string is an incomplete port of PHP string manipulation functions to C. Please note that this library is not binary safe. It was not written for binary data manipulation, just text string manipulation. NOTE: The resulting...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (98): my_string Download

Added: November 02, 2010 | Visits: 2.507

Convert::EBCDIC Convert::EBCDIC, ascii2ebcdic, ebcdic2ascii is a Perl module for string conversion between EBCDIC and ASCII. SYNOPSIS use Convert::EBCDIC; $ascii_string = ebcdic2ascii($ebcdic_string); $ebcdic_string = ascci2ebcdic($ascii_string); $translator = new Convert::EBCDIC; $translator = new...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (184): Convert::EBCDIC Download

Added: July 26, 2010 | Visits: 1.876

Mobile::UserAgent Mobile::UserAgent is a mobile user agent string parsing class. SYNOPSIS ### Print the information parsed from a user-agent string: use Mobile::UserAgent; my $useragent = Nokia6600/1.0 (4.09.1) SymbianOS/7.0s Series60/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.0; my $uaobj = new...


Platforms: *nix

License: Freeware Size: 37.89 KB Download (124): Mobile::UserAgent Download

Added: January 01, 2010 | Visits: 1.297

File::Stat::ModeString File::Stat::ModeString - conversion file stat mode to/from string representation. SYNOPSIS use File::Stat::ModeString; $string = mode_to_string ( $st_mode ); $st_mode = string_to_mode ( $string ); $type = mode_to_typechar( $st_mode ); $record = < IN >; chomp $record; $record =~...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (92): File::Stat::ModeString Download

Added: September 11, 2010 | Visits: 757

INVSTR INVSTR is a library of C functions that follow the behavior of the standard library string functions, but starting all searches and the like from the end of the string rather than the start. Whats New in This Release: This initial release includes the following functions: - invstrinv -...


Platforms: *nix

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

Added: February 27, 2010 | Visits: 1.161

PHP::Strings PHP::Strings is a Perl module to implement some of PHPs string functions. SYNOPSIS use PHP::Strings; my $slashed = addcslashes( $not_escaped, $charlist ); my $wordcount = str_word_count( $string ); my @words = str_word_count( $string, 1 ); my %positions = str_word_count( $string, 2 );...


Platforms: *nix

License: Freeware Size: 78.85 KB Download (107): PHP::Strings Download

Added: April 11, 2010 | Visits: 730

ustr ustr (Micro string library) is a string API for C. A few years ago now I wrote a very extensive String API for C, called Vstr, it was designed to perform extremely well for IO like patterns as that was my planned usage (for instance And-httpd, my Web server). It works very well, for that usage....


Platforms: *nix

License: Freeware Size: 819.2 KB Download (100): ustr Download

Added: February 18, 2010 | Visits: 895

RDF::Simple::Parser RDF::Simple::Parser is a simple RDF/XML parser that reads a string containing RDF in XML. SYNOPSIS my $uri = http://www.zooleika.org.uk/bio/foaf.rdf; my $rdf = LWP::Simple::get($uri); my $parser = RDF::Simple::Parser->new(base => $uri) my @triples = $parser->parse_rdf($rdf); # returns...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (98): RDF::Simple::Parser Download

Added: September 09, 2010 | Visits: 1.103

HTTP::BrowserDetect HTTP::BrowserDetect is a Perl module to determine the Web browser, version, and platform from an HTTP user agent string. SYNOPSIS use HTTP::BrowserDetect; my $browser = new HTTP::BrowserDetect($user_agent_string); # Detect operating system if ($browser->windows) { if ($browser->winnt)...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (91): HTTP::BrowserDetect Download

Added: July 15, 2010 | Visits: 686

libunicode Libunicode offers low-level Unicode (UTF-16) text processing functionality, which can be divided into three categories: - Character handling - String handling - Charsets handling Libunicode uses ISO/IEC 10646-defined UTF-16 encoding for storing and minipulating all character entities. It...


Platforms: *nix

License: Freeware Size: 112.64 KB Download (92): libunicode Download

Added: September 08, 2010 | Visits: 590

Libtext 0.0.0 Beta Libtext is a C library for creating, reading, and performing operations on growable text / string buffer objects with optional error callbacks. Libtext performs actions such as append, delete, find, get, insert, prepend, replace, and reverse. Libtext can also append, insert, overwrite, and...


Platforms: *nix

License: Freeware Size: 133.12 KB Download (86): Libtext 0.0.0 Beta Download

Added: February 12, 2010 | Visits: 757

Math::XOR Math::XOR is a package to handle XOR encryption of string buffers. SYNOPSIS use XOR; print xor_buf("hello", "world"), "n"; The XOR module allows you to quickly XOR two strings together. This is the only method of encryption that (assuming the randomness of the pattern used as an encryption...


Platforms: *nix

License: Freeware Size: 2.05 KB Download (159): Math::XOR Download

Added: July 02, 2010 | Visits: 1.047

LBC Libraries LBC Libraries is a set of easy C libraries that provide classical data types and structures (string, hash, queue, stack, tree). LBC Libraries package is focused on simplicity and portability. It uses ANSI C (C98 standard not required), and provides the most generic approach possible so that...


Platforms: *nix

License: Freeware Size: 57.34 KB Download (95): LBC Libraries Download

Added: April 03, 2010 | Visits: 753

VSTRING VSTRING library provides vast set of string manipulation features including dynamic string object that can be freely exchanged with standard char* type, so there is no need to change function calls nor the implementation when you change from char* to String (and vice versa). The main difference...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (92): VSTRING Download

< 1 2 3 4 5 >