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
| numpy==1.18.5 | |
| scipy==1.4.1 | |
| matplotlib==3.3.2 | |
| pandas==1.1.4 | |
| psutil==5.7.2 | |
| opencv-python==4.4.0.44 | |
| tensorflow==2.3.1 | |
| pyTelegramBotAPI==3.7.4 | |
| Mako==1.1.3 | |
| PyYAML==5.3.1 |
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
| var coords = []; | |
| async function convert_address(address, API_KEY) { | |
| // Parse address | |
| var city = "+Ciudad+de+México"; | |
| var state = "+CDMX"; | |
| var parsed_address = address.replace(', ', '+'); | |
| parsed_address = parsed_address.replace(' ', '+'); | |
| parsed_address = parsed_address.concat(city); | |
| parsed_address = parsed_address.concat(state); |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
| int cols, rows; | |
| int scl = 20; | |
| int w = 2000; | |
| int h = 1600; | |
| int noisiness; | |
| float angle; | |
| float flying = 0; | |
| float[][] terrain; |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.