Skip to content

Instantly share code, notes, and snippets.

View Skyemou5's full-sized avatar
🦈

Skye Skyemou5

🦈
View GitHub Profile
@Skyemou5
Skyemou5 / Notes Publish GH Action.yml
Created September 9, 2022 03:19 — forked from aadimator/Notes Publish GH Action.yml
GH Action configuration file to automatically publish my Obsidian Vault using Quartz
name: Publish
on:
push:
branches: [master]
jobs:
deploy:
runs-on: ubuntu-latest
concurrency:
@Skyemou5
Skyemou5 / doom.txt
Created April 27, 2022 05:51 — forked from hjertnes/doom.txt
Doom Emacs Cheatsheet
SPC
SPC: find file
, switch buffer
. browse files
: MX
; EX
< switch buffer
` eval
u universal arg
x pop up scratch
@Skyemou5
Skyemou5 / imgui_node_graph_test.cpp
Created September 8, 2021 17:25 — forked from ocornut/imgui_node_graph_test.cpp
Node graph editor basic demo for ImGui
// Creating a node graph editor for Dear ImGui
// Quick sample, not production code! This is more of a demo of how to use Dear ImGui to create custom stuff.
// See https://github.com/ocornut/imgui/issues/306 for details
// And more fancy node editors: https://github.com/ocornut/imgui/wiki#Useful-widgets--references
// Changelog
// - v0.04 (2020-03): minor tweaks
// - v0.03 (2018-03): fixed grid offset issue, inverted sign of 'scrolling'
#include <math.h> // fmodf