##Update
Better version here: https://github.com/abalter/polyglottus/blob/master/simple_kernel.py
Just leaving this because it is linked to in a couple of SO posts
##Update
Better version here: https://github.com/abalter/polyglottus/blob/master/simple_kernel.py
Just leaving this because it is linked to in a couple of SO posts
| <div id="nav"> | |
| <div id="menu-toggle"><button id="hamburger">MENU</button></div> | |
| <div class="nav-items"> | |
| <a href="#home" class="active">Home</a> | |
| <a href="#news">News</a> | |
| <a href="#contact">Contact</a> | |
| <a href="#about">About</a> | |
| </div> | |
| </div> |
| var url = "http://someserver/somepath/somedir/?C=M;O=A"; | |
| $.get(url, (data) => | |
| { | |
| console.log(data); | |
| let listing = parseDirectoryListing(data); | |
| $('body').append(JSON.stringify(listing)); | |
| }); | |
| function parseDirectoryListing(text) | |
| { |
| let focus_height = 160; | |
| let click; | |
| function spyOnScroll() | |
| { | |
| let anchors = $('a[href^="#"][class*="menu-item"]'); | |
| let hash_positions = []; | |
| let hashes = []; | |
| /* |
https://developers.google.com/maps/documentation/distance-matrix/intro | Developer Guide | Distance Matrix API | Google Developers https://developers.google.com/maps/documentation/distance-matrix/client-library | Client Libraries for Google Maps Web Services | Distance Matrix API | Google Developers https://github.com/googlemaps/google-maps-services-python | googlemaps/google-maps-services-python: Python client library for Google Maps API Web Services https://developers.google.com/maps/documentation/directions/start | Get Started | Directions API | Google Developers https://developers.google.com/maps/documentation/distance-matrix/start | Get Started | Distance Matrix API | Google Developers https://github.com/googlemaps/google-maps-services-js | googlemaps/google-maps-services-js: Node.js client library for Google Maps API Web Services https://www.myprogrammingtutorials.com/find-distance-between-two-addresses-google-api-php.html | Find Distance Between two Addresses using Google API and PHP -
| print("hello") |
| .ipynb_checkpoints | |
victorlei/smop: Small Matlab to Python compiler https://github.com/victorlei/smop
ebranlard/matlab2python: Simple matlab2python converter https://github.com/ebranlard/matlab2python
miaoever/Mat2py: A complier translating Matlab script into Python code. https://github.com/miaoever/Mat2py
victorlei/smop: Small Matlab to Python compiler