- Jubatusにおける作業項目を洗い出す、ゴールを決める
- 選択肢を列挙しておく、可能なら設計選択における利点欠点の整理。MTGで選択する
- 複数人で並列作業できるとよい
告知・議論)0.4.3リリース後は、 サーバ部分とフレームワーク部分の分離を進めたい (@suma) https://github.com/jubatus/jubatus/wiki/Meeting:2013_04_15#discussion
告知・議論)0.4.3リリース後は、 サーバ部分とフレームワーク部分の分離を進めたい (@suma) https://github.com/jubatus/jubatus/wiki/Meeting:2013_04_15#discussion
| diff --git a/src/main/webapp/index.xsl b/src/main/webapp/index.xsl | |
| index 38e4172..83b3241 100644 | |
| --- a/src/main/webapp/index.xsl | |
| +++ b/src/main/webapp/index.xsl | |
| @@ -47,7 +47,7 @@ | |
| <script src="http://java.com/js/deployJava.js"></script> | |
| <div> | |
| <script> | |
| - var attributes = { codebase: 'http://festivoice.net/', code: 'net.festivoice.AppletLauncher', archive: 'pkg/festivoice.jar', width: 300, height: 200 }; | |
| + var attributes = { codebase: 'http://127.0.0.1:8080/', code: 'net.festivoice.AppletLauncher', archive: 'pkg/festivoice.jar', width: 300, height: 200 }; |
| $ hexdump -C 192.168.x.x_9199_jubatus_shogun.js | |
| 00000000 6a 75 62 61 74 75 73 0a 31 0a 30 2e 34 2e 32 0a |jubatus.1.0.4.2.| | |
| 00000010 96 01 ce 51 62 b8 ab aa 63 6c 61 73 73 69 66 69 |...Qb...classifi| | |
| 00000020 65 72 c3 a6 73 68 6f 67 75 6e da 01 ce 7b 0a 20 |er..shogun...{. | | |
| 00000030 20 22 6d 65 74 68 6f 64 22 3a 20 22 41 52 4f 57 | "method": "AROW| | |
| 00000040 22 2c 0a 20 20 22 63 6f 6e 76 65 72 74 65 72 22 |",. "converter"| | |
| 00000050 3a 20 7b 0a 20 20 20 20 22 6e 75 6d 5f 66 69 6c |: {. "num_fil| | |
| 00000060 74 65 72 5f 74 79 70 65 73 22 3a 20 7b 7d 2c 0a |ter_types": {},.| | |
| 00000070 20 20 20 20 22 6e 75 6d 5f 66 69 6c 74 65 72 5f | "num_filter_| | |
| 00000080 72 75 6c 65 73 22 3a 20 5b 5d 2c 0a 20 20 20 20 |rules": [],. | |
| diff --git a/wscript b/wscript | |
| index e664ff9..76691a9 100644 | |
| --- a/wscript | |
| +++ b/wscript | |
| @@ -1,5 +1,6 @@ | |
| import Options | |
| import os | |
| +import sys | |
| VERSION = '0.4.2' |
| [suma@sumac tmp]$ cd festivoice-master/ | |
| [suma@sumac festivoice-master]$ ls | |
| LICENSE NOTICE festivoice.net* festivoiced* lib/ package.sh* pom.xml src/ | |
| [suma@sumac festivoice-master]$ ./package.sh | |
| Picked up _JAVA_OPTIONS: -Dfile.encoding=UTF-8 | |
| [INFO] Scanning for projects... | |
| [INFO] ------------------------------------------------------------------------ | |
| [INFO] Building festivoice | |
| [INFO] task-segment: [package] | |
| [INFO] ------------------------------------------------------------------------ |
http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml
これをベースにJubatus向けに直す。直す際には、書式の再フォーマット以外での変更はバグ回避のためなるべく最小限に抑えてコードを綺麗にしたい。