Skip to content

Instantly share code, notes, and snippets.

View tomkao's full-sized avatar

Tom Kao tomkao

  • Taipei City, Taiwan
View GitHub Profile
@tomkao
tomkao / blogger-hide-navbar.css
Created January 19, 2011 10:30
This CSS help hiding Blogger "Navbar"
#navbar-iframe {
height: 0px;
visibility: hidden;
display: none;
}
@tomkao
tomkao / chinese-font-family.css
Created January 19, 2011 10:36
CSS font-family property for Chinese character.
body {
font-family: 'Hiragino Kaku Gothic Pro', 'WenQuanYi Zen Hei', '微軟正黑體', '蘋果儷中黑', Helvetica, Arial, sans-serif;
}
@tomkao
tomkao / htaccess
Last active November 2, 2019 01:37
Far future Expires header
# BEGIN HTML5 Boilerplate
###
### This contains the HTML5 Boilerplate .htaccess that can be found at:
### github.com/h5bp/html5-boilerplate/blob/master/.htaccess
###
### Added:
### Block access to access to WordPress files that reveal version information.
###
### Commented out by default:
@tomkao
tomkao / ipython-path-issue.ipynb
Created October 19, 2018 11:00
ipython 路徑問題
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

設定 Gmail 外部信箱

  1. 登入 Gmail 後,點選右上角頭像,確認位址為 @gmail.com 結尾。
  2. 點選「齒輪」開啟設定,點選「查看所有設定」。
  3. 選擇「帳戶和匯入」。
  4. 從「查看其他帳戶的郵件」中開啟「新增郵件帳戶」。