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
Chris-Burkharts-MacBook-Pro-2:Me ctide$ brew install clucene | |
==> Downloading http://downloads.sourceforge.net/project/clucene/clucene-core-stable/0.9.21/clucene-core-0.9.21.tar.bz2 | |
######################################################################## 100.0% | |
==> ./configure --prefix=/usr/local/Cellar/clucene/0.9.21 --disable-debug --disable-dependency-tracking | |
==> make install | |
/usr/local/Cellar/clucene/0.9.21: 136 files, 4.9M, built in 59 seconds | |
Chris-Burkharts-MacBook-Pro-2:Me ctide$ l | |
Chris-Burkharts-MacBook-Pro-2:Locker ctide$ npm install | |
> [email protected] install /development/Locker/node_modules/clucene |
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
Chris-Burkharts-MacBook-Pro-2:locker3 ctide$ git push origin origin:refs/heads/synclets | |
Total 0 (delta 0), reused 0 (delta 0) | |
To [email protected]:LockerProject/Locker.git | |
* [new branch] origin/HEAD -> synclets | |
Chris-Burkharts-MacBook-Pro-2:locker3 ctide$ git log | |
commit 7d8b9714922f5d06a38452c0ea50afb1e642b0bd | |
Merge: 22f4d6f 7ab9c5a | |
Author: Jeremie Miller <[email protected]> | |
Date: Mon Aug 15 10:40:38 2011 -0500 |
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 repl = require('repl'); | |
console.log('HELP:\n\nblah blah\n'); | |
var ctx = repl.start('lockersearch> ').context; |
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
{ | |
"config" : { | |
"knownIds":[1, 2, 3, 4, 5, 6, 7], | |
"lastKnownId":45 | |
}, | |
"data" : [ | |
{ | |
"obj": { | |
"dataFromProvider": "isAllUpInHere" | |
}, |
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
[16:27:50][IMAP Account][ERROR] error connecting: { stack: [Getter/Setter], | |
arguments: undefined, | |
type: undefined, | |
message: 'Connection timed out' } | |
[16:27:50][IMAP Account][ERROR] | |
[16:27:50][IMAP Account][ERROR] /development/Locker/Connectors/IMAP/imap.js:499 | |
[16:27:50][IMAP Account][ERROR] throw new Error('Not connected or authenticated'); |
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
[Wed Jul 20 2011 15:25:34 GMT-0700 (PDT)][WordPress Connector] Traceback (most recent call last): | |
File "service.py", line 7, in <module> | |
import webservice | |
File "/development/Locker/Connectors/WordPress/webservice.py", line 4, in <module> | |
from flask import Flask, render_template, request, redirect, url_for | |
[Wed Jul 20 2011 15:25:34 GMT-0700 (PDT)][WordPress Connector] ImportError: No module named flask | |
[Wed Jul 20 2011 15:25:34 GMT-0700 (PDT)][Locker] wordpress-test process has ended. (1:null) |
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
Chris-Burkharts-MacBook-Pro-2:Locker ctide$ node lockerd.js | |
[16:33:34][Locker] lservicemanager lockerPortNext = 18042 | |
[16:33:34][Locker][ERROR] found a previously running mongodb running on port 27018 so we will use that | |
[16:33:34][Locker] Apps | |
[16:33:34][Locker] Collections | |
[16:33:34][Locker] Connectors | |
[16:33:34][Locker] Loaded 45573b72c86bc054a14b48756210c3ed | |
[16:33:34][Locker] Adding a listener for contacts/events to contact/foursquare | |
[16:33:34][Locker] Adding a listener for contacts/events to contact/facebook | |
[16:33:34][Locker] Adding a listener for contacts/events to contact/twitter |
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
Test Coverage | |
+------------------------------------------+----------+------+------+--------+ | |
| filename | coverage | LOC | SLOC | missed | | |
+------------------------------------------+----------+------+------+--------+ | |
| Common/node/lconfig.js | 60.00 | 39 | 5 | 2 | | |
| Common/node/lconsole.js | 43.33 | 55 | 30 | 17 | | |
| lockerd.js | 66.22 | 154 | 74 | 25 | | |
| Common/node/lscheduler.js | 59.52 | 129 | 42 | 17 | | |
| Common/node/lfs.js | 37.14 | 141 | 70 | 44 | |
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 jsonObj; | |
fs.readFile('file.json', 'utf8', function(err, data) { | |
jsonObj = JSON.parse(data); | |
} |
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
javascript:var i,s,ss=['https://apis.google.com/js/plusone.js'];for(i=0;i!=ss.length;i++){x=document.createElement('g:plusone');document.body.appendChild(x);s=document.createElement('script');s.src=ss[i];document.body.appendChild(s);}void(0); |