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
--- browser.out 2017-09-06 23:33:38.000000000 +0900 | |
+++ fs.out 2017-09-06 23:33:49.000000000 +0900 | |
@@ -10,9 +10,14 @@ | |
libswscale 4. 6.100 / 4. 6.100 | |
libswresample 2. 7.100 / 2. 7.100 | |
libpostproc 54. 5.100 / 54. 5.100 | |
-Input #0, matroska,webm, from '/Users/otiai10/Downloads/result-2.mp4': | |
+Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/var/folders/__/xxcbtw6j0tb681fjv1lbnlg40000gn/T/webm2mp4_origin.webm_791005968.mp4': | |
Metadata: | |
- encoder : Chrome |
1日目
- water proof (kamome sano)
- 東 の 17b
- magical mixer ((YUC'e))
- 東 ね 41a
- Mint Comet (YUC'e)
- 東 ね 41a
- R.U.U.K.TOO!?
- 東 あ 18a
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
const PP = require('progressive-promise'); | |
const p = new PP((resolve, reject, progress) => { | |
const total = 100; | |
let count = 0; | |
const intvl = setInterval(() => { | |
count += 1; | |
if (count > total) { | |
clearInterval(intvl); | |
return resolve(count); |
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
diff --git a/src/js/Components/Routine/LaunchPositionRecorder.js b/src/js/Components/Routine/LaunchPositionRecorder.js | |
index a90594c9..9ba72a9c 100644 | |
--- a/src/js/Components/Routine/LaunchPositionRecorder.js | |
+++ b/src/js/Components/Routine/LaunchPositionRecorder.js | |
@@ -5,19 +5,32 @@ export default class LaunchPositionRecorder { | |
this.context = context; | |
} | |
mainGameWindow(delay) { | |
- | |
- // contextがiframe内(parentを持ってる)なら、parentにやらせる |
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 /Users/otiai10/Library/Application Support/Google/Chrome/Default/Extensions/iachoklpnnjfgmldgelflgifhdaebnol/1.7.9_0/src/js: AppConfig.js | |
diff -u --recursive src/js/Constants.js /Users/otiai10/Library/Application Support/Google/Chrome/Default/Extensions/iachoklpnnjfgmldgelflgifhdaebnol/1.7.9_0/src/js/Constants.js | |
--- src/js/Constants.js 2017-05-03 12:27:25.000000000 +0900 | |
+++ /Users/otiai10/Library/Application Support/Google/Chrome/Default/Extensions/iachoklpnnjfgmldgelflgifhdaebnol/1.7.9_0/src/js/Constants.js 2017-01-28 14:50:16.000000000 +0900 | |
@@ -1,11 +1,14 @@ | |
var Constants = { | |
release : { | |
- version: "v1.7.6", | |
- link: 'https://github.com/otiai10/kanColleWidget/pull/604', | |
- announceVersion : 166, |
そもそもの問題
pyenv install [version]
によって~/.pyenv
以下にpythonがビルド&インストールされるはずだが、pythonをビルドするのに必要なパッケージが無いのでビルドが失敗する- 今回のケースだと
openssl-devel
- 独自で入れるのは大変にめんどい&あぶない
- 今回のケースだと
- 今回のケースでは、絶対にrootになれないという制約がある。これがなんにしても厄介。
状況
- pythonがインストールされているpathはrootしかwrite権限が無いpath(/usr/local/的な場所)