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
@simnalamburt
simnalamburt / liberal-arts.md
Last active November 3, 2016 09:26
핵심교양과목 변환 표

핵심교양 변환 표! > _<

영 역
2013학년도 이전 영역 및 교과코드(구코드) 2014학년도 이후 영역 및 교과코드(신코드)
@simnalamburt
simnalamburt / README.md
Last active February 8, 2016 09:26
fplug draft

fplug Usecase Draft

디렉토리 구조.

유저는 ~/.config/fish/config.fish, ~/.fplug.yaml 두 파일만 관리하면 되며, fplug 자체는 ~/.fplug/ 밑에 모두 들어간다.

# Directory structure
▸ ~

What is going on here? Why oh-my-fish was DMCA took down again? Someone is seriously harming the soul of open source software and he's terrifying everyone else.

We swear not to fight over copyright issues again. - [retraction]

Reference
@simnalamburt
simnalamburt / keybase.md
Created April 7, 2016 05:13
Proof that @simnalamburt is Hyeon Kim

Keybase proof

I hereby claim:

  • I am simnalamburt on github.
  • I am simnalamburt (https://keybase.io/simnalamburt) on keybase.
  • I have a public key ASCVtlJFeyn8UZuB91UuFgzTNixz1l2sOoj6VTxNeEHrTAo

To claim this, I am signing this object:

깃 커밋 서명하는법

A. PGP key pair 등록

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

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

$ gpg --generate-key

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>

적분 재활훈련

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

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

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

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

Git subtree merges

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

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

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.
#
# -- 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"