A mirror of: https://github.com/rui314/chibicc.git
Mirror of https://github.com/mrdbourke/pytorch-deep-learning
基于C++/Python的极速开源量化交易研究框架,同时可基于策略部件进行资产重用,快速累积策略资产。
wei的股票软件。
基于网格策略的自动化交易股票软件,低买高卖,开盘日自动盯盘,无需人工干预。
Mirror of https://github.com/kungfu-origin/kungfu.git
Mirror of https://github.com/wondertrader/wondertrader.git
https://github.com/BigBrotherTrade/trader
感觉这个项目就是垃圾,没啥价值
https://github.com/seawood/books
https://github.com/Shinehale/Assembly-language
https://github.com/ranxian/xv6-chinese
「Java面试指南」一份通向理想互联网公司的面试指南,包括 Java基础、Java并发、JVM、MySQL、Redis、Spring、MyBatis、Kafka、计算机操作系统、计算机网络、系统设计、分布式、Java 项目实战等。
Mirror of https://github.com/mit-pdos/xv6-riscv
Mirror of https://github.com/mit-pdos/xv6-public
A starter Template for QtHello.exe: qt + cmake + vcpkg on windows
QQrobot是使用Qt5开发的,基于腾讯公司WebQQ协议实现,可以向QQ群或者是个人自动发送信息的程序,分为两个部分,QQ主体和robot插件。QQ主体负责实现WebQQ协议部分,实现了QQ号码登录,信息接收和发送功能。robot使用Qt插件机制,负责分析聊天内容,智能做出回应。 QQ主体窗口内,可监控显示聊天信息、好友列表、群列表和机器人列表。可为QQ群或者个人指定随意多个机器人为之提供服务。也提供了信息发送功能,可随时向QQ群或者个人发送信息。 robot插件,使用Qt5的plugin技术,完成接口RobotInterface内的name和listenandsay方法就ok,name返回robot的名子,listenandsay的参数是robot收到的聊天信息和发送者信息,listenandsay返回值是robot回应信息。