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
(function() { | |
function createPointButton(id, title) { | |
var button = document.createElement('button'); | |
button.style.border = "dashed 1px black"; | |
button.style.background = "none"; | |
button.style.position = "absolute"; | |
button.id = id; | |
button.title = title; | |
button.style.cursor = 'pointer'; | |
button.style.opacity = 0.3; |
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
//-------------------------------------- | |
//--- 010 Editor v6.0.1 Binary Template | |
// | |
// File: DATPARTOUTTemplate.bt | |
// Author: Jonas Witting <[email protected]> | |
// Purpose: Pinball | |
// Date: 06/2015 | |
//-------------------------------------- | |
enum <UBYTE> TYPE { | |
RESOURCE_IDENTIFIER = 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
Windows Registry Editor Version 5.00 | |
[HKEY_CLASSES_ROOT\directory\background\shell\git_fork] | |
@="Open in &Fork" | |
"Icon"=hex(2):25,00,4c,00,4f,00,43,00,41,00,4c,00,41,00,50,00,50,00,44,00,41,\ | |
00,54,00,41,00,25,00,5c,00,46,00,6f,00,72,00,6b,00,5c,00,46,00,6f,00,72,00,\ | |
6b,00,2e,00,65,00,78,00,65,00,2c,00,30,00,00,00 | |
[HKEY_CLASSES_ROOT\directory\background\shell\git_fork\command] | |
@=hex(2):22,00,25,00,4c,00,4f,00,43,00,41,00,4c,00,41,00,50,00,50,00,44,00,41,\ |