I hereby claim:
- I am alepee on github.
- I am alepee (https://keybase.io/alepee) on keybase.
- I have a public key ASCoBm_tFmFlp2cVmK6gdMYDGJiQUQTy7bZRfWV1DvRy4Qo
To claim this, I am signing this object:
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8" /> | |
<title>Mon formulaire</title> | |
<link | |
rel="stylesheet" | |
href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" | |
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" | |
crossorigin="anonymous" |
window.alert('hello'); |
I hereby claim:
To claim this, I am signing this object:
## | |
# depends on battery zsh plugin | |
# https://github.com/robbyrussell/oh-my-zsh/blob/master/plugins/battery/battery.plugin.zsh | |
## | |
if [ "$(ioreg -rc "AppleSmartBattery" | wc -m)" -gt "0" ]; then | |
battery_charge() { | |
read -r last_battery_pct < $HOME/.battery | |
curr_battery_pct="$(battery_pct)" |
### | |
# free_disk_space | |
# | |
# remove files from downloads folder | |
# clear cache for rubygem, yarn, composer, homebrew, docker | |
### | |
free_disk_space() { | |
if command -v docker &> /dev/null; then | |
echo "--> Clear Docker images cache" && \ |
LOCAL_IP_ADDRESS=$(ifconfig | grep -E -no "inet ([0-9]{1,3}\.*){4}" | cut -d" " -f2 | grep -v 127 | cut -d\n -f1) | |
LOCAL_IP_GROUP=$(echo $LOCAL_IP_ADDRESS | cut -d. -f1-3) | |
function rpi-connect | |
{ | |
DEST_ADDR="$LOCAL_IP_GROUP.$1" | |
echo "Trying to connect to $DEST_ADDR" | |
ssh -i $HOME/.ssh/rpi pi@$DEST_ADDR | |
} |
#!/bin/bash | |
# Setup a Spotify Connect client | |
# | |
# Hardware: | |
# - RaspberryPi3 | |
# - Creative Sound Blaster Play2 | |
# | |
# Resources: | |
# https://github.com/plietar/librespot |
// Copy/Paste this script into your main Stage within `compositionReady` | |
(function(){ | |
var stage = sym.getSymbolElement('.' + e.compId); | |
var parent = stage.parent(); | |
var stageWidth = stage.width(); | |
var stageHeight = stage.height(); | |
stage.css({ |