Author Archives: MantasCode

C#: Find all permutations of a string, parse a dictionary, cheat at Scrabble.

This program has been expanded in a later post:
C#: Scrabble Player; Part 2 – Find all permutations of a string, parse a dictionary, cheat at Scrabble.

Find all possible permutations of a string.  Parse an XML dictionary http://www.ibiblio.org/webster/.  Compare permutations with dictionary and display results.  Ofcourse, the following program will only find words the same length as letters inputted.

Continue reading

Android: How to Install Android Emulator onto Eclipse Ganymede ; Walkthrough / Tutorial / Guide

Want to become an android developer?  ITS FREE!  Just follow these easy steps and you’ll be making free apps in no time.

UPDATE : Ganymede is no longer supported by  newer versions of of the sdk.  Download Galileo 3.5, tutorial still valid    :>

Download and install Eclipse.

Download Android sdk from http://developer.android.com/sdk/index.html

android-sdk_r08-windows.zip

Click below to Read the Walkthrough / Tutorial / Guide

Continue reading