This file contains hidden or 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
// ==UserScript== | |
// @name Autofill Dates in Google Forms | |
// @version 1.0 | |
// @grant none | |
// @include https://docs.google.com/forms* | |
// @updateURL https://gist.github.com/TheCDC/003becbc6282a1eb12279e0772352e88/raw/a2d625890e3fe779e3177ff20d213400556f2328/Autofill%2520Dates%2520in%2520Google%2520Forms.user.js | |
// @downloadURL https://gist.github.com/TheCDC/003becbc6282a1eb12279e0772352e88/raw/a2d625890e3fe779e3177ff20d213400556f2328/Autofill%2520Dates%2520in%2520Google%2520Forms.user.js | |
// ==/UserScript== |
This file contains hidden or 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
// ==UserScript== | |
// @name Scryfall search results to clipboard | |
// @version 1.6 | |
// @grant none | |
// @include https://scryfall.com/search* | |
// @updateURL https://gist.github.com/TheCDC/1114479a7ef7ee2647bff5187068ba66/raw/Scryfall%2520Results%2520to%2520Clipboard.user.js | |
// @downloadURL https://gist.github.com/TheCDC/1114479a7ef7ee2647bff5187068ba66/raw/Scryfall%2520Results%2520to%2520Clipboard.user.js | |
// ==/UserScript== | |
//================== Globals |
This file contains hidden or 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 win32serviceutil | |
import win32service | |
import win32event | |
import servicemanager | |
import socket | |
import time | |
import logging | |
logging.basicConfig( | |
filename = 'c:\\Temp\\hello-service.log', |