请到http://shadowsocks.org/downloads 下载相关的工具,本服务需要这些软件的配合。
使用有任何问题都可以在Issues提出。
https://github.com/chuquus/chuqu.us/issues
希望能获得大家在连接速度和稳定性上的反馈,谢谢。
/* | |
* twitter-entities.js | |
* This function converts a tweet with "entity" metadata | |
* from plain text to linkified HTML. | |
* | |
* See the documentation here: http://dev.twitter.com/pages/tweet_entities | |
* Basically, add ?include_entities=true to your timeline call | |
* | |
* Copyright 2010, Wade Simmons | |
* Licensed under the MIT license |
using System; | |
using System.Linq; | |
using System.Collections.Generic; | |
using System.Windows; | |
using System.Windows.Media; | |
namespace LinqToVisualTree | |
{ | |
/// <summary> | |
/// Adapts a DependencyObject to provide methods required for generate |
using System.Linq; | |
using System.Windows; | |
using System.Windows.Controls; | |
using System.Windows.Input; | |
using LinqToVisualTree; | |
using Microsoft.Phone.Controls; | |
namespace App.Util | |
{ | |
/// <summary> |
using System; | |
using System.Net; | |
using System.Windows; | |
using System.Windows.Controls; | |
using System.Windows.Documents; | |
using System.Windows.Ink; | |
using System.Windows.Input; | |
using System.Windows.Media; | |
using System.Windows.Media.Animation; | |
using System.Windows.Shapes; |
<system.webServer> | |
<httpProtocol> | |
<customHeaders> | |
<!-- | |
Allow Web API to be called from a different domain. | |
http://dlr2008.wordpress.com/2012/04/26/asp-net-web-api-cross-domain-ajax-and-server-techniques-jsonp-and-cors/ | |
--> | |
<add name="Access-Control-Allow-Origin" value="*" /> | |
</customHeaders> | |
</httpProtocol> |
using System; | |
using System.Collections.Generic; | |
using System.Diagnostics; | |
using System.Linq; | |
using System.Text; | |
using System.Threading.Tasks; | |
using GalaSoft.MvvmLight.Messaging; | |
using GTWin8.Messages; | |
using GTWin8.Ui; | |
using Windows.UI.Xaml; |
upstream plex-upstream { | |
# change plex-server.example.com:32400 to the hostname:port of your plex server. | |
# this can be "localhost:32400", for instance, if Plex is running on the same server as nginx. | |
server plex-server.example.com:32400; | |
} | |
server { | |
listen 80; | |
# server names for this server. |
using Microsoft.Phone.Controls; | |
using System; | |
using System.Windows; | |
using System.Windows.Controls; | |
using System.Windows.Controls.Primitives; | |
using System.Diagnostics; | |
using System.Collections.Generic; | |
using System.Linq; | |
namespace Ocell.Controls |
请到http://shadowsocks.org/downloads 下载相关的工具,本服务需要这些软件的配合。
使用有任何问题都可以在Issues提出。
https://github.com/chuquus/chuqu.us/issues
希望能获得大家在连接速度和稳定性上的反馈,谢谢。
/* | |
* twitter-entities.js | |
* This function converts a tweet with "entity" metadata | |
* from plain text to linkified HTML. | |
* | |
* See the documentation here: http://dev.twitter.com/pages/tweet_entities | |
* Basically, add ?include_entities=true to your timeline call | |
* | |
* Copyright 2010, Wade Simmons | |
* Licensed under the MIT license |