View POK3R-Layer-2-Windows.kbd.json
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
[ | |
{ | |
"name": "POK3R Layer 2 Windows", | |
"author": "sublimal", | |
"switchMount": "cherry", | |
"switchBrand": "cherry", | |
"switchType": "MX1A-C1xx", | |
"plate": true | |
}, | |
[ |
View POK3R-Default.kbd.json
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
[ | |
{ | |
"name": "POK3R Default", | |
"author": "Vortex" | |
}, | |
[ | |
{ | |
"y": 1.5, | |
"c": "#3c4041", | |
"t": "#aba18b", |
View POK3R-Default-v1_14.kbd.json
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
[ | |
{ | |
"name": "POK3R Default v1.14", | |
"author": "Vortex" | |
}, | |
[ | |
{ | |
"c": "#3c4041", | |
"t": "#aba18b", | |
"p": "DCS", |
View asg-suspend.yaml
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
AWSTemplateFormatVersion: 2010-09-09 | |
Description: 'Custom resource example - ASG suspend/resume' | |
Parameters: | |
Input: | |
Type: String | |
Description: Make ASG | |
Default: true | |
AllowedValues: [true, false] |
View custom-resource.yaml
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
AWSTemplateFormatVersion: 2010-09-09 | |
Description: 'Custom resource test' | |
Parameters: | |
Value: | |
Type: Number | |
Description: input a number | |
Default: 1 | |
Resources: |
View cf-templater.yaml
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
# NOTE: there is a 4k CustomResource response limit, so keep all templates well under that | |
AWSTemplateFormatVersion: 2010-09-09 | |
Description: 'CloudFormation Templating Custom Resource' | |
Resources: | |
TemplateFunctionRole: | |
Type: AWS::IAM::Role | |
Properties: | |
AssumeRolePolicyDocument: | |
Version: 2012-10-17 |
View POK3R-Layer-3-OSX.kbd.json
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
[ | |
{ | |
"name": "POK3R Layer 3 OSX", | |
"author": "sublimal", | |
"switchMount": "cherry", | |
"switchBrand": "cherry", | |
"switchType": "MX1A-C1xx", | |
"plate": true | |
}, | |
[ |
View aws-console
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
#!/usr/bin/env python | |
import boto3 | |
import json | |
import sys | |
import urllib2 | |
import webbrowser | |
from urllib import urlencode |
View ONI_Priority_Shortcut.ahk
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
; Oxygen Not included fast priority keybindings. | |
; | |
; Instructions: | |
; - start ahk script | |
; - start game | |
; - hit q, wait bit to scan UI | |
; - use numbers as priorities | |
; | |
; Original credits: | |
; https://www.reddit.com/r/Oxygennotincluded/comments/5vw1us/tired_of_clicking_a_priority_use_autohotkey_to/de8fgnt/ |
View WinMove.ahk
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
; Script to allow positioning of windows based on quadrants of the current monitor | |
; https://autohotkey.com/board/topic/108780-move-window-to-half-quarter-of-current-monitor/ | |
#Backspace:: | |
MoveIt(8) | |
Return | |
#\:: | |
MoveIt(2) | |
Return |
OlderNewer