Skip to content
View halfelf's full-sized avatar

Organizations

@HIT-IBMTC
Block or Report

Block or report halfelf

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. trio-binance trio-binance Public

    Python 6 3

  2. How to Build a Fast Limit Order Book How to Build a Fast Limit Order Book
    1
    https://web.archive.org/web/20110219163448/http://howtohft.wordpress.com/2011/02/15/how-to-build-a-fast-limit-order-book/
    2
    
                  
    3
    The response to my first few posts has been much larger than I’d imagined and I’d like to thank everyone for the encouragement.
    4
    
                  
    5
    If you’re interested in building a trading system I recommend first reading my previous post on general ideas to keep in mind.
  3. cliffwoo/LSP_CN cliffwoo/LSP_CN Public

    Linux System Programming ( Chinese Translation )

    Emacs Lisp 56 26

  4. Best-of-Ruby-Quiz----CN Best-of-Ruby-Quiz----CN Public

    Non-official translation of Best of Ruby Quiz.

    5 2

  5. Simple Kafka Consumer in Clojure Simple Kafka Consumer in Clojure
    1
    (ns oceanus.anduin.clj.consumer
    2
      (:gen-class)
    3
      (:import [kafka.consumer ConsumerConfig Consumer KafkaStream]
    4
               [kafka.javaapi.consumer ConsumerConnector]
    5
               [java.util Properties]))
  6. trio-bybit trio-bybit Public

    Python