Ports 搜索

共有17,754项符合%E6%8E%A7%E5%88%B6%E5%8F%B0的查询结果,以下是第4,0914,100项(搜索用时0.008秒)
devel/geany-plugin-webhelper-1.28 (Score: 1.0989275E-4)
Geany plugin: web development facilities
WebHelper is a plugin for Geany that provides some web development facilities, such as a web page preview and some debugging tools (web inspector).
devel/gecode-4.4.0 (Score: 1.0989275E-4)
Generic Constraint Development Environment
Gecode is a toolkit for developing constraint-based systems and applications. Gecode provides a constraint solver with state-of-the-art performance while being modular and extensible.
devel/cobra-20160816 (Score: 1.0989275E-4)
Commander for modern Go CLI interactions
Cobra is both a library for creating powerful modern CLI applications as well as a program to generate applications and command files.
devel/logutils-0.1 (Score: 1.0989275E-4)
Utilities for slightly better logging in Go (Golang)
logutils is a Go package that augments the standard library "log" package to make logging a bit more modern, without fragmenting the Go ecosystem with new logging packages.
devel/go-metrics-20160521 (Score: 1.0989275E-4)
Golang library for exporting performance and runtime metrics
This library provides a metrics package which can be used to instrument code, expose application metrics, and profile runtime performance in a flexible manner.
devel/hadoop-2.7.2 (Score: 1.0989275E-4)
Apache Map/Reduce framework
The Apache Hadoop software library is a framework that allows for the distributed processing of large data sets across clusters of computers using a simple programming model.
devel/async-2.0.2 (Score: 1.0989275E-4)
Run IO operations asynchronously and wait for their results
This package provides a higher-level interface over threads, in which an Async a is a concurrent thread that will eventually deliver a value of type a. The package provides ways to create Async computations, wait for their results, and cancel them. Using Async is safer than using threads in two ways: - When waiting for a thread to return a result, if the thread dies with an exception then the caller must either re-throw the exception (wait) or handle it (waitCatch); the exception cannot be ignored. - The API makes it possible to build a tree of threads that are automatically killed when their parent dies (see withAsync).
devel/hinotify-0.3.8.1 (Score: 1.0989275E-4)
Haskell binding to inotify
This library provides a wrapper to the Linux Kernel's inotify feature, allowing applications to subscribe to notifications when a file is accessed or modified.
devel/ncurses-0.2.15 (Score: 1.0989275E-4)
Modernised Haskell binding to GNU ncurses
GNU ncurses is a library for creating command-line application with pseudo-graphical interfaces. This package is a nice, modern binding to GNU ncurses.
devel/deepseq-generics-0.1.1.2 (Score: 1.0989275E-4)
GHC.Generics-based Control.DeepSeq.rnf implementation
This package provides a "GHC.Generics"-based 'Control.DeepSeq.Generics.genericRnf' function which can be used for providing a 'rnf' implementation.