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

String Trimmer Mower freeware
Filter: All | Freeware | Demo
 

String Trimmer Mower

< 1 2 3 4 5 > 
Added: November 11, 2010 | Visits: 1.195

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

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: 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: January 25, 2010 | Visits: 946

Number String Number String is an application that teaches addition/subtraction and multiplication/division to students.6 cards are dealt face up. The player tries to combine some or all of the first 5 cards to equal the value of the sixth card. Players may use any combination of addition, subtraction,...


Platforms: Mac

License: Freeware Download (100): Number String Download

Added: September 12, 2010 | Visits: 850

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

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 (98): Math::String Download

Added: March 23, 2010 | Visits: 888

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: January 01, 2010 | Visits: 1.299

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 (98): File::Stat::ModeString Download

Added: April 03, 2010 | Visits: 754

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 (98): VSTRING Download

Added: February 08, 2010 | Visits: 1.065

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 (96): String::MFN Download

Added: July 08, 2010 | Visits: 1.052

Better String Library Better String Library is an abstraction of a string data type which is superior to the C library char buffer string type and C++s std::string. The library is totally stand alone, portable (known to work with gcc/g++, MSVC++, Intel C++, WATCOM C/C++, Turbo C, Borland C++, IBMs native CC compiler...


Platforms: *nix

License: Freeware Size: 112.64 KB Download (95): Better String Library Download

Added: August 10, 2010 | Visits: 917

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

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

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

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: July 15, 2010 | Visits: 688

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 09, 2010 | Visits: 1.108

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: March 14, 2010 | Visits: 1.481

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 (90): Regular Statement String Download

Added: September 08, 2010 | Visits: 592

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

Released: February 04, 2016  |  Added: February 24, 2016 | Visits: 941

Audio Silence Trimmer Pro Audio Silence Remover Pro helps to remove silence from multiple audio files together. You can just give it a list of files to trim as opposed to having to do them individually. It scans silence at the beginning, middle and end of input audio tracks and removes silent part(s) automatically....


Platforms: Windows, Windows 7, Windows Server

License: Freeware Size: 12 MB Download (73): Audio Silence Trimmer Pro Download

< 1 2 3 4 5 >