Ports Search

Results 13,11113,120 of 18,669 for descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE.(0.023 seconds)
irc/ii-1.7 (Score: 4.0166942E-5)
Minimalist FIFO and filesystem-based IRC client
ii is a minimalist FIFO and filesystem-based IRC client. It creates an irc directory tree with server, channel and nick name directories. In every directory a FIFO in file and a normal out file is created. The in file is used to communicate with the servers and the out files contain the server messages. For every channel and every nick name there are related in and out files created. This allows IRC communication from command line and adheres to the Unix philosophy.
irc/irssi-xmpp-0.53 (Score: 4.0166942E-5)
Irssi plugin to connect to Jabber network
irssi-xmpp's aim is to provide a good integration in this text-based irc client and a good support of XMPP (the Jabber protocol). Its main features are: * Sending and receiving messages in irssi's query windows * A roster with contact & resource tracking (contact list) * Contact management (add, remove, manage subscriptions) * MUC (Multi-User Chat) * Tab completion of commands, JIDs and resources * Message Events ("composing") * Support for multiple accounts * Unicode support (UTF-8) * SSL and HTTP proxy support * ...
japanese/jvim-3.0.j2.1b (Score: 4.0166942E-5)
Japanized Vim-3.0
JVim 3.0 is a text editor with upward-compatibility to vi. It can handle both ASCII and Japanese(SJIS/JIS/EUC/Unicode) text, and has useful feature for editing source code. It has a lot of enhancements compared to the normal vi: multi level undo, command line editing, filename completion, online help, quoting, etc.. Read difference.doc for a summary of the differences between vi and Vim.
lang/nx-2.0.0 (Score: 4.0166942E-5)
Highly flexible, Tcl-based, object-oriented scripting language
NX is a highly flexible, Tcl-based, object-oriented scripting language. It is a descendant of XOTcl and was designed based on 10 years of experience with XOTcl in projects containing several hundred thousand lines of code. While XOTcl was the first language designed to provide language support for design patterns and to provide a highly dynamic programming environment, the Next Scripting Framework (NSF) and NX add to these features support for language-oriented programming.
lang/JavaScript-Value-Escape-0.07 (Score: 4.0166942E-5)
Perl extension to avoid XSS with JavaScript value interpolation
There are a lot of XSS, a security hole typically found in web applications, caused by incorrect (or lack of) JavaScript escaping. This module is aimed to provide a secure JavaScript escaping to avoid XSS with JavaScript values. The escaping routine JavaScript::Value::Escape provides escapes q!"!, q!'!, q!&!, q!=!, q!-!, q!+!, q!;!, q!<!, q!>!, q!/!, q!\! and control characters to JavaScript unicode entities like "\u0026".
mail/esmtp-1.2 (Score: 4.0166942E-5)
Relay-only Mail Transfer Agent with sendmail compatible syntax
esmtp is a user configurable relay-only Mail Transfer Agent (MTA) with a sendmail compatible syntax. It's based on libESMTP supporting the AUTH (including the CRAM-MD5 and NTLM SASL mechanisms) and the StartTLS SMTP extensions. These are the esmtp features: * fully sendmail command line compatible, * supports the AUTH SMTP extension, with the CRAM-MD5 and * NTLM SASL mechanisms, * support the StartTLS SMTP extension, * requires no administration privileges, * individual user configuration, * does not receive mail, expand aliases or manage a queue.
mail/libsieve-2.3.1 (Score: 4.0166942E-5)
Library for parsing, sorting, and filtering mail
libSieve provides a library to interpret Sieve scripts, and to execute those scripts over a given set of messages. The return codes from the libSieve functions let your program know how to handle the message, and then it's up to you to make it so. libSieve makes no attempt to have knowledge of how SMTP, IMAP, or anything else work; just how to parse and deal with a buffer full of emails. The rest is up to you!
mail/bogofilter-1.2.4 (Score: 4.0166942E-5)
Fast, teachable, learning spam detector
Bogofilter is a trainable email spam detector. Bogofilter takes an email message or other text on standard input, parses it into words, does a statistical check against databases of "good" and "bad" words, and returns a status code indicating whether or not the message is spam. Bogofilter decodes base64 or quoted-printable encoded texts and ignores non-text attachments and HTML comments. The supported database backends are Berkeley DB, QDBM and SQLite3.
math/dlmodeler-1.2.1 (Score: 4.0166942E-5)
Generalized Dynamic Linear Modeler
dlmodeler is a set of user-friendly functions to simplify the state-space modelling, fitting, analysis and forecasting of Generalized Dynamic Linear Models (DLMs). It includes functions to name and extract individual components of a DLM, build classical seasonal time-series models (monthly, quarterly, yearly, etc. with calendar adjustments) and provides a unified interface compatible with other state-space packages including: dlm, FKF and KFAS.
math/cminpack-1.3.5 (Score: 4.0166942E-5)
Solving nonlinear equations and nonlinear least squares problems
Minpack includes software for solving nonlinear equations and nonlinear least squares problems. Five algorithmic paths each include a core subroutine and an easy-to-use driver. The algorithms proceed either from an analytic specification of the Jacobian matrix or directly from the problem functions. The paths include facilities for systems of equations with a banded Jacobian matrix, for least squares problems with a large amount of data, and for checking the consistency of the Jacobian matrix with the functions