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
// 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
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
/*** | |
|''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
/* | |
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
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
prompt: Is this ok?: (yes) | |
info: Creating snapshot 0.0.0-3 | |
info Uploading: [=============================] 99% | |
info: Updating app nodejs | |
info: Activating snapshot 0.0.0-3 for nodejs | |
info: Starting app nodejs | |
error: Error running command deploy | |
error: Nodejitsu Error (500): Internal Server Error | |
error: | |
error: There was an error while attempting to start the app |
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
info: Creating snapshot 0.0.0-2 | |
info Uploading: [=============================] 99% | |
info: Updating app nodejs | |
info: Activating snapshot 0.0.0-2 for nodejs | |
info: Starting app nodejs | |
error: Error running command deploy | |
error: Nodejitsu Error (500): Internal Server Error | |
warn: Error returned from Nodejitsu | |
error: Error: socket hang up | |
error: at createHangUpError (http.js:1264:15) |
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
info: Creating snapshot 0.0.0-1 | |
info Uploading: [=========================== ] 94% | |
info: Updating app nodejs | |
info: Activating snapshot 0.0.0-1 for nodejs | |
info: Starting app nodejs | |
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 |
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": "nodejs", | |
"subdomain": "jayfresh.nodejs", | |
"scripts": { | |
"start": "server.js" | |
}, | |
"version": "0.0.0-1", | |
"engines": { | |
"node": "0.8.x" | |
}, |