brew install cmake
brew install python
sudo easy_install pip
Add powerline bin to your path. In your zshrc file (or the paths files sourced in zshrc) add the following line
PATH="/usr/local/share/python/:$PATH"
| #!/bin/python3 | |
| import requests | |
| from datetime import datetime, timedelta | |
| # Base URL for the MeshDash API | |
| BASE_URL = "https://meshdash.yeraze.online" | |
| USERNAME = "<USERNAME>" | |
| PASSWORD = "<PASSWORD>" | |
| def get_unix_time(): |
| #include <std::vector> | |
| #include <opencv2/core/core.hpp> | |
| #include <iostream> | |
| #include <stdio.h> | |
| /* | |
| This work by Ryan Muller released under the Creative Commons CC0 License | |
| http://creativecommons.org/publicdomain/zero/1.0/ | |
| */ | |
| /** |