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

String Trimmer Mower freeware
Filter: All | Freeware | Demo
 

String Trimmer Mower

< 1 2 3 4 5 
Released: November 07, 2012  |  Added: November 07, 2012 | Visits: 376

vstr Vstr is a safe and fast string library for C. It is designed for network communication. Its design uses blocks 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 memory. Shortcut APIs...



Platforms: Windows, Mac, Linux, Unix, MS-DOS

License: Freeware Size: 1.3 MB Download (489): vstr Download

Released: September 07, 2012  |  Added: September 07, 2012 | Visits: 981

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: August 06, 2012  |  Added: August 06, 2012 | Visits: 581

SpeedPDF Page Numberer SpeedPDF Page Numberer is a specialized application for append text string to each page of PDF files. Adobe Acrobat is not required. Simply select the PDF file or folder with PDF files, set position, text string, URL and push "Start" button. PDF pages will changed. SpeedPDF Page Numberer allows...


Platforms: Windows

License: Freeware Download (46): SpeedPDF Page Numberer Download

Released: November 17, 2012  |  Added: November 17, 2012 | Visits: 540

FUNDAMENTALS UNICODE FUNDAMENTALS UNICODE was designed as a simple, accessible and easy-to-use Delphi / FreePascal unit that is supposed to implement routines and classes for Unicode string handling. Now you can make use of this library ro handle all your Unicode strings and improve your development process.


Platforms: Windows

License: Freeware Download (48): FUNDAMENTALS UNICODE Download

Released: September 16, 2012  |  Added: September 16, 2012 | Visits: 262

zString zString, also known as Yet another String Library manages to add the "String" capability to C++. The library itself is inspired from XTK (Cross platform toolkit). Now you can further improve your development process with the help of this handy and accessible library.


Platforms: Windows

License: Freeware Download (45): zString Download

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

WordSort WordSort was designed using C# as an algorithm for string sorting with linear complexity. Based on the partial hashing approach, the algorithm provides a higher performance than classical algorithms that use the comparison. WordSort includes an easy and intuitive console application that...


Platforms: Windows

License: Freeware Download (45): WordSort Download

Released: September 05, 2012  |  Added: September 05, 2012 | Visits: 354

SearchInDB SearchInDB is a lightweight and easy to use application that was designed in order to provide you with a simple means of searching all columns of all tables in a database for a string keyword. In order to increase performance, SearchInDB examines string type columns only in all tables to...


Platforms: Windows

License: Freeware Download (44): SearchInDB Download

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

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

Released: June 05, 2012  |  Added: June 05, 2012 | Visits: 611

Vintage Strings MkIII Vintage Strings MkIII is a new super realistic virtual string machine VST instrument (VSTi) that perfectly recreates the lush sound of analog string machines. Like these old machines, Vintage Strings MkIII is a synthesizer that was especially designed to produce rich warm string pads. This...


Platforms: Windows

License: Freeware Download (583): Vintage Strings MkIII Download

Released: October 11, 2012  |  Added: October 11, 2012 | Visits: 422

Surrogatepair Converts 32-bit Unicode codePoints to 16-bit surrogate pairs for Java String literals. It lets you enter String literals containing unsupported C-style Uxxxxxxxx escape sequences and it converts them to Java-supported surrogate pair escape sequences. You can use the program without installing it...


Platforms: Windows, Mac, Java, Linux, Unix

License: Freeware Size: 1.07 MB Download (44): Surrogatepair Download

Added: May 10, 2013 | Visits: 274

Accessing Substrings This script is useful when you want to access portions of a string. For example, you've read a fixed-width record and want to extract the fields.


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

License: Freeware Download (58): Accessing Substrings Download

Added: May 10, 2013 | Visits: 467

Expanding and Compressing Tabs This script is useful when you want to convert tabs in a string to the appropriate number of spaces, or vice versa.


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

License: Freeware Download (58): Expanding and Compressing Tabs Download

Added: May 10, 2013 | Visits: 589

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

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

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

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

Added: May 10, 2013 | Visits: 440

Format integer as binary string This script converts integers to binary strings with no leading zeros.


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

License: Freeware Download (58): Format integer as binary string Download

Added: May 10, 2013 | Visits: 258

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

Simplified string substitution This script replaces %(name)s style formatting with [name] style formatting. Custom open and close delimiters can be specified. Useful for templates exposed to end-users.


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

License: Freeware Download (57): Simplified string substitution Download

Added: May 10, 2013 | Visits: 435

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


< 1 2 3 4 5