Skip to content

Instantly share code, notes, and snippets.

View suma's full-sized avatar

Shuzo Kashihara suma

View GitHub Profile
@suma
suma / ChangeLog.rst
Last active August 29, 2015 13:57
draft: Jubatus 0.5.3 changelog

Release 0.5.3 - 2014/03/31

  • 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)
@suma
suma / _etc_init.d_autosshd
Last active August 25, 2020 07:38
Autossh init script(Ubuntu) for reverse ssh tunneling
#! /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.
@suma
suma / classifier_test.cpp
Last active December 30, 2015 03:09
gtest runner for jubatset
// 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
@suma
suma / jubatus_util_operation.md
Last active December 27, 2015 15:49
Jubatusのpficomon移植作業について

Jubatusのpficommon移植作業

作業時期

  • 0.5.0リリース前
  • 新機能のPull Requestのマージが完了していること
  • リリース予定のissueがない状態
  • 11/11(月)コードフリーズ予定であり、その日か

作業の方針

目的

Jubatus は ZooKeeper 上のリソースを操作するが、そのリソースが期待する状態ではなかった場合の動作について、明確な方針がない。

以下を定義する。

  • ZooKeeper 上のリソースの CRU(D) 操作に関する方針
@suma
suma / jubatus_oniguruma.md
Last active December 23, 2015 23:29
JubatusでRE2から鬼車へ移行するメモ
@suma
suma / model.cpp
Created August 5, 2013 13:01
Jubatus model interface, I'm thinking.
// 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
@suma
suma / jubatus_core_api_design.md
Last active December 20, 2015 08:39
Jubatus API設計(coreの分離作業)

jubatus/coreをサーバから独立させたAPI設計・リポジトリ分離

目的

追記(2013/07/29, 17:36以降)

  • Jubatusがどんなフレームワーク・機能を提供するのか明確にする #250
  • 公開API/非公開モジュールの振る舞いや仕様を明確にし、それらを利用・メンテナンス可能な状態にする(一部の人間しか利用・メンテナンスできない状態を避ける)
  • ライブラリのみでJubatusを利用可能にする(ユーザを増やす)
@suma
suma / juba.md
Last active December 17, 2015 01:39
Jubatus dev MTG 個人目標2013/05/07