I hereby claim:
- I am musale on github.
- I am musale (https://keybase.io/musale) on keybase.
- I have a public key ASCDQz0cmuDrr7Fs0YRDe4z9l0oZapj4zuiAoXYsn6uyYwo
To claim this, I am signing this object:
# Backup | |
docker exec CONTAINER /usr/bin/mysqldump -u root --password=root DATABASE > backup.sql | |
# Restore | |
cat backup.sql | docker exec -i CONTAINER /usr/bin/mysql -u root --password=root DATABASE | |
I hereby claim:
To claim this, I am signing this object:
package main | |
// Write a function that takes an array containing two strings where | |
// each string represents keypresses separated by commas. For this | |
// problem, a keypress can be either a printable character or a | |
// backspace (represented by -B). Your function should determine if | |
// the two strings of keypresses are equivalent. | |
import ( | |
"fmt" | |
"reflect" |
I hereby claim:
To claim this, I am signing this object:
This script it based on @chrisalbon's original script, but instead of fetching the users timeline via the Twitter API it uses the archive of the users data to workaround the 3200 tweet limitation.
pip install -r requirements.txt