Setting Up Linode For The Impatient

November 13, 2014 by Gouthaman Balaraman

Some notes based on my experience setting up the linode server

   programming   linux  

An Elegy

October 26, 2014 by Gouthaman Balaraman

An elegy to our grandmother.

   personal  

Understanding the Econometric Factor Model

October 26, 2014 by Gouthaman Balaraman

Here I explain how to make sense of the econometric factor model widget.

   finance   investing   widget  

Econometric Factor Model

October 20, 2014 by Gouthaman Balaraman

An econometric factor model to explain factor exposures and risk

   finance   investing   widget  

Option Model Handbook, Part II: Introduction to Binomial Trees

September 30, 2014 by Gouthaman Balaraman

This handbook gives a concise introduction to option models. Part II gives a basic introduction to binomial trees and its usage in pricing options.

   finance   option models   binomial tree  

Modern Portfolio Theory Statistics

September 21, 2014 by Gouthaman Balaraman

This is a small widget that lets you view the modern portfolio theory statistics for a selection of stocks

   finance   investing   widget  

Option Model Handbook, Part I: Introduction to Option Models

August 08, 2014 by Gouthaman Balaraman

This handbook gives a concise introduction to option models. Part I gives a basic introduction to principles behind option model pricing

   finance   option models   binomial tree  

Minimal Example of Calling Lua Functions from C++

August 05, 2014 by Goutham Balaraman

This article will present an introductory example of calling lua functions from C++.

   lua   programming   C++  

Running ZEO as a Windows Service

August 04, 2014 by Gouthaman Balaraman

This article shows how to use ZEO-WinService to run ZEO as a service in Windows.

   Programming   Python   ZEO   ZODB  

Minimal Flask-Login Example

July 24, 2014 by Gouthaman Balaraman

Flask-Login is a Flask extension that provides a framework for handling user authentication. This post will give you a basic tutorial of the Flask-Login mechanism for token based authentication.

   Programming   Python   Flask   Authentication