Skip to content

Instantly share code, notes, and snippets.

View gitgitWi's full-sized avatar
๐Ÿ’ฏ

gitgitWi gitgitWi

๐Ÿ’ฏ
View GitHub Profile
<script type="text/javascript">
<!--
$(function() {
$('#btnClick').bind("click", function() {
alert('ํด๋ฆญ๋จ');
});
$('#btnClick').bind("mouseover", function() {
document.getElementById('btnClick').style.backgroundColor = 'red';
});
@gitgitWi
gitgitWi / aws-study-resource.md
Created June 8, 2020 04:54 — forked from serithemage/aws-study-resource.md
AWS ํ•™์Šต ์ž๋ฃŒ์ง‘

AWS ํ•™์Šต ๋งํฌ์ง‘ ์‹œ๋ฆฌ์ฆˆ

  • AWS ํ•™์Šต ์ž๋ฃŒ์ง‘ http://bit.ly/aws-study-resource
  • AWS ๊ณต์ธ ์†”๋ฃจ์…˜์Šค ์•„ํ‚คํ…ํŠธ - ์–ด์†Œ์‹œ์—์ดํŠธ ์ˆ˜ํ—˜ ๊ฐ€์ด๋“œ http://bit.ly/sacertguide
  • AWS ๊ณต์ธ ๊ฐœ๋ฐœ์ž - ์–ด์†Œ์‹œ์—์ดํŠธ ์ˆ˜ํ—˜ ๊ฐ€์ด๋“œ http://bit.ly/devcertguide
  • AWS ๋ณด์•ˆ ๊ด€๋ จ ์ปจํ…์ธ  ๋ชจ์Œ์ง‘ http://bit.ly/secontents
  • AWS ๋”ฅ๋Ÿฌ๋‹ ํ•™์Šต ์ž๋ฃŒ ๋ชจ์Œ์ง‘ http://bit.ly/dlonaws

AWS ํ•™์Šต ์ž๋ฃŒ์ง‘ (http://bit.ly/aws-study-resource)

AWS ์ดˆ๋ณด์ž์šฉ ๊ต์œก ์ž๋ฃŒ

@gitgitWi
gitgitWi / Algo-Quiz-Levels.md
Last active November 8, 2023 17:29
๋ธ”๋กœ๊ทธ๋“ค์—์„œ ์ˆ˜์ง‘ํ•œ ์•Œ๊ณ ๋ฆฌ์ฆ˜ ๊ณต๋ถ€๋ฐฉ๋ฒ•, ์ˆœ์„œ

์•Œ๊ณ ๋ฆฌ์ฆ˜ ๊ณต๋ถ€๋ฐฉ๋ฒ•/์ˆœ์„œ

์ถœ์ฒ˜ : ๋ฐ•ํŠธ๋ฆฌ

https://baactree.tistory.com/14

์†Œํ”„ํŠธ์›จ์–ด ์ง๊ตฐ ์—ญ๋Ÿ‰ํ‰๊ฐ€๋ฅผ ์œ„ํ•œ ์•Œ๊ณ ๋ฆฌ์ฆ˜

  • ์‚ผ์„ฑ SW ์—ญ๋Ÿ‰ํ…Œ์ŠคํŠธ์˜ ๊ฒฝ์šฐ์—๋Š” ์ดˆ๊ธ‰๋ถ€๋ฌธ์—์„œ๋งŒ ์ถœ์ œ

์•Œ๊ณ ๋ฆฌ์ฆ˜ ์ดˆ๊ธ‰

@gitgitWi
gitgitWi / codeserver.service
Created July 22, 2020 14:41
codeserver.service in NCP
[Unit]
Description=Code Server IDE
After=network.target
[Service]
Type=simple
User=root
Environment="PASSWORD=1q2w3e4r"
Restart=on-failure
RestartSec=10
@gitgitWi
gitgitWi / code-server-amazon-linux.service
Last active July 24, 2020 14:54
coderserver for Amazon Linux
[Unit]
Description=Code Server IDE
After=network.target
[Service]
Type=simple
User=ec2-user
Environment="PASSWORD=1q2w3e4r"
Restart=on-failure
RestartSec=10
@gitgitWi
gitgitWi / gist:12a49afa1bedc9a5b81cf5680189cc0f
Created July 28, 2020 16:17 — forked from rxaviers/gist:7360908
Complete list of github markdown emoji markup

People

:bowtie: :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:
@gitgitWi
gitgitWi / PSStudyGuideFromBlogs.md
Last active September 10, 2020 02:29
ProblemSolving
@gitgitWi
gitgitWi / .zshrc
Last active December 15, 2021 13:15
Basic `.zshrc` with oh-my-zsh, auto-suggestions, syntax-highlighting
export ZSH="$HOME/.oh-my-zsh"
ZSH_THEME="random"
plugins=(git themes zsh-autosuggestions zsh-syntax-highlighting asdf)
source $ZSH/oh-my-zsh.sh
@gitgitWi
gitgitWi / cell0.js
Created April 12, 2024 01:43
untitled
function solution(clothes) {
var answer = 0;
return answer;
}
console.log(solution([["yellow_hat", "headgear"], ["blue_sunglasses", "eyewear"], ["green_turban", "headgear"]] ))
@gitgitWi
gitgitWi / settings.json
Created September 5, 2024 02:46
zed settings
{
"assistant": {
"default_model": {
"model": "claude-3-5-sonnet-20240620",
"provider": "zed.dev"
},
"dock": "left",
"provider": null,
"version": "2"
},