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
Fetching https://github.com/apple/swift-protobuf.git | |
Fetching https://github.com/kylef/Commander.git | |
Fetching https://github.com/apple/swift-nio-zlib-support.git | |
Fetching https://github.com/kylef/Spectre.git | |
Completed resolution in 15.33s | |
Cloning https://github.com/apple/swift-protobuf.git | |
Resolving https://github.com/apple/swift-protobuf.git at 1.1.2 | |
Cloning https://github.com/kylef/Spectre.git | |
Resolving https://github.com/kylef/Spectre.git at 0.9.0 | |
Cloning https://github.com/kylef/Commander.git |
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
// code.9leap.net default template | |
// based on enchant.js v0.7.1 | |
window.focus(); | |
enchant(); | |
window.onload = function(){ | |
var game = new Core(320, 320); | |
game.fps = 15; | |
game.preload('chara3.png','icon0.png','chara6.png'); |
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
test |
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
$ embulk gem list | |
2016-08-15 16:45:17.901 +0900: Embulk v0.8.13 | |
*** LOCAL GEMS *** | |
addressable (2.4.0) | |
embulk-input-mysql (0.7.2) | |
embulk-output-bigquery (0.3.7) | |
faraday (0.9.2) | |
google-api-client (0.9.11) |
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
[root@ip-10-0-11-111 anchors]# curl -o /etc/pki/ca-trust/source/anchors/GTEGlRoot.crt https://www.cybertrust.ne.jp/sureserver/download/root_ca/GTEGlRoot.txt | |
% Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
100 890 100 890 0 0 6885 0 --:--:-- --:--:-- --:--:-- 6899 | |
[root@ip-10-0-11-111 anchors]# ls | |
GTEGlRoot.crt | |
[root@ip-10-0-11-111 anchors]# update-ca-trust | |
p11-kit: duplicate 'GTE CyberTrust Global Root' certificate found in: ca-bundle.legacy.crt | |
p11-kit: duplicate 'GTE CyberTrust Global Root' certificate found in: ca-bundle.legacy.crt | |
p11-kit: duplicate 'GTE CyberTrust Global Root' certificate found in: ca-bundle.legacy.crt |
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
$ openssl s_client -connect www.googleapis.com:443 -verify -showcerts | |
verify depth is 0 | |
CONNECTED(00000003) | |
depth=3 C = US, O = Equifax, OU = Equifax Secure Certificate Authority | |
verify return:1 | |
depth=2 C = US, O = GeoTrust Inc., CN = GeoTrust Global CA | |
verify return:1 | |
depth=1 C = US, O = Google Inc, CN = Google Internet Authority G2 | |
verify return:1 | |
depth=0 C = US, ST = California, L = Mountain View, O = Google Inc, CN = *.googleapis.com |
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
2016-08-12 11:54:33.870 +0900 [INFO] (0001:transaction): Loaded plugin embulk-input-mysql (0.7.2) | |
2016-08-12 11:54:43.060 +0900 [INFO] (0001:transaction): Loaded plugin embulk-output-bigquery (0.3.6) | |
2016-08-12 11:54:43.127 +0900 [INFO] (0001:transaction): Fetch size is 10000. Using server-side prepared statement. | |
2016-08-12 11:54:43.585 +0900 [INFO] (0001:transaction): ... | |
2016-08-12 11:54:43.700 +0900 [INFO] (0001:transaction): Using local thread executor with max_threads=2 / tasks=1 | |
2016-08-12 11:54:44.123 +0900 [INFO] (0001:transaction): embulk-output-bigquery: Get dataset... xxx | |
2016-08-12 11:54:44.131 +0900 [DEBUG] (0001:transaction): embulk-output-bigquery: client_options: {:application_name=>"Embulk BigQuery plugin", :application_version=>"0.0.0", :proxy_url=>nil, :use_net_http=>false} | |
2016-08-12 11:54:44.134 +0900 [DEBUG] (0001:transaction): embulk-output-bigquery: request_options: {:authorization=>nil, :retries=>5, :header=>nil, :timeout_sec=>300, :open_timeout_sec=>300} | |
D, [2016-08-12T11:54:44.793 |