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

Cmd String Replace freeware
Filter: All | Freeware | Demo
 

Cmd String Replace

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

Simple pattern-based string generator This script allows you to generate all the string described by a pattern passed on the command-line.



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

License: Freeware Download (58): Simple pattern-based string generator Download

Added: May 10, 2013 | Visits: 781

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 (57): Parse Command Line String from CommandLine Download

Added: May 10, 2013 | Visits: 518

Regular expression for python string literals For quick-and-dirty processing of Python source files, it can be convenient to have a regular expression that matches Python string literals. This script provides such a regular expression. The example use case above shows how it could be used to rename a variable in a P shows hoe.


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


Added: May 10, 2013 | Visits: 520

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 (54): Boyer-Moore-Horspool string searching Download

Added: May 10, 2013 | Visits: 402

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

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

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

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

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 (52): Encrypting A String Download

Added: August 30, 2013 | Visits: 623

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

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

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

Added: March 24, 2013 | Visits: 552

Enable Media Replace This plugin allows you to replace a file in your media library by uploading a new file in its place. No more deleting, renaming and re-uploading files!A real timesaverDon't you find it tedious and complicated to have to first delete a file and then upload one with the exact same name every time...


Platforms: PHP

License: Freeware Size: 163.84 KB Download (42): Enable Media Replace Download

Added: September 04, 2013 | Visits: 518

Better Adjacent Post Links If you are used to link the 'previous' and 'next' posts on a wordpress blog using their own title, you have probably noticed how more often than not too long titles can cause broken lines, hence unpredictable results in terms of page layout.The only workaround in wordpress so far was to replace...


Platforms: PHP

License: Freeware Size: 10 KB Download (41): Better Adjacent Post Links Download

Added: November 19, 2013 | Visits: 750

Normal Modes on a Loaded String Model The Ejs Normal Modes on a Loaded String model displays the motion of a light string under tension between two fixed points. The string is also loaded with N masses located at regular intervals. The number of masses on the string can be changed via textboxes. You can modify this simulation if you...


Platforms: Mac

License: Freeware Size: 1.35 MB Download (40): Normal Modes on a Loaded String Model Download

Added: June 13, 2013 | Visits: 460

Resonance in a Driven String Model The Ejs Resonance in a Driven String model displays the displacement of taut string with its right end fixed while the left end is driven sinusoidally. The driving frequency, amplitude, and the simulation's dt can be changed via text boxes and the motion can be further fine tuned by zooming in...


Platforms: Mac

License: Freeware Size: 1.36 MB Download (36): Resonance in a Driven String Model Download

Added: June 17, 2013 | Visits: 525

Standing Waves on a String Model The Ejs Standing Waves on a String model displays the motion of a standing wave on a string. The standing wave can be augmented by adding the zero line and the maximum displacement of the string. The number of standing waves shown can be changed via a slider. You can modify this simulation if you...


Platforms: Mac

License: Freeware Size: 1.39 MB Download (36): Standing Waves on a String Model Download

Added: November 18, 2013 | Visits: 312

String Utilities A module of string functions: Chop, Contains, various quoted/RegEx versions of NthField and Split, EditDistance, EndsWith, Hash, HexB, InStrReverse, padding, SoundEx, and much more.


Platforms: Mac

License: Freeware Size: 30.72 KB Download (38): String Utilities Download

Added: September 02, 2013 | Visits: 458

Multi Byte String Generator The Multi Byte String Generator will generate a random string containing multi byte characters. To use the generator, download the MutliByteStringGenerator.jnlp. Java Web Start, included in Java SE 1.6, will take care of the rest.


Platforms: Mac

License: Freeware Size: 734 B Download (38): Multi Byte String Generator Download

Added: June 21, 2013 | Visits: 242

String::Glob::Permute The string_glob_permute() function provided by the String::Glob::Permute Perl module expands glob-like notations in text strings and returns all possible permutations. For example, to run a script on hosts host1, host2, and host3, you might write @hosts = string_glob_permute( "host[1-3]" );...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (36): String::Glob::Permute Download

< 1 2 3 4 5 >