Skip to content

Instantly share code, notes, and snippets.

View theangkko's full-sized avatar
😸

theangkko theangkko

😸
View GitHub Profile
@theangkko
theangkko / tgJS.EXCEL.yaml
Created July 12, 2023 04:38
OfficeJS-JavaScript & Promises by theangkko
name: tgJS
description: |-
OfficeJS-JavaScript & Promises
by theangkko
host: EXCEL
api_set: {}
script:
content: |
$("#run").click(() => tryCatch(run));
function run() {
@theangkko
theangkko / cmake-tutorial.md
Created April 25, 2023 19:28 — forked from luncliff/cmake-tutorial.md
CMake 할때 쪼오오금 도움이 되는 문서

CMake를 왜 쓰는거죠?
좋은 툴은 Visual Studio 뿐입니다. 그 이외에는 전부 사도(邪道)입니다 사도! - 작성자

주의

  • 이 문서는 CMake를 주관적으로 서술합니다
  • 이 문서를 통해 CMake를 시작하기엔 적합하지 않습니다
    https://cgold.readthedocs.io/en/latest/ 3.1 챕터까지 따라해본 이후 기본사항들을 속성으로 익히는 것을 돕기위한 보조자료로써 작성되었습니다
@theangkko
theangkko / NeutriumJSSteam.EXCEL.yaml
Created May 9, 2022 21:26
Create a new snippet from a blank template.
name: NeutriumJSSteam
description: Create a new snippet from a blank template.
host: EXCEL
api_set: {}
script:
content: >-
$("#run").click(() => tryCatch(run));
async function run() {