최근 포스트

jupyter notebook - pandas

1 분 소요

ex : Pandas groupby() and count() with Examples - Spark By {Examples} (sparkbyexamples.com) #pandas function import pandas as pd import numpy as np df = ...

테스트 보드

최대 1 분 소요

https://github.com/lindenis-org 구매 링크 streaming solution - lindlive http://wiki.lindeni.org/index.php/Lindenis_V536#Lindcamera \

vscode server 설치

최대 1 분 소요

vscode install https://code.visualstudio.com/download .deb file install $sudo dpkg -i code_1.74.2-1671533413_amd64.deb vscode server install https://git...

vscode c++ build 및 debug하기

최대 1 분 소요

vscode로 C++코드를 빌드하고 테스트 하려고 하면 초기 셋팅을 해야 하는게 귀찮아서 잘 안하다가 다시 셋팅하는법 간단히 정리 합니다. c++ package설치. 2.  ctrl+shift+p : configure build task 로 tasks.json 셋팅 ...