신형캠리)토요타의 함정에 걸려든 흉기차

신형캠리)토요타의 함정에 걸려든 흉기차
http://bbs2.agora.media.daum.net/gaia/do/kin/read?bbsId=K157&articleId=206458

 

간헐적 운동

일상 2014. 9. 15. 22:47

‘생생정보통’, 간헐적 운동의 효과와 부작용
http://tenasia.hankyung.com/archives/319264

 

간헐적 운동
15분 운동

 

혈액순환이 중요


4분 운동으로 12시간 칼로리 소모하는 '간헐적 운동법'
http://www.youtube.com/watch?v=6ODRLLikhjQ

'일상' 카테고리의 다른 글

휴일지킴이 약국  (0) 2014.10.19
공감가는 니신 컵라면 광고  (0) 2014.09.18
요방형근 통증  (0) 2014.09.02
프랜차이즈 평균 매출, 수익 데이터  (0) 2014.08.23
세계 유명 대학 강의를 듣는 방법  (0) 2014.08.18

소프트뱅크 손정의사장 LIVE2011 연설

소프트뱅크 손정의사장 LIVE2011 연설
http://goo.gl/Hn9Z

 

 

make -j 옵션 (cpu를 동시에 사용)

컴퓨터 2014. 9. 5. 15:52

# Build using maximum number of physical cores
n=`cat /proc/cpuinfo | grep "cpu cores" | uniq | awk '{print $NF}'`

 

make -j $n

 

참조:

http://particlephysicsandcode.com/2012/11/04/installing-open-mpi-1-6-3-ubuntu-12-04-fedora/

 

자바, 미안하다! 파이썬 한국어 NLP

컴퓨터 2014. 9. 3. 09:09

자바, 미안하다! 파이썬 한국어 NLP
http://www.lucypark.kr/slides/2014-pyconkr/#1

http://www.slideshare.net/lucypark/py-con-2014-38531830

 

한국어 자연어처리를 할 수 있는 파이썬 패키지
https://github.com/e9t/konlpy

 

멋지다.!!

 

참고:

http://dmlab.snu.ac.kr/~lucypark/

 

JPype1
https://pypi.python.org/pypi/JPype1
A Python to Java bridge.

 

이택경, daum 공동 창업자

사람 2014. 9. 2. 21:13

이택경, daum 공동 창업자
http://www.venturesquare.net/938
http://www.youtube.com/watch?v=g26KQNe_Ilc

 

http://platum.kr/archives/3099

 

'사람' 카테고리의 다른 글

조성문의 실리콘밸리 이야기  (0) 2014.12.12
멋쟁이 사자처럼, 슈퍼 공대생 이두희  (0) 2014.11.05
정현민 작가  (0) 2014.07.30
Utada Hikaru  (0) 2014.07.30
김대식 腦과학 전공 카이스트 교수  (0) 2014.07.27

리멤버미 앱 (한국의 Linkedin을 꿈꾸며?)

리멤버미
http://www.huffingtonpost.kr/jongchul-lee/story_b_5046552.html

통신상 정보 암호화(SSL)에 대해서 세계 100대 은행 중 97개 은행에 적용된
Verisign 인증을 획득했고, DB도 자체 이중 암호화를 하는 등
개발 단계에선 보안 관리에 최선을 다하고 있다.


후스콜
http://neolearn.tistory.com/74
http://cdmanii.com/3955

 

요방형근 통증

일상 2014. 9. 2. 21:11

심의를 꿈꾸는 젊은 한의학도
근육학 각론
http://blog.daum.net/kisungnim/1614

ImportError: No module named pkg_resources 에러 발생시

컴퓨터 2014. 9. 2. 09:23

pip 로 package 제거시 문제가 발생했을 때

 

ImportError: No module named pkg_resources 에러 발생시
http://stackoverflow.com/questions/7446187/no-module-named-pkg-resources


curl https://bootstrap.pypa.io/ez_setup.py | python

Vim 설정

컴퓨터 2014. 8. 29. 06:54

Configuring Vim
https://wiki.python.org/moin/Vim


# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4


set modeline

 

#!/usr/bin/env python

"""
Python source code - replace this with a description of the code and write the code below this text.
"""

# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4

 

 

setlocal tabstop=4
setlocal softtabstop=4
setlocal shiftwidth=4
setlocal textwidth=80
setlocal smarttab
setlocal expandtab


http://tedlogan.com/techblog3.html