I hereby claim:
- I am trident523 on github.
- I am trident (https://keybase.io/trident) on keybase.
- I have a public key ASCqUMYciH1EvD4QRHR1dXy4DesWBOqe58nOlx2pUaGMJAo
To claim this, I am signing this object:
Call: | |
lm(formula = Data1$view_time_live_hr ~ Data1$after + Data1$premium + | |
(Data1$after * Data1$premium)) | |
Residuals: | |
Min 1Q Median 3Q Max | |
-3.3128 -2.5293 -0.7593 1.7121 19.8460 | |
Coefficients: | |
Estimate Std. Error t value Pr(>|t|) |
I hereby claim:
To claim this, I am signing this object:
db.categories.drop() | |
db.categories.insert( { _id: "MongoDB", parent: "Databases" } ) | |
db.categories.insert( { _id: "dbm", parent: "Databases" } ) | |
db.categories.insert( { _id: "Databases", parent: "Programming" } ) | |
db.categories.insert( { _id: "Languages", parent: "Programming" } ) | |
db.categories.insert( { _id: "Programming", parent: "Books" } ) | |
db.categories.insert( { _id: "Books", parent: null } ) | |
--- | |
<link rel="import" href="../core-scaffold/core-scaffold.html"> | |
<link rel="import" href="../core-header-panel/core-header-panel.html"> | |
<link rel="import" href="../core-menu/core-menu.html"> | |
<link rel="import" href="../core-item/core-item.html"> | |
<link rel="import" href="../core-icon-button/core-icon-button.html"> | |
<link rel="import" href="../core-toolbar/core-toolbar.html"> | |
<link rel="import" href="../core-menu/core-submenu.html"> | |
<link rel="import" href="../paper-input/paper-input.html"> | |
<link rel="import" href="../code-mirror/code-mirror.html"> | |
<link rel="import" href="../chart-js/chart-js.html"> |
upstream discourse { | |
#fail_timeout is optional; I throw it in to see errors quickly | |
server 127.0.0.1:4578 fail_timeout=5; | |
} | |
# configure the virtual host | |
server { | |
# replace with your domain name | |
server_name discourse.example.com; | |
<script src="http://code.jquery.com/jquery-2.0.3.min.js"></script> | |
<link href="http://netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap.min.css" rel="stylesheet"> | |
<script src="http://netdna.bootstrapcdn.com/bootstrap/3.0.3/js/bootstrap.min.js"></script> | |
<form class="form-horizontal" method="post"> | |
<fieldset> | |
<!-- Form Name --> | |
<legend>Form Name</legend> |
#comments>div[id*='post']{ | |
position: relative; | |
padding: 15px; | |
margin: 1em 0 3em; | |
-webkit-border-radius: 10px; | |
-moz-border-radius: 10px; | |
border-radius: 10px; | |
margin-left: 25px; | |
} |
upstream discourse { | |
server unix:/home/discourse/discourse/tmp/sockets/thin.0.sock; | |
server unix:/home/discourse/discourse/tmp/sockets/thin.1.sock; | |
server unix:/home/discourse/discourse/tmp/sockets/thin.2.sock; | |
server unix:/home/discourse/discourse/tmp/sockets/thin.3.sock; | |
} | |
server { | |
listen 80; |
Started POST "/posts" for <local IP> at 2013-07-08 17:39:13 -0400 | |
Processing by PostsController#create as HTML | |
Parameters: {"api_key"=>"<snip>", "api_username"=>"trident", "title"=>"Welcome to Jekyll!", "raw"=>"This is just a post from jekyll. \n", "category"=>"meta", "skip_validations"=>true, "post"=>{"raw"=>"This is just a post from jekyll. \n"}} | |
WARNING: Can't verify CSRF token authenticity | |
Redirected to http://discourse.trid.in/ | |
Completed 302 Found in 18ms (ActiveRecord: 10.1ms) | |
Started GET "/" for <local IP> at 2013-07-08 17:39:13 -0400 | |
Processing by ListController#latest as HTML | |
Parameters: {"api_key"=>"<snip>", "api_username"=>"trident", "title"=>"Welcome to Jekyll!", "raw"=>"This is just a post from jekyll. \n", "category"=>"meta", "skip_validations"=>true, "list"=>{"api_key"=>"<snip>", "api_username"=>"trident", "title"=>"Welcome to Jekyll!", "raw"=>"This is just a post from jekyll. \n", "category"=>"meta", "skip_validations"=>true}} | |
Rendered list/list.erb within layouts/application (0.5ms) |