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

Viking Runic Alphabet software
Filter: All | Freeware | Demo
 

Viking Runic Alphabet

< 1 2 3 4 5 
Released: June 21, 2012  |  Added: June 21, 2012 | Visits: 365

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: November 16, 2012  |  Added: November 16, 2012 | Visits: 344

VikingVsGreek Viking vs Greek is a multi player game similar to the game Tower Blaster. The game is written in Java and is meant to be played over network and against other human players. Platforms: Windows, Mac, Linux

License: Freeware Size: 2.02 MB Download (47): VikingVsGreek Download

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

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

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 (49): Dot to Dots Puzzle Play Download

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

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

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

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

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

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: 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 19, 2013 | Visits: 372

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

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

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

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

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: June 27, 2013 | Visits: 231

Viking Cricket on the High Seas You are trap in a deep cave alone with a dynamo lamp which need rechargin once in a while. Find the exit..... and maybe a kitten... I have not finished, I ran out of time (had problem with my dev environment), but here it is. :-P At least it's playable and I learned a lot while doing it... Platforms: Mac

License: Shareware Cost: $0.00 USD Size: 2.45 MB Download (37): Viking Cricket on the High Seas Download

Added: August 22, 2013 | Visits: 464

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 (44): Mia's Word Copter Download

Added: July 26, 2013 | Visits: 319

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

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