duplicates = multiple editions
A Classical Introduction to Modern Number Theory,Kenneth IrelandMichael Rosen
A Classical Introduction to Modern Number Theory,Kenneth IrelandMichael Rosen
| # this script expects $DOTOKEN variable with your digital ocean token | |
| # this script gets or creates smallest DO droplet and remotely executes script on it | |
| # afterwards, droplet is destroyed | |
| DROPLETNAME=example.com | |
| DOHOME="https://api.digitalocean.com/v2" | |
| cat <<EOF > .curlargs | |
| -s | |
| -H "Authorization: Bearer $DOTOKEN" |
| Accounting | |
| Active Lifestyle | |
| Ad Targeting | |
| Adult | |
| Advanced Materials | |
| Adventure Travel | |
| Advertising | |
| Advertising Exchanges | |
| Advertising Networks | |
| Advertising Platforms |
| #!/usr/bin/python | |
| # Quick and dirty demonstration of CVE-2014-0160 by Jared Stafford ([email protected]) | |
| # The author disclaims copyright to this source code. | |
| import sys | |
| import struct | |
| import socket | |
| import time | |
| import select |
Welcome!
If you have any suggestions, please leave a comment and mention me ( @dideler ) so I get a notification.
Pull requests aren't possible with gists (yet), so comments are more useful than forking this to make changes.
Don't forget to star this gist!