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
<p>foo</foo>
<article class="main">
<section id="Welcome">
<h1 class="title" contenteditable="true">Welcome</h1>
<ul class="meta">
<li><a href="#PhilHawksworth" class="modifier">PhilHawksworth</a></li>
<li><a href="#yyyy-mm-dd" class="modified">yyyy-mm-dd:hh:mm</a></li>
</ul>
<div class="text" contenteditable="true">
<article class="main">
<section id="Welcome">
<h1 class="title" contenteditable="true">Welcome</h1>
<ul class="meta">
<li><a href="#PhilHawksworth" class="modifier">PhilHawksworth</a></li>
<li><a href="#yyyy-mm-dd" class="modified">yyyy-mm-dd:hh:mm</a></li>
</ul>
<div class="text" contenteditable="true">
Trying to create a gist via and Ajax call
Trying to create a gist via and Ajax call
// 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;
});
We couldn’t find that file to show.
We couldn’t find that file to show.