Skip to content

Instantly share code, notes, and snippets.

ssh pi@<RPI_IP_ADDRESS>
cd /Volumes/boot
touch ssh
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
country=<TWO_LETTER_ISO_COUNTRY_CODE>
network={
ssid="<WIFI_NETWORK_NAME>"
psk="<WIFI_PASSWORD>"
key_mgmt=WPA-PSK
}
<html>
<head>
<style>
@font-face {
font-family: Optimist;
src: url("data:font/woff2;base64,d09GMgABAAAAAG7kABEAAAABEtQAAG6CAAEA") format("woff2"),
url("https://mktg.capitalone.com/Optimist_W_Rg.woff") format("woff");
}
</style>
</head>
@maheshsenni
maheshsenni / isolation-forest-2.ipynb
Created February 1, 2019 02:52
Isolation Forest Anomaly detection - Python
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.