한글 입력 안될때 실행하면 되는 CTFMON.exe
정체는 무엇인가?
Ctfmon.exe activates the Alternative User Input Text Input Processor (TIP) and the Microsoft Office Language Bar.
https://support.microsoft.com/en-us/kb/282599
2015년 12월 29일 화요일
2015년 12월 5일 토요일
치타 무늬에 담긴 수학
Turing, Alan Mathison. "The chemical basis of morphogenesis." Philosophical Transactions of the Royal Society of London B: Biological Sciences 237.641 (1952): 37-72.
http://rstb.royalsocietypublishing.org/content/royptb/237/641/37.full.pdf
2015년 12월 4일 금요일
CEO가 주목해야할 기술트렌드-이병태 교수
다시 들어봐야할 라디오
2015/12/5 CEO가 주목해야할 기술트렌드-이병태 교수
공유경제
http://www.kbs.co.kr/radio/1radio/sunseminar/notice/index.html
다시듣기
http://able.kbs.co.kr/radio/1755787_43855.html?fname=1ra_list.html&ctitle=1R
http://www.hankyung.com/news/app/newsview.php?type=2&aid=201504148979g&nid=910&sid=0104
기업이 망해도 잘 반영하지 못하는 GDP
GDP (국내 총생산:gross domestic product) 에 관련한 다음의 라디오를 듣다가 알게된 구절
단순히 GDP를 올리기 위해서는 이를테면 부수고 새로 건물을 지으면 된다. 매출이 늘어나면 되니까. 라는 부분은 잘 새겨둘만 한 것 같다.
성공예감 김원장입니다 (2015/11/17)- KBS 김원장 기자의 똑똑한 경제 : 기업이 망해도 잘 반영하지 못하는 GDP http://m.podbbang.com/ch/7510
http://down.kbs.gscdn.com/KBS_CMS_DOWN/R2014-0068/R2014-0068_S003_20151117_PS-2015209629-01-000_03_M3A30012.mp3
http://www.podbbang.com/ch/7510
The gross national product does not allow for the health of our children, the quality of their education, or the joy of their play. It does not include the beauty of our poetry or the strength of our marriages; the intelligence of our public debate or the integrity of our public officials. It measures neither our wit nor our courage; neither our wisdom nor our learning; neither our compassion nor our devotion to our country; it measures everything, in short, except that which makes life worthwhile.
- John F. Kennedy
단순히 GDP를 올리기 위해서는 이를테면 부수고 새로 건물을 지으면 된다. 매출이 늘어나면 되니까. 라는 부분은 잘 새겨둘만 한 것 같다.
2015년 10월 13일 화요일
[Solved] testdisk 설치시 문제
# yum install testdisk
Loading "installonlyn" plugin
Loading "fastestmirror" plugin
Setting up Install Process
Setting up repositories
Loading mirror speeds from cached hostfile
Reading repository metadata in from local files
Parsing package install arguments
Nothing to do
Solution : 아래처럼 repo 추가
rpm -Uvh http://dl.fedoraproject.org/pub/epel/5/x86_64/epel-release-5-4.noarch.rpm
...
Is this ok [y/N]: y
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction
Installing: ntfs-3g ######################### [1/2]
Installing: testdisk ######################### [2/2]
Installed: testdisk.x86_64 0:7.0-1.el5
Dependency Installed: ntfs-3g.x86_64 2:2011.4.12-5.el5
Complete!
Loading "installonlyn" plugin
Loading "fastestmirror" plugin
Setting up Install Process
Setting up repositories
Loading mirror speeds from cached hostfile
Reading repository metadata in from local files
Parsing package install arguments
Nothing to do
Solution : 아래처럼 repo 추가
rpm -Uvh http://dl.fedoraproject.org/pub/epel/5/x86_64/epel-release-5-4.noarch.rpm
...
Is this ok [y/N]: y
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction
Installing: ntfs-3g ######################### [1/2]
Installing: testdisk ######################### [2/2]
Installed: testdisk.x86_64 0:7.0-1.el5
Dependency Installed: ntfs-3g.x86_64 2:2011.4.12-5.el5
Complete!
2015년 10월 2일 금요일
ADNS 2051
Agilent ADNS-2051 Optical Mouse Sensor
Datasheet:
http://bdml.stanford.edu/twiki/pub/Rise/OpticalDisplacementSensor/ADNS2051.pdf
http://pdf1.alldatasheet.com/datasheet-pdf/view/257726/AVAGO/ADNS-2051.html
Datasheet:
http://bdml.stanford.edu/twiki/pub/Rise/OpticalDisplacementSensor/ADNS2051.pdf
http://pdf1.alldatasheet.com/datasheet-pdf/view/257726/AVAGO/ADNS-2051.html
2015년 9월 29일 화요일
2015년 9월 18일 금요일
Backpropagation
A Step by Step Backpropagation Example
http://mattmazur.com/2015/03/17/a-step-by-step-backpropagation-example/
2015년 8월 14일 금요일
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월 22일 수요일
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
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일 일요일
2015년 7월 5일 일요일
2015년 6월 30일 화요일
2015년 6월 26일 금요일
2015년 4월 25일 토요일
M2.5 소켓 머리 캡 나사용 카운터보어
관통 구멍 깊이: 6mm
관통 구멍 지름: 2.5pi
카운터보어 지름 : 4.5 pi
다음과 같음
L (관통구멍깊이 - 카운터보어 깊이) 은 4~16mm까지 있음
2015년 3월 20일 금요일
2015년 3월 1일 일요일
Candle problem
The test presents the participant with the following task: how to fix and light a candle on a wall (a cork board) in a way so the candle wax won't drip onto the table below [1]. To do so, one may only use the following along with the candle:
- a book of matches
- a box of thumbtacks
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
누구나 자신만의 candle problem 을 풀고 있다는 다음 동영상 속의 말이 참 와닫는다.
누구나 자신만의 candle problem 을 풀고 있었구나~
[1] Richard E. Snow and Marshall J. Farr, ed. (1987). "Positive Affect and Organization". Aptitude, Learning, and Instruction Volume 3: Conative and Affective Process Analysis. Routledge. ISBN 978-0-89859-721-9.
2015년 2월 20일 금요일
Dolby AC-3
This format has different names:
- Dolby Digital
- DD (an abbreviation for Dolby Digital, often combined with channel count; for instance, DD 2.0, DD 5.1)
- AC-3 (Audio Codec 3, Advanced Codec 3, Acoustic Coder 3. [These are backronyms. Adaptive Transform Acoustic Coding 3 is a separate format developed by Sony.])[12]
- ATSC A/52 (name of the standard)[13]
http://en.wikipedia.org/wiki/Dolby_Digital
윈도우 코덱 :
http://emptyeyed.tistory.com/450
2015년 2월 17일 화요일
Mavericks 에서 PHP 활성화
아래처럼 하면 끝~
Mavericks comes with PHP 5.4.17, so now we need to turn it on:
sudo nano /etc/apache2/httpd.conf
Use ctrl+w to search within nano and search for “php”. Uncomment the first line you find (remove the #):
LoadModule php5_module libexec/apache2/libphp5.so
Press ctrl+o and then ctrl+x to save and exit. Restart Apache for the change to kick in:
sudo apachectl restart
2015년 2월 1일 일요일
맥북 프로 충전 단자 깜빡일때
dbartul 의 방법으로 구사일생 (2011 late)
Won't start up; charger blinking orange
https://discussions.apple.com/thread/4270970
Had the same problem with my MacBook Pro 13" (Late 2011), switching adapters didn't work, SMC reset didn't work and I was just about to quit trying and take it to the shop when out of frustration I've unplugged the battery connector and plugged it right back in and that FIXED IT!!(note: do not remove the battery since that will void the warranty, just remove the connector)
피드 구독하기:
글 (Atom)