Ports 搜索

共有17,773项符合comment.zh_CN%3A%E6%8E%A7%E5%88%B6%E5%8F%B0的查询结果,以下是第2,0012,010项(搜索用时0.008秒)
www/mysqlphp2postgres-0.95 (Score: 0.0024380283)
Convert MySQL calls in a PHP page into PostgreSQL calls
MySQL PHP to PostgreSQL is a program that takes a php page that uses mysql calls and changes them into PostgreSQL calls. This allows any website (if it converts properly :) that was written in PHP for MySQL to run as a website written to run on PostgreSQL.
Connection cache that enforces a max keep alive limit
LWP::UserAgent is the default module for issuing HTTP requests from Perl. It has a keep_alive setting which by default allows unlimited requests to the same server. Some servers will disconnect you after a limited number of requests (in Apache 2 this is achieved with the MaxKeepAliveRequests directive). This module allows you to limit the maximum number of keep alive requests to a server.
www/pglogd-2.3 (Score: 0.0024380283)
Sends web server log entries to a PostgreSQL database
pgLOGd, simply put, is a program that takes web server log entries and sends them to a database. It is called pgLOGd because of the database it was designed to function with, PostgreSQL. It is fast, robust and features fall-back-logging to a text file. It is flexible and typically uses less than 128K of memory.
www/sogo2-2.3.13 (Score: 0.0024380283)
Groupware server with a focus on scalability and open standards
SOGo is a fully supported and trusted groupware server with a focus on scalability and open standards. It provides a rich AJAX-based Web interface and supports multiple native clients through the use of standard protocols such as CalDAV, CardDAV and GroupDAV.
www/thumbnail_index-1998.08.10 (Score: 0.0024380283)
Make an HTML index file for a bunch of images
thumbnail_index - make an HTML index file for a bunch of images Run this script in a web directory consisting of all or mostly image files. It'll create an index.html of thumbnail images, putting the thumbnail files in a hidden subdirectory.
www/sogo3-3.1.5 (Score: 0.0024380283)
Groupware server with a focus on scalability and open standards
SOGo is a fully supported and trusted groupware server with a focus on scalability and open standards. It provides a rich AJAX-based Web interface and supports multiple native clients through the use of standard protocols such as CalDAV, CardDAV and GroupDAV.
chinese/ve-1.1 (Score: 0.0024359236)
NTHU-CS Maple BBS 2.36 的BBS类似的编辑器
NTHU-CS Maple BBS 2.36 的BBS类似的编辑器 除了通常的功能外,它还有一些为程序员设计的特殊功能── 转到指定行(ESC-G) 跨文件的剪切和粘贴(按Ctrl-G查看ve.hlp) 阻塞shift左/右(ESC-J/K,按Ctrl-G查看ve.hlp) 括弧匹配(ESC-[) 搜索(Ctrl-S,ESC-n,ESC-p) (匹配开始行,区分大小写/不区分大小写,向前/向后) 撤销行(ESC - '-',或 ESC-_ ) 撤销删除行(ESC-u) …… 类似emacs的热键 ve是一个小巧的编辑器,约60K。它是woju喜爱的UNIX编辑器。ve的最明显的弱点是 改变制表符为空白符。所以请不要使用ve来编辑制表符很重要的文件, 比如Makefile、sendmail.cf、syslog.conf等等。
astro/accrete-1.0 (Score: 0.0024311745)
Accrete is a physical simulation of solar system planet formation
Accrete is a physical simulation of solar system planet formation, originally published to Usenet-- probably comp.sources.unix-- in 1991 by Joe Nowakowski. This software is in the public domain. This simulation works by modelling a dust cloud around a Sun-like star, injecting a series of masses which collect dust, and form planets. The simulation then determines what the planetary environments will be like in terms of temperature, atmospheric composition, and other factors. The system description is saved to a file named "New.System".
devel/ExtUtils-MakeMaker-7.18 (Score: 0.0024311745)
Designed to write a Makefile for an extension module
This utility is designed to write a Makefile for an extension module from a Makefile.PL. It is based on the Makefile.SH model provided by Andy Dougherty and the perl5-porters. It splits the task of generating the Makefile into several subroutines that can be individually overridden. Each subroutine returns the text it wishes to have written to the Makefile. MakeMaker is object oriented. Each directory below the current directory that contains a Makefile.PL is treated as a separate object. This makes it possible to write an unlimited number of Makefiles with a single invocation of WriteMakefile().
devel/IPC-SharedCache-1.3 (Score: 0.0024311745)
Perl module for managing a SysV IPC shared memory cache
This module provides a shared memory cache accessed as a tied hash. Shared memory is an area of memory that is available to all processes. It is accessed by choosing a key, the ipc_key argument to tie. Every process that accesses shared memory with the same key gets access to the same region of memory. In some ways it resembles a file system, but it is not hierarchical and it is resident in memory. This makes it harder to use than a filesystem but much faster. The data in shared memory persists until the machine is rebooted or it is explicitly deleted.