- Mark Richer
- ATSC president
- PBS (Public Broadcasting Service) Vice President
- Award: 2010 NAB Broadcasters Engineering Achievement
- Membership:
- Fellow of Society of Motion Picture and Television Engineers (SMPTE)
- Senior Member of Institute of Electrical and Electronics Engineers (IEEE)
- Gordon Smith
- NAB president and CEO
- Gary Shapiro
2018年1月21日 星期日
[Broadcast] Broadcasting Important Role
2018年1月11日 星期四
[Gerrit] search comment
- query string
comment:'queryString'
- 包含 status, owner等都可以 query, 細節參考 reference document
- Reference
2018年1月10日 星期三
[Mantis] 更改時區
- 預設時間是跟著 apache 的設定
- 更改檔案
htdocs/config/config_inc.php
php/etc/php.ini
將 date.timezone 改為date.timezone = "Asia/Taipei"
- 重啟 apache
- 個人偏好設定可以更改自己的時區
- 若是用 Google Cloud Platform 套用 Bitnami, 可以參考以下步驟
- ssh 到 google cloud console 可以透過 Deployment Manager 開啟
vi apps/mantis/htdocs/config/config_inc.php 更改 date.timezone
sudo /opt/bitnami/ctlscript.sh restart apache
- Reference
2018年1月9日 星期二
[Debug] gdb
- run with arguments
gdb --ex=run --args program argu1 arg2 ...
- gdb script
run
where
frame 1
(switch to #1)what variable
(show type of variable)print variable
(print value of variable)- Reference:
2018年1月8日 星期一
2018年1月6日 星期六
[Toolchain] Portal
- build
- configure scripts
- configure --prefix -android
- configure --prefix -gnu-eabi
- Compiler
- naming convention
- arch-vendor(or CPU)-kernel-system
- e.g. arm-cortex_a8-linux-gnueabi
- arch
- arm, mips, x86_64, ppc(power pc), ...etc.
- kernel
- linux, bare-metal, ...etc.
- system
- glibc, eglibc, uclibc
- oabi, eabi
- gnueabi (glibc+eabi)
- Binutilities
- Reference
[Embedded System] Portal
- Hardware
- boards
- Tools
- toolchain
- debugger
- profiler
- System
- bootloader
- kernel
- framework
- rootfs
- Android
- Reference
[Word] Mac 版 Microsoft Word 中文直書
- Problem: Mac上的 Microsoft Word, 想排版成中文直書, 但直書只看得到連字也順時針轉 90度的選項
- Solution:
- 關閉 Word
- 設定 Microsoft Language Register到 Traditional Chinese
- 應用程式 -> Microsoft Word 20xx -> Additional Tools -> Microsoft Language Register
- 重開 Word, Layout中看到 Layout中的直書選項即可
- Reference: [教學]如何在Office 2004 for Mac Word 中輸入直式中文
2018年1月5日 星期五
訂閱:
文章 (Atom)