Zzong's Notes

Home

❯

tip

❯

interesting blogs

interesting blogs

2026년 6월 14일1 min read

  • https://gdmarmerola.github.io/

함께 보면 좋은 글

tech blogs

Tech Blogs 추천 시스템 관련된 여러 기업들의 tech blog 들을 모아놓자 기술 블로그를 모아 놓은 github: github.com/seonggwonyoon/techblog SNS 인스타그램: instagram-engineering.com/tagged/machine-learning 페이스북...

jupyter tips

커널 재시작 안하고 모듈 불러오기 %load ext autoreload %autoreload 2 B) Related C) References.

Linux

Pip Install 1.1.

git

Save Id & Password 메모리에 아이디와 패스워드 저장해놓는 방법은 아래와 같다. 이렇게 하면 git pull 과 같은 credential 정보가 필요할때마다 매번 입력하는 귀찮음은 발생하지 않는다.

SQL Tip

반올림 A.1) 정수 반올림 29 -> 20: ROUND(clicks, -1) 291 -> 300: ROUND(clicks, -2) Reference: gent.tistory.com/241.

vim

Vim :%s/{변경하고자 하는 문자열}/{변경할 문자열} % square bracket [, ] 같은거 매칭되는 부분으로 건너뛰기 2. Json 2.1. 자동 포맷팅 :%!python -m json.tool 3. Related 4. References.

Pandas

Convert DataFrame 을 list of dictionary 로 변경 df.to dict(& 039;records& 039;) records 값은 특정 column 값이 아니다. 그냥 붙이는 것. 2. Notation 2.1.

tmux

Tmux 모든 panel 에 동일한 command 보내기 setw synchronize-panes on 모든 윈도우 보기 및 해당 윈도우로 attach tmux ls tmux attach -t <window index> .

Technical Writing

Technical Writing 란 기술 정보를 정확하게 전달하기 위한 글쓰기 기법 B) Technical Writing 의 필요성 글쓰기를 잘 하면 논리적이고 체계적으로 정보를 정리할 수 있음 시간 절약: 커뮤니케이션의 효율성 증대 제품 가치 증대: 전파력 및 응용력 향상 개인 및 조직 역량 강화 C) 글쓰기...

Collaborative Topic Modeling for Recommending GitHub Repositories

Collaborative Topic Modeling for Recommending GitHub Repositories Related References paper link: www.cs.cmu.edu/afs/cs.cmu.edu/Web/People/norii/pub/github-ctr.pdf .