Skip to content

Instantly share code, notes, and snippets.

View Ink230's full-sized avatar

Justin Ink230

  • Quinn Web Solutions
  • Canada
  • X @InkJQ_
View GitHub Profile

inject

signals input output view queries

linked signals resource, rxResource

{
"zenMode.fullScreen": false,
"zenMode.hideLineNumbers": false,
"php.suggest.basic": false,
"php.validate.executablePath": "C:\\wamp64\\bin\\php\\php7.3.5\\php.exe",
"workbench.sideBar.location": "left",
"colorHelper.disableGpu": 0,
"explorer.confirmDelete": false,
"editor.wordWrap": "on",
@Ink230
Ink230 / IronGoon.md
Last active December 21, 2023 11:25

⚠️ Experimental WIP ⚠️

  • Not all restrictions are currently possible
  • The goal is for Severed Chains to enable these restrictions upon mod support
  • For now, the mod Irongoon is the way to go

In the meantime you can consider

  • Categories with incomplete restrictions can be labelled as Dabas runs
  • "Dabas IronGoon run", "Dabas Ultimate IronGoon run"
@Ink230
Ink230 / windows.ahk
Created July 28, 2022 00:12
Windows Productivity AutoHotKey
#NoEnv
SetTitleMatchMode, 2
;direct window switch keys
;most common should be used here
Ins::
SwitchToWindowsTerminal()
return