This file contains hidden or 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
error: Error running command deploy | |
error: Nodejitsu Error (500): Internal Server Error | |
error: | |
error: There was an error while attempting to start the app | |
error: Error spawning drone | |
error: Script prematurely exited | |
error: | |
error: This type of error is usually a user error. | |
error: Error output from app: | |
error: |
This file contains hidden or 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
/* | |
jquery.youtubeUploadsAndFavorites.js | |
Gets the uploads and favorites for a YouTube username | |
- removes duplicates | |
- orders in reverse chronological order | |
- retries the last 20 of each feed | |
usage: $(selector).youtubeUploadsAndFavorites(); | |
This file contains hidden or 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
/*** | |
|''Name''|TiddlySpaceBackstage| | |
|''Version''|0.8.0| | |
|''Description''|Provides a TiddlySpace version of the backstage and a homeLink macro| | |
|''Status''|@@beta@@| | |
|''Contributors''|Jon Lister, Jon Robson, Colm Britton| | |
|''Source''|http://github.com/TiddlySpace/tiddlyspace/raw/master/src/plugins/TiddlySpaceBackstage.js| | |
|''Requires''|TiddlySpaceConfig ImageMacroPlugin TiddlySpaceViewTypes| | |
!StyleSheet | |
.tiddler .error.annotation .button{ |
This file contains hidden or 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
var i = 1; | |
(function() { | |
var privateVar = i; | |
asyncFunc(variable, function() { | |
// all yo' callback stuff here | |
console.log(privateVar); | |
}); | |
})(); // execute function immediately |
This file contains hidden or 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
// app.js | |
$(document).ready(function() { | |
phoneCollector.getBackups(function(backupOptions) { | |
backupOptions.forEach(...); | |
}); | |
}); | |
$('button#go').click(function(){ | |
phoneCollector.convertBackupToPIO(this.value, function() { | |
alert('done!'); |
This file contains hidden or 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
<tr class="<<view direction>>"><td><span class="call-title"><$view field="title"/> (<$view field="duration"/>m)</span></td><td><$list filter=[is[current]tags[]] template="$:/themes/pio-theme/TagTemplate" storyview="pop" itemClass="tw-tag-list-item"/></td></tr> | |
or | |
<tr class="<$view field='direction'/>"><td><span class="call-title"><$view field="title"/> (<$view field="duration"/>m)</span></td><td><$list filter=[is[current]tags[]] template="$:/themes/pio-theme/TagTemplate" storyview="pop" itemClass="tw-tag-list-item"/></td></tr> |
This file contains hidden or 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
/* | |
This is a paraphrased version of some code I'm working on. | |
What I'm trying to achieve is: | |
- open a modal with a custom footer (see 'footer' property of the addTiddler call) | |
- the footer contains a $button widget with a custom message | |
- listen for the custom message on $tw.rootWidget and update localstorage to note the button has been clicked | |
- then close the modal and show another div | |
I've got as far as the last step. The event handler on $tw.rootWidget doesn't give me any |
This file contains hidden or 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
Acceptance tests - 12715 ms | |
Organisations and their properties - 74 ms | |
Organisations have access to only their own properties - 74 ms | |
Inviting Users to Organisations - 176 ms | |
should send them a token in an email - 73 ms | |
should send long, non-guessable tokens - 46 ms | |
following the token link and setting up an account should put the User in the Organisation - 57 ms |
This file contains hidden or 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
/*\ | |
title: $:/plugins/jayfresh/tiddler-server/tiddler-server.js | |
type: application/javascript | |
module-type: command | |
A server command to serve tiddlers as HTML as well as the main server API | |
\*/ | |
(function(){ |
This file contains hidden or 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
<strong>T: 020 7655 4820</strong> | |
<a href="http://sweetspot.com/"><strong>sweetspot.com</strong></a> | |
<a href="https://www.facebook.com/sweetspothomes?fref=ts"><strong>Facebook/sweetpothomes</strong></a> | |
<a href="http://www.twitter.com/sweetspothomes"><strong>@sweetspothomes</strong></a> | |
<a href="http://www.pinterest.com/sweetspothome/"><strong>Pinterest</strong></a> |