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

String Manipulation software
Filter: All | Freeware | Demo
 

String Manipulation

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

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

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

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

Split String into n-size pieces This script takes a string and returns a list containing the n-sized pieces of the string. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (58): Split String into n-size pieces Download

Added: May 10, 2013 | Visits: 436

Missing string functions Missing string functions script introduces some functions to help you manage international text. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (58): Missing string functions Download

Added: May 10, 2013 | Visits: 394

Hash a string Hash a string script hashes a string (preferably your name) to an alter ego description. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (57): Hash a string Download

Added: May 10, 2013 | Visits: 579

Admin Manipulation This contrib allows you to:delete all products or delete all orders or delete all customers and perform other db manipulation operations ALLfrom your stores admin area.these files are modified:-optimize_table.php-empty_db.phpnot to store your actual DB name in the scripts, but to relate to the... Platforms: Windows, *nix, PHP, BSD

License: Freeware Download (51): Admin Manipulation Download

Added: May 10, 2013 | Visits: 791

Parse Command Line String from CommandLine This script represents a way to parse command line from user provided string or try to get the original Argv from Windows OS Platform. Platforms: Windows, Python,

License: Freeware Download (58): Parse Command Line String from CommandLine Download

Added: May 10, 2013 | Visits: 409

Reverse a string Reverse a string script allows you to reverse a string. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (57): Reverse a string Download

Added: May 10, 2013 | Visits: 623

Pseudo-random string to float conversion Pseudo-random string to float conversion script converts strings to floats in the range [0, 1), using a hash function. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (51): Pseudo-random string to float conversion Download

Added: May 10, 2013 | Visits: 413

Encoding A String The main purpose of these functions are to allow encoding a string from base 256 to a special base 255. The function view the strings as numbers and simply change what base they are written in. This is not recommended for very long strings; otherwise, the encoding and decoding process can take a... Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (53): Encoding A String Download

Added: May 10, 2013 | Visits: 611

A queue for string data This script is a queue data structure, for string data only, which looks like a File object. This class takes care of the list.append and .join mess, which is needed for fast string concatenation. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (53): A queue for string data Download

Added: May 10, 2013 | Visits: 383

Encrypting A String The main purpose of these functions are to encrypt and decrypt a string (or change the string from one "language" into another). The code is simple, but it provides a simple solution to a well-known encryption scheme. As a recommendation, this may be better when used in conjunction with an... Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (53): Encrypting A String Download

Added: August 30, 2013 | Visits: 628

Arithmetic code to encode a string of char It is a matlab function that codes a string of char with Arithmetic coding.res=arithmetic_code(alphabet, distr_pr, string)'alphabet' is a vector that contains the char used in the string 'string'; 'string' is the string to codify; 'distr_pr' is the probability distribution of the alphabet's... Platforms: Matlab

License: Freeware Size: 10 KB Download (45): Arithmetic code to encode a string of char Download

Added: April 10, 2013 | Visits: 365

String Letter Counter Function Statement: strLetterCounter('string')....where, 'string' is an input string containing alphabet or numbers.Ex: string='aaaaaaaabbbbbbccd'Statement: strLetterCounter(string)Output: '8a,6b,2c,1d'Note: This function is different from the Matlab function called 'unique' because it keeps the order in... Platforms: Matlab

License: Freeware Size: 10 KB Download (38): String Letter Counter Function Download

Added: April 13, 2013 | Visits: 664

FIND STRING IN A TEXT FILE The program can be used to search a word or string in a text file.The output gives you the information at what line number it exists and how many such words or strings are present in that line.Key Features: Simple to use.Quick result.Options for both case sensitive and case insensitive situations... Platforms: Matlab

License: Freeware Size: 10 KB Download (45): FIND STRING IN A TEXT FILE Download

LCSSubStr-a function that return two string's largest common part (Sripts) a function that return two string's largest common part% Usage:% [ret]=LCSubstr(s,t)% s: input string 1% t: input string 2% ret: Largest Common String% z: Largest Common String Length% L : Compare matrix% Example:% >>a='This is very common string';% >>b='string is very common';%... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (45): LCSSubStr-a function that return two string's largest common part (Sripts) Download

Added: June 20, 2013 | Visits: 336

vibrating string simulator Simulator of vibrating string with possibility to set different parameters include initial positions, velocities, distributed friction. Solved as 1d wave equation with friction with FDM method. It is possible to plot graph, spectrogram, animated graph, listen stereo sound and realtime. Move... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 71.68 KB Download (39): vibrating string simulator Download

Added: June 24, 2013 | Visits: 507

Image credit string This function displays a line-wrapped image credit string at the bottom right of an image axes using a small gray font. Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (42): Image credit string Download

Added: June 21, 2013 | Visits: 338

Number to Ordinal String Converter This function turns a number into an ordinal string, ie 1 becomes 'first', 2 becomes 'second'. After 'twentieth', the number is used with the appropriate 'st, 'nd', 'rd', or 'th'. Useful for instructionary dialog boxes, etc. Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (49): Number to Ordinal String Converter Download

< 1 2 3 4 5 >