Skip to content

Instantly share code, notes, and snippets.

View simnalamburt's full-sized avatar
:shipit:
Natural Born Developer

Hyeon Kim (김지현) simnalamburt

:shipit:
Natural Born Developer
View GitHub Profile
#!/usr/bin/env osascript -l JavaScript
// vim: ft=javascript
// 사용법:
// ./notify 안녕하세요. 김지현 입니다.
//
// 위와 같이 실행하면 알림센터에 '안녕하세요. 김지현 입니다.' 라는 메세지가
// 벨소리와 함께 뜨고, '안녕하세요. 김지현 입니다.'라는 목소리가 재생된다.
'use strict'
*
**
***
****
초보용 폴 콤보
(시동기)
어퍼 = 3RP
컷킥 = 9RK
이질풍 = 236LP
굴러내리찍기 = 66RK
북치기 = 7RP
비약 = 214AP
군마 = 앉아 3AP
@simnalamburt
simnalamburt / README.md
Last active August 3, 2022 09:50
TypeScript vs Flow
#
# -- WeeChat theme --
# $name: simnalamburt.theme
# $date: 2015-10-12
# $weechat: 0.4.2
# $script: theme.py 0.1-dev
#
aspell.color.misspelled = "lightred"
aspell.color.suggestions = "default"
irc.color.input_nick = "lightcyan"

Use the following texts as a template for the issue that asks project maintainers to specify the license. Thank you for participating the [Free Software movement]!


Why should I specify the license?

I want to use this project, but the license of this code is currently unspecified. By the [Berne Convetion] and [WIPO Copyright Treaty], software published without a license does not grant people to benefit or redistribute in [most countries]. If you agree with the [Free Software movement], please specify the license of this project.

Which one?

  1. If you prefer a GPL-family license, GNU Affero General Public License is the perfect choice for this project since it is about server-side codes.
  2. If you prefer a permissive license, I think Apache-2.0/MIT Dual License is most suitable for this project.

Git subtree merges

깃헙 문서가 git 2.9 변경사항을 반영하지 않아서 여기에 새로 씀

  1. 머지할 리포지터리를 먼저 git remote로 추가시킨다.

적분 재활훈련

재활훈련 하고있는데 이게 맞게하는건지 모르겠습니다. 리뷰 부탁드려요 ㅠㅠ

이미지를 복사하시면 수식의 LaTeX 코드가 복사됩니다.

1. 문제가 복기 안되서 못품

2. 과연 이렇게 푸는게 맞을까?

NOTE: This article is written before C++17 release. Evaluation order of functions arguments is not UsB anymore. See P0145 for further details.

 

unspecified.cpp

이 문서는 제가 트위터에 냈던 문제의 해설입니다.

#include <vector>

깃 커밋 서명하는법

A. PGP key pair 등록

기존에 원래 사용하던 PGP key pair가 없을경우 새로 만들어야한다. 이미 key pair가 있을경우, 비밀키를 컴퓨터에 다운로드 해줘야한다.

A.1. 새 키 만드는법[^1]

$ gpg --generate-key