Skip to content

Instantly share code, notes, and snippets.

View ericyue's full-sized avatar

mooncake ericyue

View GitHub Profile
@wong2
wong2 / README.md
Created January 2, 2013 09:44
模拟登录人人(新)

人人的登录改版后,采用RSA加密后传输密码,该项目用于解决这种情况下人人的模拟登录

使用前先 pip install requests

@floriangeigl
floriangeigl / graph-tool_installation.md
Last active February 18, 2018 23:07 — forked from v-pravin/graph-tool_installation.md
Installation of graph-tool from source

INSTALLATION OF GRAPH-TOOL FROM SOURCE

System

If you have gcc > 5.0 installed on your server you can use my anaconda package which I compiled with openmp and boost 1.60: just use conda install graph-tool -c floriangeigl -c msarahan -c conda-forge -c bioconda -c ostrokach -c vgauthier -c salford_systems to install it.

@rafbarr
rafbarr / _feature_hasher.pyx
Created October 2, 2016 09:58
Very efficient implementation of feature hashing for Python.
# distutils: language=c++
import collections
import operator
from cpython.bytes cimport PyBytes_AS_STRING, PyBytes_GET_SIZE
import cython
import numpy as np
import pandas as pd
from libc.stdint cimport uint8_t, uint32_t
@sebjai
sebjai / short_term_alpha.ipynb
Last active June 29, 2024 13:15
Market Making in Short-Term Alpha (Chapter 10.4.2 of Algorithmic and High-Frequency Trading by Cartea, Jaimungal, Penalva, published by Cambridge University Press)
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.