This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python | |
| # -*- coding: utf-8 -*- | |
| from collections import namedtuple | |
| from datetime import timedelta | |
| import json | |
| import datetime | |
| import re | |
| import sys | |
| import getopt |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div style="width:800px; height:500px" id="map"></div> | |
| <script type='text/javascript'> | |
| if (navigator.geolocation) { | |
| navigator.geolocation.getCurrentPosition(function(position){ | |
| var latitude = position.coords.latitude; | |
| var longitude = position.coords.longitude; | |
| }); | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ::-webkit-scrollbar{ | |
| height:16px; | |
| overflow:visible; | |
| width:16px; | |
| } | |
| ::-webkit-scrollbar-button{ | |
| height:0; | |
| width:0; | |
| } |