???<!-- GIF89;a -->
123123123123
.....................................................................................................................................???<!-- GIF89;a -->
123123123123
.....................................................................................................................................ž
¨ÿfÛ  c               @   s5   d  d l  Z  d  d l Z e  j d ƒ d d „  Z d S(   i    Nu   http://xkcd.com/353/c             C   sz   t  j | ƒ j ƒ  } d d „  | d d … | d d … f Dƒ \ } } t d |  | d d … | | d d … f ƒ d S(   uŽ   Compute geohash() using the Munroe algorithm.

    >>> geohash(37.421542, -122.085589, b'2005-05-26-10458.68')
    37.857713 -122.544543

    c             S   s'   g  |  ] } d  t  j d | ƒ ‘ q S(   u   %fu   0.(   u   floatu   fromhex(   u   .0u   x(    (    u0   /opt/alt/python33/lib64/python3.3/antigravity.pyu
   <listcomp>   s   	 u   geohash.<locals>.<listcomp>Ni   i    u	   %d%s %d%si   (   u   hashlibu   md5u	   hexdigestu   print(   u   latitudeu	   longitudeu   datedowu   hu   pu   q(    (    u0   /opt/alt/python33/lib64/python3.3/antigravity.pyu   geohash   s    3u   geohash(   u
   webbrowseru   hashlibu   openu   geohash(    (    (    u0   /opt/alt/python33/lib64/python3.3/antigravity.pyu   <module>   s   