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

Strings freeware
Filter: All | Freeware | Demo
 

Strings

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

Lexcmp It uses the lexical ordering method to compare strings. Requirements: - MATLAB 7.5 or higher



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

License: Freeware Download (64): Lexcmp Download

Added: May 10, 2013 | Visits: 473

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

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

Visualize unicode strings If you are processing unicode strings and you want to print the string but run into UnicodeEncodeError all the time, this script shows you some simple steps to visualize unicode strings.


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

License: Freeware Download (63): Visualize unicode strings Download

Added: May 10, 2013 | Visits: 281

Evaluating code inside strings In this script, Eval's __getitem__ returns the result of eval(key). In Python, String and Unicode objects have one special operator: the % operator. With that operator, strings can be formatted with format codes.Formatting is given syntax format % values, where format is a string with format...


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

License: Freeware Download (62): Evaluating code inside strings Download

Added: May 10, 2013 | Visits: 332

bit_text bit_text is a PHP function library that converts textual strings into an ASCII equivalent stream of .PNG files. It supports custom fonts and resizing.


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

License: Freeware Download (62): bit_text Download

Added: December 03, 2013 | Visits: 1.366

SQL Inject Me SQL Inject Me is a Firefox extension used to test for SQL Injection vulnerabilities. The tool works by submitting your HTML forms and substituting the form value with strings that are representative of an SQL Injection attack. The tool works by sending database escape strings through the form...


Platforms: *nix

License: Freeware Size: 133.12 KB Download (62): SQL Inject Me Download

Added: May 10, 2013 | Visits: 579

Live.com Search The search query can be limited to a set of sites, and various advanced search query strings can be used (or appended to all search queries).Installation - Unpack in your modules folder (usually /sites/all/modules/) and enable under Administer > Site Building > Modules. Requirements: - Drupal...


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

License: Freeware Download (61): Live.com Search Download

Added: May 10, 2013 | Visits: 473

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

Cache file contents to speed access This class caches the contents of a set of files and avoids reading files repeatedly from disk by holding onto the contents of each file as a list of strings.Some tasks require reading from a set of files in a random manner. Opening and reading files is a time consuming operation even when the...


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

License: Freeware Download (60): Cache file contents to speed access Download

Added: May 10, 2013 | Visits: 485

Searching nested strings This script searches nested strings from a line of text. The strings are limited by two different characters.


Platforms: Python,

License: Freeware Download (59): Searching nested strings Download

Added: May 10, 2013 | Visits: 487

repr() of containers with non-ASCII strings Printing sequences or maps containing non-ASCII strings results in escape sequences. This function uses the not-so-commonly-known "string_escape" codec to facilitate printing such sequences for quick-viewing.


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

License: Freeware Download (59): repr() of containers with non-ASCII strings Download

Added: May 10, 2013 | Visits: 418

TimeFormat TimeFormat is a small Python library useful to handle formatting date/time strings. TimeFormat features more flexible format codes than are available in time.strftime(), and should be more consistent across platforms.


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

License: Freeware Download (59): TimeFormat Download

Released: July 19, 2012  |  Added: July 19, 2012 | Visits: 976

Regular Expression Component Library for VC9 Regular Expression Component Library for VC9 is designed as an easy-to-use library for searching and / or replacing strings or data in files using regular expressions in non-managed C++ code. In the Visual C++ environment the Regular Expression Library is made of an MFC ( Microsoft Foundation...


Platforms: Windows


Added: May 10, 2013 | Visits: 809

Generating all strings of a given alphabet This script shows a way to generate a list of all strings (in this case, string=list of symbols) of a given alphabet having a specified length by using list comprehensions. Strings (not the 'string' type) are frequently used in computer science; for example numbers are encoded as strings of...


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

License: Freeware Download (58): Generating all strings of a given alphabet Download

Added: May 10, 2013 | Visits: 427

StringValidator This script is a portable class to carry out all sorts of validation on strings. It uses regular expressions to carry out common validation procedures.


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

License: Freeware Download (58): StringValidator Download

Added: May 10, 2013 | Visits: 438

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

Good enough templating This script allows you to try a small, powerful templating language using template strings embedded in standard Python syntax. Templates are valid Python source, compiled directly to bytecode. Variable substitution is performed using 'string.Template'.


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

License: Freeware Download (57): Good enough templating Download

Released: July 11, 2012  |  Added: July 11, 2012 | Visits: 839

Direct Excel Connection plugin Data publication module "Direct Excel Connection" for Advanced Serial Data Logger is created for data transmit of received by Advanced Serial Data Logger and picked out from byte flow by parser to programs Microsoft Excel, without use of additio This module has the following particularities:...


Platforms: Windows

License: Freeware Download (57): Direct Excel Connection plugin Download

< 1 2 3 4 5