2021年9月7日 星期二

COVID-19 武漢肺炎 新冠肺炎疫苗 Q&A

 Source: 預防2019冠狀病毒病(COVID-19) 接種疫苗進階篇適合高中學生


2018年6月17日 星期日

遠端工作的一些軟體工具

來分享一些遠端工作時,方便團隊工作溝通的軟體,由於筆者的工作平台是Windows,所以分享的軟體都是在Windows上面使用。

截圖工具 Lightshot




一般來說,Windows平台上面就可以用小畫家來截圖了,但是又會需要編輯什麼的有點麻煩,這個工具就直接把常用的編輯功能整合進來了。

官方網站: https://app.prntscr.com



動畫工具 ScreenToGif


你是否有想要做一小段影片示範使用者界面的流程呢?這個工具就是讓你對畫面錄影,且輸出為一個gif檔。十分好用。


2015年8月19日 星期三

RoR installation on Ubuntu 14.04


  1. sudo apt-get install rbenv
  2. rbenv install [Ruby version]
    This step takes a while...It took 5 minutes on my i7 machine
  3. add system variable to your startup script
    ~/.bashrc in Ubuntu
    add these two lines
export PATH="$HOME/.rbenv/bin:$PATH"
eval "$(rbenv init -)"


That's it. Easier than I expected....


2015年2月25日 星期三

Flights between Tokyo and Taiwan(TPE) and transportation between Tokyo and Narita Airport

Tokyo (Narita Airport, NRT) -> Taipei (Taoyuan Airport, TPE)

Vanilla air
JW 101 07:35 -> 10:30
JW 103 14:25 -> 17:25
JW 105 21:20 -> 00:20

Scoot
TZ 201 11:45 -> 14:20


Taipei ( Taoyuan Airport, TPE) -> Tokyo (Narita Airport, NRT)


Vanilla air
JW 102 03:00 -> 07:00
JW 104 11:10 -> 15:30
JW 106 18:05 -> 22:00

Scoot
TZ 202 06:40 -> 10:35


Accessing Narita Airport
Bus:
Keisei: http://www.keiseibus.co.jp/global/en/index.html
Heiwa: http://accessnarita.jp/en/home/

Trains:
Keisei: http://www.keisei.co.jp/keisei/tetudou/skyliner/us/index.html
NEX JREast: http://www.jreast.co.jp/e/

2015年2月24日 星期二

make your own cluster computer from raspberry pi 2

http://www.tinkernut.com/2014/04/27/make-cluster-computer/

setting up bluetooth device at raspberry pi 2

http://d.hatena.ne.jp/yunoya/20140330/1396114048
http://www.correlatedcontent.com/blog/bluetooth-keyboard-on-the-raspberry-pi/

2014年7月22日 星期二

JUnit+Jenkins CI

設定環境參數
JAVA_HOME=`which java`
JUNIT_HOME=/path_to_junit/
CLASSPATH=/path_to_TaskRunner/:/path_to_junit/junit-4.10.jar

設定 jenkins plugins
https://wiki.jenkins-ci.org/display/JENKINS/SCM+Sync+configuration+plugin