Skip to content

Instantly share code, notes, and snippets.

View philhawksworth's full-sized avatar
💭
Working remotely from home on St Albans

Phil Hawksworth philhawksworth

💭
Working remotely from home on St Albans
View GitHub Profile
Trying to create a gist via and Ajax call
Trying to create a gist via and Ajax call
Trying to create a gist via and Ajax call
Trying to create a gist via and Ajax call
We couldn’t find that file to show.
We couldn’t find that file to show.
We couldn’t find that file to show.
// Fetch and cache the Hudson data ready for when the client wants it.
monitor.checkHudson = function(report) {
sys.puts("Getting data from " + report.host + "...");
//for offline testing and dev
if(monitor.offline) {
fs.readFile('./feed.xml', function (err, data) {
monitor[report.report] = data;
});
Trying to create a gist via and Ajax call
Trying to create a gist via and Ajax call