Skip to content

Instantly share code, notes, and snippets.

View spk921's full-sized avatar

Sangpil Kim spk921

View GitHub Profile
@spk921
spk921 / emmet .md
Last active January 7, 2016 15:08
Web Programming

This is easy way to write HTML code

example

html:5 control + y + , ul>(li)*5 control + y + , div.class> control + y + , div> control + y + ,

https://github.com/mattn/emmet-vim

@spk921
spk921 / RealSensF200 install guid
Last active February 20, 2017 02:58
RealSense F200
Git clone following links
https://github.com/IntelRealSense/librealsense.git
Follow under instruction with Ubuntu 16.06
https://github.com/IntelRealSense/librealsense/blob/master/doc/installation.md
Do 3rd-party dependencies
@spk921
spk921 / Docker install on ubuntu 16
Created December 27, 2016 06:16
Docker install on ubuntu 16
https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-on-ubuntu-16-04#prerequisites
@spk921
spk921 / Py3.6 Changes.md
Last active December 29, 2016 04:17
Py3.6 Changes
@spk921
spk921 / TensorFlow version check
Created December 29, 2016 03:56
TensorFlow version check
python -c 'import tensorflow as tf; print(tf.__version__)' # for Python 2
python3 -c 'import tensorflow as tf; print(tf.__version__)' # for Python 3
@spk921
spk921 / cifar.md
Last active December 29, 2016 04:17
Cifar learder board