I hereby claim:
- I am TimKraemer on github.
- I am tiekei (https://keybase.io/tiekei) on keybase.
- I have a public key whose fingerprint is 3C2C F9CD A517 A37A 214D C0CB 14DA 1012 D0C2 D1F1
To claim this, I am signing this object:
#!/bin/bash | |
# PURPOSE: Script to check temperatures and report if specified temperatures exceeded | |
# requires lm-sensors | |
LOG_FILE="/var/log/CPUWarning.log" | |
EMAIL_ADDRESS="[email protected]" | |
MAX_TEMP=70 | |
warning=false |
#!/usr/bin/env bash | |
# this file is called by backintime to handle it's current states | |
# see: http://backintime.le-web.org/documentation/usercallback/ | |
MOUNT_PATH="/media/backup" | |
LOG_FILE="/var/log/backintime/backintime.log" | |
EMAIL_ADDRESS="[email protected]" | |
LAST_READ_MARKER_PATH="/root/backup_timestamps/marker" | |
NAME_INDICATOR_PATH=${MOUNT_PATH}"/name_backup" |
I hereby claim:
To claim this, I am signing this object:
from collections import defaultdict | |
import numpy as np | |
import time | |
# A CSV File with about 35 million lines looking like this: | |
# 578559.000 5917080.000 5.608 | |
# 578560.000 5917080.000 5.639 | |
# 578562.000 5917080.000 -2.629 | |
# ... | |
FILENAME = "../../Sources/HH_bis_28082013_1m_NN_UTM.txt" |
Spinning dice into a dark cup!
Forked from Alec Taylor's Pen YATZEE!!!.
A Pen by Captain Anonymous on CodePen.
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> | |
<title>The Poop Bag Map</title> | |
<style type="text/css"> | |
html { | |
height: 100% | |
} |