Skip to content

Instantly share code, notes, and snippets.

View tomGdow's full-sized avatar
🎯
Focusing

Thomas Dowling tomGdow

🎯
Focusing
View GitHub Profile

Keybase proof

I hereby claim:

  • I am tomgdow on github.
  • I am tomgdow (https://keybase.io/tomgdow) on keybase.
  • I have a public key ASBAdO3FoNEMSe5b5qB_xWghs865PmftrPsNMtdsxzDOwwo

To claim this, I am signing this object:

@tomGdow
tomGdow / gist:b0d2f416858dec005b8966cba682932a
Created May 8, 2016 18:03
tomtips iRuby Notebook example
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Various Ways to Square an Array of Numbers in Ruby"
]
},
{
@tomGdow
tomGdow / gist:26b88ea7bc43a70198ec
Created March 11, 2016 14:32
Some Ruby Code Examples
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"<h2><center>An Example of Jupyter Notebook with Ruby 2.1.1 (iRuby)</center></h2>"
]
},
{
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"<h2><center>Portfolio Optimization using the Sharpe Ratio</center></h2>\n",
"<h3><center>Murtaza Nazir</center></h3>\n",
"<h3><center>The National College of Ireland</center></h3>"
]
@tomGdow
tomGdow / gist:a9fe2d64f438d837d36d
Created February 14, 2016 00:52
fund management with Coursera
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Murtaza The Promoted Fund Manager "
]
},
{
@tomGdow
tomGdow / gist:7aae844f07d46d7a13c3
Created February 13, 2016 18:06
Fund Manager example
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Murtaza The Fund Manager"
]
},
{
@tomGdow
tomGdow / gist:8a0ccad9737310e7fbdc
Created February 13, 2016 12:31
python 2 function for calculating the Sharpe Ratio
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## calcSharpe"
]
},
{
@tomGdow
tomGdow / gist:78fd353816a55aa9853d
Created February 12, 2016 15:43
Coursera HW1 thoughts from someone with no financial background
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## HomeWork 1 Further thoughts"
]
},
{
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## HomeWork 1 Attempt"
]
},
{
@tomGdow
tomGdow / designer.html
Last active September 18, 2015 20:39
designer
<link rel="import" href="../core-scaffold/core-scaffold.html">
<link rel="import" href="../core-header-panel/core-header-panel.html">
<link rel="import" href="../core-menu/core-menu.html">
<link rel="import" href="../core-item/core-item.html">
<link rel="import" href="../core-icon-button/core-icon-button.html">
<link rel="import" href="../core-toolbar/core-toolbar.html">
<link rel="import" href="../core-field/core-field.html">
<link rel="import" href="../core-icon/core-icon.html">
<link rel="import" href="../core-input/core-input.html">
<link rel="import" href="../core-icons/core-icons.html">