This focuses on generating the certificates for loading local virtual hosts hosted on your computer, for development only.
Do not use self-signed certificates in production ! For online certificates, use Let's Encrypt instead (tutorial).
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>Ansi 0 Color</key> | |
<dict> | |
<key>Alpha Component</key> | |
<real>1</real> | |
<key>Blue Component</key> | |
<real>0.17254902422428131</real> |
This focuses on generating the certificates for loading local virtual hosts hosted on your computer, for development only.
Do not use self-signed certificates in production ! For online certificates, use Let's Encrypt instead (tutorial).
'use strict'; | |
const Benchmark = require('benchmark'); | |
const benchmarks = require('beautify-benchmark'); | |
const suite = new Benchmark.Suite(); | |
suite | |
.add('get header all lower case', function() { | |
const res = {}; | |
res['x-frame-options1'] = 'X-Frame-Options1 value'; |
'use strict'; | |
const OutgoingMessage = require('http').OutgoingMessage; | |
'use strict'; | |
const Benchmark = require('benchmark'); | |
const benchmarks = require('beautify-benchmark'); | |
const suite = new Benchmark.Suite(); |
@mafintosh said most of this, I just wrote it down
.destroy()
if it has .destroy
.destroy
you are out of luck and the stream should upgrade to use e.g. newer through2
.abort()
(this should get fixed to use .destroy()
).end()
tries to end the stream gracefullyFrom Fabrice Bellard, with minor name change (umulh
):
// return the high 32 bit part of the 64 bit addition of (hi0, lo0) and (hi1, lo1)
Math.iaddh(lo0, hi0, lo1, hi1)
// return the high 32 bit part of the 64 bit subtraction of (hi0, lo0) and (hi1, lo1)
Math.isubh(lo0, hi0, lo1, hi1)
// return the high 32 bit part of the signed 64 bit product of the 32 bit numbers a and b
JSON, MessagePack, and Google's Protocol Buffers are all awesome. Here's how they're awesome on different client environments and how to use them on your rails env.
Some links:
Output from Ruby Client:
Language | Title | Philosophy / Manifesto / Idioms |
---|---|---|
Programmers 🧙 👨💻👩💻🖥⌨️🖱💻🎮👾 |
Brogrammatic Ninja-throwing Rockstar Badassian Wizards | The 12-Factor App Agile Manifesto (the real one) 12 Principles of Agile Software |
- | - | - |
AngularJS | Angularians | - |
(Angular) | - | - |
C | (?) Embedded Software Engineer | (?) "Patterns in C" |
Clojure | Clojurist | "Clojure Rationale" |
Cocoa ☕️ | Cocoa Heads | - |