BZH110's Stars
binary-husky/gpt_academic
为GPT/GLM等LLM大语言模型提供实用化交互接口,特别优化论文阅读/润色/写作体验,模块化设计,支持自定义快捷按钮&函数插件,支持Python和C++等项目剖析&自译解功能,PDF/LaTex论文翻译&总结功能,支持并行问询多种LLM模型,支持chatglm3等本地模型。接入通义千问, deepseekcoder, 讯飞星火, 文心一言, llama2, rwkv, claude2, moss等。
fffaraz/awesome-cpp
A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff.
PKUFlyingPig/cs-self-learning
计算机自学指南
youngyangyang04/leetcode-master
《代码随想录》LeetCode 刷题攻略:200道经典题目刷题顺序,共60w字的详细图解,视频难点剖析,50余张思维导图,支持C++,Java,Python,Go,JavaScript等多语言版本,从此算法学习不再迷茫!🔥🔥 来看看,你会发现相见恨晚!🚀
FFmpeg/FFmpeg
Mirror of https://git.ffmpeg.org/ffmpeg.git
0voice/interview_internal_reference
2023年最新总结,阿里,腾讯,百度,美团,头条等技术面试题目,以及答案,专家出题人分析汇总。
google/leveldb
LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.
The-Run-Philosophy-Organization/run
润学全球官方指定GITHUB,整理润学宗旨、纲领、理论和各类润之实例;解决为什么润,润去哪里,怎么润三大问题; 并成为新**人的核心宗教,核心信念。
llvm/llvm-project
The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.
facebook/folly
An open-source C++ library developed and used at Facebook.
OI-wiki/OI-wiki
:star2: Wiki of OI / ICPC for everyone. (某大型游戏线上攻略,内含炫酷算术魔法)
ssloy/tinyrenderer
A brief computer graphics / rendering course
afatcoder/LeetcodeTop
汇总各大互联网公司容易考察的高频leetcode题🔥
forthespada/InterviewGuide
🔥🔥「InterviewGuide」是阿秀从校园->职场多年计算机自学过程的记录以及学弟学妹们计算机校招&秋招经验总结文章的汇总,包括但不限于C/C++ 、Golang、JavaScript、Vue、操作系统、数据结构、计算机网络、MySQL、Redis等学习总结,坚持学习,持续成长!
EndlessCheng/codeforces-go
算法竞赛模板库 by 灵茶山艾府 💭💡🎈
cjlin1/libsvm
LIBSVM -- A Library for Support Vector Machines
cmu-db/bustub
The BusTub Relational Database Management System (Educational)
keon/awesome-bits
:computer: A curated list of awesome bitwise operations and tricks
AcademySoftwareFoundation/openvdb
OpenVDB - Sparse volume data structure and tools
TheNetAdmin/zjuthesis
Zhejiang University Graduation Thesis LaTeX Template
atcoder/ac-library
AtCoder Library
jackwener/CS-Awesome-Courses
计算机的优秀课程
CodingHanYa/workspace
workspace是基于C++11的轻量级异步执行框架,支持:通用任务异步并发执行、优先级任务调度、自适应动态线程池、高效静态线程池、异常处理机制等。
muluoleiguo/interview
linux C++ 服务器/后台开发 秋招整理资料
SysSn13/leetcode-rating-predictor
Leetcode Rating Predictor built with Node. Browser extension and web interface.
XYShaoKang/refined-leetcode
网页版力扣扩展,提高 LeetCode-cn 刷题体验
ServiceNow/stl-decomp-4j
Java implementation of Seasonal-Trend-Loess time-series decomposition algorithm.
johnarobinson77/KdTreeGPU
A gpu based implementation of a K-D Tree Builder
orbingol/rw3dm
Rhino/OpenNURBS importer and exporter for NURBS-Python (geomdl)
MaxKotlan/Cuda-Find-Max-Using-Parallel-Reduction
Benchmarks different cuda implementations of maximum-value algorithms. Uses Parallel Reduction design pattern.