This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
**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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
using System.Diagnostics; | |
using Funq; | |
using ServiceStack; | |
using ServiceStack.Text; | |
namespace ServiceStackBugs | |
{ | |
class Program | |
{ |