a12590's Stars
TheAlgorithms/Python
All Algorithms implemented in Python
Snailclimb/JavaGuide
「Java学习+面试指南」一份涵盖大部分 Java 程序员所需要掌握的核心知识。准备 Java 面试,首选 JavaGuide!
labuladong/fucking-algorithm
刷算法全靠套路,认准 labuladong 就够了!English version supported! Crack LeetCode, not only how, but also why.
Light-City/CPlusPlusThings
C++那些事
0voice/interview_internal_reference
2023年最新总结,阿里,腾讯,百度,美团,头条等技术面试题目,以及答案,专家出题人分析汇总。
netty/netty
Netty project - an event-driven asynchronous network application framework
TheAlgorithms/C-Plus-Plus
Collection of various algorithms in mathematics, machine learning, computer science and physics implemented in C++ for educational purposes.
facebook/folly
An open-source C++ library developed and used at Facebook.
viraptor/reverse-interview
Questions to ask the company during your interview
vnpy/vnpy
基于Python的开源量化交易平台开发框架
brendangregg/FlameGraph
Stack trace visualizer
qinguoyi/TinyWebServer
:fire: Linux下C++轻量级WebServer服务器
heibaiying/BigData-Notes
大数据入门指南 :star:
zhisheng17/flink-learning
flink learning blog. http://www.54tianzhisheng.cn/ 含 Flink 入门、概念、原理、实战、性能调优、源码解析等内容。涉及 Flink Connector、Metrics、Library、DataStream API、Table API & SQL 等内容的学习案例,还有 Flink 落地应用的大型项目案例(PVUV、日志存储、百亿数据实时去重、监控告警)分享。欢迎大家支持我的专栏《大数据实时计算引擎 Flink 实战与性能优化》
TheCherno/Hazel
Hazel Engine
wangzhiwubigdata/God-Of-BigData
专注大数据学习面试,大数据成神之路开启。Flink/Spark/Hadoop/Hbase/Hive...
google/re2
RE2 is a fast, safe, thread-friendly alternative to backtracking regular expression engines like those used in PCRE, Perl, and Python. It is a C++ library.
JSQLParser/JSqlParser
JSqlParser parses an SQL statement and translate it into a hierarchy of Java classes. The generated hierarchy can be navigated using the Visitor Pattern
amhndu/SimpleNES
An NES emulator in C++
xiaoweiChen/CPP-Concurrency-In-Action-2ed-2019
:book: 作为对《C++ Concurrency in Action - SECOND EDITION》的中文翻译。
apache/impala
Apache Impala
834810071/muduo_study
Linux多线程服务端编程[muduo C++网络库]
adah1972/nvwa
My small collection of C++ utilities
adah1972/geek_time_cpp
C++ code examples for Geek Time
Best-Kevin/dataVIS
数据可视化大屏电子沙盘集合,基于:HTML/CSS/Echarts等等,包含行业:区块链金融行业、智慧社区、智慧物业、智慧政务、智慧交通、通用模板等,包含功能:自定义字体、Css动画、WebSocket实时数据、K线折线等各种图表,iframe嵌套H5/App,替换js数据即可,满足您会议展览、业务监控、风险预警、数据分析展示等多种展示需求🔝 右上角点个 Star 关注更新,笔芯♥️~
xyxxmb/Algorithm-All-in-One
charlixzhao/InceptionEngine
hardcore-os/naruto
高性能的c++日志库
leopoldcambier/tasktorrent
A fast shared & distributed memory task-based runtime in C++
fdong-coursera/luigi
Luigi is a Python module that helps you build complex pipelines of batch jobs. It handles dependency resolution, workflow management, visualization etc. It also comes with Hadoop support built in.