Stars
A small and fast C++ library for building shortest paths in 2D space with convex polygonal obstacles
A hexagonal map generator and path finding demo.
C++ Parallel Computing and Asynchronous Networking Framework
「C/C++学习+面试指南」一份涵盖大部分 C++ 程序员所需要掌握的知识。入门、进阶、深入、校招、社招,准备 C++ 学习& 面试,首选 CppGuide!
一个物联网(IoT)开发的入门教程。涉及单片机、上位机、移动应用、服务器后台开发的知识。以及蓝牙4.0、以太网模块的使用实例。
超级速查表 - 编程语言、框架和开发工具的速查表,单个文件包含一切你需要知道的东西 ⚡
owent-contrib / pbc
Forked from cloudwu/pbcA protocol buffers library for C
视频硬字幕提取,生成srt文件。无需申请第三方API,本地实现文本识别。基于深度学习的视频字幕提取框架,包含字幕区域检测、字幕内容提取。A GUI tool for extracting hard-coded subtitle (hardsub) from videos and generating srt files.
sxxiaolou / shiguilandan
Forked from WLDragon/shiguilandan《是鬼烂但》游戏源码
A 2D collision detection library for Lua. Fast & garbage-free.
Lua 5.4 IDE for Windows with debugger and script to executable compiler
Some simple scripts to create formations in Unity
Project demonstrating in Unity how to fire a projectile at a target by either specifying its initial velocity or initial angle. Also draws out the projectile's expected trajectory.
A standalone server for programming game Screeps
A copy of the Lua development repository, as seen by the Lua team. Mirrored irregularly. Please DO NOT send pull requests or any other stuff. All communication should be through the Lua mailing lis…
这是一个仿制lua解释器的项目,我希望通过逐步实现lua解释器的各个部分,更加深刻地掌握lua的基本结构和运作原理。