MARKDOWN 문법
·
Computer/Blog, Markdown, Latex
Syntex (문법)1. Title (제목)#문자를 입력하고 제목을 입력. # 1개 사용시 가장 큰 폰트의 제목이 할당되고, 숫자가 늘수록 줄어듬.#는 태그에 해당함.##는 태그에 해당함.2. Horizontal line---로서 -(dash)를 세번 붙여서 입력하면 됨. 태그와 같음.---***위에서 보이듯이 *를 세번 연달아 입력해도 같음.3. Bold (굵은 글씨)**로 굵은 글씨로 표시될 부분을 감싸면 됨. (_ 도 가능)이것은 **테스트**입니다.이것은 테스트입니다.4. Italic* 로 이탤릭체로 표시될 부분을 감싸면 됨. (_ 도 가능)이것은 *이탤릭체*입니다.이것은 이탤릭체입니다.5. Cancel line (취소선)~ 로 취소선이 표시될 부분ㅇ르 감싸면 됨.이것은 ~취소선~ 테스트입니다.이..
Windows 11 미리설치와 카카오톡
·
Computer/ETC
우선 Windows 11의 경우, 2021.09.06(Mon) 현재 정식 릴리즈 상태는 아님. Windows 11 Version 21H2 (OS빌드 22000.176) WSL에서 xwindow등의 지원이 Windows 11에서는 기본으로 지원되는 터라, 과제수행용 노트북에 선제적으로 설치한 상태. 문제는 업무등에서 카카오톡이 필요하여 미리 설치를 해봄. 설치에는 문제가 없으나, 사용 중 오류 발생으로 자주 죽어 재시작을 해줘야 함. 최대한 google chat으로 업무와 사생활을 분리하려 하지만 워낙 카톡을 다들 많이 사용하는터라... 개발과 관련된 오류는 아직 없는 관계로 당분간은 사용해봐야겠다. (카톡 개발버전은 죽지 않으려나..)
핵실드에러
·
Computer/ETC
마비노기를 하는 이로부터 다음과 같은 문제가 있다고 해결 의뢰받음. 문제점 로그인 시 핵실드 에러가 발생하고 다음과 같은 코드의 문제가 있다는 메시지가 뜸. Error code: 0xe401000e 사용환경 Vista Ultimate 64bit. 해결법 %Mabinogi설치 dir%\HShield\Update 로 이동. autoup.exe를 실행시키고 난 후 Admin계정으로 게임 시작. Reference http://forum.nexoneu.com/NXEU.aspx?g=posts&m=843428 이 글은 스프링노트에서 작성되었습니다.
CUDA 3D, 2D data processing.
·
Computer/CUDA
In CUDA, kernels can only operate out of device memory. Device memory can be allocated either as linear memory or CUDA arrays. In this sample, we observe how to use 3D and 2D linear memory in CUDA. Linear memory exists on the device in a 32-bit address space. Typically, following methods are used for device memory allocaton. cudaError_t cudaMalloc (void** devPtr,size_t size) cudaError_t cudaMall..
CUDA Compile Environment with VS 2008
·
Computer/CUDA
To set up CUDA compile environment with VS 2008. Step 1: Adding Cuda.Rules to your project. Project > Custom Build Rules... Click Find Existing... Select %CUDA_SDK%\C\common\Cuda.Rules Step 2: Now set up your Include directory, library directory, and Executable directory. Tools > Options... > Projects and Solutions > VC++ Directories Select Platform. In my case, x64 was selected. And select Show..
BM_WDC_HDD_1TB
·
Computer/ETC
WDC 1TB / ? / SATA2 / 32MB buffer version : atto 2.34 OS : Windows Vista 64bit Status : g로 하나로 잡혀있음. 약 100 MB/s의 쓰기와 100 MB/s의 읽기 속도. 나쁘지 않은 듯하다. 이 글은 스프링노트에서 작성되었습니다.