https://plzrun.tistory.com/entry/์๊ณ ๋ฆฌ์ฆ-๋ฌธ์ ํ์ดPS-์์ํ๊ธฐ
10๋ถ ์ด๋ด ํ ๊ฒ
console.clear(); | |
// --- utils | |
const $ = (selector) => document.querySelector(selector); | |
const $$ = (selector) => document.querySelectorAll(selector); | |
// --- elements | |
const $issueTable = $('table[aria-label="Issues"]'); | |
const $issueTableBody = $issueTable.querySelector("tbody"); |
git diff --staged | cody chat --stdin -m "suggest commit message for this git staged changes in Korean, like this format example \"feat(scope): commit message\"" |
{ | |
"assistant": { | |
"default_model": { | |
"model": "claude-3-5-sonnet-20240620", | |
"provider": "zed.dev" | |
}, | |
"dock": "left", | |
"provider": null, | |
"version": "2" | |
}, |
function solution(clothes) { | |
var answer = 0; | |
return answer; | |
} | |
console.log(solution([["yellow_hat", "headgear"], ["blue_sunglasses", "eyewear"], ["green_turban", "headgear"]] )) |
export ZSH="$HOME/.oh-my-zsh" | |
ZSH_THEME="random" | |
plugins=(git themes zsh-autosuggestions zsh-syntax-highlighting asdf) | |
source $ZSH/oh-my-zsh.sh |
https://plzrun.tistory.com/entry/์๊ณ ๋ฆฌ์ฆ-๋ฌธ์ ํ์ดPS-์์ํ๊ธฐ
10๋ถ ์ด๋ด ํ ๊ฒ
People
![]() :bowtie: |
๐ :smile: |
๐ :laughing: |
---|---|---|
๐ :blush: |
๐ :smiley: |
:relaxed: |
๐ :smirk: |
๐ :heart_eyes: |
๐ :kissing_heart: |
๐ :kissing_closed_eyes: |
๐ณ :flushed: |
๐ :relieved: |
๐ :satisfied: |
๐ :grin: |
๐ :wink: |
๐ :stuck_out_tongue_winking_eye: |
๐ :stuck_out_tongue_closed_eyes: |
๐ :grinning: |
๐ :kissing: |
๐ :kissing_smiling_eyes: |
๐ :stuck_out_tongue: |
[Unit] | |
Description=Code Server IDE | |
After=network.target | |
[Service] | |
Type=simple | |
User=ec2-user | |
Environment="PASSWORD=1q2w3e4r" | |
Restart=on-failure | |
RestartSec=10 |
[Unit] | |
Description=Code Server IDE | |
After=network.target | |
[Service] | |
Type=simple | |
User=root | |
Environment="PASSWORD=1q2w3e4r" | |
Restart=on-failure | |
RestartSec=10 |
์ํํธ์จ์ด ์ง๊ตฐ ์ญ๋ํ๊ฐ๋ฅผ ์ํ ์๊ณ ๋ฆฌ์ฆ