Pinned Repositories
cytrader
High-performance strategy platform and trading system implemented in Java
horizon
Connectivity adapters for multiple financial markets implemented in Java
mercury
Basic library collection
adaptor
Trading gateway implement in Java
commons
common interface & collection & utils
ftdc
implement ftdc protocol of CTP in java
japanese-learning
Japanese Learning Note
low-latency-primitive-concurrent-queues
Low latency, lock free, primitive bounded blocking queues backed by an primitive arrays such as an int[]. These classes mimic the interface of BlockingQueue, they work with primitive rather than Objects so are unable to actually implement the BlockingQueue. They take advantage of the Unsafe.putOrdered<X>, which allows the creation of non-blocking code with guaranteed writes. These writes will not be re-orderd by instruction reordering. Under the covers they use a faster store-store barrier, rather than the the slower store-load barrier, which is used when doing a volatile write. One of the trade off with this improved performance is we are limited to a single producer, single consumer.
persistence
persistence library
transport
transport lib : netty & zmq & rabbitmq & socket & http
yellow013's Repositories
yellow013/commons
common interface & collection & utils
yellow013/adaptor
Trading gateway implement in Java
yellow013/persistence
persistence library
yellow013/japanese-learning
Japanese Learning Note
yellow013/call-center
call center demo
yellow013/data-integration
Data Integration
yellow013/disruptorDynamicConsumer
disruptor的动态消费者实现
yellow013/exchange
Reference exchange implementation
yellow013/expert_readed_books
2021年最新总结,推荐工程师合适读本,计算机科学,软件技术,创业,**类,数学类,人物传记书籍
yellow013/fixfast
对于fast协议通过OpenFast进行分析
yellow013/fq-book
📖《这本书能让你连接互联网》详细阐述代理、隧道、VPN运作过程,并对GFW策略如:地址端口封锁、服务器缓存投毒、数字验证攻击、SSL连接阻断做相关的原理说明
yellow013/JAVA-CTPAPI
yellow013/JavaLearnVulnerability
Java漏洞学习笔记 Deserialization Vulnerability
yellow013/jctp
CTP 的 Java 封装
yellow013/jLOB
L3 Order Book and Matching Engine Implementaion in Java
yellow013/jxtp
XTP 的 Java 封装
yellow013/MQL-CopyTrade
MT4/MT5 Client Copy Trade Application (Based on ZMQ)
yellow013/mql4-lib
MQL4/5 Foundation Library For Professional Developers
yellow013/mt4j
Java & MetaTrader5 REST integration (SpringBoot).
yellow013/northstar
yellow013/oFx
漏洞批量验证框架
yellow013/quant4j
火币量化交易 指标组合策略 简单的数值策略 这个项目只是提供一个思路。
yellow013/SharpDecryptPwd
对密码已保存在 Windwos 系统上的部分程序进行解析,包括:Navicat,TeamViewer,FileZilla,WinSCP,Xmangager系列产品(Xshell,Xftp)。源码:https://github.com/RowTeam/SharpDecryptPwd
yellow013/Taichi
太極滲透測試框架
yellow013/think-in-java
Thinking in Java (Java 编程**)
yellow013/website
yellow013/xman
证券高频量化交易系统,提供抢板、半路板服务。
yellow013/XueQiuSuperSpider
雪球股票信息超级爬虫
yellow013/yellow013
Config files for my GitHub profile.
yellow013/yellow013.github.io
Personal blog project