Skip to content

Instantly share code, notes, and snippets.

View calamarico's full-sized avatar

Daniel Hernández calamarico

  • Madrid
View GitHub Profile
@calamarico
calamarico / index.html
Created December 11, 2015 10:10
Ejercicio Juan
<html>
<head>
</head>
<style>
body, input[type=submit] {
font-size: 20px;
font-family: Verdana;
}
input[type=submit] {
function instrumentedWatch(watchExpression, listener, objectEquality) {
// jshint validthis:true
var watchTimingSet = false;
if (!watchTiming) {
// Capture watch timing (and its key) once, before we descend in $$watchDelegates.
watchTiming = createTiming(formatExpression(watchExpression));
watchTimingSet = true;
}
if (watchExpression && watchExpression.indexOf && watchExpression.indexOf('|') !== -1) {
{
"subdomain": "calamarico",
"scripts": {
"start": "start.js"
},
"version": "0.0.0-5",
"engines": {
"node": "0.8.x"
},
"name": "myotherserver",
info: Welcome to Nodejitsu calamarico
info: jitsu v0.9.8
info: It worked if it ends with Nodejitsu ok
info: Executing command destroy
info: Attempting to destroy app myserver
prompt: are you sure?: (no)
info: app myserver was not destroyed
info: Nodejitsu ok
@calamarico
calamarico / error
Created September 12, 2012 15:58
error deploying my first app in nodejitsu
Error running command deploy
error: Nodejitsu Error (500): Internal Server Error
error: There was an error while attempting to deploy the app
error:
error: Rackspace Error (404): Item not found
error: Error output from Haibu:
error:
error: Error: Rackspace Error (404): Item not found
error: at Request._callback (/root/haibu-orchestra/node_modules/haibu/node_modules/cloudfiles/lib/cloudfiles/common.js:184:18)
error: at Request.init.self.callback (/root/haibu-orchestra/node_modules/haibu/node_modules/request/main.js:119:22)
@calamarico
calamarico / p.json
Created September 12, 2012 15:45
package.json with analyze:false
Error running command deploy
error: Nodejitsu Error (500): Internal Server Error
error: There was an error while attempting to deploy the app
error:
error: Rackspace Error (404): Item not found
error: Error output from Haibu:
error:
error: Error: Rackspace Error (404): Item not found
error: at Request._callback (/root/haibu-orchestra/node_modules/haibu/node_modules/cloudfiles/lib/cloudfiles/common.js:184:18)
error: at Request.init.self.callback (/root/haibu-orchestra/node_modules/haibu/node_modules/request/main.js:119:22)
@calamarico
calamarico / package.json
Created September 12, 2012 15:35
package.json
{
"name": "myserver",
"subdomain": "calamarico.nodejs",
"scripts": {
"start": "start.js"
},
"version": "0.0.0-3",
"engines": {
"node": "0.8.x"
},
@calamarico
calamarico / error nodejitsu
Created September 12, 2012 15:21
error deploying my first app in nodejitsu
Error running command deploy
error: Nodejitsu Error (500): Internal Server Error
warn: Error returned from Nodejitsu
error: Error: connect ECONNREFUSED
error: at errnoException (net.js:768:11)
error: at Object.afterConnect [as oncomplete] (net.js:759:19)
@calamarico
calamarico / error
Created September 12, 2012 15:19
error deploying my first app
Error running command deploy
error: Nodejitsu Error (500): Internal Server Error
warn: Error returned from Nodejitsu
error: Error: connect ECONNREFUSED
error: at errnoException (net.js:768:11)
error: at Object.afterConnect [as oncomplete] (net.js:759:19)