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

Alphabet Dittos software
Filter: All | Freeware | Demo
 

Alphabet Dittos

< 1 2 3 4 5 > 
Released: August 26, 2012  |  Added: August 26, 2012 | Visits: 342

Excel Extract Numbers & Characters From All Cells Software Extract alphabet, numeric, alpha-numeric or non-alpha-numeric cells in MS Excel. Extract certain character(s) or sections of cells based on position or nearby character(s). Excel 2000 or higher required.



Platforms: Windows

License: Shareware Cost: $19.99 USD Size: 753 KB Download (520): Excel Extract Numbers & Characters From All Cells Software Download

Released: July 08, 2012  |  Added: July 08, 2012 | Visits: 404

Excel Remove (Delete, Replace) Text, Spaces & Characters From Cells Software This software offers a solution for users who want to remove or replace user-specified characters, spaces, enters, tabs, etc. in a block of selected MS Excel cells using different methods. This software includes the following features: Remove/Replace All Spaces in Selected Cells, Remove Extra...





Platforms: Windows

License: Shareware Cost: $29.99 USD Size: 442 KB Download (499): Excel Remove (Delete, Replace) Text, Spaces & Characters From Cells Software Download

Released: August 05, 2012  |  Added: August 05, 2012 | Visits: 650

ABC Malbuch II ABC Coloring Book is a simple to use program providing coloring pages for preschoolers to explore the creative world of drawing and coloring. It Offers coloring pages related to the alphabet. A one click selection from many colors is easy to use even for the youngest children. Beside click and...


Platforms: Windows

License: Shareware Cost: $17.95 USD Size: 1.97 MB Download (519): ABC Malbuch II Download

Released: December 02, 2012  |  Added: December 02, 2012 | Visits: 617

ABC Malbuch I ABC Coloring Book is a simple to use program providing coloring pages for preschoolers to explore the creative world of drawing and coloring. It Offers coloring pages related to the alphabet. A one click selection from many colors is easy to use even for the youngest children. Beside click and...


Platforms: Windows

License: Shareware Cost: $17.95 USD Size: 1.67 MB Download (609): ABC Malbuch I Download

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

Pinyin to IPA Conversion Tools The Python scripts for the conversion from the Chinese Pinyin transcription(ISO 7098) to International Phonetic Alphabet(IPA), comprised of a core module for developers and a flexible GUI application for the common end-users on Modern Chinese phonetics.


Platforms: Windows, Mac, Linux

License: Freeware Size: 4.25 MB Download (54): Pinyin to IPA Conversion Tools Download

Released: June 21, 2012  |  Added: June 21, 2012 | Visits: 358

preTeX A preprocessor for TeX and LaTeX documents, especially to support typing documents in Indian (South Asian) languages using a natural Latin-alphabet input, but producing a correctly typeset native-alphabet result.


Platforms: Windows, Mac, Linux

License: Freeware Size: 151.1 KB Download (50): preTeX Download

Released: October 23, 2012  |  Added: October 23, 2012 | Visits: 563

ABC MAGICO 2 Learn the sounds of the Spanish Alphabet. Get ready to read Spanish! Aprendan los sonidos del alfabeto español. ¡Prepárense para leer en español! 4 phonetic matching phonetic photo images are matched with each letter to help your child learn the sound of each letter. 4 fonetica...


Platforms: Mac

License: Freeware Size: 12.3 MB Download (56): ABC MAGICO 2 Download

Released: August 12, 2012  |  Added: August 12, 2012 | Visits: 423

Dot to Dots Puzzle Play Dot-to-dot puzzles sharpen creativity, concentration and eye-hand concentration, and these dot-to-dots also build counting and alphabet skills! That’s not all: This app also enhances kids’ listening, observation, and problem-solving skills, all so importa


Platforms: Mac

License: Shareware Cost: $1.99 USD Size: 75 MB Download (48): Dot to Dots Puzzle Play Download

Released: November 23, 2012  |  Added: November 23, 2012 | Visits: 445

Writing Letters Writing Letters What your child will learn: * The letters of the alphabet * The position of letters in the alphabet * The form of the letters in the alphabet * The sound of letter names * The sound of letter phone


Platforms: Mac

License: Shareware Cost: $2.99 USD Size: 5 MB Download (52): Writing Letters Download

Added: May 10, 2013 | Visits: 415

EARM2IPA This program translates Armenian in UTF-8 Unicode to the International Phonetic Alphabet assuming that the dialect represented is Eastern Armenian. To compile this program, first inspect the Makefile and change the definitionsof any directories that you wish to change. Then do:makemake...


Platforms: Windows, Mac, *nix, C/C++, BSD Solaris

License: Freeware Download (56): EARM2IPA Download

Added: May 10, 2013 | Visits: 576

hessian.swc The Hessian binary web service protocol makes web services usable without requiring a large framework, and without learning yet another alphabet soup of protocols. Because it is a binary protocol, it is well-suited to sending binary data without any need to extend the protocol with attachments....


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

License: Freeware Download (61): hessian.swc Download

Added: May 05, 2013 | Visits: 417

HessianPHP  RC1 "The Hessian binary web service protocol makes web services usable without requiring a large framework, and without learning yet another alphabet soup of protocols. Because it is a binary protocol, it is well-suited to sending binary data without any need to extend the protocol with attachments."...


Platforms: BSD

License: Freeware Download (57): HessianPHP RC1 Download

Added: June 11, 2013 | Visits: 442

Example of Lempel Ziv coding [dec_cod, code_bin, code_book] = lempel_ziv(alf, str)It's a function with three output variables and two input variables.'dec_cod' is the decimal code that codify the input string 'str'.'code_bin' is the binary code of the string obtained from the 'dec_cod' conversion.'code_book' is the code-book...


Platforms: Matlab

License: Freeware Size: 10 KB Download (39): Example of Lempel Ziv coding 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 19, 2013 | Visits: 369

Gibbs Motif Sampler MOTIFINFO = GIBBSMOTIFSAMPLER(SEQARRAY,MOTIFVECTOR,ALPHABET,OPTIONS) Searches for the motifs in a set of sequences via Gibbs sampling. seqArray is a cell vector of sequence strings. motifVector is a vector of uniformly-spaced motif widths you wish to optimize. The program iterates over these...


Platforms: Matlab

License: Freeware Size: 10 KB Download (46): Gibbs Motif Sampler Download

Added: May 22, 2013 | Visits: 326

Urdu OCR System Using ANNs OCR System consist of 6 stepsload image of any type(supported by Matlab)Export button will send alphabet's unicode to MS WORD (Use Alt+X to convert unicode into charaters)


Platforms: Matlab

License: Freeware Size: 1.68 MB Download (40): Urdu OCR System Using ANNs Download

Added: September 08, 2013 | Visits: 445

Convert index to Excel A1 notation This function translates an index to the Excel A1 notation that is used in xlswrite.%%%function a1String = idx2A1(idx)alphabet = 'ABCDEFGHIJKLMNOPQRSTUVWXYZ';if idx < 27 a1String = alphabet(idx);else idx2 = rem(idx,26); if idx2 == 0 a1String = [alphabet(floor(idx/26)-1),'Z']; else a1String =...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (48): Convert index to Excel A1 notation Download

Added: August 15, 2013 | Visits: 265

arcoDemo arcoDemo provides an interactive visualization of two algorithms for compression of data streams: arithmetic coding and its predecessor, Elias coding.The demonstration allows a user to specify the source alphabet, the underlying probability distribution, and the precision of the floating point...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): arcoDemo Download

Added: November 15, 2013 | Visits: 348

RXPY RXPY is a regular expression library, written in Python, that is almost completely backwards compatible with the standard Python re library (only locale-based character groups are not supported). It has a modular design that allows different alphabets and engines to be used. This allows regular...


Platforms: Mac

License: Freeware Size: 51.2 KB Download (36): RXPY Download

< 1 2 3 4 5 >