This file contains 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
Occupy the Lulz started on port 8080 | |
[2015-03-06T10:38:36.839Z] Application restarted with pid 2028439 | |
/opt/modulus/eternal/lib/eternal/plugins/watch.js:154 | |
procmon.pid = [pid];d | |
^ | |
TypeError: Cannot set property 'pid' of undefined | |
at Object.internals.restart (/opt/modulus/eternal/lib/eternal/plugins/watch.js:154:17) | |
at /opt/modulus/eternal/lib/eternal/plugins.js:72:54 | |
at Array.forEach (native) |
This file contains 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": "politicsisstupid", | |
"description": "Node code for inimate limited", | |
"version": "0.0.1", | |
"private": false, | |
"author": "Jaxon Brooks <[email protected]> (http://jaxon.github.com)", | |
"engines": { | |
"node": "0.8.15", | |
"npm": "1.2.16" | |
}, |
This file contains 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
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8" /> | |
<title>HTML5 basic skeleton</title> | |
<script src="http://code.jquery.com/jquery-latest.min.js"></script> | |
<!--[if lt IE 9]> | |
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script> | |
<![endif]--> | |
<style type="text/css"> |
This file contains 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
allServers = {} | |
finalList = [] | |
serverErrors = [] | |
serverErrors.append(['Error1','Error2','Error3','Error1']) | |
serverErrors.append(['Error3','Error2']) | |
serverErrors.append(['Error2','Error2','Error3','Error1','Error1','Error1','Error1']) | |
i = 0 | |
for thisServerErrors in serverErrors: |