Pinned Repositories
ACTS_QIAN
Shanghai Futures Exchange CTP Trading Server
aeron
Efficient reliable UDP unicast, UDP multicast, and IPC message transport
agrona
High Performance data structures and utility methods for Java
aiCAP
基于资金流的择时选股策略
algo-trading-strategies
Big Data course project (EPFL) - Trading strategies based on order book
algorithms
Solved algorithms and data structures problems in many languages
AlgoTrader
alphaquant
AlphaQuant: 股票实盘交易SDK,支持华泰,广发等70多个券商
AntiCrawlerSolution
:neckbeard::neckbeard:It covers the blockade principle of most anti-climbing strategies and corresponding solutions.:alien::alien::alien::alien:(涵盖了大部分的反爬策略的封锁原理以及对应的解决方案。)
Auto.js
A UiAutomator on android, does not need root access(安卓平台上的JavaScript自动化工具)
yongdono's Repositories
yongdono/algorithms
Solved algorithms and data structures problems in many languages
yongdono/Peek
All new design. Inspect your iOS application at runtime.
yongdono/awesome-computer-vision
A curated list of awesome computer vision resources
yongdono/Cavalia
A transactional main-memory database on multicores.
yongdono/Chronicle-Engine
A high performance, low latency, reactive processing framework
yongdono/concurrentqueue
A fast multi-producer, multi-consumer lock-free concurrent queue for C++11
yongdono/flow
Name UI states, navigate between them, remember where you've been.
yongdono/folly
An open-source C++ library developed and used at Facebook.
yongdono/FRIEND
Flexible Register/Instruction Extender aNd Documentation
yongdono/ftdc2c_ctp
Pure C interface for CTP
yongdono/hardseed
hardseed is a batch seeds and pictures download utiltiy from CaoLiu and AiCheng forum
yongdono/Interview-Notebook
:books: 技术面试需要掌握的基础知识整理
yongdono/jar2app
Convert any Java jar to a Mac OS X .App bundle. No external tools needed, no funky parameters, it just works.
yongdono/Java-Lang
Java Language support
yongdono/Java-Runtime-Compiler
Java Runtime Compiler
yongdono/kungfu
Kungfu Master Trading System
yongdono/libevhtp
Create extremely-fast and secure embedded HTTP servers with ease.
yongdono/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.
yongdono/MobileIMSDK
一个专为移动端开发的原创即时通讯框架,超轻量级、高度提炼,完全基于UDP协议,支持iOS、Android、标准Java平台,服务端基于Mina和Netty编写。
yongdono/network
与协议无关的通信模式
yongdono/nsync
nsync is a C library that exports various synchronization primitives, such as mutexes
yongdono/pytdxtrader
python tdx trader
yongdono/quant
Quantitative Finance
yongdono/readerwriterqueue
A fast single-producer, single-consumer lock-free queue for C++
yongdono/textdistance
Compute distance between sequences. 30+ algorithms, pure python implementation, common interface.
yongdono/trade-manager
Trade Manager automates technical trading of candle stick charts with an interface to Interactive Brokers Trader Workstation (IB TWS) & Yahoo Finanace
yongdono/trading-backtest
A stock backtesting engine written in modern Java. And a pairs trading (cointegration) strategy implementation using a bayesian kalman filter model.
yongdono/universalJavaApplicationStub
An alternative Application Launcher (shell script) for Java Apps on Mac OS X that works with both Apple's and Oracle's plist format and Java 6, 7 and 8. Plus it supports drag&drop to the Dock icon.
yongdono/zipline
Zipline, a Pythonic Algorithmic Trading Library
yongdono/zyan-hook-engine
Advanced x86/x64 hooking library (WIP).