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

String Manipulation freeware
Filter: All | Freeware | Demo
 

String Manipulation

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

Finding significant digits This script shows you a method to find significant digits for any given number. It accounts for scientific notation and returns a numeric string. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (58): Finding significant digits Download

Added: November 24, 2010 | Visits: 1.207

The Library of Assorted Spiffy Things The Library of Assorted Spiffy Things was originally designed as a companion library to Eterm. However, it contains many features that other projects may find useful, so it has been broken out into its own library. Features include thorough debugging and memory tracking engines, various... Platforms: *nix

License: Freeware Size: 2 MB Download (102): The Library of Assorted Spiffy Things Download

Added: November 24, 2010 | Visits: 1.644

phpCodeGenie phpCodeGenie (PCG) is a code generator for database driven applications. PCG can generate entire working basic database driven applications for you. PCG can generate code from different databases. The database servers it can talk to via ADODB are :- MySQL, PostgreSQL, Interbase, Firebird,... Platforms: *nix

License: Freeware Size: 1.4 MB Download (110): phpCodeGenie Download

Released: August 15, 2012  |  Added: August 15, 2012 | Visits: 769

Euler Math Toolbox The Euler Mathematical Toolbox is a software written and maintained by R. Grothmann, associate professor of mathematics at the University of Eichstatt. Euler can also produce graphics and save the graphics in various formats, among them PNG and SVG. Graphics can also be imported into the text... Platforms: Windows

License: Freeware Size: 66.6 MB Download (53): Euler Math Toolbox Download

Added: May 10, 2013 | Visits: 456

Converting Between Different Naming Convetions These short functions convert identifier names between the most common naming conventions: CapitalizedWords, mixedCase and under_scores. Platforms: Windows, Mac, *nix, Python, BSD Solaris


Added: May 10, 2013 | Visits: 390

Evaluate upper-letters variable name as constants This code converts variables which is made with upper-leters only, into constants at compile time, if it is possible to be replaced. and generate .pyc file. This script is oriented to the compile time evaluation decreasing, the feature of Constants. Platforms: Windows, Mac, *nix, Python, BSD Solaris


Added: May 10, 2013 | Visits: 321

yagg Given YACC-like and LEX-like input files, yagg generates a C program that generates all strings of a user-specified length. yagg is easy to use, and provides a means of generating test inputs or validating a parser grammar by inspecting the strings. Platforms: Windows, Mac, *nix, C/C++, BSD Solaris

License: Freeware Download (57): yagg Download

Added: May 10, 2013 | Visits: 324

LibCGI LibCGI is a library written from scratch to easily make CGI applications in C. There are a lot of functions like string manipulation, session and cookie support, GET and POST methods manipulation etc..., to help you to quickly write powerful CGI programs. Platforms: Windows, Mac, *nix, C/C++, BSD Solaris

License: Freeware Download (53): LibCGI Download

Added: May 10, 2013 | Visits: 613

Reversing a String by Words or Characters Reversing a String by Words or Characters script allows you to reverse the characters or words of a string. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (58): Reversing a String by Words or Characters Download

Added: March 26, 2010 | Visits: 1.499

String::RexxParse String::RexxParse is a Perl implementation of REXX parse command. SYNOPSIS use String::RexxParse qw(parse); parse $source, q! $var1 $var2 ( $var3 ) $var4 ($var5) $var6 !; or use String::PexxParse; $parse = String::RexxParse->new(q! $var1 $var2 ( $var3 ) $var4 ($var5) $var6 !);... Platforms: *nix

License: Freeware Size: 9.22 KB Download (109): String::RexxParse Download

Added: March 14, 2010 | Visits: 1.488

Regular Statement String Regular Statement String (RSS) provides several libraries in C, Java, and COM to implement and demonstrate the key-value development method using well-designed "strings" (RSS) as the media. Regular Statement String also shows a way to write "Process Oriented" applications. Whats New in This... Platforms: *nix

License: Freeware Size: 337.92 KB Download (96): Regular Statement String Download

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

Vstr string library Vstr is a safe and fast string library for C. Vstr string library is designed for network communication. Its design uses chunks of ptr+length data, so adding, substituting, and deleting data are all fast operations. This model also allows it to do automatic referencing for mmap() areas of... Platforms: *nix

License: Freeware Size: 4.3 MB Download (104): Vstr string library Download

Added: September 12, 2010 | Visits: 854

String::Scanf String::Scanf can emulate sscanf() of the C library. SYNOPSIS use String::Scanf; # imports sscanf() ($a, $b, $c, $d) = sscanf("%d+%d %f-%s", $input); ($e, $f, $g, $h) = sscanf("%x %o %s:%3c"); # input defaults to $_ $r = String::Scanf::format_to_re($f); or # works only for Perl 5.005... Platforms: *nix

License: Freeware Size: 1.7 MB Download (99): String::Scanf Download

Added: January 05, 2010 | Visits: 1.149

Math::String Math::String module contains arbitrary sized integers having arbitrary charsets to calculate with key rooms. SYNOPSIS use Math::String; use Math::String::Charset; $a = new Math::String cafebabe; # default a-z $b = new Math::String deadbeef; # a-z print $a + $b; # Math::String "" $a =... Platforms: *nix

License: Freeware Size: 61.44 KB Download (99): Math::String Download

Added: August 10, 2010 | Visits: 922

String::Tokenizer String::Tokenizer is a simple string tokenizer. SYNOPSIS use String::Tokenizer; # create the tokenizer and tokenize input my $tokenizer = String::Tokenizer->new("((5+5) * 10)", +*()); # create tokenizer my $tokenizer = String::Tokenizer->new(); # ... then tokenize the string... Platforms: *nix

License: Freeware Size: 8.19 KB Download (95): String::Tokenizer Download

Added: February 08, 2010 | Visits: 1.071

String::MFN String::MFN is a Perl module to Normalize a string in the manner of the mfn utility. SYNOPSIS use String::MFN; my $sane_string = mfn($retarded_string); ... Normalizes a string. Normalization, in brief, means modifying the string to resemble a sane UNIX filename while retaining... Platforms: *nix

License: Freeware Size: 8.19 KB Download (97): String::MFN Download

Added: April 11, 2010 | Visits: 897

Math::String::Charset::Nested Math::String::Charset::Nested is a charset for Math::String objects. SYNOPSIS use Math::String::Charset; # construct a charset from bigram table, and an initial set (containing # valid start-characters) # Note: After an a, either an b, c or a can follow, in this order # After an d only... Platforms: *nix

License: Freeware Size: 61.44 KB Download (94): Math::String::Charset::Nested Download

Added: September 23, 2010 | Visits: 947

Math::String::Charset Math::String::Charset is a simple charset for Math::String objects. SYNOPSIS use Math::String::Charset; $a = new Math::String::Charset; # default a-z $b = new Math::String::Charset [a..z]; # same $c = new Math::String::Charset { start => [a..z], sep => }; # with between chars print... Platforms: *nix

License: Freeware Size: 61.44 KB Download (94): Math::String::Charset Download

Released: September 02, 2012  |  Added: September 02, 2012 | Visits: 845

Planar Elastic String Planar Elastic String is a small, Java based application specially designed to enable users to explore the evolution of an elastic string moving in the plane. Mathematically, it provides some insight into the dynamics of the wave equation. for WindowsAll Platforms: Windows

License: Freeware Download (447): Planar Elastic String Download

Released: September 02, 2012  |  Added: September 02, 2012 | Visits: 558

Planar String Planar String is a small program written in Java that allows to explore the evolution of an elastic string moving in the plane. Mathematically, it provides some insight into the dynamics of the wave equation. The motion of the string is prescribed by configuring its positions at time 0 and at... Platforms: Windows

License: Freeware Download (444): Planar String Download

< 1 2 3 4 5 >