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
at javax.servlet.http.HttpServlet.service(HttpServlet.java:707) | |
at javax.servlet.http.HttpServlet.service(HttpServlet.java:820) | |
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) | |
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | |
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:70) | |
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | |
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | |
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:70) | |
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | |
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) |
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
{ | |
"name": "quoteserv", | |
"subdomain": "quote", | |
"scripts": { | |
"start": "start.js" | |
}, | |
"version": "1.0.0-9" | |
} |
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 events, | |
__slice = Array.prototype.slice; | |
events = { | |
events: {}, | |
bind: function(topic, handler, context) { | |
var _base; | |
if (context == null) context = this; | |
return ((_base = this.events)[topic] || (_base[topic] = [])).push({ | |
handler: handler, |
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 exec = require('child_process').exec, | |
spawn = require('child_process').spawn; | |
function create_path (basename, y, m, d, callback) { | |
var path = [basename, y, m, d].join('/'), mkdir; | |
mkdir = spawn('mkdir', ['-p', path], function (err, out, err_out) { | |
if (err) throw err; | |
callback(path, {stdout: out, stderr: err_out}); | |
}); |
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
function APIClient (config) { | |
this.config = config || { host : 'singly.com' }; | |
this.config.baseUrl = 'https://api.' + this.config.host + '/'; | |
this.getApiKey(); | |
} | |
APIClient.prototype.setApiKey = function setApiKey (key) { | |
this.config.key = key; | |
sessionStorage.setItem("singly_apiKey." + this.config.host, key); |
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 chunks = ['<a href="http://www.flickr.com/photos/joshkehn/7262091846/" title="Fireboat by joshkehn, on Flickr"><img src="http://farm8.staticflickr.com/7086/7262091846_80127b652c_z.jpg" width="640" height="427" alt="Fireboat"></a>', | |
'<a href="http://www.flickr.com/photos/joshkehn/7262095890/" title="Pier by joshkehn, on Flickr"><img src="http://farm8.staticflickr.com/7215/7262095890_19a1d5059f_z.jpg" width="427" height="640" alt="Pier"></a>']; | |
var title_keys = {}; | |
var format_lines = []; | |
var link_lines = []; | |
var img_lines = []; | |
chunks.forEach(function processChunk (chunk) { | |
// Link chunk | |
var p1 = chunk.split('href="'); |
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
[2012-07-02 17:24:40.589] [INFO] PlayersController.js - env: local || upgraded player ngf-nickd-3 from version 2 to version 4 | |
[2012-07-02 17:24:40.589] [TRACE] Player-model - env: local || Missions Regenerated!!! | |
[2012-07-02 17:24:40.589] [TRACE] PlayersController.js - env: local || updating population | |
[2012-07-02 17:24:40.590] [TRACE] PlayersController.js - env: local || checking collection | |
[2012-07-02 17:24:40.590] [DEBUG] Player-model - env: local || finding collection 1 | |
[2012-07-02 17:24:40.590] [DEBUG] Player-model - env: local || finding collection 2 | |
[2012-07-02 17:24:40.590] [DEBUG] Player-model - env: local || finding collection dawndragonDragonCollection | |
[2012-07-02 17:24:40.590] [DEBUG] Player-model - env: local || start: 1340312400000 end: 1340830800000now: 1341264280590 | |
[2012-07-02 17:24:40.590] [DEBUG] Player-model - env: local || finding collection duskdragonDragonCollection | |
[2012-07-02 17:24:40.590] [DEBUG] Player-model - env: local || start: 1337806800000 end: 1337893200000now: 1341264280590 |
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
----- local_darwin ----- | |
10 Sep 13:53:00 - Server instantiating | |
Automatic reloading is ENABLED. | |
Master (83011) Bringing up workers now. | |
Worker 1 (83014) -- Coming online -- | |
Worker 1 (83014) Connecting to MongoDB. | |
Worker 1 (83014) Memcached disabled | |
Worker 1 (83014) Push notifications disabled. | |
Worker 1 (83014) Successfully connected to MongoDB at localhost:27017 using the "rpg-dev" database. | |
Worker 1 (83014) -- Now listening on port 3000 -- |
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/Dec/2012 00:34:34] "GET /auth/bouncer?code=1 HTTP/1.1" 301 0 | |
[16/Dec/2012 00:34:35] "GET /auth/bouncer/?code=1 HTTP/1.1" 404 4181 | |
[16/Dec/2012 00:34:37] "GET /auth/bouncer/?code=1 HTTP/1.1" 404 4181 | |
[16/Dec/2012 00:34:49] "GET /auth/bouncer/ HTTP/1.1" 200 8 |
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
#!/usr/bin/env python | |
import os | |
import random | |
import time | |
import platform | |
snowflakes = {} | |
try: | |
# Windows Support |