Pinned Repositories
3d-game-shaders-for-beginners
🎮 A step-by-step guide on how to implement SSAO, depth of field, lighting, normal mapping, and more for your 3D game.
500LineorLess_CN
500 line or less 中文翻译计划。
adminset
自动化运维平台:CMDB、CD、DevOps、资产管理、任务编排、持续交付、系统监控、运维管理、配置管理
algorithms
Minimal examples of data structures and algorithms in Python
AutoFace
毕设,根据照片生成一个3D人脸模型
coding-interview-university
A complete computer science study plan to become a software engineer.
kuso-NES
Yet Another Toy NES Emulator
MonocularTotalCapture
Code for CVPR19 paper "Monocular Total Capture: Posing Face, Body and Hands in the Wild"
NSGameDownloader
从百度云查找游戏
TheDemiGodsSemiDevils
天龙八部
JaredYeDH's Repositories
JaredYeDH/500LineorLess_CN
500 line or less 中文翻译计划。
JaredYeDH/abseil-cpp
Abseil Common Libraries (C++)
JaredYeDH/aer-engine
An OpenGL 4.3 / C++ 11 rendering engine oriented towards animation.
JaredYeDH/MineCraft-One-Week-Challenge
I challenged myself to see if I could create Minecraft in just one week... So lets go!
JaredYeDH/wgtcc
A small C11 compiler in C++11
JaredYeDH/Computer-Networking-A-Top-Down-Approach-NOTES
计算机网络-自顶向下方法(原书第6版)》编程作业的解答,Wireshark实验官方文档的翻译。
JaredYeDH/cs_pubg_virtual_scope
PUBG|吃鸡|虚拟倍镜|虚拟准星
JaredYeDH/Distributed-Systems
MIT课程《Distributed Systems 》学习和翻译
JaredYeDH/FTP
基于python的类百度云盘的简单FTP程序
JaredYeDH/gotraining
Go Training Class Material :
JaredYeDH/interview_python
关于Python的面试题
JaredYeDH/kvstore
[c++]使用boost.asio写的简单内存键值对缓存
JaredYeDH/libpypa
libpypa is a Python parser implemented in pure C++
JaredYeDH/libuv-service
基于libuv异步事件库写的服务器,包含tcp、protobuff等
JaredYeDH/MobileMOBA-Server
Server for a chinese Unity3D MOBA
JaredYeDH/muduo
a muduo branch without boost and cmake, just using c++11 and makefile to make
JaredYeDH/my_blog
:snail:写一点博客,python web 前端 运维
JaredYeDH/owl
distributed monitoring system
JaredYeDH/Programming-Alpha-To-Omega
从零开始学编程 系列汇总(从α到Ω)
JaredYeDH/pspnet-pytorch
PyTorch implementation of PSPNet segmentation network
JaredYeDH/pytorch-tutorial
PyTorch Tutorial for Deep Learning Researchers
JaredYeDH/qor
3D OpenGL Game Engine (C++11 w/ Python scripting)
JaredYeDH/Snaker
贪吃蛇大作战的Unity工程源码
JaredYeDH/SRGAN-GP
Image super-resolution using GAN with gradient penalty
JaredYeDH/TerraX
a concise and high-performance MMORPG game server architecture demo based on c++11.
JaredYeDH/Tiger
Compiler For Tiger-Lang
JaredYeDH/tiny-orm
C++ ORM (Object Relational Mapping)
JaredYeDH/Tinyhttpd
tinyhttpd 是一个不到 500 行的超轻量型 Http Server,用来学习非常不错,可以帮助我们真正理解服务器程序的本质。
JaredYeDH/weep
My personal pet game engine in C++11.
JaredYeDH/wx_robot_example
实验楼课程 《利用微信API将你的微信变为聊天机器人》 直播视频相关代码