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
diff --git a/installwatch/installwatch.c b/installwatch/installwatch.c | |
index 8e6c616..9183f04 100644 | |
--- a/installwatch/installwatch.c | |
+++ b/installwatch/installwatch.c | |
@@ -64,6 +64,7 @@ | |
#define error(X) (X < 0 ? strerror(errno) : "success") | |
+int __installwatch_init = 0; | |
int __installwatch_refcount = 0; |
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
// ==UserScript== | |
// @name Gerrit Change Mover | |
// @version 0.3 | |
// @description Add keybindings to move through only modified files | |
// @author Robert Nelson | |
// @match http://gerrit/ | |
// @updateUrl https://gist.githubusercontent.com/rdnelson/8e596fd89232cebc0445/raw/gerrit_move.js | |
// @downloadUrl https://gist.githubusercontent.com/rdnelson/8e596fd89232cebc0445/raw/gerrit_move.js | |
// @grant none | |
// ==/UserScript== |
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
// ==UserScript== | |
// @name Fate Roll Improver | |
// @namespace https://rnelson.ca | |
// @version 0.1 | |
// @description Replace the dresden fate skill text boxes with per skill buttons. | |
// @author Robert Nelson | |
// @match https://app.roll20.net/editor/* | |
// @match http://app.roll20.net/editor/* | |
// @grant none | |
// @run-at document-body |