Pinned Repositories
Algorithm_Interview_Notes-Chinese
2018/2019/校招/春招/秋招/算法/机器学习(Machine Learning)/深度学习(Deep Learning)/自然语言处理(NLP)/C/C++/Python/面试笔记
Apollo-11
Original Apollo 11 Guidance Computer (AGC) source code for the command and lunar modules.
asio
Boost.org asio module
awesome-cs-books
计算机优质电子书整理,并且附带pdf下载链接,包括C,C++,Java,Python,Java,Linux,Go,数据结构与算法,人工智能,计算机基础,面试,设计模式,数据库,前端等
awesome-programming-books
经典编程书籍大全,涵盖:计算机系统与网络、系统架构、算法与数据结构、前端开发、后端开发、移动开发、数据库、测试、项目与团队、程序员职业修炼、求职面试等
Bolt
Bolt is a C++ template library optimized for GPUs. Bolt provides high-performance library implementations for common algorithms such as scan, reduce, transform, and sort.
books
📚 All programming languages books
Boost
The Boost C++ Libraries
interview
📚 C/C++面试基础知识总结
the-algorithm
Source code for Twitter's Recommendation Algorithm
luckystarzj's Repositories
luckystarzj/the-algorithm
Source code for Twitter's Recommendation Algorithm
luckystarzj/Apollo-11
Original Apollo 11 Guidance Computer (AGC) source code for the command and lunar modules.
luckystarzj/awesome-cs-books
计算机优质电子书整理,并且附带pdf下载链接,包括C,C++,Java,Python,Java,Linux,Go,数据结构与算法,人工智能,计算机基础,面试,设计模式,数据库,前端等
luckystarzj/awesome-programming-books
经典编程书籍大全,涵盖:计算机系统与网络、系统架构、算法与数据结构、前端开发、后端开发、移动开发、数据库、测试、项目与团队、程序员职业修炼、求职面试等
luckystarzj/books
📚 All programming languages books
luckystarzj/ccv
C-based/Cached/Core Computer Vision Library, A Modern Computer Vision Library
luckystarzj/clang
Mirror of official clang git repository located at http://llvm.org/git/clang. Updated every five minutes.
luckystarzj/Deep-Learning-with-TensorFlow-book
深度学习开源书,基于TensorFlow 2.0实战。Open source Deep Learning book, based on TensorFlow 2.0 framework.
luckystarzj/dubbo
Apache Dubbo is a high-performance, java based, open source RPC framework.
luckystarzj/evio
Fast event-loop networking for Go
luckystarzj/FFmpeg
Mirror of git://source.ffmpeg.org/ffmpeg.git
luckystarzj/googletest
Googletest - Google Testing and Mocking Framework
luckystarzj/kafka
Mirror of Apache Kafka
luckystarzj/LeetCode-2
LeetCode Java solution
luckystarzj/libevent
Event notification library
luckystarzj/libhv
Like libevent and libuv, libhv provides event-loop with non-blocking IO and timer, but simpler api and richer protocols.
luckystarzj/libuv
Cross-platform asynchronous I/O
luckystarzj/licode
Open Source Communication Provider based on WebRTC and Cloud technologies
luckystarzj/llama
Inference code for LLaMA models
luckystarzj/llvm
Mirror of official llvm git repository located at http://llvm.org/git/llvm. Updated every five minutes.
luckystarzj/netty
Netty project - an event-driven asynchronous network application framework
luckystarzj/opencv
Open Source Computer Vision Library
luckystarzj/openssl
TLS/SSL and crypto library
luckystarzj/protobuf
Protocol Buffers - Google's data interchange format
luckystarzj/redis
Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, HyperLogLogs, Bitmaps.
luckystarzj/rocksdb
A library that provides an embeddable, persistent key-value store for fast storage.
luckystarzj/sqlite
Unofficial git mirror of SQLite sources (see link for build instructions)
luckystarzj/tensorflow
An Open Source Machine Learning Framework for Everyone
luckystarzj/tidb
TiDB is an open source distributed HTAP database compatible with the MySQL protocol
luckystarzj/zookeeper
Mirror of Apache Hadoop ZooKeeper