Pinned Repositories
2020
2020 😀😁😀😁😀 秋招笔试面试合集,以及2019届公司真题模拟题集 & 附上自己的后端指南,💻🎓包括(C/C++基础、数据结构、算法、操作系统💻、计算机网络、MySQL、shell(ps:sed、awk、grep))
android2
《Android Studio开发实战:从零基础到App上线》随书源码(全面添加注释版)
AntzOS
:earth_asia: Develop an intelligent AI half terminal half graphical operating system Antz. 一个随心所欲制造的操作系统Antz。
bare-metal-programming-guide
A bare metal programming guide (ARM microcontrollers)
C
linux下的C语言及关于kernel的介绍
chip8-book
An introduction to Chip-8 emulation using Rust
cmake-templates
Some CMake Templates (examples). Qt, Boost, OpenCV, C++11, etc 一些栗子
CMakeTutorial
CMake中文实战教程
Cpp-Templates-2ed
📚 C++ Templates 2ed 笔记:C++11/14/17 模板技术
CS-Notes
:books: 技术面试必备基础知识、Leetcode、计算机操作系统、计算机网络、系统设计、Java、Python、C++
shijie152's Repositories
shijie152/2020
2020 😀😁😀😁😀 秋招笔试面试合集,以及2019届公司真题模拟题集 & 附上自己的后端指南,💻🎓包括(C/C++基础、数据结构、算法、操作系统💻、计算机网络、MySQL、shell(ps:sed、awk、grep))
shijie152/android2
《Android Studio开发实战:从零基础到App上线》随书源码(全面添加注释版)
shijie152/bare-metal-programming-guide
A bare metal programming guide (ARM microcontrollers)
shijie152/C
linux下的C语言及关于kernel的介绍
shijie152/chip8-book
An introduction to Chip-8 emulation using Rust
shijie152/cmake-templates
Some CMake Templates (examples). Qt, Boost, OpenCV, C++11, etc 一些栗子
shijie152/CMakeTutorial
CMake中文实战教程
shijie152/Cpp-Templates-2ed
📚 C++ Templates 2ed 笔记:C++11/14/17 模板技术
shijie152/CS-Notes
:books: 技术面试必备基础知识、Leetcode、计算机操作系统、计算机网络、系统设计、Java、Python、C++
shijie152/demo
shijie152/DesignPattern
C++11全套设计模式-23种指针的用法(a full DesignPattern implement with c++11)
shijie152/dragon-book-exercise-answers
Compilers Principles, Techniques, & Tools (purple dragon book) second edition exercise answers. 编译原理(紫龙书)第2版习题答案。
shijie152/gocron
Easy and fluent Go cron scheduling. This is a fork from https://github.com/jasonlvhit/gocron
shijie152/gtodo
A todo restful api service base on go language(gin+vue)
shijie152/handy
简洁易用的C++11网络库 / 支持单机千万并发连接 / a simple C++11 network server framework
shijie152/HighPerformanceConcurrentServer
基于C++11、部分C++14/17特性的一个高性能并发httpserver,包括日志、线程池、内存池、定时器、网络io、http、数据库连接等模块。模块间低耦合高内聚,可作为整体也可单独提供服务。对各模块提供单元测试,对httpserver整体提供性能测试。
shijie152/java8-tutorial
Modern Java - A Guide to Java 8
shijie152/JQHttpServer
基于Qt开发的轻量级HTTP/HTTPS服务器
shijie152/LearningNote
C++和Linux学习笔记
shijie152/micropython
MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems
shijie152/NanoLog
Nanolog is an extremely performant nanosecond scale logging system for C++ that exposes a simple printf-like API.
shijie152/NT5.1
Windows NT 5.0 kernel source code.
shijie152/pyvideotrans
Translate the video from one language to another and add dubbing. 将视频从一种语言翻译为另一种语言,并添加配音
shijie152/QCoolPage
Qt炫酷界面
shijie152/QWidgetDemo
Qt编写的一些开源的demo,预计会有100多个,一直持续更新完善,代码简洁易懂注释详细,每个都是独立项目,非常适合初学者,代码随意传播使用,拒绝打赏和捐赠,欢迎留言评论!
shijie152/RegularNotes
记录cpp知识点,面试题,网络编程,多线程编程
shijie152/smartdns
A local DNS server to obtain the fastest website IP for the best Internet experience, 一个本地DNS服务器,获取最快的网站IP,获得最佳上网体验。
shijie152/url-animations
shijie152/uthread
一个简单的用户级线程库
shijie152/yolanda
极客时间<网络编程实战>代码