Pinned Repositories
Analysis_TCP_in_Linux
awesome-cs-books
🔥 经典编程书籍大全,涵盖:计算机系统与网络、系统架构、算法与数据结构、前端开发、后端开发、移动开发、数据库、测试、项目与团队、程序员职业修炼、求职面试等
awesome-python-cn
Python资源大全中文版,包括:Web框架、网络爬虫、模板引擎、数据库、数据可视化、图片处理等,由「开源前哨」和「Python开发者」微信公号团队维护更新。
CodingInterviewsNotes
涵盖C++ Primer 5th、 effective C++ 、 STL api和demos C++ 基础知识与理论、 智能指针、C++11、 Git教程 Linux命令 Unix操作系统(进程、线程、内存管理、信号)计算机网络、 数据结构(排序、查找)、数据库、、C++对象模型、 设计模式、算法(《剑指offer》、leetcode、lintcode、hihocoder、《王道程序员求职宝典》)、面试题、嵌入式相关等
ColorSchemes
Some color schemes for IDE.
CppGuide
「C/C++学习+面试指南」一份涵盖大部分 C++ 程序员所需要掌握的知识。入门、进阶、深入、校招、社招,准备 C++ 学习& 面试,首选 CppGuide!
CTP-TradeServer
多账户-多策略期货交易程序(ctp开发经验分享)
CTP_DEV_NOTE
CtpSystem
本项目为上海期货交易所量化交易系统
CTPtest
用ctp官方接口写的一个简单demo,具备行情、交易、k线数据以及策略功能,可以连接simnow模拟交易
huntolor's Repositories
huntolor/muduo
Event-driven network library for multi-threaded Linux server in C++11
huntolor/TechCPP
【C++面试&C++学习指南】 这里整理了C++后端研发工程师面试和工作必备的知识点 。
huntolor/thread-pool
Thread pool implementation using c++11 threads
huntolor/workflow
C++ Parallel Computing and Asynchronous Networking Framework 无依赖,网络基于epoll/kqueue/iocp 上手快,编译快,体积小,适合嵌入式 不做全家桶,功能非常克制 代码风格小清新 主打高性能计算通信的场景
huntolor/996Quant
35岁程序员退路之量化投资学习笔记
huntolor/asio
Boost.org asio module
huntolor/async_simple
Simple, light-weight and easy-to-use asynchronous components
huntolor/automa
A browser extension for automating your browser by connecting blocks
huntolor/awesome-cpp-cn
C++ 资源大全中文版,标准库、Web应用框架、人工智能、数据库、图片处理、机器学习、日志、代码分析等。由「开源前哨」和「CPP开发者」微信公号团队维护更新。
huntolor/C-Plus-Plus
Collection of various algorithms in mathematics, machine learning, computer science and physics implemented in C++ for educational purposes.
huntolor/CPlusPlusThings
C++那些事
huntolor/curl
A command line tool and library for transferring data with URL syntax, supporting DICT, FILE, FTP, FTPS, GOPHER, GOPHERS, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, MQTT, POP3, POP3S, RTMP, RTMPS, RTSP, SCP, SFTP, SMB, SMBS, SMTP, SMTPS, TELNET, TFTP, WS and WSS. libcurl offers a myriad of powerful features
huntolor/dpdk_engineer_manual
【冲破内核瓶颈,让I/O性能飙升】DPDK工程师手册,官方文档,最新视频,开源项目,实战案例,论文,大厂内部ppt,知名工程师一览表
huntolor/folly
An open-source C++ library developed and used at Facebook.
huntolor/godot
Godot Engine – Multi-platform 2D and 3D game engine
huntolor/legado
Legado 3.0 Book Reader with powerful controls & full functions❤️阅读3.0, 阅读是一款可以自定义来源阅读网络内容的工具,为广大网络文学爱好者提供一种方便、快捷舒适的试读体验。
huntolor/leveldb
LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.
huntolor/libzmq
ZeroMQ core engine in C++, implements ZMTP/3.1
huntolor/llm-course
Course to get into Large Language Models (LLMs) with roadmaps and Colab notebooks.
huntolor/logseq
A privacy-first, open-source platform for knowledge management and collaboration. Download link: http://github.com/logseq/logseq/releases. roadmap: http://trello.com/b/8txSM12G/roadmap
huntolor/Microsoft-Activation-Scripts
A Windows and Office activator using HWID / Ohook / KMS38 / Online KMS activation methods, with a focus on open-source code and fewer antivirus detections.
huntolor/modern-cpp-features
A cheatsheet of modern C++ language and library features.
huntolor/mqttclient
A high-performance high-stability cross-platform MQTT client.
huntolor/netdata
Monitor your servers, containers, and applications, in high-resolution and in real-time!
huntolor/pdf
📚 计算机经典编程书籍、大黑书、编程电子书、电子书、编程书籍,包括计算机基础、C/C++、Java、Python、面试题、架构设计、算法系列等经典电子书。
huntolor/pistache
A high-performance REST toolkit written in C++
huntolor/playwright-python
Python version of the Playwright testing and automation library.
huntolor/source-code-hunter
😱 从源码层面,剖析挖掘互联网行业主流技术的底层实现原理,为广大开发者 “提升技术深度” 提供便利。目前开放 Spring 全家桶,Mybatis、Netty、Dubbo 框架,及 Redis、Tomcat 中间件等
huntolor/spdlog
Fast C++ logging library.
huntolor/ThreadPool
A simple C++11 Thread Pool implementation