Pinned Repositories
100-Days-Of-ML-Code
100-Days-Of-ML-Code中文版
100-Days-Of-ML-Code-1
100 Days of ML Coding
2019_campus_apply
:rocket: Full Stack Developer Tutorial,后台技术栈/全栈开发/架构师之路,秋招/春招/校招/面试。 from zero to hero.
2048.cpp
🎮 Fully featured terminal version of the game "2048" written in C++
30dayMakeOS
《30天自制操作系统》源码中文版。自己制作一个操作系统(OSASK)的过程
3D-computer-vision-resources
Here is a list of 3D vision resources
60_Days_RL_Challenge
Learn Deep Reinforcement Learning in depth in 60 days
bpf-perf-tools-book
Official repository for the BPF Performance Tools book
Linux_kernel
SoftMC
SoftMC is an experimental FPGA-based memory controller design that can be used to develop tests for DDR3 SODIMMs using a C++ based API. The design, the interface, and its capabilities and limitations are discussed in our HPCA 2017 paper: "SoftMC: A Flexible and Practical Open-Source Infrastructure for Enabling Experimental DRAM Studies" <https://people.inf.ethz.ch/omutlu/pub/softMC_hpca17.pdf>
shanliwa1's Repositories
shanliwa1/7days-golang
7 days golang apps from scratch (web framework Gee, distributed cache GeeCache, object relational mapping ORM framework GeeORM etc) 7天用Go动手写/从零实现系列
shanliwa1/athena-signal
shanliwa1/BaseKit-code-samples
shanliwa1/blog_os
Writing an OS in Rust
shanliwa1/Cloud-Series
:books: 《深入浅出云计算与 Kubernetes》:云计算(云安全,云原生)、虚拟化(容器、Docker、Xen)、集群编排(Kubernetes、ServiceMesh)
shanliwa1/Collections-C
A library of generic data structures.
shanliwa1/coreboot
Mirror of https://review.coreboot.org/coreboot.git. We don't handle Pull Requests.
shanliwa1/CS-Xmind-Note
计算机专业课(408)思维导图和笔记:计算机组成原理(第五版 王爱英),数据结构(王道),计算机网络(第七版 谢希仁),操作系统(第四版 汤小丹)
shanliwa1/CS224n-winter-together
an Open Course Platform for Stanford CS224n (2020 Winter)
shanliwa1/Database-Series
📚深入浅出数据库存储:数据库理论、关系型数据库、文档型数据库、键值型数据库、New SQL、搜索引擎、数据仓库与 OLAP、大数据与数据中台
shanliwa1/DistributedSystem-Series
:books: 深入浅出分布式基础架构,Linux 与操作系统篇 | 分布式系统篇 | 分布式计算篇 | 数据库篇 | 网络篇 | 虚拟化与编排篇 | 大数据与云计算篇
shanliwa1/fastbook
Draft of the fastai book
shanliwa1/fucking-algorithm
手把手撕LeetCode题目,扒各种算法套路的裤子。English version supported! Crack LeetCode, not only how, but also why.
shanliwa1/How-to-Make-a-Computer-Operating-System
How to Make a Computer Operating System in C++
shanliwa1/iir1
IIR realtime filter library written in C++
shanliwa1/linux-kernel-module-cheat
The perfect emulation setup to study and develop the Linux kernel v5.4.3, kernel modules, QEMU, gem5 and x86_64, ARMv7 and ARMv8 userland and baremetal assembly, ANSI C, C++ and POSIX. GDB step debug and KGDB just work. Powered by Buildroot and crosstool-NG. Highly automated. Thoroughly documented. Automated tests. "Tested" in an Ubuntu 19.10 host.
shanliwa1/Linux-Series
📚深入浅出 Linux 操作系统:操作系统原理、Linux 应用实践、并发编程、物联网操作系统
shanliwa1/Most-recommended-programming-books
The most recommended programming books of all-time.
shanliwa1/oneTBB
Official Threading Building Blocks (TBB) GitHub repository. For Commercial Intel® TBB distribution, please click here: https://software.intel.com/en-us/tbb
shanliwa1/qemu
Official QEMU mirror. Please see http://wiki.qemu.org/Contribute/SubmitAPatch for how to submit changes to QEMU. Pull Requests are ignored. Please only use release tarballs from the QEMU website.
shanliwa1/riscv-gnu-toolchain
GNU toolchain for RISC-V, including GCC
shanliwa1/scikit-learn-mooc
scikit-learn-mooc
shanliwa1/seabios
Mirror of git.qemu.org/seabios.git
shanliwa1/skynet
A lightweight online game framework
shanliwa1/supra
SUPRA: Software Defined Ultrasound Processing for Real-Time Applications - An Open Source 2D and 3D Pipeline from Beamforming to B-Mode
shanliwa1/tigervnc
High performance, multi-platform VNC client and server
shanliwa1/toaruos
A completely-from-scratch hobby operating system: bootloader, kernel, drivers, C library, and userspace including a composited graphical UI, dynamic linker, syntax-highlighting text editor, network stack, etc.
shanliwa1/ultimate-coding-resources
A collection of the best resources for programming, web development, computer science and more.
shanliwa1/webrtc-book-cn
中文翻译 《 Real-Time Communication with WebRTC 》
shanliwa1/xv6-public
xv6 OS