Ports Search

Results 381390 of 5,886 for /net-im/.(0.003 seconds)
chinese/scim-pinyin-0.5.92 (Score: 0.04155451)
SCIM Chinese Smart Pinyin input method
SCIM Chinese Smart Pinyin input method 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.
chinese/scim-tables-0.5.10 (Score: 0.04155451)
SCIM table based Chinese input methods
SCIM Chinese table based input methods: Array30, CangJie, Cantonese, Dayi, Erbi, EZ, Jyutping, Simplex, Wubi, Ziranma, ZhuYin 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.
japanese/scim-tables-0.5.10 (Score: 0.04155451)
SCIM table based Japanese input methods
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.
korean/scim-tables-0.5.10 (Score: 0.04155451)
SCIM table based Korean input methods
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.
textproc/scim-gtk-1.4.7 (Score: 0.04155451)
Smart Common Input Method platform, gtk module, (Linux Fedora 10)
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.
textproc/scim-libs-1.4.7 (Score: 0.04155451)
Smart Common Input Method libraries (Linux Fedora 10)
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.
textproc/scim-1.4.9 (Score: 0.04155451)
Smart Common Input Method platform
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.
devel/nant-0.92 (Score: 0.041540556)
.NET build tool inspired by Ant
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.
devel/newtonsoft-json-9.0.1 (Score: 0.041502513)
Popular high-performance JSON framework for .NET
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.
net/proxy-connect-100 (Score: 0.041316327)
Command to make network connections via SOCKS and HTTPS proxies
proxy-connect is a simple relaying command to make network connection via SOCKS and HTTPS proxies. It is mainly intended to be used as proxy command for OpenSSH. Features of proxy-connect are: * Supports SOCKS (version 4/4a/5) and HTTPS CONNECT method. * Supports NO-AUTH and USERPASS authentication of SOCKS * Partially supports telnet proxy (experimental). * You can input password from tty, ssh-askpass or environment variable. * Simple and general program independent from OpenSSH. * You can also relay local socket stream instead of standard I/O. Example Usage: Add to ~/.ssh/config Host remote.outside.net ProxyCommand /usr/local/sbin/proxy-connect -S socks:1080 %h %p