Tuesday, October 11, 2011

Mapping Unicode into it's best ASCII representation in Python

This was annoying me for quite some time so I decided to help out anyone that was trying to figure out how to convert a string like 'café' into 'cafe'

first make sure you have a unicode representation

s = u'café'

then run the following:

import unicodedata
unicode(unicodedata.normalize('NFD', s).encode('ascii', 'ignore'), 'utf-8')

what this does is decomposes the unicode string into components, keeps only the ascii characters, then converts it back to unicode.

voila

Sunday, August 21, 2011

Saturday, August 20, 2011

Saturday, March 21, 2009

Fuzzball for iPhone



It's just that addictive.

www.fuzz-ball.com

Fuzzball for iPhone is a FREE multiplayer soccer / billiards strategy game with friends over 3G. Play instantly against other people without having to login or enter passwords. Just start the app and play right away in the intense mind-wrenching puzzle game where you need to outsmart your opponent.

Will you be the best Fuzz Ball ?

Thursday, November 13, 2008

Fuzz Ball for iPhone almost out



Just days away from being complete, Fuzz Ball (http://www.fuzz-ball.com), is getting it's final tweaks as the feedback from the BETA test is getting integrated. John Juarez has graciously giving the app a visual overhaul with new 3D renderings and animations.

Fuzz Ball is a multiplayer game for iPhone that combines elements of billiards and soccer into a turn-based strategy game. The twist on Fuzz Ball is that you are always paired up with another real person via 3G so that every game is different.

Here is the latest screenshot