Yuval's Homepage

Home

Navigation

  • Contact
  • My Blog
  • Tech Stuff
    • Easy Password Maker
  • Projects
  • Non-Tech Stuff

Easy Password Maker

Important! Use at your own Risk! Read more on how it works.

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

  • Python

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.

  • Read more about Cheat in spelling words
  • Add new comment

Create "Guess My Number" Cards

yuval —Sun, 04/18/2010 - 14:20

  • Python

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:

  • Read more about Create "Guess My Number" Cards
  • Add new comment

Markov-Chain Random Name Creator

yuval —Sun, 04/18/2010 - 14:21

  • Python

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
  • Read more about Markov-Chain Random Name Creator
  • Add new comment

Word count

yuval —Sun, 04/18/2010 - 14:22

  • Web Service

A page that counts words, and displays them as percentage from the text. Apperently, this is good for SEO.
you can find it here.

  • Read more about Word count
  • Add new comment

Easy Password Maker

yuval —Sun, 04/18/2010 - 14:23

  • Security & Privacy
This small tool helps you manage your passwords. It creates unique password for each service you use, using the service's name, and a master password. Details follow.
  • Read more about Easy Password Maker
  • Add new comment

Know your position on the ITM Grid using your smart phone

yuval —Fri, 05/07/2010 - 17:46

  • Java

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.

  • Read more about Know your position on the ITM Grid using your smart phone
  • Add new comment

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).