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
Verifying that +gerv is my Bitcoin username. You can send me #bitcoin here: https://onename.io/gerv |
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
import java.math.BigInteger; | |
import java.security.SecureRandom; | |
class WoSignSerialNumberTest { | |
public static void main(String[] args) { | |
int[] nibbles = {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0}; | |
for (int i = 0; i < 100000; i++) | |
{ | |
String serial = createSerialNumber(); |
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
--- original-english-cps-4.1.txt 2016-11-15 10:52:57.541218549 +0000 | |
+++ first-updated-cps-4.3.txt 2016-11-15 10:53:25.121217361 +0000 | |
@@ -4,12 +4,12 @@ | |
-Guangdong Certificate Authority CO., | |
-LTD | |
+Global Digital Cybersecurity Authority | |
+CO., LTD. |
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
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQCsZ+3jQqOMSilAxWY2JQQ6FX/AukYH9pefjBO3hWarC4/xL+HDmXupSdzTEWp7LD9Yc/QHwhsRMIRrYUe98y++oPKc3dQ0Wnja7yTPCLwtqroYM5HFEKsLNU/F5gK3QkAT4niDJYjYkBbas3QjO8KVcBg5/l6B28D8N/sCmHo3WRaLb0+RnxNkw57MNnV8jG0+/F8UE49aW5N/YCngrhsZ+inxzBlE2VHtHaohYZec2PYbhrefKTTCUczAqQnK807JF71xjkqgnsduBNLWAycvRkaEQoNKoUURcf1cpILG6iU7D+AzHeY/8Ryw5OewBG15HnoPgOC2imFlcBEI7d+6hy74glQWv7UNiKj8x/6wiXxULj2nfoGUF9cQXWJi/40sDVA1imEV2M4s00sLZJ8x/+uDpECsM+8uu+fkze1s5jweLiYFZF2G2+rbeF8okx97QAsqRTw1Fyquey8LMF8cqQy0wB5ON/bac+kmEyN4dTush1g7QnozWjjSY1ap2H71P8wdF/NM/6V9XTzWu1kcAAijvX+zRQ2QOsAxsJ2ufZN1N3TTlO4VBQ5stWuC1losFXM3BlD3ZDT8N/ICYu5FgICZSstsAoobrPEsBTzjjznp+Xg7ukwlQPUwuuCnmLshh/pjTBEieGCBI5iicvC8+44dSS0KoRyqoUz6hPA13Q== gerv@hare |
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 works with autokey - https://github.com/autokey/autokey/ | |
# Define a hotkey (e.g. F12), make sure the Tomboy "Search All Notes" window and the Simplenote window are open | |
# Then just keep hitting F12. One note will be imported each time. | |
# Note: no formatting is preserved :-( | |
def activate_tomboy(): | |
window.activate("Search All Notes") | |
time.sleep(0.25) | |
def open_next_tomboy_note(): | |
keyboard.send_key("<down>") |