Skip to content

Instantly share code, notes, and snippets.

View theoutlander's full-sized avatar
🕶️
It's the question that drives us...

Nick Karnik theoutlander

🕶️
It's the question that drives us...
View GitHub Profile
@theoutlander
theoutlander / ServiceStackBugs
Created June 29, 2015 03:41
Servicestack date issue
using System;
using System.Diagnostics;
using Funq;
using ServiceStack;
using ServiceStack.Text;
namespace ServiceStackBugs
{
class Program
{
@theoutlander
theoutlander / FluentProposal
Last active September 22, 2015 11:33
Fluent Description
**Description**
High resolution spatial animations demand the use of efficient data structures for smooth visualizations. The recent Ebola outbreak was simulated via mathematical models by the Institute for Disease Modeling and compared to the 1918 Pandemic Flu using present day parameters to demonstrate the need for global epidemic preparedness. This presented an opportunity to visualize the generated spatial output representing the spread of disease along with its wake of destruction.
**Abstract**
High resolution spatial animations demand the use of efficient data structures for smooth visualizations. The recent Ebola outbreak was simulated via mathematical models by the Institute for Disease Modeling and compared to the 1918 Pandemic Flu using present day parameters to demonstrate the need for global epidemic preparedness. This presented an opportunity to visualize the generated spatial output representing the spread of disease along with its wake of destruction.
This may sound esoteric, but a linear qua
@theoutlander
theoutlander / App.cs
Created November 2, 2012 08:25 — forked from nikhilk/App.cs
Upcoming script# stuff... (AMD support, Node.js support, and more)
using System;
using System.Collections.Generic;
using NodeApi;
using NodeApi.Network;
[ScriptModule]
internal static class App {
static App() {
Http.CreateServer(delegate(HttpServerRequest request, HttpServerResponse response) {