TH's Notes
  • Home
  • Categories
  • Tags
  • Archives

All Tags

  • aws2
  • cv16
  • design pattern2
  • emacs3
  • heroku4
  • linux1
  • octopress4
  • python12
  • radar4
  • rails63
  • stripe4
  • testing10
  • utils10
  • vim3

aws

  • Create an IAM user for ElasticBeanstalk
  • 使用 CarrierWave 上傳檔案到 AWS S3

cv

  • Derive and implement multiclass SVM layer
  • Derive and implement softmax layer
  • Implement stacked multilayer perceptron for digit recognition
  • Implement sparse autoencoder for digit recognition
  • Implement multilayer perceptron for digit recognition
  • Implement softmax regression for digit recognition
  • Implement a neural network for digit recognition
  • A quick demo on face detection with python 3 and opencv 3
  • A Python binding of Compressive Tracking
  • Combine images into a video with Python 3 and OpenCv 3
  • Write a python script to define the detecting region by clicking and dragging mouse
  • Define a detection window on image with mouse through Python 3 and OpenCV 3
  • Record video with Python 3 + OpenCV 3 on OSX
  • Install OpenCV 3 for Python 3 on OSX
  • A quick demo to recognizing hand-written digits with logistic regression
  • Set up the python environment for computer vision

design pattern

  • 使用 Service Objects 編寫註冊服務
  • 使用 Decorator 作為物件的表達層

emacs

  • Vi-mode in command-line and Rails Console
  • 在 Emacs 中使用 Vim: Evil
  • 編輯器: Emacs

heroku

  • Custom domain for your app on Heroku
  • 在 Heroku 上架設 staging server
  • 在 Heroku 上架設 concurrent server
  • Heroku 上的郵件服務: Mailgun

linux

  • Create a user account to deploy production on ubuntu

octopress

  • 在部落格中加入 Flickr 圖片
  • 對 Octopress 進行客製化
  • 在 Octopress 使用 Whitespace theme
  • 使用 Octopress 建構部落格

python

  • Install Theano and CUDA Toolkit 7.5 on OSX
  • Implement the exercises of UFLDL Tutorial with python 3
  • A quick demo on face detection with python 3 and opencv 3
  • A Python binding of Compressive Tracking
  • Combine images into a video with Python 3 and OpenCv 3
  • Write a python script to define the detecting region by clicking and dragging mouse
  • Define a detection window on image with mouse through Python 3 and OpenCV 3
  • Manage project packages with virtualenv
  • A quick demo to recognizing hand-written digits with logistic regression
  • Automatically reload modules in IPython
  • Visualize data with IPython
  • Set up the python environment for computer vision

radar

  • Detect peaks with CFAR algorithm
  • Derivation of the MFSK algorithm used in automotive radar systems
  • Time-frequency analysis with Short-time Fourier transform
  • Simulating FM waves used in automotive radars

rails

  • Set up a postgres-backed rails app with ElasticBeanstalk
  • Wait for Ajax with Capybara Automatically
  • Install rbenv and rails on ubuntu
  • Install Sidekiq and Redis on Ubuntu
  • Setting up a rails production server on Ubuntu
  • Setting up logrotate for production server
  • Setting up Nginx+Unicorn production server
  • Deploy production with Capistrano
  • Vi-mode in command-line and Rails Console
  • Custom domain for your app on Heroku
  • 在 Rails 中安裝與設定 Bootstrap
  • 在 Rails 中處理信用卡付款失敗
  • 查看交易記錄的後台功能
  • 依照簽署方案進行收費
  • 使用 Service Objects 編寫註冊服務
  • 使用 Decorator 作為物件的表達層
  • 在整合測試中執行 Javascript
  • 在測試中模擬物件行為
  • 獨立的 API 測試
  • 在測試中使用 Database Cleaner
  • 信用卡交易服務: Stripe
  • 使用 Figaro 設定環境變數
  • 管理者登入機制
  • 使用 CarrierWave 上傳檔案到 AWS S3
  • 監視產品錯誤: Sentry
  • 使用 paratropper 自動化部署流程
  • 在 Heroku 上架設 staging server
  • 使用 Procfile 和 Foreman
  • 在 Heroku 上架設 concurrent server
  • 使用 Sidekiq 處理背景工作
  • Heroku 上的郵件服務: Mailgun
  • 使用 Concerns 幫 Model 瘦身
  • 在網站中加入 Invite 功能
  • 整合測試的郵件工具: capybara-email
  • 使用 letter_opener 檢視郵件
  • 使用 RSpec 在 Functional Tests 裡面測試郵件
  • 實作 Follow 社交功能
  • 透過郵件允許使用者重設密碼
  • 使用單一抽象層撰寫測試
  • 在 RSpec 中使用 Macros
  • 在 RSpec 中使用 shared examples
  • 好用的 Debug 工具: Pry
  • 快速啟動 rails: pow
  • 使用 RSpec 寫 Feature Tests
  • 使用 RSpec 撰寫 Functional Tests
  • 使用 RSpec 撰寫 Unit Tests
  • 使用 RSpec 做自動測試
  • 實作簡易的搜尋功能
  • 安全地設定 Rails 郵件密碼
  • 在 Rails 中使用 PostgresSQL
  • 在 Rails 使用 gmail 發送郵件
  • 在 Rails 中使用 module
  • 製作和發佈 gem
  • 在 Rails 中使用 Ajax
  • 設定 polymorphic association
  • 部署專案到 Heroku
  • 在 Rails 實作驗證機制
  • 在 Rails 中設定多對多關聯性
  • 在 Rails 中設定 routes
  • 在 Rails 中設定一對多關聯性
  • 一套免費的 SQLite 資料庫瀏覽器
  • 使用 Guard::LiveReload 自動刷新瀏覽器
  • 在 Mac 上安裝 Rails

stripe

  • 在 Rails 中處理信用卡付款失敗
  • 查看交易記錄的後台功能
  • 依照簽署方案進行收費
  • 信用卡交易服務: Stripe

testing

  • 在整合測試中執行 Javascript
  • 在測試中模擬物件行為
  • 在測試中使用 Database Cleaner
  • 整合測試的郵件工具: capybara-email
  • 使用 RSpec 在 Functional Tests 裡面測試郵件
  • 使用單一抽象層撰寫測試
  • 使用 RSpec 寫 Feature Tests
  • 使用 RSpec 撰寫 Functional Tests
  • 使用 RSpec 撰寫 Unit Tests
  • 使用 RSpec 做自動測試

utils

  • Is your site accessible from China?
  • Adding google analytics to octopress
  • 使用 Percol 進行模糊搜尋
  • 從 rvm 遷移到 rbenv
  • Bash 中常用的快捷鍵
  • iTerm2 中好用的設定
  • 在 Google Chrome 中自定快捷鍵
  • Homebrew: Mac 專屬的套件管理者
  • 安裝和使用 Git
  • 產生 SSH Key

vim

  • Vi-mode in command-line and Rails Console
  • 編輯器: Vim
  • Vim 的常用指令
  • Powered by Pelican. Theme: Elegant by Talha Mansoor