Ports Search

Results 7,4517,460 of 18,669 for descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE.(0.012 seconds)
net/unison-2.40.128 (Score: 2.0570685E-4)
User-level file synchronization tool
Unison is a file-synchronization tool for Unix and Windows. It allows two replicas of a collection of files and directories to be stored on different hosts (or different disks on the same host), modified separately, and then brought up to date by propagating the changes in each replica to the other. Unison shares a number of features with tools such as configuration management packages (CVS, PRCS, etc.) distributed filesystems (Coda, etc.) uni-directional mirroring utilities (rsync, etc.) and other synchronizers (Intellisync, Reconcile, etc).
print/lilypond-2.19.47 (Score: 2.0570685E-4)
GNU music typesetter
LilyPond is a music typesetter. It produces sheet music using a high-level description file, which is plain text, as input. You can use your favorite text editor to enter the description files. The font and the layout were inspired by engraved music, but can be modified. The program also has limited MIDI functionality: you can write MIDI files, and there is a MIDI to lilypond conversion tool, midi2ly. Conversion tools for PMX, MUP, ABC, Finale and Musedata are also included. Patrick Atamaniuk
print/lilypond-2.18.2 (Score: 2.0570685E-4)
The GNU music typesetter
LilyPond is a music typesetter. It produces sheet music using a high-level description file, which is plain text, as input. You can use your favorite text editor to enter the description files. The font and the layout were inspired by engraved music, but can be modified. The program also has limited MIDI functionality: you can write MIDI files, and there is a MIDI to lilypond conversion tool, midi2ly. Conversion tools for PMX, MUP, ABC, Finale and Musedata are also included. Patrick Atamaniuk
science/2d-rewriter-1.5 (Score: 2.0570685E-4)
Cellular automata simulator
2d-rewriter is a cellular automata simulator. Key features Declarative input language for rules and initial patterns definition. Ability to emulate Conway's "Life Game" via proper rules specification. Ability to demonstrate self replicating loops. Patterns are tried in 4 orientations. Cell directions are defined against the pattern orientation. Total number of rules can be substantially decreased by using sets and defining patterns using variables. Required run time environment is a minimal X window system installation on a POSIX-compatible system (*BSD/Linux/Mac OS X/Cygwin/...).
science/fastcap-2.0.w.011109 (Score: 2.0570685E-4)
Three-dimensional capacitance extraction program
FastCap computes self and mutual capacitances between ideal conductors of arbitrary shapes, orientations and sizes. The conductors can be embedded in a dielectric region composed of any number of constant-permittivity regions of any shape and size. The algorithm used in FastCap is an acceleration of the boundary-element technique for solving the integral equation associated with the multiple-conductor, multiple-dielectric capacitance extraction problem. The linear system resulting from the boundary-element discretization is solved using a generalized conjugate residual algorithm with a fast multipole algorithm to efficiently compute the iterates. --------------------- This version of fastcap has been cleaned up and enhanced by Stephen R. Whiteley of Whitleley Research Inc. ---------------------
science/gramps-4.2.4 (Score: 2.0570685E-4)
GTK3-based genealogy program
Research, organize and share your family tree with GRAMPS (Genealogical Research and Analysis Management Programming System). Gramps gives you the ability to record the many details of an individual's life as well as the complex relationships between various people, places and events. All of your research is kept organized, searchable and as precise as you need it to be. The Gramps project strives to produce a genealogy program that is both intuitive for hobbyists and feature-complete for professional genealogists. It is a community project, created, developed and governed by genealogists. It is written in Python, using a GTK3 interface.
science/h5py-2.6.0 (Score: 2.0570685E-4)
General-purpose Python interface to the HDF5 library
The h5py package provides both a high- and low-level interface to the HDF5 library from Python. The low-level interface is intended to be a complete wrapping of the HDF5 1.8 API, while the high-level component supports Python-style object-oriented access to HDF5 files, datasets and groups. The goal of this package is not to provide yet another scientific data model. It is an attempt to create as straightforward a binding as possible to the existing HDF5 API and abstractions, so that Python programs can easily deal with HDF5 files and exchange data with other HDF5-aware applications.
security/fprintd-0.6.0 (Score: 2.0570685E-4)
Daemon that provides fingerprint scanning functionality over D-Bus
Fprintd is a D-Bus daemon that offers libfprint functionality over the D-Bus interprocess communication bus. By adding this daemon layer above libfprint, we solve various problems related to multiple applications simultaneously competing for fingerprint readers. While it is not very nice to think of a daemon being necessary in this scenario, fprintd will be launched by D-Bus through the activation mechanism. This means it is launched only when needed, and additionally it will shut itself down after a period of inactivity. (Text copied from link below.)
security/keepass-2.34 (Score: 2.0570685E-4)
Light-weight and easy-to-use password manager
KeePass is a free open source password manager, which helps you to manage your passwords in a secure way. You can put all your passwords in one database, which is locked with one master key or a key file. So you only have to remember one single master password or select the key file to unlock the whole database. The databases are encrypted using the best and most secure encryption algorithms currently known (AES and Twofish). This is the official KeePass application, which was originally only available for Windows, but has now been re-written with .Net and able to be run on BSD, Linux and Mac OS X with Mono.
security/cryptonite-0.6 (Score: 2.0570685E-4)
Cryptography Primitives sink
A repository of cryptographic primitives. * Symmetric ciphers: AES, DES, 3DES, Blowfish, Camellia, RC4, Salsa, ChaCha. * Hash: SHA1, SHA2, SHA3, MD2, MD4, MD5, Kekkak, Skein, Ripemd, Tiger, Whirlpool * MAC: HMAC, Poly1305 * Assymmetric crypto: DSA, RSA, DH, ECDH, ECDSA, ECC, Curve25519, Ed25519 * Key Derivation Function: PBKDF2, Scrypt * Cryptographic Random generation: System Entropy, Deterministic Random Generator * Data related: Anti-Forensic Information Splitter (AFIS) If anything cryptographic related is missing from here, submit a pull request to have it added. This package strive to be a cryptographic kitchen sink that provides cryptography for everyone. Evaluate the security related to your requirements before using.