Here's a zip of the images
Enjoy them freely!
집에서 자전거 타면서 무심코 TV를 틀었는데, KBS 방영해주던 다큐멘터리..
시간나면 전체를 받고 싶다..
인터넷 중독과 젊은 층으로 퍼져나가고 있는 멀티태스킹에 관한(물론 나도 현재 음악 동영상을 틀어놓고 블로그 포스팅하고 있지만) 우려를 나타내는 다큐멘터리이다.
결론을 얘기하는 것은 스포일러일 수 있으므로 생략하고, 우리나라의 PC방 문화와 이미 일찍이 이를 통한 병폐가 많이 노출된 우리나라의 실태를 같이 보여주고 있다.
자세한 리뷰는 나중에!
옛날에 850메가짜리 하드는 어찌 썼나 모르겠으나, 요샌 1테라가 넘는 하드로도 부족하다..
사진을 잘 안찍는데도 이상하게 부족하단 말이지..
해서 그간 미뤄왔던 MP3 중복파일 검색을 하려고 프로그램을 좀 검색했는데 생각보다 좋은 프로그램이 나타나서..
게다가 공짜이므로 내가 이 프로그램에 할 수 있는 거라곤 블로그를 통한 추천 밖에 없다라는 생각에..
단, 지나치게 폴더가 지나치게 많을 경우 잘 작동하지 않는다.
http://download.cnet.com/Duplicate-Cleaner/3000-2248_4-10584403.html
보통 이런 리뷰는 스샷이 첨부되어야 하지만..
검색해주고, 사용자가 판단해서 지울 수 있게 되는 내가 원하는 그런 구조로 되어 있다는 정도로..
0. 들어가며
/* Support Deflate compression */ /* #undef ZIP_SUPPORT */와 같은 부분이 있다. 이 부분을 다음과 같이 고쳐준다.
/* Support Deflate compression */ #define ZIP_SUPPORT 1tiffconf.vc.h can be easily confused with tif_config.vc.h. But the later is copied from tiffconf.vc.h by nmake while you build. So make sure you're modifying "tiffconf.vc.h". Moreover, there's "tiffconf.h". DON'T BE CONFUSED! we're under windows system with Visual Studio(vc). Double-check your file.
#include "zlib.h"가 있는데, 이것을 다음과 같이 수정한다
#include <zlib.h>Now, we made it ZIP_SUPPORT, we need to the body source that utilizes zip - tiff_zip.c. Of course, I'm developing this story under the condition that you have "zlib" or "zlib.h" itself. I don't know if Visual Studio 2008 does have the zlib.h in default include directory. So, this part(modifying tiff_zip.c) can be an optional step, but i think you're going to encounter an error that tiff.zip.c needs zlib.h anyway. Change it as i've shown above so that it can include the correct zlib.h.
ZIP_SUPPORT = 1 ZLIBDIR = d:/projects/zlib-1.2.1 ZLIB_INCLUDE = -I$(ZLIBDIR) ZLIB_LIB = $(ZLIBDIR)/zlib1d.libAnd finally, open up nmake.opt and uncomment the following 4 line starting from line # 66. After uncommenting those lines, fill out zlib location, and zlib file name correctly.
0. 들어가기
inffas32.asm(647) : error A2070: invalid instruction operands inffas32.asm(649) : error A2070: invalid instruction operands inffas32.asm(663) : error A2070: invalid instruction operands inffas32.asm(720) : error A2070: invalid instruction operands이걸 고치기 위해 위의 invalid instruction ... 에 해당되는 에러 메시지와 libpng를 곁들여 구글신에게 물어봤더니 아니나 다를까 ( 원본링크 ) 세상엔 참 대단한 사람들이 많다..
- movd mm7,[esi] + movd mm7,dword ptr[esi]에러 메시지를 더블클릭 하면 해당 에러가 나는 줄로 이동하는데, 2번째 오퍼랜드 앞에 dword ptr 을 추가해주면 된다.
0. 들어가기
Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\*\shell\Edit with Vim] [HKEY_CLASSES_ROOT\*\shell\Edit with Vim\command] @="C:\\Program Files (x86)\\Vim\\vim72\\gvim.exe \"%1\""
3. 사용법
< IMG alt="tex: f(x) = \frac1{\sigma\sqrt{2\pi}} \int_{-\infty}^x e^{-\frac{(t-\mu)^2}{2\sigma^2}}dt" >
Windows Registry Editor Version 5.00[HKEY_CLASSES_ROOT\*\shell\Edit with Vim][HKEY_CLASSES_ROOT\*\shell\Edit with Vim\command]@="C:\\Program Files (x86)\\Vim\\vim72\\gvim.exe \"%1\""
국립 서울 대학교
출처 : http://www.chtvn.com/VR/sundayten/index.asp
대충 문제의 글은 이곳이고,
5D의 정품배터리와 비품배터리의 차이에 대해서(본문은 비품 배터리의 전하용량 사기에 대해서) 논하다가
내가 그래도 전기공학부 졸업했는데.. 생각나는대로 적어봄..