Pinned Repositories
bochs-linux-0.11
Bochs Configuration for linux-0.11
chatgpt-continue-autoclicker
Extension for Chromium-based browsers and Firefox, which auto-clicks the continue generating button.
chatgpt-telegram-bot
🤖 A Telegram bot that integrates with OpenAI's official ChatGPT APIs to provide answers, written in Python
chibicc
A small C compiler
craftinginterpreters
Repository for the book "Crafting Interpreters"
CS153
Coursework for Harvard CS153: Compilers
cs_study_plan
一份硬核(hardcore)计算机科学CS自学计划,偏向软件工程和系统架构方向
CSAPP-3e-Solutions
CSAPP 3e Solutions, migrated to github.io from gitbook.io which is being shut down.
linux-0.11
A modernized ancient kernel for fun :-)
rvcc
Standalone C compiler for RISC-V and ARM
hyperdreamer's Repositories
hyperdreamer/bochs-linux-0.11
Bochs Configuration for linux-0.11
hyperdreamer/cs_study_plan
一份硬核(hardcore)计算机科学CS自学计划,偏向软件工程和系统架构方向
hyperdreamer/linux-0.11
A modernized ancient kernel for fun :-)
hyperdreamer/rvcc
Standalone C compiler for RISC-V and ARM
hyperdreamer/chatgpt-continue-autoclicker
Extension for Chromium-based browsers and Firefox, which auto-clicks the continue generating button.
hyperdreamer/chatgpt-telegram-bot
🤖 A Telegram bot that integrates with OpenAI's official ChatGPT APIs to provide answers, written in Python
hyperdreamer/chibicc
A small C compiler
hyperdreamer/craftinginterpreters
Repository for the book "Crafting Interpreters"
hyperdreamer/CS153
Coursework for Harvard CS153: Compilers
hyperdreamer/CSAPP-3e-Solutions
CSAPP 3e Solutions, migrated to github.io from gitbook.io which is being shut down.
hyperdreamer/CSAPP-Labs
Solutions and Notes for Labs of Computer Systems: A Programmer's Perspective 3rd Editon // 《深入理解计算机系统》第三版的实验文件、解答与笔记
hyperdreamer/CSAPP-Labs-1
《Computer Systems A Programmer's Perspective Second Edition》 important Labs
hyperdreamer/docs
Documents of WonderTrader
hyperdreamer/evaluation
各大中文分词性能评测
hyperdreamer/FinTechUI
FinTechUI金融科技UI组件,基于Qt Widgets封装,支持冻结列TableView、多层次表头HeaderView、自定义排序过滤模型、自定义Button代理、自定义Progress代理、自定义ComboBox代理、自定义表格模型XTableModel、可拖拽式UI插件框架。
hyperdreamer/minixfromscratch
Development and compilation setup for the book versions of MINIX (2.0.0 and 3.1.0) on QEMU
hyperdreamer/myclox
hyperdreamer/NJU-ICS-PA2020_fall
2020年秋季南京大学 计算机系统基础 课程大作业 x86 emulator——NEMU,implemented all functions.
hyperdreamer/openctp
CTP开放平台提供A股、港股、美股、期货、期权等全品种接入通道,通过提供中泰证券XTP、华鑫证券奇点、东方证券OST、东方财富证券EMT、盈透证券TWS等各通道的CTPAPI接口,CTP程序可以无缝对接各股票柜台。平台也提供了一套基于TTS交易系统的模拟环境,同样提供了CTPAPI兼容接口,可以替代Simnow,为CTP量化交易开发者提供7x24可用的模拟环境。
hyperdreamer/QuantFabric
QuantFabric主项目
hyperdreamer/SimpleDB
SimpleDB is a tiny-database-manage-system for education purpose
hyperdreamer/thunder-trader
A industrial high-performance High Frequency Trading System by C++11, support CTP, Femas and so on. 基于C++11开发的量化交易平台,可实现CTP、飞马等平台的高频交易策略。
hyperdreamer/Tinyhttpd
Tinyhttpd 是J. David Blackstone在1999年写的一个不到 500 行的超轻量型 Http Server,用来学习非常不错,可以帮助我们真正理解服务器程序的本质。官网:http://tinyhttpd.sourceforge.net
hyperdreamer/toydb
Distributed SQL database in Rust, written as a learning project
hyperdreamer/wondertrader
WonderTrader——量化研发交易一站式框架
hyperdreamer/wtpy
wtpy是基于wondertrader为底层的针对python的子框架
hyperdreamer/XMonitor
XMonitor监控客户端,拖拽式插件架构,提供Market、Monitor、EventLog、Permission、RiskJudge、OrderManager插件,不同插件可以拖拽至不同屏幕分屏显示。
hyperdreamer/XRiskJudge
XRiskJudge风控系统,支持账户间风控,提供流速限制、撤单限制、账户锁定等风控功能。
hyperdreamer/XServer
XServer中间件,消息中间件,转发Colo交易数据至XMonitor,转发XMonitor交易指令到Colo交易服务器;管理用户权限;提供历史数据回放。
hyperdreamer/xv6-public
xv6 OS