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
#+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ | |
# General Configure | |
#Don't read /etc/resolv.conf. Get upstream servers only from the command line or the dnsmasq configuration file. | |
no-resolv | |
#Don't poll /etc/resolv.conf for changes. | |
no-poll | |
#upstream server is google | |
server=8.8.8.8 | |
server=8.8.4.4 | |
#CN TLD is 114.114.114.114 |
We can make this file beautiful and searchable if this error is corrected: It looks like row 2 should actually have 6 columns, instead of 7 in line 1.
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
apk_name,apk_source,apk_link,folder,apk_position,comments | |
FT中文网,google_play,N/A,News,1:1:1:01,, | |
华尔街日报中文版,google_play,N/A,News,1:1:1:02,, | |
路透中文新闻,google_play,N/A,News,1:1:1:03,, | |
NetEase News,google_play,N/A,News,1:1:1:04,, | |
CNN,google_play,N/A,News,1:1:1:05,, | |
BBC News,google_play,N/A,News,1:1:1:06,, | |
China AQI,google_play,N/A,News,1:1:1:07,, | |
eduPort,google_play,N/A,Education,1:1:2:01,, | |
TED,google_play,N/A,Education,1:1:2:02,, |
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
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Video.js | HTML5 Video Player</title> | |
<!-- Chang URLs to wherever Video.js files will be hosted --> | |
<link href="video-js.css" rel="stylesheet" type="text/css"> | |
<!-- video.js must be in the <head> for older IEs to work. --> | |
<script src="video.js"></script> |
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
<!doctype html> | |
<html> | |
<head> | |
<link href="http://vjs.zencdn.net/c/video-js.css" rel="stylesheet"> | |
<script src="http://vjs.zencdn.net/c/video.js"></script> | |
</head> | |
<body> | |
<video id="my_video_1" class="video-js vjs-default-skin" controls | |
preload="auto" width="640" height="264" poster="my_video_poster.png" | |
data-setup="{}"> |
NewerOlder