- good will hunting
- bill cunningham newyork
- argo
- a beautiful mind
http://en.wikipedia.org/wiki/Independent_Spirit_Award_for_Best_First_Screenplay
(function(exports) { | |
var object1 = { name : 'daniel' }; | |
// make a reference to the local variable | |
exports.globalObject = { reference : object1 }; | |
})(window); |
body { | |
white-space: pre; | |
font-family: monospace; | |
font-family: inconsolata; | |
background: #042029; | |
color: #819090; | |
} | |
.property { | |
font-weight: normal; |
var express = require('express'), | |
wine = require('./routes/wines'); | |
var app = express(); | |
app.configure(function () { | |
app.use(express.logger('dev')); /* 'default', 'short', 'tiny', 'dev' */ | |
app.use(express.bodyParser()); | |
}); |
http://en.wikipedia.org/wiki/Independent_Spirit_Award_for_Best_First_Screenplay
import { Observable } from 'rxjs' | |
import 'rxjs/add/observable/of' | |
import 'rxjs/add/operator/map' | |
import 'rxjs/add/operator/merge' | |
import { createAction } from 'redux-actions' | |
export const SESSION_STORAGE_KEY = 'SESSION_STORAGE_KEY' | |
export const GET_SESSION_REQUESTED = 'payout/GET_SESSION_REQUESTED' | |
export const GET_SESSION_FOUND = 'payout/GET_SESSION_FOUND' |
requests_total
be used across all http services or should one introduce a prefix for services?nginx_lb_requests_total
and some_service_requests_total
?http_requests_total{code="200"}
and http_requests_total{code="500"}
are two new series created when the new prometheus container scrapes that target (not sure if same storage is mounted in k8s)?For excessively paranoid client authentication.
Organization & Common Name: Some human identifier for this server CA.
openssl genrsa -des3 -out ca.key 4096
openssl req -new -x509 -days 365 -key ca.key -out ca.crt