Skip to content

Instantly share code, notes, and snippets.

@Yeraze
Yeraze / meshdash-check.py
Last active June 18, 2025 00:36
MeshDash - restart if no activity for 5 minutes
#!/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():
@Yeraze
Yeraze / Powerline.md
Created January 8, 2018 20:58 — forked from wm/Powerline.md
Installing powerline on Mac OSX. The following was done in version Version 10.8.2

Install dependencies

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"

Reinstall MacVim with brew

#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/
*/
/**