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
| .ipynb_checkpoints | |
| print("hello") |
- Install EVERYTHING you can with conda
- Install things you can with:
- install.packages(, lib="")
- install.github(, lib="")
- biocLite(, lib="")
- Make separate local libs for different R versions
- After installing a package to a local lib, look there and see if there are dependencies you could have installed with conda.
- Or, head it off by looking at the dependencies in CRAN or Bioconductor
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 -
| let focus_height = 160; | |
| let click; | |
| function spyOnScroll() | |
| { | |
| let anchors = $('a[href^="#"][class*="menu-item"]'); | |
| let hash_positions = []; | |
| let hashes = []; | |
| /* |
| 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) | |
| { |
| <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> |