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
#include <stdint.h> | |
#include <stdbool.h> | |
int main() { | |
union { | |
struct { | |
bool bit0 : 1; | |
bool bit1 : 1; | |
bool bit2 : 1; | |
bool bit3 : 1; |
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 XKCD Arrow Keys | |
// @namespace http://github.com/karlding | |
// @version 0.1 | |
// @description Allows you to use arrow keys to navigate on XKCD | |
// @author Karl Ding | |
// @match http*://xkcd.com/* | |
// @grant none | |
// ==/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 reddit Legacy Search | |
// @namespace http://github.com/karlding | |
// @version 0.1 | |
// @description Force the Legacy Search mode by adding the `feature=legacy_search` URI parameter to reddit searches | |
// @author Karl Ding | |
// @match *://*.reddit.com/* | |
// @grant none | |
// ==/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
Windows Registry Editor Version 5.00 | |
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\Narrator.exe] | |
"Debugger"="%1" | |
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\AtBroker.exe] | |
"Debugger"="%1" | |
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 HipChat Hide Media Previews | |
// @namespace github.com/karlding | |
// @version 0.1.0 | |
// @description Hide Media Previews (video and images) in the HipChat web client | |
// @author Karl Ding | |
// @match https://*.hipchat.com/chat/* | |
// @license MIT | |
// ==/UserScript== |
NewerOlder