Navigation
Easy Password Maker
Various Tech Stuff
Various program I created that aren't too useful, but are entertaining...
Cheat in spelling words
yuval Sun, 04/18/2010 - 14:18
Remember that facebook game that requires you to spell words using a set of letters? If if recall correctly it is called Word Challenge.
Download this to help you win it. Requires Python (tested on 2.5)
Input the set of letters, and the script will give you the words to type.
Create "Guess My Number" Cards
yuval Sun, 04/18/2010 - 14:20
I've got this python script that creates magic cards. You can use these magic-cards to read minds of people!
This is how it works:
Markov-Chain Random Name Creator
yuval Sun, 04/18/2010 - 14:21
This python script uses a word file to build a Markov model of the language. It then uses the model to create a random name, that will still sound good. If you need a name for a new web site this is the script for you!!
This script take several seconds to initialize itself and build the model. So if you want lots of names, run the last line in a loop. It will work much faster.
Example output results:
- Undisan
- Dscov
- Furon
Word count
yuval Sun, 04/18/2010 - 14:22
A page that counts words, and displays them as percentage from the text. Apperently, this is good for SEO.
you can find it here.
Easy Password Maker
yuval Sun, 04/18/2010 - 14:23
Know your position on the ITM Grid using your smart phone
yuval Fri, 05/07/2010 - 17:46
Do you hike in Israel ? Want to know where you are on the map ?
use this phone software, it will use your phone gps to tell your ITM coordinates.
Legal Stuff: All the code I create that appears in this page (unless otherwise stated), is here by released to the public domain (Though credits would be nice).