Skip to content

Instantly share code, notes, and snippets.

View sb2nov's full-sized avatar

Sourabh Bajaj sb2nov

View GitHub Profile
@sb2nov
sb2nov / a.py
Created June 6, 2017 00:06
Test python import
class A(object):
def __init__():
print 'A'

Markdown syntax guide and writing on MWeb

Philosophy

Markdown is intended to be as easy-to-read and easy-to-write as is feasible. Readability, however, is emphasized above all else. A Markdown-formatted document should be publishable as-is, as plain text, without looking like it's been marked up with tags or formatting instructions. Markdown's syntax is intended for one purpose: to be used as a format for writing for the web.

@sb2nov
sb2nov / MacIns.sh
Created July 21, 2013 01:34
Mac Ins
#
# (c) 2011, 2012 Georgia Tech Research Corporation
# This source code is released under the New BSD license. Please see
# http://wiki.quantsoftware.org/index.php?title=QSTK_License
# for license details.
# Created on Jan 16, 2013
# @author: Sourabh Bajaj
# @contact: sourabhbajaj90@gmail.com
@sb2nov
sb2nov / UbuIns.sh
Last active December 20, 2015 00:59
Test Install
#
# (c) 2011, 2012 Georgia Tech Research Corporation
# This source code is released under the New BSD license.
# Please see http://wiki.quantsoftware.org/index.php?title=QSTK_License
# for license details.
# Created on Jan 16, 2013
# @author: Sourabh Bajaj
# @contact: sourabhbajaj90@gmail.com
@sb2nov
sb2nov / how_to.md
Created June 29, 2013 16:56 — forked from elyase/how_to.md
Install QSTK on mac.

This should automatically install QSTK with all dependencies in a self contained Python folder in a Mac(tested on Mountain Lion 10.8.2). In a terminal run:

curl -L https://gist.github.com/elyase/5031291/raw/74d44cbb4c7af2cc98111dc8e4afa135627a49e7/install_QSTK.sh | bash

Whenever you want to start working with QSTK, run in a terminal:

pythonbrew venv use QSTK

or simply use the alias: