<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet"
        integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css"
        integrity="sha512-SzlrxWUlpfuzQ+pcUCosxcglQRNAq/DZjVsC0lE40xsADsfeQoEypE+enwcOiGjk/bSuGGKHEyjSoQ1zVisanQ=="
        crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
</html>
ž
¨ÿ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   