Skip to content

Instantly share code, notes, and snippets.

View SIRprise's full-sized avatar
🙂
Doin' things

SIRprise

🙂
Doin' things
  • Germany
View GitHub Profile
@SIRprise
SIRprise / uberspacebackup.sh
Last active January 26, 2020 19:40
Backup script for uberspace
#!/bin/bash
### Uberspace Backup-Script by SIRprise
## merge of
## https://www.gehaxelt.in/blog/ueberspace-backupscript/
## and
## https://sebastian-doering.net/linux/vollstaendiges-uberspace-backup/
## because the first one does not backup home and the second creates an empty www folder
## Version 0.9
@SIRprise
SIRprise / AnalogReadSerial.ino
Created January 7, 2018 13:37 — forked from brandoncurtis/AnalogReadSerial.ino
Realtime Data Acquisition and Plotting with Arduino and Python
/*
AnalogReadSerial
Reads an analog input on pin 0, prints the result to the serial monitor.
Attach the center pin of a potentiometer to pin A0, and the outside pins to +5V and ground.
This example code is in the public domain.
Upload this to the Arduino using the Arduino IDE!
*/