I hereby claim:
- I am medcl on github.
- I am medcl (https://keybase.io/medcl) on keybase.
- I have a public key ASBNdtwb2H0qfu8VTzGEKwKAp7qhm-QBrSFIdUXGg79KKAo
To claim this, I am signing this object:
| entry: | |
| - max_concurrency: 200000 | |
| router: my-router | |
| name: my-entry | |
| enabled: true | |
| network: | |
| binding: 0.0.0.0:8001 | |
| reuse_port: false | |
| router: |
I hereby claim:
To claim this, I am signing this object:
- Inexplicable perversity of human nature.
- The clever machinations of MongoDB's marketing people.
- The AGPL license killed it.
- We spent too long development before monetizing.
- Bad performance.
- Numeric types limited to a 64-bit `float`.
- Great product, but didn't/couldn't translate to revenue.
- Bad business model.
- Failure in timezones/timestamp nuances.
| DIY drone [main Copter] [Unmanned Aerial Vehicle] | |
| * Components | |
| * * [core] | |
| * * * Frames | |
| * * * Motors | |
| * * * Propellers | |
| * * * ESCs | |
| * * * FlightControl & IMU | |
| * * * RC transmitter and receiver (4+ channel) [recommend FRSky] |
| #string should not around "" | |
| #regex no need escape \ | |
| [DEFAULT] | |
| ArrayStringSplitter: , | |
| GoProfEnabled: false | |
| SplitByUrlParameter: p,pn,pid | |
| [cluster] |
| ERRORS:# command-line-arguments | |
| ./executor-5577006791947779410.go:21: cannot use config (type "_/Volumes/Document/github/go/graphite-ng/config".Main) as type "github.com/graphite-ng/graphite-ng/config".Main in function argument | |
| ./executor-5577006791947779410.go:30: cannot use ReadMetric("test.metric2") (type "github.com/graphite-ng/graphite-ng/chains".ChainEl) as type "_/Volumes/Document/github/go/graphite-ng/chains".ChainEl in assignment | |
| ./executor-5577006791947779410.go:34: cannot use dep_el (type "_/Volumes/Document/github/go/graphite-ng/chains".ChainEl) as type "github.com/graphite-ng/graphite-ng/chains".ChainEl in function argument | |
| ./executor-5577006791947779410.go:40: cannot use functions.ProcessDerivative(ReadMetric("test.metric1")) (type "github.com/graphite-ng/graphite-ng/chains".ChainEl) as type "_/Volumes/Document/github/go/graphite-ng/chains".ChainEl in assignment | |
| ./executor-5577006791947779410.go:44: cannot use dep_el (type "_/Volumes/Document/github/go/graphite-ng/chains".ChainEl) as type "githu |
| { | |
| "took": 26, | |
| "timed_out": false, | |
| "_shards": { | |
| "total": 2, | |
| "successful": 2, | |
| "failed": 0 | |
| }, | |
| "hits": { | |
| "total": 206, |
| unzip -Uo 10k_records.xlsx xl/worksheets/sheet1.xml xl/sharedStrings.xml -d proc | |
| cat proc/xl/sharedStrings.xml \ | |
| | sed -e 's/[^[:print:][:blank:][:space:]]/[?]/g' -e 's/|/-delim-/g' \ | |
| | mawk 'BEGIN {RS = "</t></si><si><t>|<si><t>|</t></si></sst>|</t></si><si><t xml:space=\"preserve\">" | |
| FS = "999ABCDE" | |
| OFS = "|"} | |
| { print NR - 2, $1 }' \ | |
| | LANG=C sort -f -t "|" -k1 \ | |
| | grep -v "<sst xmlns=\|<?xml version" \ |
These are field notes gathered during installation of website search facility for the ElasticSearch website.
You may re-use it to put a similar system in place.
The following assumes:
| # -*- Encoding: utf-8 -*- | |
| import base64 | |
| import binascii | |
| import cgi | |
| import hashlib | |
| import hmac | |
| import logging | |
| import time | |
| import urllib | |
| import urlparse |