Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eugene-doobu/til
공부한 cs지식을 올리는 레포입니다
https://github.com/eugene-doobu/til
Last synced: 17 days ago
JSON representation
공부한 cs지식을 올리는 레포입니다
- Host: GitHub
- URL: https://github.com/eugene-doobu/til
- Owner: eugene-doobu
- Created: 2022-01-28T15:53:23.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-16T02:03:08.000Z (22 days ago)
- Last Synced: 2025-01-16T03:22:01.453Z (22 days ago)
- Language: Jupyter Notebook
- Size: 3.85 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TIL
공부한 cs지식을 올리는 레포입니다
## 컴퓨터구조
## 운영체제
## 자료구조
## 객체지향
## 컴퓨터그래픽스
[렌더링 파이프라인](ComputerGraphics/RenderingPipeline.md)
[스자이공부](ComputerGraphics/SRTRP.md)
[컬링](ComputerGraphics/Culling.md)
## 디자인패턴
## Reference
[gyoogle/tech-interview-for-developer](https://github.com/gyoogle/tech-interview-for-developer)
[JaeYeopHan/Interview_Question_for_Beginner](https://github.com/JaeYeopHan/Interview_Question_for_Beginner)
[로기/DirectX 그래픽스 파이프라인](https://m.blog.naver.com/jsjhahi/206651669)