Watch youtube at faster speeds
https://www.youtube.com/html5 Click enable html5 player. Now player will have speed option under settings icon.
https://www.youtube.com/html5 Click enable html5 player. Now player will have speed option under settings icon.
Seems like sina weibo removed or is hiding their rss -> auto post functionality from their settings page. Well, the link to do that is here: http://www.weibo.com/tool/bloglink
I use verizon moto x with tmobile sim on kitkat. Don’t know if any of this matters. When making call, dialer immediately dies. no call can be made.. setting -> more -> wireless & networks -> network mobile settings -> preferred network mode, instead of global choose lte/gsm/umts. All is good.
If vi shows garbled unicode/utf-8 characters Put in ~/.vimrc : :set encoding=utf-8 :set fileencodings=utf-8 To debug vi, check ~/.vminfo which is generated each time vi starts. It shows your encoding, etc.
Soundmanager2’s visualizations can be missing if file is on remote host. It uses flash (for visualization), so on remote host, create crossdomain.xml. For convenience, allow all: <?xml version=”1.0″ ?> <cross-domain-policy> <allow-access-from domain=”*” /> </cross-domain-policy> ~