Skip to content

Instantly share code, notes, and snippets.

View JordiCorbilla's full-sized avatar
:bowtie:
Writing about Quantitative Finance and Machine Learning

Jordi Corbilla JordiCorbilla

:bowtie:
Writing about Quantitative Finance and Machine Learning
View GitHub Profile
//****************************************************************************
// flickrGraphs.js
// jQuery Flickr Graph
// @Author: J Corbilla.
// @Description: This unit uses jqplot to display the content of the xml file
// 2015
//*****************************************************************************
$(document).ready(function () {
$.ajax({
public class SingleStats
{
public String Date;
public Nullable<int> Value;
}
public ActionResult fetchData(int id)
{
XmlDocument doc = new XmlDocument();
doc.Load("c:\\temp\\flickrRepositoryGlobal.xml");