Skip to content

Instantly share code, notes, and snippets.

View eloualiche's full-sized avatar

Erik Loualiche eloualiche

View GitHub Profile
@eloualiche
eloualiche / 0_reuse_code.js
Last active August 29, 2015 14:21
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@eloualiche
eloualiche / crsp_mkt_beta.py
Created October 21, 2013 18:45
Create firm level market beta for crsp month stock file
#!/usr/bin/python
# /* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
# /* mkt_beta.py
# Compute market beta from monthly stock file
# File created 15 October 2013