Skip to content

Instantly share code, notes, and snippets.

View ever0de's full-sized avatar

Jiseok CHOI ever0de

View GitHub Profile
@cr0sh
cr0sh / keywords.md
Last active October 7, 2023 10:39
The Khala Language Specification v0.3.1
키워드 용도
fn (parenless) 함수/클로저 선언
if 분기문
for 반복문
else 분기문의 별도 조건 혹은 for의 정상 종료 구문
break 반복문 탈출
return 조기 반환
/*
"dependencies": {
"bcrypt": "3.0.3",
"node-jsencrypt": "1.0.0"
}
*/
const bcrypt = require('bcrypt');
const JSEncrypt = require('node-jsencrypt');
const _crypto = require('crypto');
@adeekshith
adeekshith / .git-commit-template.txt
Last active July 25, 2024 10:26 — forked from Linell/.git-commit-template.txt
This commit message template helps you write great commit messages and enforce it across teams.
# <type>: (If applied, this commit will...) <subject> (Max 50 char)
# |<---- Using a Maximum Of 50 Characters ---->|
# Explain why this change is being made
# |<---- Try To Limit Each Line to a Maximum Of 72 Characters ---->|
# Provide links or keys to any relevant tickets, articles or other resources
# Example: Github issue #23