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 sys | |
| import json | |
| import ctypes | |
| import math | |
| ################## | |
| # | |
| # Save script with a .pyw extension (enables drag-dropping on windows) | |
| # Extract integration diagnostics / log file from HA, Eg... | |
| # https://i.imgur.com/1G7cB6D.png |
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.com - Realtime Reddit | |
| // @namespace v2 | |
| // @include *.reddit.com/r/*/about/unmoderated* | |
| // @include *.reddit.com/r/*/comments/ | |
| // @include *.reddit.com/r/*/comments | |
| // @include *.reddit.com/comments/ | |
| // @include *.reddit.com/comments | |
| // @include *.reddit.com/user/* | |
| // @include *.reddit.com/*/new* |
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
| ship = Harrier | |
| version = 0.18.2 | |
| type = SPH | |
| PART | |
| { | |
| part = Mark1Cockpit_4293644766 | |
| partName = CommandPod | |
| pos = 0.3708929,18.24727,-0.1452902 | |
| rot = -0.7071068,1.408461E-15,-1.408462E-15,-0.7071068 | |
| attRot = 1.991864E-15,1.991865E-15,-1.187244E-22,-0.9999999 |
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
| ship = Kersplaturn 5 | |
| version = 0.18.2 | |
| type = VAB | |
| PART | |
| { | |
| part = Mark1-2Pod_4293203864 | |
| partName = CommandPod | |
| pos = -0.4175666,45,0.02560648 | |
| rot = 0,0,0,1 | |
| attRot = 0,0,0,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
| March / April | |
| Strass | |
| Junior suite - £75 / £58 | |
| Standard - £64 / £52 | |
| Sporthotel | |
| Junior Suite - £80 / £59 | |
| Penthouse - £96 / £74 | |
| Panorama - £86 / £66 |
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
| March / April | |
| Strass | |
| Junior suite - £75 / £58 | |
| Standard - £64 / £52 | |
| Sporthotel | |
| Junior Suite - £80 / £59 | |
| Penthouse - £96 / £74 | |
| Panorama - £86 / £66 |
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
| ship = Cluster Test | |
| version = 0.18.1 | |
| type = VAB | |
| PART | |
| { | |
| part = Mark1-2Pod_4293940146 | |
| partName = CommandPod | |
| pos = 3.712651,45,-0.2220289 | |
| rot = 0,0,0,1 | |
| attRot = 0,0,0,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 Reddit parent comment | |
| // @namespace v1 | |
| // @description Mouse over "parent" link to show parent comment. | |
| // @include http://www.reddit.com/r/*/comments/* | |
| // ==/UserScript== | |
| function parentcomment(){ | |
| var inlineComment = $('<div class="entry comment" style="position:absolute;display:none;padding: 10px 15px;margin:10px;background-color: #FAFAFA;border: 1px solid #369;border-radius: 7px;" />').appendTo('body'); |
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.com - Highlight unread modmail | |
| // @namespace v1 | |
| // @include http://www.reddit.com/message/moderator/* | |
| // @include http://www.reddit.com/r/*/about/message/inbox/* | |
| // ==/UserScript== | |
| function main() | |
| { | |
| var ALL=0, UNREAD=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
| javascript:s=document.createElement('script');s.src='https://raw.github.com/gist/3888468/f9c0c3cbe0fb24176d9c5f60f00968c82ee7bfa0/reddit-tablesort.js';document.head.appendChild(s); |
NewerOlder