Skip to content

Instantly share code, notes, and snippets.

View Fountaincoder's full-sized avatar

Jonny Edwards Fountaincoder

View GitHub Profile
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Fountaincoder
Fountaincoder / LQ AI 0.1.EXCEL.yaml
Last active December 7, 2020 13:21
ML system for HandN
name: LQ AI 0.1
description: ML system for HandN
host: EXCEL
api_set: {}
script:
content: |
function clearDefault(a) {
if (a.defaultValue == a.value) {
a.value = "";
}
@Fountaincoder
Fountaincoder / stuart.yaml
Last active December 7, 2020 11:10
Stuarts system
name: Basic API call (TypeScript)
description: Performs a basic Excel API call using TypeScript.
host: EXCEL
api_set: {}
script:
content: |
$("#run").click(() => tryCatch(run));
console.log("Ready");