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
Mar 1 17:39:04 wimtv-dev kgd: last message repeated 3 times | |
Mar 1 17:39:04 wimtv-dev kgd: NFO - KGD: waiting connections | |
Mar 1 17:39:04 wimtv-dev kgd: DBG - CONN 87.241.57.98#346725017: listen loop start | |
Mar 1 17:39:04 wimtv-dev kgd: NFO - CONN 87.241.57.98#346725017 SOCKET: --- LISTEN --- | |
Mar 1 17:39:04 wimtv-dev kgd: DBG - ----- Reader::readSome --- PRIMA di recvFromSocket --- buffer size 1024 byte | |
Mar 1 17:39:04 wimtv-dev kgd: DBG - ----- Reader::recvFromSocket --- || NO FLAGS || | |
Mar 1 17:39:04 wimtv-dev kgd: DBG - ----- Reader::readSome --- recvFromSocket 149 byte | |
Mar 1 17:39:04 wimtv-dev kgd: NFO - CONN 87.241.57.98#346725017 SOCKET: --- Listen: received 149 byte | |
Mar 1 17:39:04 wimtv-dev kgd: NFO - CONN 87.241.57.98#346725017 SOCKET: --- Listen: next msg length 149 byte | |
Mar 1 17:39:04 wimtv-dev kgd: DBG - CONN 87.241.57.98#346725017 SOCKET: --- Listen: MSG => DESCRIBE rtsp://test.wim.tv:8554/enc_GvzETxPCiDjE.mp4 RTSP/1.0#015#012CSeq: 2#015#012User-Agent: LIVE555 Streaming Media v2010.10.28#0 |
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
drwxr-xr-x 3 sergio sergio 102 7 Dic 14:34 a52dec | |
drwxr-xr-x 3 sergio sergio 102 7 Dic 14:06 aalib | |
drwxr-xr-x 3 sergio sergio 102 7 Dic 14:03 atk | |
drwxr-xr-x 3 sergio sergio 102 7 Dic 13:56 cairo | |
drwxr-xr-x 3 sergio sergio 102 7 Dic 14:31 cdparanoia | |
drwxr-xr-x 3 sergio sergio 102 7 Dic 14:06 check | |
drwxr-xr-x 3 sergio sergio 102 7 Dic 14:16 cmake | |
drwxr-xr-x 3 sergio sergio 102 7 Dic 14:19 dirac | |
drwxr-xr-x 3 sergio sergio 102 7 Dic 14:20 faac | |
drwxr-xr-x 3 sergio sergio 102 7 Dic 14:20 faad2 |
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 express = require('express') | |
, passport = require('passport') | |
, TwitterStrategy = require('passport-twitter').Strategy; | |
var TWITTER_CONSUMER_KEY = **************; | |
var TWITTER_CONSUMER_SECRET = *************; | |
var CALLBACK_URI = **************; | |
var token; | |
var tokenSecret; |
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
[couch-config-cmd] | |
recipe = collective.recipe.cmd | |
on_install = true | |
cmds = sed -i s/127.0.0.1/0.0.0.0/1 ${buildout:directory}/parts/couch-install/etc/couchdb/default.ini |
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
[unix_http_server] | |
file = %(here)s/supervisord.sock | |
[inet_http_server] | |
port=0.0.0.0:9001 | |
[program:couchdb] | |
command = LD_LIBRARY_PATH=%(here)s/../parts/spidermonkey-install/lib:$LD_LIBRARY_PATH %(here)s/../bin/couchdb | |
#command = %(here)s/../bin/couchdb | |
autostart = true |
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
exports.MyClass; | |
function MyClass (){}; | |
MyClass.prototype.autenticate = function() { |
NewerOlder