Skip to content

Instantly share code, notes, and snippets.

View practice's full-sized avatar

shawn.won practice

View GitHub Profile
@practice
practice / cqrs notes.md
Last active August 29, 2015 14:26
cqrs notes

no contents

@practice
practice / event 날씨 output.json
Last active November 5, 2015 07:32
디데이날씨 API 샘플
{
"dday": {
"id": 5728072679555072,
"accountId": "[email protected]",
"name": "아주미래",
"startTime": "2016-01-21 11:53 +0900",
"alarm": true,
"createdTime": "2015-09-23 11:54 +0900",
"enabled": true,
"location": "대전광역시 대덕구",
private String r06Display(String code) {
if (code == null) {
return "";
}
if (code.equals("0")) {
return "없음";
}
if (code.equals("1")) {
return "1mm 미만";
}
@practice
practice / [여성 혐오를 혐오한다], 우에노 치즈코 초청 특별 강연.md
Created June 7, 2016 06:38
[여성 혐오를 혐오한다], 우에노 치즈코 초청 특별 강연
@practice
practice / uri-basic.clj
Last active May 10, 2017 09:50
URI test
(let [uri (URI. "ceds://host.net/path1/p2?quiet#myidw")]
[(.getHost uri) (.getPath uri) (.getScheme uri) (.getQuery uri) (.getFragment uri)])
==> ["host.net" "/path1/p2" "ceds" "quiet" "myidw"]
@practice
practice / pptp-vpn
Created July 13, 2018 03:23
pptp-vpn
plugin PPTP.ppp
noauth
remoteaddress "연결할 주소"
user "아이디"
password "비밀번호"
redialcount 1
redialtimer 5
idle 1800
@practice
practice / 독일 사진.md
Last active October 30, 2018 09:40
독일 사진
We couldn’t find that file to show.
@practice
practice / Reading hdf5, hdf4, netcdf with R.md
Created November 2, 2018 07:21
Reading hdf5, hdf4, netcdf with R

Not complet yet