Danny Purcell

Results 5 issues of Danny Purcell

Allows for updating the graph by replacing the series data. EX: setInterval( function() { dataText = httpGet("http://myhost/getSeriesData"); seriesDataArr = JSON.parse(dataText); graph.setSeries(seriesDataArr); graph.update(); }, 15000 );

Dynamic-Series

Thank you for releasing this fine project for all of us to benefit from! While adjusting a page url with removeSearch() I noticed a slightly surprising side-effect. I thought it...

Requires More Interest

Or otherwise use the `stream_list` function to stream through all sheets without either knowing how many there are in advance or guessing until it throws an exception? It seems like...

Previously mentioned in https://github.com/pythonicrubyist/creek/issues/89 Although Creek is not intended to do any calculations or handling of formulas in cells, it is unfortunately corrupting the data in that type of cell...

Fixes https://github.com/WhisperSystems/WebSocket-Resources/issues/3 https://github.com/WhisperSystems/WebSocket-Resources/issues/2 will be resolved after a redeploy from the parent directory. I'm guessing the last deployment was done from the library directory to avoid deploying the sample projects...