SCIM 中文智能拼音输入法
智能通用输入法平台,简称 SCIM,是一个让输入法开发者变得轻松的开发平台。它有一个非常清晰的体系
和简单的编程接口。
SCIM 中文码表输入法:Array30,仓吉,广东话,Dayi,Erbi,EZ,Jyutping,Simplex,
五笔,自然码,注音
智能通用输入法平台,简称 SCIM,是一个让输入法开发者变得轻松的开发平台。它有一个非常清晰的体系
和简单的编程接口。
SCIM table based Japanese input method: HIRAGANA, KATAKANA, Nippon
Smart Common Input Method platform, in short SCIM, is a development platform to
make Input Method developers live easier. It has very clear architecture and
very simple programming interface.
SCIM table based Korean input methods: Hangul, Hanja
Smart Common Input Method platform, in short SCIM, is a development platform to
make Input Method developers live easier. It has very clear architecture and
very simple programming interface.
Smart Common Input Method platform, in short SCIM, is a development platform
to make Input Method developers live easier. It has very clear architecture
and very simple programming interface.
Smart Common Input Method platform, in short SCIM, is a development platform
to make Input Method developers live easier. It has very clear architecture
and very simple programming interface.
Smart Common Input Method platform, in short SCIM, is a development platform
to make Input Method developers live easier. It has very clear architecture
and very simple programming interface.
What is it?
-----------
NAnt is a .NET-based build tool. In theory it is kind of like make without
make's wrinkles. In practice it's a lot like Ant.
If you are not familiar with Jakarta Ant, you can get more information at the
Ant project web site (http://ant.apache.org/).
Why NAnt?
---------
Because Ant was too Java-specific.
Because Ant needed the Java runtime. NAnt only needs the .NET or Mono runtime.
Popular high-performance JSON framework for .NET
* Flexible JSON serializer for converting between .NET objects and JSON
* LINQ to JSON for manually reading and writing JSON
* High performance, faster than .NET's built-in JSON serializers
* Write indented, easy to read JSON
* Convert JSON to and from XML
* Supports .NET 2, .NET 3.5, .NET 4, .NET 4.5, Silverlight, Windows Phone and
Windows 8 Store
The JSON serializer in Json.NET is a good choice when the JSON you are reading
or writing maps closely to a .NET class.
proxy-connect 是一个简单的中继命令,使得网络连接通过 SOCKS 和 HTTPS 代理。
它主要是用来作为代理命令用于 OpenSSH。
proxy-connect 的特性如下:
* 支持 SOCKS(版本 4/4a/5)和 HTTPS 连接方法。
* 支持 SOCKS 的 NO-AUTH 和 USERPASS 认证
* 部分支持 telnet 代理(实验性的)。
* 你可以用 tty、ssh-askpass 或者环境变量输入密码。
* 简单并和一般的程序一样独立于 OpenSSH。
* 你也可以中继本地套接字流而不是标准的 I/O 流。
使用例子:
添加到 ~/.ssh/config
Host remote.outside.net
ProxyCommand /usr/local/sbin/proxy-connect -S socks:1080 %h %p