Skip to content

Instantly share code, notes, and snippets.

View mndrake's full-sized avatar
🏠
Working from home

David Carlson mndrake

🏠
Working from home
View GitHub Profile
@mndrake
mndrake / fsharp_intro.ipynb
Created February 17, 2014 17:47
intro to F#
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@mndrake
mndrake / Include.fsx
Created April 23, 2014 17:01
IFSharp initialization script -- customized for Deedle and RProvider
// include directory, this will be replaced by the kernel
#I "{0}"
// load base dlls
#r "IfSharp.Kernel.dll"
#r "System.Data.dll"
#r "System.Windows.Forms.DataVisualization.dll"
#r "FSharp.Data.TypeProviders.dll"
#r "FSharp.Charting.dll"
#r "fszmq.dll"
@mndrake
mndrake / IntellisenseError.ipynb
Last active August 29, 2015 14:00
Example IFSharp notebook that intellisense does not work.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@mndrake
mndrake / DeedlePrintExample.ipynb
Created April 30, 2014 15:19
Draft of Formatted Deedle objects in IFSharp notebook
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@mndrake
mndrake / feature_notebook.ipynb
Created January 29, 2015 02:43
IfSharp notebook ala OS X
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@mndrake
mndrake / ifsharp_nvd3.ipynb
Created February 1, 2015 00:11
attempt to use nvd3 in ifsharp
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@mndrake
mndrake / ifsharp_nvd3_2.ipynb
Created February 2, 2015 03:33
nvd3 attempt using require.js
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@mndrake
mndrake / nvd3_charting.ipynb
Created February 3, 2015 12:04
proof of concept wrapper of NVD3.js for IfSharp
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@mndrake
mndrake / metricsgraphics.ipynb
Last active August 29, 2015 14:14
metricsgraphics.js wrapper for ifsharp
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@mndrake
mndrake / dc_boxplot.ipynb
Created February 9, 2015 17:31
dc.js boxplot example in ifsharp notebook
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.