Skip to content

Instantly share code, notes, and snippets.

View yebonkim's full-sized avatar
🚀
Focusing

Yebon Kim yebonkim

🚀
Focusing
View GitHub Profile
@yebonkim
yebonkim / test.kt
Last active September 27, 2020 00:15
class Hello {
val test = "Hello World!"
fun getSomeStr(): String {
return test
}
}
@yebonkim
yebonkim / install_caffe.sh
Last active May 27, 2019 15:42 — forked from achalddave/install_caffe.sh
caffe root 권한 없이 설치하는 스크립트(WooKim_HOME_DIR 수정 필요)
# This script installs (or at least, attempts to install) Caffe in CPU mode
# with Python bindings without root permission. In doing so, it installs the
# following dependencies:
#
# * protobuf
# * cmake
# * gflags
# * glog
# * opencv
# * hdf5