Skip to content

Instantly share code, notes, and snippets.

View maximilianschmid's full-sized avatar

Maximilian Schmid maximilianschmid

View GitHub Profile
@maximilianschmid
maximilianschmid / dJonK.markdown
Created April 5, 2014 15:47
A Pen by Secret Sam.
@maximilianschmid
maximilianschmid / Tools Versions
Last active December 20, 2015 20:49
Tool Versions planfred-app-server
milasupasta:server milian$ jitsu -v
0.13.0
milasupasta:server milian$ node -v
v0.10.16
milasupasta:server milian$ npm -v
1.3.8
milasupasta:server milian$
@maximilianschmid
maximilianschmid / Error Output
Last active December 20, 2015 20:49
App-name: planfred-app-server
[08/17 12:11:38 GMT+0200][out] nodejitsu config used
[08/17 12:11:39 GMT+0200][out] process.env.NODE_ENV: production
[08/17 12:11:39 GMT+0200][out] Planfred App Server - listening on port: 3000
[08/17 12:11:40 GMT+0200][out] mongoose connection open - yeaaaah!
[08/17 12:11:47 GMT+0200][out] cacheControl
[08/17 12:11:47 GMT+0200][out] Unauthenticated request to node server
[08/17 12:11:47 GMT+0200][out] 10.224.32.76 - - [Sat, 17 Aug 2013 10:11:47 GMT] "GET / HTTP/1.1" 200 - "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
[08/17 12:11:47 GMT+0200][out] cacheControl
[08/17 12:11:47 GMT+0200][out] Unauthenticated request to node server
[08/17 12:11:47 GMT+0200][out] 10.224.32.76 - - [Sat, 17 Aug 2013 10:11:47 GMT] "GET / HTTP/1.1" 304 - "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
@maximilianschmid
maximilianschmid / package.json
Last active December 20, 2015 20:49
App-name: planfred-app-server
{
"name": "planfred-app-server",
"description": "Back end server to support our planfred app",
"version": "0.0.201",
"private": true,
"dependencies": {
"express": "~3.3",
"passport": "~0.1.17",
"passport-local": "~0.1.6",
"express-namespace": "~0.1.1",