⌘T | go to file |
⌘⌃P | go to project |
⌘R | go to methods |
⌃G | go to line |
⌘KB | toggle side bar |
⌘⇧P | command prompt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
References: | |
[1] http://softlit.blogspot.tw/2014/05/xenserver-62-and-ubuntu-1404-lts.html | |
[2] https://github.com/xenserver/xen-4.3/commit/2196372e76456ce859230950a6e484343e990423 | |
[3] http://ubuntuforums.org/showthread.php?t=2216358&page=2 | |
[4] http://virantha.com/2014/05/21/ubuntu-14-04-trusty-on-xenserver-62/ | |
Steps: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env node | |
var https = require('https'), | |
fs = require('fs'), | |
AdmZip = require('adm-zip'), | |
request = require('request'), | |
prompt = require('prompt'), | |
util = require('util'), | |
beautify = require('js-beautify').js_beautify; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<item> | |
<title>電視劇 [排序: 人氣排行]</title> | |
<link>http://ims-hdp.cloudfor.info/video/scripts/ck101.type_1.query.php?query=1,http%3A%2F%2Fvideo.ck101.com%2Ftv%2Flists%2F2%2Fhot,%E9%9B%BB%E8%A6%96%E5%8A%87+%5B%E6%8E%92%E5%BA%8F%3A+%E4%BA%BA%E6%B0%A3%E6%8E%92%E8%A1%8C%5D,0</link> | |
</item> | |
<item> | |
<title>電視劇 [排序: 最新上架]</title> | |
<link>http://ims-hdp.cloudfor.info/video/scripts/ck101.type_1.query.php?query=1,http%3A%2F%2Fvideo.ck101.com%2Ftv%2Flists%2F2%2Fcreate,%E9%9B%BB%E8%A6%96%E5%8A%87+%5B%E6%8E%92%E5%BA%8F%3A+%E6%9C%80%E6%96%B0%E4%B8%8A%E6%9E%B6%5D,0</link> | |
</item> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<item> | |
<title>電視劇 [排序: 人氣排行]</title> | |
<link>http://ims-hdp.cloudfor.info/video/scripts/ck101.type_1.query.php?query=1,http%3A%2F%2Fvideo.ck101.com%2Ftv%2Flists%2F2%2Fhot,%E9%9B%BB%E8%A6%96%E5%8A%87+%5B%E6%8E%92%E5%BA%8F%3A+%E4%BA%BA%E6%B0%A3%E6%8E%92%E8%A1%8C%5D,0</link> | |
</item> | |
<item> | |
<title>電視劇 [排序: 最新上架]</title> | |
<link>http://ims-hdp.cloudfor.info/video/scripts/ck101.type_1.query.php?query=1,http%3A%2F%2Fvideo.ck101.com%2Ftv%2Flists%2F2%2Fcreate,%E9%9B%BB%E8%A6%96%E5%8A%87+%5B%E6%8E%92%E5%BA%8F%3A+%E6%9C%80%E6%96%B0%E4%B8%8A%E6%9E%B6%5D,0</link> | |
</item> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<item> | |
<title>電視劇 [排序: 人氣排行]</title> | |
<link>http://ims-hdp.cloudfor.info/video/scripts/ck101.type_1.query.php?query=1,http%3A%2F%2Fvideo.ck101.com%2Ftv%2Flists%2F2%2Fhot,%E9%9B%BB%E8%A6%96%E5%8A%87+%5B%E6%8E%92%E5%BA%8F%3A+%E4%BA%BA%E6%B0%A3%E6%8E%92%E8%A1%8C%5D,0</link> | |
</item> | |
<item> | |
<title>電視劇 [排序: 最新上架]</title> | |
<link>http://ims-hdp.cloudfor.info/video/scripts/ck101.type_1.query.php?query=1,http%3A%2F%2Fvideo.ck101.com%2Ftv%2Flists%2F2%2Fcreate,%E9%9B%BB%E8%A6%96%E5%8A%87+%5B%E6%8E%92%E5%BA%8F%3A+%E6%9C%80%E6%96%B0%E4%B8%8A%E6%9E%B6%5D,0</link> | |
</item> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ---------- BEGIN ---------- | |
# Install Sublime Text 2 on Ubuntu with Repo | |
# --------------------------- | |
# Get "add-apt-repository" | |
sudo apt-get install python-software-properties | |
# Install sublime text | |
sudo add-apt-repository ppa:webupd8team/sublime-text-2 | |
sudo apt-get update | |
sudo apt-get install sublime-text | |
# Or dev build |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Cloud API Hub | |
https://www.mashape.com/ | |
Cloud Data: Store, Push, and Sync | |
https://parse.com/ | |
PHP on Heroku, again | |
http://hakre.wordpress.com/2012/05/20/php-on-heroku-again/ | |
Getting Started With Heroku on Windows |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
壹多媒體娛樂服務股份有限公司 壹網樂/網樂通, https://www.nextvod.com.tw/ #nextvod #nextv | |
H/W | |
STMicroelectronics STx7105 (Renesas SuperH) | |
VIA VT6113 (Ethernet) | |
NANYA NT5TU64M16GG-AC (DRAM DDR2 64Mx16 PC800 BGA) * 2 | |
Samsung NCDOM08GMS-MLC (USB DOM 8GB) | |
25Q80 (Flash) | |
Console Pin headers |