Skip to content

Instantly share code, notes, and snippets.

View ericlee05's full-sized avatar
🦊
A quick brown fox jumps over the lazy dog

승민 (Eric Lee) ericlee05

🦊
A quick brown fox jumps over the lazy dog
View GitHub Profile
@ericlee05
ericlee05 / gist:8fb730533b7f59a9f6ebf121f3fa01d9
Last active August 31, 2021 08:56
Install Node.js in Raspbian
sudo wget https://nodejs.org/dist/v14.17.5/node-v14.17.5-linux-armv7l.tar.xz
sudo tar -xJvf node-v14.17.5-linux-armv7l.tar.xz -C /usr/local/lib
sudo echo "export PATH=/usr/local/lib/node-v14.17.5-linux-armv7l/bin:$PATH" >> ~/.profile
. ~/.profile
@ericlee05
ericlee05 / Staind.js
Created December 1, 2020 11:32
Staind
// Variables used by Scriptable.
// These must be at the very top of the file. Do not edit.
// icon-color: cyan; icon-glyph: magic;
//μ„œλ²„ μƒνƒœλ³„ μƒ‰μƒν‘œ
const ColorTable = {
"Running": [ //μž‘λ™ 쀑(였λ₯˜ 0개)
new Color("#0BA2C6"),