- New Features
- classifier: Getter/setter methods to labelset of classifier (#655)
- client: Add accessors to get/set cluster name in C++ client (#668)
- client: Add do_mix RPC method in client (#700)
- Improvements
- core: Eliminate cmath (#677)
This file contains hidden or 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
#! /bin/sh | |
### BEGIN INIT INFO | |
# Provides: autosshd | |
# Required-Start: $remote_fs $syslog | |
# Required-Stop: $remote_fs $syslog | |
# Default-Start: 2 3 4 5 | |
# Default-Stop: 0 1 6 | |
# Short-Description: autosshd initscript | |
# Description: This file should be used to construct scripts to be | |
# placed in /etc/init.d. |
This file contains hidden or 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
// Jubatus: Online machine learning framework for distributed environment | |
// Copyright (C) 2013 Preferred Infrastructure and Nippon Telegraph and Telephone Corporation. | |
// | |
// This library is free software; you can redistribute it and/or | |
// modify it under the terms of the GNU Lesser General Public | |
// License version 2.1 as published by the Free Software Foundation. | |
// | |
// This library is distributed in the hope that it will be useful, | |
// but WITHOUT ANY WARRANTY; without even the implied warranty of | |
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
re2 repacement for Oniguruma
https://gist.github.com/gwtnb/7e813cf1d18358a869fd
- UTF-8有効
- スレッドセーフでビルドされていること
This file contains hidden or 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
// Jubatus: Online machine learning framework for distributed environment | |
// Copyright (C) 2013 Preferred Infrastructure and Nippon Telegraph and Telephone Corporation. | |
// | |
// This library is free software; you can redistribute it and/or | |
// modify it under the terms of the GNU Lesser General Public | |
// License version 2.1 as published by the Free Software Foundation. | |
// | |
// This library is distributed in the hope that it will be useful, | |
// but WITHOUT ANY WARRANTY; without even the implied warranty of | |
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
追記(2013/07/29, 17:36以降)
- Jubatusがどんなフレームワーク・機能を提供するのか明確にする #250
- 公開API/非公開モジュールの振る舞いや仕様を明確にし、それらを利用・メンテナンス可能な状態にする(一部の人間しか利用・メンテナンスできない状態を避ける)
- ライブラリのみでJubatusを利用可能にする(ユーザを増やす)
- 個人の目標を決める、メンバ一覧に書いて宣言する (全員)
- https://github.com/jubatus/jubatus/wiki/Meeting:2013_05_07
- gistへのコメント、もしくは次のdocsに追記をお願いします
- https://docs.google.com/spreadsheet/ccc?key=0AlAJTRz8swu-dEFualhSZWx6NE9PRHdrRkNzalNqX2c#gid=0
glog is not convenient for logrotate.