View fb_disallow.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// This script removes you from advertisers' target lists on Facebook. | |
// They probably added you to their advert targeting list by uploading a contact list that includes | |
// your contact information like your email address or phone number. | |
// Comment below if this doesn't work for you | |
// *Instructions* | |
// 1. Go to https://www.facebook.com/ads/preferences |
View rtlamr.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"time": "2020-03-21T21:40:00.000Z", | |
"rtlamr.first_consumption": 8759628 | |
}, | |
{ | |
"time": "2020-03-21T21:44:00.000Z", | |
"rtlamr.first_consumption": 8759632 | |
}, | |
{ |
View Arduino_amiibo_tool.bash
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# This is a companion script to https://github.com/konstantin-kelemen/arduino-amiibo-tools | |
# The original post this was crafted for was https://games.kel.mn/en/create-amiibo-clones-with-arduino/ | |
# For more info go to https://games.kel.mn/en/companion-script-to-simplify-amiibo-cloning-with-arduino/ | |
#requirements: | |
#sha1sum (part of coreutils) | |
#xxd (part of vim) | |
#hexdump | |
#amiitool (https://github.com/socram8888/amiitool) |