I hereby claim:
- I am henryoswald on github.
- I am henryoswald (https://keybase.io/henryoswald) on keybase.
- I have a public key ASArUOniElnAauGcWjsBDBoe1YxQERXBA87JS7EjElW6kgo
To claim this, I am signing this object:
fs = require("fs") | |
bib2json = require("./bib2json.js") | |
f = fs.readFileSync("../listb.bib", "utf-8") | |
_ = require("lodash") | |
json = bib2json(f) | |
j = _.map json.entries, (ent)-> | |
return {key:ent.EntryKey, author:ent.Fields.author, journal: ent.Fields.journal, title:ent.Fields.title, year: ent.Fields.year} |
{ | |
"_id" : ObjectId("56e6c9ddd6582f0f52a90684"), | |
"folders" : [ | |
{ | |
"_id" : ObjectId("56e81bc232d4148654cef0fe"), | |
"folders" : [ ], | |
"fileRefs" : [ ], | |
"docs" : [ | |
{ | |
"_id" : ObjectId("56e81bc232d4148654cef0ff"), |
var express = require('express'); | |
var app = express(); | |
var cookieParser = require("cookie-parser") | |
var bodyParser = require("body-parser") | |
var passport = require('passport'); | |
var session = require('express-session'); | |
var LocalStrategy = require('passport-local').Strategy; | |
app.use(cookieParser()) |
Only in web-api-sharelatex-blue/current/app/coffee/Features/Analytics: AnalyticsController.coffee | |
Only in web-api-sharelatex-blue/current/app/coffee/Features/Analytics: AnalyticsManager.coffee | |
diff -r web-api-sharelatex-blue/current/app/coffee/Features/Authentication/AuthenticationController.coffee web-api-sharelatex-green/current/app/coffee/Features/Authentication/AuthenticationController.coffee | |
12,13d11 | |
< UserSessionsManager = require("../User/UserSessionsManager") | |
< Analytics = require "../Analytics/AnalyticsManager" | |
18c16 | |
< | |
--- | |
> |
async = require("async") | |
Project = require('./app/js/models/Project').Project | |
_ = require("lodash") | |
warmup = "55928319efc30e705817817e" | |
smallproject = "561e86173cfc7400525834a6" | |
twokproject = "5637a97beafc8c7b5bfc487a" | |
fourkproject = "55ef4b39f5e895afbaf2085d" | |
realmassive = "57b1ea8674e706f567b5afe9" | |
twokimageproject = "55ef4b39f5e895afbaf2085f" |
#!/bin/bash | |
rdb -c memory $1 > memory.csv | |
sort -t"," -n -k4 memory.csv > sorted.csv | |
grep -a "sess" sorted.csv> sess.csv | |
grep -a "DocsWithHistoryOps" sorted.csv > DocsWithHistoryOps.csv | |
grep -a "DocOps" sorted.csv > DocOps.csv | |
grep -a "doclines" sorted.csv > doclines.csv |
I hereby claim:
To claim this, I am signing this object: