pchero on August 20th, 2013

엊그제 덴마크 비자 발급 메일을 받고 주말동안 멍하니 있다가.. 오늘부터 본격적으로 준비를 시작한다. 먼저.. 가장 걱정이 되는 집구하기부터.. 예전에 해본 경험이 있으니 다 잘될꺼라 생각하고.. 시작해보자..!   덴마크에서 집구는데 좋은 사이트 정보 http://www.boligportal.dk/ http://boligbasen.dk http://lejebolig.dk   출처 : http://blog.naver.com/PostView.nhn?blogId=tototov3&logNo=130134506660&parentCategoryNo=&categoryNo=&viewDate=&isShowPopularPosts=false&from=postView

Continue reading about 집 구하기

pchero on July 18th, 2013

자체 개발한 프로그램으로 FTP 연결을 통한 파일 업/다운 로드 시, 12002 timeout ERROR 가 발생하는 경우가 왕왕 있다. 오늘, 회사 Application 에서 FTP 연결로 파일을 업/다운 로드 하는 모듈에서 장애가 발생했다. 테스트를 위해 Filezila와 같은 기타 다른 FTP 통신을 해보면 정상으로 잘 된다. 분석한 결과, 해당 오류는 윈도우 내, 방화벽의 문제로 확인되었다. 방화벽을 해제하고 다시 […]

Continue reading about FTP 12002 ERROR

사내 HP-UX 서버에서 컴파일을 하다, 아래의 Warning 이 나왔다. Warning (suggestion) 887: “SharedMemory.cpp”, line 711 # Type ‘int’ is smaller than type ‘unsigned long’, unwanted widening in value may result.        memset(szTotalHexData, 0x00, (iSize * 3) + 1);                                      ^^^^^^^^^^^^^^   이유인즉, unsigned long type 이 와야 하는데, int type 이 왔다는 것. 이상할 것이 없어서 memset […]

Continue reading about size_t warning. int’ is smaller than type ‘unsigned long

pchero on July 12th, 2013

HP-UX에서 CPU 정보 확인 * HP-UX 11.11 에서  – #sam 실행 후    Performance Monitors > System Properties > Processor   – #getconf KERNEL_BITS                 ; Kernel 비트수 확인 -> 예) 64bit * HP-UX 11.31 에서   – #machinfo 출처 : http://blog.daum.net/comoffi/8517003

Continue reading about How to check HP-UX CPU info

[youtube]http://youtu.be/miw2CiKp1r0[/youtube] Lecture 19: More Optimization and Clustering This lecture continues to discuss optimization in the context of the knapsack problem, and talks about the difference between greedy approaches and optimal approaches. It then moves on to discuss supervised and unsupervised machine learning optimization problems. Most of the time is spent on clustering.

Continue reading about Lec 19 | MIT 6.00SC Introduction to Computer Science and Programming, Spring 2011