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/AirHockey
动画课大作业
JaredYeDH/asst2_meshedit
CMU 15-462/662 Assignment 2: A Mini-Mesh Editor
JaredYeDH/asst4_animation
CMU 15-462/662 Assignment 4: A Mini-Animation Editor
JaredYeDH/BattleCore
机甲帝国战斗核心.lib/.a .so
JaredYeDH/Blastoise
tiny relational database
JaredYeDH/boost-asio-cpp-network-programming-in-chinese
Boost.Asio C++ Network Programming 中文版
JaredYeDH/Caffe_Manual
Caffe使用教程
JaredYeDH/GoServer
一个Golang搭建的游戏服务器框架
JaredYeDH/MXNet-Learning-Note
MXNet中文学习笔记
JaredYeDH/ogldev
OpenGL tutorials
JaredYeDH/CppUnitLite
C plus plus unit test framework
JaredYeDH/disruptor--
disruptor concurency pattern in c++
JaredYeDH/EZweb
A easy web server for study I/O models
JaredYeDH/FacialLandmark
Facial landmark detection with Dlib
JaredYeDH/FatCat-Server
A simple game server base on boost。使用了boost asio,thread,pool等库,一款大型3d多人实时在线游戏服务器。目前处于开发阶段,将采用lua作为逻辑处理脚本
JaredYeDH/GameTool
游戏开发相关的各类工具,主要使用python进行开发,具体工具包括:
JaredYeDH/go-disruptor
A port of the LMAX Disruptor to the Go language.
JaredYeDH/HelpGrandMom
基于Unity3D及Tween插件开发的消除类游戏
JaredYeDH/learnserver
服务器学习
JaredYeDH/libdnn
A lightweight and user friendly C++ library for deep and convolutional neural network with GPU acceleration
JaredYeDH/Project0-CUDA-Getting-Started
CIS 565 Project 0: CUDA Getting Started
JaredYeDH/PythonEngineer
Python后端工程师必备技能
JaredYeDH/raytracinginoneweekend
The source for the ebook Ray Tracing in One Weekend by Peter Shirley. This work is in the public domain.
JaredYeDH/Redis
使用C++自制Redis,demo
JaredYeDH/ResumeSample
Resume template for Chinese programmers . 程序员简历模板系列。包括PHP程序员简历模板、iOS程序员简历模板、Android程序员简历模板、Web前端程序员简历模板、Java程序员简历模板、C/C++程序员简历模板、NodeJS程序员简历模板、架构师简历模板以及通用程序员简历模板
JaredYeDH/Ricci
A compiler that compiles Python to Javascript
JaredYeDH/tiger_compiler
JaredYeDH/VideoServer
培训实战项目—视频点播服务器:共有三个模块,分为服务端、客户端和压力测试端。服务端主要复杂视频列表数据的并发处理,客户端从服务端获取视频列表,调用了FFMpeg进行编解码可以简单播放。
JaredYeDH/weixin-robot
微信公共帐号自动回复机器人 A Node.js robot for wechat.
JaredYeDH/zl_threadpool
Linux平台下C++(C++98、C++03、C++11)实现的线程池