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

String Trimmer Mower freeware
Filter: All | Freeware | Demo
 

String Trimmer Mower

< 1 2 3 4 5 > 
Released: September 07, 2012  |  Added: September 07, 2012 | Visits: 976

Barcode Scanner ASCII String Decoder This is a free software application that reveals hidden, non-visible commands in addition to ASCII characters from keyboard emulation devices, such as a USB Barcode Scanner. This barcode decoder application is especially helpful in determining if non-printable ASCII commands such as FS, RS, GS,...



Platforms: Windows

License: Freeware Size: 747.52 KB Download (67): Barcode Scanner ASCII String Decoder Download

Released: July 12, 2012  |  Added: July 12, 2012 | Visits: 1.060

Convert From/To Base64 Convert From/To Base64 is a lightweight and easy to use application designed to help you convert strings and files from or to Base64 string. With Convert From/To Base64 you can use any encoding to convert while a sidebar previews decoded string for all other encodings.





Platforms: Windows, Windows Vista, 7

License: Freeware Download (66): Convert From/To Base64 Download

Added: May 10, 2013 | Visits: 335

String substitution shorty This script shows a simple (but not hopelessly fragile) approach for string substitution.


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

License: Freeware Download (65): String substitution shorty Download

Added: May 10, 2013 | Visits: 647

STPhp STPhp is a PHP-based string translation suite designed as a simple internationalization tool to work without requiring non-standard dependencies; only the core of php is required, which means STPhp can be easily used in places where you, the code creator or installer, do not have control over the...


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

License: Freeware Download (65): STPhp Download

Added: May 10, 2013 | Visits: 560

Find and replace string in all files This script interates all files in a directory and finds and replaces a string. In this case an IP address.


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

License: Freeware Download (64): Find and replace string in all files Download

Released: January 06, 2015  |  Added: January 13, 2015 | Visits: 703

Word String Finder Word String Finder will help you find all possible word combinations from your folder. This is a nice tool and easy to use. Browse the folder which you want to search, then click the "Search" button. The list box shows the result. To run the Windows application, just double click the item. There...


Platforms: Windows, Windows 7

License: Freeware Size: 2.44 MB Download (64): Word String Finder Download

Added: May 10, 2013 | Visits: 587

Checking whether a string contains a set of chars This script contains a function to check on the occurence of a set of characters.


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


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

Multi-line string block formatting This script introduces a function to auto-strip indentation and whitespace from triple-quoted multi-line strings in Python code. Useful when you need to emit blocks of HTML/TCL/etc. from Python, but don't want to mess up the visual flow of your Python code.


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

License: Freeware Download (64): Multi-line string block formatting Download

Added: May 10, 2013 | Visits: 256

Natural string sorting This script sorts strings in a way that seems natural to humans. If the strings contain integers, then the integers are ordered numerically. For example, sorts ['Team 11', 'Team 3', 'Team 1'] into the order ['Team 1', 'Team 3', 'Team 11'].


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

License: Freeware Download (64): Natural string sorting Download

Added: May 10, 2013 | Visits: 433

String Interpolation-Evaluation of Expressions This script represents a lightweight and powerful way to evaluate expressions embedded in strings during interpolation.


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


Added: May 10, 2013 | Visits: 548

Simple string checksum This one line function adds up the ascii values of a string and returns the total as a checksum. Also included is a variation which returns the checksum mod 256 (so it can be used as a single byte).The same technique can be used to add up a list of numbers, or to return the average of a list...


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

License: Freeware Download (63): Simple string checksum Download

Released: August 16, 2011  |  Added: September 12, 2015 | Visits: 811

SolveigMM AVI Trimmer   MKV SolveigMM AVI MKV Trimmer is a free video editor to allow you to make cuts in an AVI and WKV movie extremely fast and lossless. Our freeware video editor software is small, smart, easy to use and involves no encoding/decoding processes. That is why SolveigMM AVI MKV Trimmer is the...


Platforms: Windows

License: Freeware Size: 9.27 MB Download (63): SolveigMM AVI Trimmer MKV Download

Added: May 10, 2013 | Visits: 454

Custom String Representations of Bases Custom String Representations of Bases script allows you to make a number shorter(like timestamps in URLs).


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

License: Freeware Download (62): Custom String Representations of Bases Download

Added: May 10, 2013 | Visits: 721

PHP UTF-8 PHP UTF-8 is a UTF-8 aware library of functions mirroring PHP's own string functions. Does not require PHP mbstring extension though will use it, if found, for a (small) performance gain. Features: - Provides UTF-8 aware versions of PHP's string functions - Detection of bad UTF-8 sequences -...


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

License: Freeware Download (62): PHP UTF-8 Download

Added: May 10, 2013 | Visits: 823

extract filename from a full path string extract filename from a full path string easily returns the filename component of a path with the built-in PHP basename() function. Useful for splitting a string path to get the filename.


Platforms: Windows, *nix, PHP, BSD

License: Freeware Download (61): extract filename from a full path string Download

Added: May 10, 2013 | Visits: 591

Align text string Align text string script aligns string with spaces between words to fit specified width.


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

License: Freeware Download (61): Align text string Download

Added: May 10, 2013 | Visits: 524

Boyer-Moore-Horspool string searching This script implements a string searching algorithm based upon Boyer-Moore string searching, which is considered one of the most efficient string searching algorithms. Boyer-Moore-Horspool only uses the bad-suffix window for matching and is therefore simpler to implement and faster than normals...


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

License: Freeware Download (60): Boyer-Moore-Horspool string searching Download

Added: May 10, 2013 | Visits: 649

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: May 10, 2013 | Visits: 472

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

< 1 2 3 4 5 >