Skip to content

Instantly share code, notes, and snippets.

@fubuki
fubuki / cv + ai
Last active September 10, 2020 15:40
1. 顏色矩
2. Tamura 紋理特徵
3. GLCM
4. 形狀特徵 Roberts Sobel Prewitt Canny
5. Fourier Descriptors
6. 形狀不變矩
7. SIFT SURF
8. PCA AutoEncoder
9. model
- LeNet
9. 築地市場
23. 磯丸水產
26. 存地圖
### backup
吉祥寺
1. 井之頭恩賜公園
2. SATOU炸牛肉丸
3. 吉祥寺商店街
@fubuki
fubuki / ceph.md
Last active April 17, 2017 15:02

ceph 安裝問題

  1. rbd feature
  2. osd 資料夾權限問題
  3. ceph 太過複雜
  4. mount ceph-FS
  5. ext4 xfs 檔案系統問題
  1. Agile 學習手冊
  2. BIGDATA 大數據日知錄 架構與算法
  3. 程式設計範式與OOP的思考術:冒號老師的十三堂課
  4. 架構即未來:現代企業可擴展的Web架構、流程和組織
  5. 在線社交網路分析
  6. 社群網站的資料探勘
  7. 行為改變科學的實務設計 活用心理學與行為經濟學
  8. 高品質程式 軟體測試原則實作與模式
  9. Google軟體測試之道:進行Google級的軟體測試
  10. Erlang 程序設計
@fubuki
fubuki / 20130416-todo.md
Created November 18, 2016 03:56 — forked from mrflip/20130416-todo.md
Elasticsearch Tuning Plan

Next Steps

  • Measure time spend on index, flush, refresh, merge, query, etc. (TD - done)
  • Take hot threads snapshots under read+write, read-only, write-only (TD - done)
  • Adjust refresh time to 10s (from 1s) and see how load changes (TD)
  • Measure time of a rolling restart doing disable_flush and disable_recovery (TD)
  • Specify routing on query -- make it choose same node for each shard each time (MD)
  • GC new generation size (TD)
  • Warmers
  • measure before/after of client query time with and without warmers (MD)

#唐人 -> 博多

  1. 第1経路 唐人町(05:38) 博多(05:50) 0:12 - 0

  2. 第2経路 唐人町(05:57) 博多(06:09) 0:12 - 0

  3. 第3経路 唐人町(06:31) 博多(06:42) 0:11 - 0

  4. 第1経路 唐人町(08:04) 博多(08:17) 0:13 - 0

  5. 第2経路 唐人町(08:10) 博多(08:23) 0:13 - 0

  6. 第3経路 唐人町(08:19) 博多(08:32) 0:13 - 0

#博多 -> 唐人 (筑前前原行き)

九州五天四夜

預計花費金額

  1. jr 北九州 pass 8500
  2. 長崎一日路面電車 550
  3. 軍艦島上陸料 3900
  4. 桜焼肉会席 4000
  5. 稻佐山夜景 1230
  6. sugoca nimoca
@fubuki
fubuki / php_auto_restart
Created July 8, 2014 15:29
register_shutdown_function
<?php
register_shutdown_function(function () {
global $argv;
if (isset($argv[1])) {
$argv[1]++;
} else {
$argv[1] = 0 ;
}
@fubuki
fubuki / mqtt.rst
Created June 24, 2014 10:16 — forked from voluntas/mqtt.rst

MQTT コトハジメ

更新:2014-05-14
バージョン:0.0.12
作者:@voluntas
URL:http://voluntas.github.io/

とても詳しいまとめがありますので、ますはそちらを見ることをオススメします。

Sublime Text 2 – Useful Shortcuts (PC)

Loosely ordered with the commands I use most towards the top. Sublime also offer full documentation.

Editing

Ctrl+C copy current line (if no selection)
Ctrl+X cut current line (if no selection)
Ctrl+⇧+K delete line
Ctrl+↩ insert line after