profile
10년 후...내 모습을 위한 첫걸음

문자열 포맷팅

% 연산자, format,f-string 중에서 f-string이 가장 빠르다.

2021년 2월 7일
·
0개의 댓글
·

USB Wifi for Ubuntu

git clone https://github.com/xtknight/mt7610u-linksys-ae6000-wifi-fixescd mt7610u-linksys-ae6000-wifi-fixessudo makesudo make install

2021년 2월 1일
·
0개의 댓글
·

2진수, 8진수, 16진수

내장함수 format() 2,8,16진수에서 10진수로 변환예제진법 변환

2021년 1월 31일
·
0개의 댓글
·

for문

for문에서 break가 진행되지 않았을 경우 수행되길 원하는 statement 기술

2021년 1월 31일
·
0개의 댓글
·

산술연산자

실수형 연산몫 연산자 정수형 연산 (= 5 \* (-2) + 1) 나머지 연산자몫과 나머지 연산자지수 연산자복소수

2021년 1월 30일
·
0개의 댓글
·

RealSense for Ubuntu

Installing the packages:Register the server's public key:In case the public key still cannot be retrieved, check and specify proxy settings: export ht

2021년 1월 22일
·
0개의 댓글
·

카메라 캘리브레이션 (Camera Calibration)

카메라 내부 파라미터(intrinsic parameters)카메라의 내부 파라미터로는 다음과 같은 것들이 있습니다.초점거리(focal length): fx, fy주점(principal point): cx, cy비대칭계수(skew coefficient): skew_c =

2021년 1월 22일
·
0개의 댓글
·

absl-py & absl

Abseil 구글에서 내부적으로 사용되는 기본적인 C++ 코드들을 모아 만든 오픈소스 라이브러리 구글의 오픈소스 프로젝트 대부분에서 사용되고 있는 코드들과 API들을 모아 하나의 포괄적인 프로젝트로 만듬 C++ 표준에서 빠져있는 것들도 지원 표준을 대체하는 코드베

2021년 1월 21일
·
0개의 댓글
·

Pycharm for Ubuntu

파이참 설치심볼릭 링크(symbolic link) 생성 (root 계정 필요)(다운로드 한 경로를 찾으시면 됩니다.)(저는 /home/srlee/다운로드/pycharm-community-2020.3.1/ 에 저장을 했습니다. )ln -s /home/srlee/다운로드/

2021년 1월 20일
·
0개의 댓글
·

Delete all files/directories for Ubuntu

지정한 디렉토리를 포함하여 내부 파일 및 하위 디렉토리를 모두 삭제디렉토리 내의 파일 및 하위 디렉토리만 모두 삭제rm - stands for remove\-f - stands for force which is helpful when you don't want to b

2021년 1월 20일
·
0개의 댓글
·

apt install vs apt-get install

It became common to see apt install package instead of the usual apt-get install package.

2021년 1월 20일
·
0개의 댓글
·

Git for Ubuntu

apt 또는 apt-get을 통해 git을 설치한다.또는 설치 확인은 버전 확인을 통해 한다.git에 push할 때 올릴 개인 정보를 설정한다.git 저장소와 동기할 로컬 디렉토리를 생성한다. github나 Bitbucket의 복제할 주소를 통해 저장소를 복제한다.변경

2021년 1월 20일
·
0개의 댓글
·

CUDA 10.1 & cuDNN 7.6.5 for Ubuntu 18.04

sudo apt purge nvidiasudo apt remove nvidia-sudo rm /etc/apt/sources.list.d/cudasudo apt autoremove && apt autocleansudo rm -rf /usr/local/cuda sudo

2021년 1월 19일
·
0개의 댓글
·

CUDA 10.1

CUDA toolkit을 설치하기 전 Dependency를 설치해준다.$ sudo apt-get update$ sudo apt-get install build-essential dkmssudo apt install -y g++ freeglut3-dev build-ess

2021년 1월 19일
·
0개의 댓글
·

CUDA Driver API vs Runtime API

위 처럼 driver version과 CUDA버전을 확인 할 수 있는데 이 경우 nvcc -V 명령이 안먹는 경우가 있다. CUDA has 2 primary APIs, the runtime and the driver API. Both have a correspondin

2021년 1월 19일
·
0개의 댓글
·

CUDA 10.1 + cuDNN 7.6.5 설치

.

2021년 1월 19일
·
0개의 댓글
·

필수 유틸리티 for Ubuntu

리눅스계의 포토샵 - 사진보정, 이미지 저작 등

2021년 1월 19일
·
0개의 댓글
·

chrome

DISPLAY= /opt/google/chrome-remote-desktop/start-host --code="4/0AY0e-g6epmCI34YFe0ROcZoAgLiEA1dYvBQsDn0YepoMoIYakZncspM18tky5n4MAamEw" --redirect-url

2021년 1월 18일
·
0개의 댓글
·

차세대 인공지능 기술 3가지

원문기사 (Rob Toews, Forbes)(1편) Oct 12, 2020 https://www.forbes.com/sites/robtoews/2020/10/12/the-next-generation-of-artificial-intelligence/?sh=6c

2021년 1월 17일
·
0개의 댓글
·

홈택스 부가가치세 셀프 신고납부

아이디 로그인 사업장 전환 부가가치세 신고 선택 ![](https://images.velog.io/images/cychoi74/post/3913ae75-222b-4b96-9faa-d55148fa0

2021년 1월 14일
·
0개의 댓글
·