2015년 8월 9일 일요일

sqlite3 버젼



Python 2.7.6 (default, Nov 10 2013, 19:24:18) [MSC v.1500 32 bit (Intel)] on win
32
Type "help", "copyright", "credits" or "license" for more information.
>>> import sqlite3
>>> sqlite3.version
'2.6.0'
>>> sqlite3.sqlite_version
'3.6.21'
>>>


2015년 7월 18일 토요일

$TMPDIR in OSX

cd $TMPDIR


TMPDIR as defined in OSX is only accessible by yourself which reduces the risk of somebody else accessing your temp files created by programs using mktemp() to create temporary files.

...

/tmp is cleared out regularly on OSX (see /etc/defaults/periodic.conf), /var/tmp very rarely (if at all).


from http://apple.stackexchange.com/questions/22694/private-tmp-vs-private-var-tmp-vs-tmpdir

2015년 7월 12일 일요일

libavcodec_pe.dll


AVC 관련 문제인거 같은데~

DTW for Around Device Interface

A paper coauthored with my colleagues was just published.


2015년 6월 26일 금요일

DTW backtracking

Optimal warping path를 구할때 참고 했던 사이트
http://nipunbatra.github.io/2014/07/dtw/

2015년 4월 25일 토요일

M2.5 소켓 머리 캡 나사용 카운터보어




관통 구멍 깊이: 6mm
관통 구멍 지름: 2.5pi

카운터보어 깊이: 2.5mm
카운터보어 지름 : 4.5 pi

다음과 같음

L (관통구멍깊이 - 카운터보어 깊이) 은 4~16mm까지 있음




2015년 3월 20일 금요일

MS_NO_COREDLL



python27_d.lib 을 못찾을 때

#define MS_NO_COREDLL
#include

Default account picture location of Mavericks




/Library/User Pictures 에 사진 넣어야 보임


2015년 3월 1일 일요일

The puzzle of motivation

100번을 봐도 괜찮을거 같은 talk이다.