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

Gothic Flourish Alphabet software
Filter: All | Freeware | Demo
 

Gothic Flourish Alphabet

< 1 2 3 4 5 
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: October 17, 2012  |  Added: October 17, 2012 | Visits: 478

Morph Chess 3D Set in a gothic castle arena, Morph Chess 3D allows you to play chess in a dynamic 3D environment where the pieces morph into characters and battle it out for their captured square. SINGLE PLAYER: Play 6 varying levels of computer AI, from Beg


Platforms: Mac

License: Shareware Cost: $0.99 USD Size: 18.8 MB Download (63): Morph Chess 3D 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: 413

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

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

Added: July 28, 2013 | Visits: 430

Elizabeth Hawke's Forever Always A free romance novel for your Mac Elizabeth Hawke's Forever Always is a free and fun, interactive romance novel. At another time you might pause to take in the view: the quaint statues, the pleasant fountain, even the kilt shop at the southern edge of the square. Today, however, you have no...


Platforms: Mac

License: Shareware Cost: $0.00 USD Size: 215.04 KB Download (41): Elizabeth Hawke's Forever Always Download

Added: August 22, 2013 | Visits: 460

Mia's Word Copter Mia's Word Copter is a fun educational game. Dodge a pesky bumblebee or steer clear of a gust of wind! Test your pilot skills in four different environments. Use Mia's Word Copter to collect letter tiles and create words - the more words you find, the more points you win! This arcade-style game...


Platforms: Mac

License: Demo Cost: $0.00 USD Size: 99.69 MB Download (38): Mia's Word Copter Download

Added: July 26, 2013 | Visits: 318

konsonant Play with letters and sounds, build acoustic machines, control morphing clouds and experiment with the alphabet! Enjoy the sounds and shapes of letters by line drawing, physics simulations or acoustic networks in the four sound games included in the app. konsonant is an extraordinary...


Platforms: Mac

License: Commercial Cost: $0.99 USD Size: 49.1 MB Download (38): konsonant Download

Added: October 26, 2013 | Visits: 324

Keyano Turn a PC keyboard into a Musical Instrument! Keyano has the ability to turn your PC into a Musical Keyboard, or select Alphabet mode and it becomes fun and educational for the Kids. Type "A B C" and it says them out loud while it shows letters on screen


Platforms: *nix

License: Freeware Size: 3.21 MB Download (38): Keyano Download

< 1 2 3 4 5