Pinned Repositories
Auto-Make-Money
沪、深、创业板可转债自动打新 / An easy tool to help investors from Shanghai/Shenzhen Stock Market to apply for new-listed convertible bonds automatically.
12306-booking
12306 订票助手:自动刷票,扫码登录,自动下单,自动跳转微信支付,扫码支付
AppShift-MemoryPool
A very fast cross-platform memory pool mechanism for C++ built using a data-oriented approach (8 to 24 times faster than regular new or delete, depending on operating system & compiler)
awesome-dv
Awesome ASIC design verification
awesome-spider
爬虫集合
AX7020
Basys3
C-CrashCourse
C语言教程+博客+代码演示+课程设计。 帮助初学者更好的理解 C 难点,提升代码量! For beginners:C tuition/self-learning
CNote
「CNote」一份涵盖大部分学习 C 语言所需要掌握的核心知识,致力于打造最易懂的 C语言入门教程,让天下没有难学的 C语言。(包含C语言教程、C语言精华文章)
CocoaModemRedux
W7AYs Digital Mode Portal for Mac Users
Crushmorry's Repositories
Crushmorry/AppShift-MemoryPool
A very fast cross-platform memory pool mechanism for C++ built using a data-oriented approach (8 to 24 times faster than regular new or delete, depending on operating system & compiler)
Crushmorry/verilog-pcie
Verilog PCI express components
Crushmorry/csapp
个人整理的《深入理解计算机系统》中文电子版(原书第 3 版)与实验材料:https://hansimov.gitbook.io/csapp/
Crushmorry/tcl
The Tcl Core. (Mirror of core.tcl-lang.org)
Crushmorry/Soldier76
PUBG - 罗技鼠标宏 | 兴趣使然的项目,完虐收费宏!点个Star支持一下作者![PUBG - Logitech mouse macro | Support 12 kinds of guns without recoil!]
Crushmorry/awesome-dv
Awesome ASIC design verification
Crushmorry/C-CrashCourse
C语言教程+博客+代码演示+课程设计。 帮助初学者更好的理解 C 难点,提升代码量! For beginners:C tuition/self-learning
Crushmorry/space-shooter.c
A cross-platform, top-down 2D space shooter written in C using only system libraries.
Crushmorry/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, Streams, HyperLogLogs, Bitmaps.
Crushmorry/hamibot-auto_xuexiqiangguo
每日拿满61分!免root,四人赛双人对战秒答,基于Hamibot的安卓端学习强国自动化脚本
Crushmorry/convertible_bond
低风险投资之可转债 可转债量化分析
Crushmorry/easy_games
分享有趣的小游戏
Crushmorry/project-based-tutorials-in-c
A curated list of project-based tutorials in C
Crushmorry/nginx
An official read-only mirror of http://hg.nginx.org/nginx/ which is updated hourly. Pull requests on GitHub cannot be accepted and will be automatically closed. The proper way to submit changes to nginx is via the nginx development mailing list, see http://nginx.org/en/docs/contributing_changes.html
Crushmorry/CNote
「CNote」一份涵盖大部分学习 C 语言所需要掌握的核心知识,致力于打造最易懂的 C语言入门教程,让天下没有难学的 C语言。(包含C语言教程、C语言精华文章)
Crushmorry/shadowsocks-libev
Bug-fix-only libev port of shadowsocks. Future development moved to shadowsocks-rust
Crushmorry/the-art-of-command-line
Master the command line, in one page
Crushmorry/ImageM
GUI for Image processing with Matlab
Crushmorry/fpga-drive-aximm-pcie
Example designs for FPGA Drive FMC
Crushmorry/Auto-Make-Money
沪、深、创业板可转债自动打新 / An easy tool to help investors from Shanghai/Shenzhen Stock Market to apply for new-listed convertible bonds automatically.
Crushmorry/riffa
The RIFFA development repository
Crushmorry/NVMeCHA
NVMe Controller featuring Hardware Acceleration
Crushmorry/e200_opensource
Deprecated, please go to next generation Ultra-Low Power RISC-V Core https://github.com/riscv-mcu/e203_hbirdv2
Crushmorry/FPGA_DEMO
Crushmorry/Basys3
Crushmorry/MATLAB-GUI-design--image-processing
所制作的数字图像信号处理小程序,可以实现对图像的读入与保存、截取感兴趣的区域并对该区域进行各种几何变换、图像信号在时域和频域中的变换、亮度变换及边缘检测等功能。界面内容丰富且有条理,图像的显示大气且清晰。增加人机交互的对话窗口,实现用户的个性化输入,能够使用户更加直观的理解各种操作中不同参数对效果的影响。
Crushmorry/Deep-learning-books
Books for machine learning, deep learning, math, NLP, CV, RL, etc
Crushmorry/si78c
si78c is a memory accurate reimplementation of Space Invaders in C.
Crushmorry/awesome-spider
爬虫集合
Crushmorry/malloc
An implementation of dynamic memory allocator in C using explicit free list, as according to the lab assignment of CS-APP book , reaching 91 % efficiency.