Skip to content

Instantly share code, notes, and snippets.

#!/bin/sh
SHOW_ALL_FILES=$(defaults read com.apple.finder AppleShowAllFiles)
if [ "$SHOW_ALL_FILES" = "NO" ]; then
defaults write com.apple.finder AppleShowAllFiles YES; killall Finder
else
defaults write com.apple.finder AppleShowAllFiles NO; killall Finder
fi
@dowonkang
dowonkang / hosts.txt
Created September 28, 2017 04:26
국내외 광고 사이트 차단 (기멀전)
This file has been truncated, but you can view the full file.
# 국내외 광고 사이트 차단
# 출처 : 기멀전 godpeople.or.kr
# https://godpeople.or.kr/hosts.txt
# 최종업데이트 : 20170928
# hosts 파일 적용시 느려질 경우, HostsOptimizer v0.5 를 사용하세요.
# block address
# adult
127.0.0.1 kkdate.com
@dowonkang
dowonkang / youtube-params.html
Created July 5, 2017 06:08
YouTube 영상 삽입 시 사용할 수 있는 파라메터
<iframe src="https://www.youtube.com/embed/KaOC9danxNo?modestbranding=1&amp;playsinline=1&amp;rel=0"></iframe>
<!--
showinfo=0 : 영상 정보 미노출
modestbranding=1 : 유튜브 로고 제거 (showinfo=0 사용하지 않아야 함)
playsinline=1 : [iOS] 전체 화면 전환 없이 인라인으로 재생
rel=0 : 관련 영상 미노출
※ 전체 목록: https://developers.google.com/youtube/player_parameters?hl=ko#Parameters
-->
@dowonkang
dowonkang / .babelrc
Created June 10, 2016 04:29 — forked from bdchauvette/.babelrc
Minimal babel boilerplate
{
"presets": [ "es2015" ]
}
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004
Copyright (C) 2011 Eli Perelman http://eliperelman.com
Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
@dowonkang
dowonkang / Navicon-Transformicons.markdown
Created October 8, 2013 00:32
A Pen by Bennett Feely.