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 49.598.431 Times

String freeware
Filter: All | Freeware | Demo
 

String

< 1 2 3 4 5 
Released: August 06, 2012  |  Added: August 06, 2012 | Visits: 572

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

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 (47): FUNDAMENTALS UNICODE Download

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

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

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 (44): WordSort Download

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

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

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 (60): Convert From/To Base64 Download

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

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

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

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 (57): Accessing Substrings Download

Added: May 10, 2013 | Visits: 459

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

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

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

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 (58): Multi-line string block formatting Download

Added: May 10, 2013 | Visits: 468

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 (59): Case Insensitive Strings Download

Added: May 10, 2013 | Visits: 432

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

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 (58): Natural string sorting Download

Added: May 10, 2013 | Visits: 281

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

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

MarkupString This script contains a subclass of String that allows simple handling of simple XML markup. The goal here is to allow a slice of a python markup string to "do the right thing" and preserve formatting correctly. In other words, MarkupString(Hello World)[6:] = "World".


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

License: Freeware Download (49): MarkupString Download

Added: May 10, 2013 | Visits: 622

Search and Replace 5.x-1.1 The search string needs to be at least 3 chars long or longer.InstallationUnpack in your modules folder (usually /sites/all/modules/) and enable under Administer > Site Building > Modules. Key features "Search and Replace": - Perform just a search - Perform a search or search-and-replace of node...


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

License: Freeware Download (48): Search and Replace 5.x-1.1 Download

< 1 2 3 4 5