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
| data: 2011-08-28T13:39:26.727Z: Error: No such file or directory | |
| data: 2011-08-28T13:39:26.727Z: at /usr/local/src/Fabryz/wander/wanjitsu/server.js:67:20 | |
| data: 2011-08-28T13:39:26.727Z: at callbacks (/usr/local/src/Fabryz/wander/wanjitsu/node_modules/express/lib/router/index.js:272:11) | |
| data: 2011-08-28T13:39:26.727Z: at param (/usr/local/src/Fabryz/wander/wanjitsu/node_modules/express/lib/router/index.js:246:11) | |
| data: 2011-08-28T13:39:26.727Z: at pass (/usr/local/src/Fabryz/wander/wanjitsu/node_modules/express/lib/router/index.js:253:5) | |
| data: 2011-08-28T13:39:26.727Z: at Router._dispatch (/usr/local/src/Fabryz/wander/wanjitsu/node_modules/express/lib/router/index.js:280:4) | |
| data: 2011-08-28T13:39:26.727Z: at Object.handle (/usr/local/src/Fabryz/wander/wanjitsu/node_modules/express/lib/router/index.js:45:10) | |
| data: 2011-08-28T13:39:26.727Z: at next (/usr/local/src/Fabryz/wander/wanjitsu/node_modules/express/node_modules/connect/lib/http.js:19... | |
| data: 2011-08-28T13:3 |
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 | |
| warn: Error returned from Nodejitsu | |
| error: Error: Application is locked while it is being stopped | |
| error: at [object Object].stop (/root/nodejitsu/lib/nodejitsu/resources/app/controller.js:411:21) | |
| error: at Object.<anonymous> (/root/nodejitsu/lib/nodejitsu/resources/app/service.js:165:25) | |
| error: at Object.<anonymous> (/root/nodejitsu/node_modules/journey/lib/journey.js:257:46) | |
| error: at Object.go (/root/nodejitsu/node_modules/journey/lib/journey.js:423:33) | |
| error: at /root/nodejitsu/node_modules/journey/lib/journey.js:349:30 | |
| error: at /root/nodejitsu/node_modules/journey/lib/journey.js:281:39 |
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
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>NowJS test</title> | |
| <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"></script> | |
| <script src="/nowjs/now.js"></script> | |
| <script> | |
| $(document).ready(function() { | |
| now.name = prompt("What's your name?", ""); | |
| now.receiveMessage = function(name, msg) { |
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
| .mouse, #preview{ | |
| position: absolute; | |
| background-repeat: no-repeat; | |
| height: 22px; | |
| min-width: 15px; | |
| z-index: 100; | |
| } | |
| .mouse{ | |
| background-image: url('../images/cursor.png'); |
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
| from socket import * | |
| print "*** Client - Welcomato nella chat a turni ***\n" | |
| IP = 'localhost' | |
| PORT = 4000 | |
| ADS = (IP, PORT) | |
| tcpsoc = socket(AF_INET, SOCK_STREAM) | |
| tcpsoc.connect(ADS) |
NewerOlder