Ports Search

Results 431440 of 17,773 for comment.zh_CN%3A%E6%8E%A7%E5%88%B6%E5%8F%B0.(0.01 seconds)
devel/infix-19960628 (Score: 0.008442711)
Lisp macro for reading math expressions in infix form
This is an implementation of an infix reader macro. It should run in any valid Common Lisp and has been tested in Allegro CL 4.1, Lucid CL 4.0.1, MCL 2.0 and CMU CL. It allows the user to type arithmetic expressions in the traditional way (e.g., 1+2) when writing Lisp programs instead of using the normal Lisp syntax (e.g., (+ 1 2)). It is not intended to be a full replacement for the normal Lisp syntax. It is known to be compatible with CMUCL, CLISP, MCL, and SBCL. Written by Mark Kantrowitz, School of Computer Science, Carnegie Mellon University, March 1993.
net/sbd-1.37 (Score: 0.008442711)
Netcat clone with more features and crypto
sbd is a Netcat-clone, designed to be portable and offer strong encryption. It runs on Unix-like operating systems and on Microsoft Win32. sbd features AES-CBC-128 + HMAC-SHA1 encryption (by Christophe Devine), program execution (-e option), choosing source port, continuous reconnection with delay, and some other nice features. Only TCP/IP communication is supported. Source code and binaries are distributed under the GNU General Public License. sbd can be used for any number of network-related things, e.g.: * Secure file transfer * Remote administration * Simple (but secure) peer-to-peer chat * Pen-test tool (crypto avoids NIDS detection and telnet-style traffic recording)
textproc/Text-Bastardize-0.08 (Score: 0.008442711)
Corruptor of innocent text
Bastardize provides an magical object into which text can be charged and then returned in various, slighty modified ways. Among others, bastardize has the following methods: rdct converts english to hyperreductionist english (ex. "english" becomes "") pig pig latin (ex. "hi there" becomes "ihay erethay") k3wlt0k a k3wlt0kizer developed originally by Fmh rot13 implements rot13 "encryption" in perl (ex. "foo bar" becomes "sbb one") rev reverses the arrangement of characters censor attempts to censor text which might be innaproriate n20e performs numerical abbreviations (ex. "numerical_abbreviation" becomes "n20e")
www/mod_whatkilledus-2.0 (Score: 0.008419653)
Logs a report when a child process crashes
mod_whatkilledus is an experimental module for Apache httpd 2.x which tracks the current request and logs a report of the active request when a child process crashes. Requirements: Apache httpd >= 2.0.49 must be built with the --enable-exception-hook configure option and mod_so enabled. Activating mod_whatkilledus: 1. Load it like any other DSO. LoadModule whatkilledus_module modules/mod_whatkilledus.so 2. Enable exception hooks for modules like mod_whatkilledus: EnableExceptionHook On 3. Choose where the report on current activity should be written. If you want it reported to some place other than the error log, use the WhatKilledUsLog directive to specify a fully-qualified filename for the log. Note that the web server user id (e.g., "nobody") must be able to create or append to this log file, as the log file is not opened until a crash occurs.
www/snap-core-0.9.7.2 (Score: 0.008390348)
Snap: A Haskell Web Framework (core interfaces and types)
Snap is a simple and fast web development framework and server written in Haskell. This library contains the core definitions and types for the Snap framework, including: 1. Primitive types and functions for HTTP (requests, responses, cookies, post/query parameters, etc). 2. Type aliases and helper functions for Iteratee I/O. 3. A monad for programming web handlers called "Snap", inspired by happstack's, which allows: - Stateful access to the HTTP request and response objects. - Monadic failure (i.e. MonadPlus/Alternative instances) for declining to handle requests and chaining handlers together. - Early termination of the computation if you know early what you want to return and want to prevent further monadic processing.
databases/gnats-4.1.0 (Score: 0.008343042)
GNATS, the GNU Problem Report Management System
GNU GNATS is a set of tools for tracking bugs reported by users to a central site. It allows problem report management and communication with users through various means, including e-mail, Web and a network daemon. GNATS stores all the information about problem reports in its databases, consisting of plain text files and it provides tools for querying, editing and maintaining these databases.
devel/pcl-1.6 (Score: 0.008343042)
Portable Coroutine Library
The Portable Coroutine Library (PCL) implements the low level functionality for coroutines. For a definition of the term coroutine see The Art of Computer Programming by Donald E. Knuth. Coroutines are a very simple cooperative multitasking environment where the switch from one task to another is done explicitly by a function call.
devel/gyp-20160504 (Score: 0.008343042)
Build System That Generates Other Build Systems
GYP is a Meta-Build system: a build system that generates other build systems. It is intended to support large projects that need to be built on multiple platforms (e.g., Mac, Windows, Linux), and where it is important that the project can be built using the IDEs that are popular on each platform as if the project is a "native" one.
Interface to MaxMind minFraud service
NAME Business::MaxMind::CreditCardFraudDetection - Access MaxMind minFraud services ABSTRACT This module queries the MaxMind minFraud service and returns the results. The service uses a free e-mail database, an IP address geog- raphy database, a bank identification number, and proxy checks to return a risk factor score representing the likelihood that the credit card transaction is fraudulent.
games/wmqstat-0.0.4 (Score: 0.008343042)
Dockapp for monitoring of various Internet game servers
wmQStat is a dockable front-end to qstat by Steve Jankowski, a popular command-line monitor of lots of Internet game servers, i.e. Quake/W/2/3, Hexen2/W, HL/CS/HL2, Tribes/2, RtCW, UT200x, DOOM III, FarCry, to name a few (this list is by far not complete).