krquddnr37's Stars
donnemartin/system-design-primer
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
torvalds/linux
Linux kernel source tree
microsoft/vscode
Visual Studio Code
microsoft/terminal
The new Windows Terminal and the original Windows console host, all in the same place!
amix/vimrc
The ultimate Vim configuration (vimrc)
openjdk/jdk
JDK main-line development https://openjdk.org/projects/jdk
chromium/chromium
The official GitHub mirror of the Chromium source
google/sanitizers
AddressSanitizer, ThreadSanitizer, MemorySanitizer
microsoft/STL
MSVC's implementation of the C++ Standard Library.
Integerous/goQuality-dev-contents
{ 고퀄리티 :zap: 개발 컨텐츠 모음 }
cplusplus/draft
C++ standards drafts
WeareSoft/tech-interview
:loudspeaker:🙍 tech interview
PlatformLab/NanoLog
Nanolog is an extremely performant nanosecond scale logging system for C++ that exposes a simple printf-like API.
xdp-project/xdp-tutorial
XDP tutorial
trimstray/iptables-essentials
Iptables Essentials: Common Firewall Rules and Commands.
kakao/khaiii
Kakao Hangul Analyzer III
zavg/linux-0.01
Historically first (actually 0.01) release of linux kernel made by Linus Torvalds
mingrammer/git-tips
:books: Git 팁 모음집 (https://github.com/git-tips/tips 한국어 버전)
bpftools/linux-observability-with-bpf
Code snippets from the O'Reilly book
gamemann/XDP-Firewall
A firewall that utilizes the Linux kernel's XDP hook. The XDP hook allows for very fast network processing on Linux systems. This is great for dropping malicious traffic from a (D)DoS attack. IPv6 is supported with this firewall! I hope this helps network engineers/programmers interested in utilizing XDP!
HerikLyma/CPPWebFramework
The C++ Web Framework (CWF) is a MVC web framework, Open Source, under MIT License, using C++ with Qt to be used in the development of web applications.
deep-diver/Machine-Learning-Yearning-Korean-Translation
Korean translation of machine learning yearning book by Andrew Ng.
koosaga/olympiad
Olympiad in Informatics solutions
junsooo/linux-insides-ko
linux-insides 한국어 번역
pahkey/djangobook
점프 투 장고
CppKorea/CppConcurrencyInAction
2015년 하반기에 진행하는 C++ Concurrency in Action 스터디 관련 자료입니다.
meet-code/algorithm-weekly
일주일에 한번씩 출제되는 알고리즘 문제 목록입니다.
CppKorea/Cpp20Study
2020년 상반기에 진행하는 C++20 스터디 관련 자료입니다.
frozenca/CLRS3
C++ implementation of CLRS 3/e example codes and exercise for studying purpose. Non-coding involved exercises will not be shared.
wonseokjung/ai_supermario
강화학습을 이용한 슈퍼마리오 만들기 튜토리얼 입니다.