View airflow.cfg
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
[core] | |
airflow_home = /etc/airflow | |
dags_folder = /home/airflow/gcs/dags | |
base_log_folder = /home/airflow/gcs/logs | |
plugins_folder = /home/airflow/gcs/plugins | |
remote_logging = True | |
remote_log_conn_id = google_cloud_default | |
remote_base_log_folder = gs://asia-northeast1-settings-te-xxxxxxxx-bucket/logs | |
executor = CeleryExecutor | |
dags_are_paused_at_creation = False |
View gist:ff7acb65c9e382d5de0248b0ca4835a4
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
Process: ruby [84587] | |
Path: /Users/USER/*/ruby | |
Identifier: ruby | |
Version: 0 | |
Code Type: X86-64 (Native) | |
Parent Process: zsh [15611] | |
Responsible: ruby [84587] | |
User ID: 501 | |
Date/Time: 2018-01-29 15:50:51.872 +0900 |
View gist:c3b9fcb87be0674e20d07e5b06c4151e
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
➜ ~ yarn | |
Usage: yarn [--config confdir] [COMMAND | CLASSNAME] | |
CLASSNAME run the class named CLASSNAME | |
or | |
where COMMAND is one of: | |
resourcemanager -format-state-store deletes the RMStateStore | |
resourcemanager run the ResourceManager | |
nodemanager run a nodemanager on each slave | |
timelineserver run the timeline server | |
rmadmin admin tools |
View json-path.diff
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
Only in ./json-path/src/main/java/com/jayway/jsonpath/internal/path/: ArrayIndexOperation.java | |
diff -u ./json-path/src/main/java/com/jayway/jsonpath/internal/path/ArrayPathToken.java ~/src/sonots/embulk-filter-column/src/main/java/org/embulk/filter/column/path/ArrayPathToken.java | |
--- ./json-path/src/main/java/com/jayway/jsonpath/internal/path/ArrayPathToken.java 2016-08-03 17:14:02.000000000 +0900 | |
+++ ~/src/sonots/embulk-filter-column/src/main/java/org/embulk/filter/column/path/ArrayPathToken.java 2016-08-24 14:33:21.000000000 +0900 | |
@@ -1,189 +1,24 @@ | |
-/* | |
- * Copyright 2011 the original author or authors. | |
- * Licensed under the Apache License, Version 2.0 (the "License"); | |
- * you may not use this file except in compliance with the License. | |
- * You may obtain a copy of the License at |
View h2o.diff
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
$ git submodule add git@github.com:kentaro/mruby-hibari.git deps/mruby-hibari | |
$ cmake -DWITH_MRUBY=ON . && make | |
$ ./h2o --version && ./h2o -c examples/h2o_mruby/h2o.conf | |
h2o version 1.5.0-beta2 | |
OpenSSL: OpenSSL 1.0.2d 9 Jul 2015 | |
mruby: YES | |
[INFO] raised RLIMIT_NOFILE to 10240 | |
fetch-ocsp-response (using OpenSSL 1.0.2d 9 Jul 2015) | |
fetch-ocsp-response (using OpenSSL 1.0.2d 9 Jul 2015) | |
h2o server (pid:60181) is ready to serve requests |
View gist:e9b21edab26d3d754685
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
➜ h2o git:(master) sw_vers | |
ProductName: Mac OS X | |
ProductVersion: 10.9.5 | |
BuildVersion: 13F34 | |
➜ h2o git:(master) openssl version | |
OpenSSL 0.9.8za 5 Jun 2014 | |
➜ h2o git:(master) git checkout refs/tags/v1.2.0 -b v1.2.0 | |
Switched to a new branch 'v1.2.0' | |
➜ h2o git:(v1.2.0) vim examples/libh2o/simple.c | |
1 /* |
View gist:6edb61a721f85d0933e9
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
➜ h2o git:(v1.2.0) ✗ sw_vers -productVersion | |
10.9.5 | |
➜ h2o git:(v1.2.0) ✗ openssl version | |
OpenSSL 0.9.8za 5 Jun 2014 | |
➜ h2o git:(master) ✗ git checkout refs/tags/v1.2.0 -b v1.2.0 | |
Switched to a new branch 'v1.2.0' | |
➜ h2o git:(v1.2.0) ✗ git log | |
➜ h2o git:(v1.2.0) ✗ cmake -DWITH_BUNDLED_SSL=on . && make | |
-- checking for module 'libwslay' | |
-- package 'libwslay' not found |
View gist:df59bc0b1b1ff83ba5ec
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
➜ nghttp2 git:(master) nghttp --verbose https://localhost | |
[ 0.002] Connected | |
[ 0.004][NPN] server offers: | |
* h2 | |
* h2-16 | |
* h2-14 | |
The negotiated protocol: h2-16 | |
[ 0.007] send SETTINGS frame <length=12, flags=0x00, stream_id=0> | |
(niv=2) | |
[SETTINGS_MAX_CONCURRENT_STREAMS(0x03):100] |
View gist:c68ac56da47235fc8789
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
% h2spec -p 8080 -h `boot2docker ip` | |
The VM's Host only interface IP address is: | |
3.5. HTTP/2 Connection Preface | |
✓ Sends invalid connection preface | |
4.2. Frame Size | |
✓ Sends too small size frame | |
✓ Sends too large size frame |
View gist:12cba0caf2b526a764da
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
% make | |
git submodule init | |
git submodule update | |
cd /tmp/src/trusterd/mruby && cp -f ../build_config.rb . && rake | |
GIT CHECKOUT master | |
Already on 'master' | |
Your branch is up-to-date with 'origin/master'. | |
GIT CHECKOUT master | |
Already on 'master' | |
Your branch is up-to-date with 'origin/master'. |
NewerOlder