Ports Search

Results 8,9118,920 of 17,754 for %E6%8E%A7%E5%88%B6%E5%8F%B0.(0.009 seconds)
devel/raw-0.0.0.20130328 (Score: 7.770591E-5)
Go library for high-level interface to unsafe and reflection packages
RAW is a high-level interface to Go's unsafe and reflection packages, designed to ease both generic programming and low-level memory access.
devel/hexcompare-1.0.2 (Score: 7.770591E-5)
Compare and identify differences between two binary files
hexcompare is a curses-based utility to compare and identify differences between two binary files. These differences are then represented visually with an interactive block diagram.
devel/hgview-1.9.0 (Score: 7.770591E-5)
Fast Mercurial log navigator written in pyqt4
A faster implementation of hgk using pyqt4. Its primary purpose was to be able to browse the Linux kernel mercurial repository.
devel/uniplate-1.6.12 (Score: 7.770591E-5)
Help writing simple, concise, and fast generic operations
Uniplate is a library for writing simple and consie generic operations. Uniplate has similar goals to the original Scap Your Boilerplate work, but is substantially simpler and faster.
devel/yaml-3.11 (Score: 7.770591E-5)
Python YAML parser
PyYAML is a YAML parser and emitter for the Python programming language. PyYAML features : * a complete YAML 1.1 parser. In particular, PyYAML can parse all examples from the specification. The parsing algorithm is simple enough to be a reference for YAML parser implementors. * Unicode support including UTF-8/UTF-16 input/output and \u escape sequences. * low-level event-based parser and emitter API (like SAX). * high-level API for serializing and deserializing native Python objects (like DOM or pickle). * support for all types from the YAML types repository. A simple extension API is provided. * relatively sensible error messages.
devel/hub-2.2.3 (Score: 7.770591E-5)
Introduces git to GitHub
hub is a command line tool that wraps git in order to extend it with extra features and commands that make working with GitHub easier.
devel/injeqt-1.1.0 (Score: 7.770591E-5)
Dependency injection framework for Qt
Injeqt is an attempt to build a powerful and reliable dependency injection framework on Qt's reflection based on MOC (meta-object compiler).
devel/jenkins-2.23 (Score: 7.770591E-5)
Open-source continuous integration server
In a nutshell Jenkins CI is the leading open-source continuous integration server. Built with Java, it provides over 300 plugins to support building and testing virtually any project.
devel/BoundedChan-1.0.3.0 (Score: 7.770591E-5)
Channels with bounded sizes
This library introduces BoundedChan. BoundedChans differ from Chans in that they are guaranteed to contain no more than a certain number of elements.
devel/MemoTrie-0.6.2 (Score: 7.770591E-5)
Trie-based memo functions
Haskell MemoTrie provides a basis for memoized functions over some domains, using tries. It is based on some code got from Spencer Janssen.