Ports Search

Results 141150 of 17,754 for %E6%8E%A7%E5%88%B6%E5%8F%B0.(0.006 seconds)
devel/B-Hooks-EndOfScope-0.21 (Score: 0.0429795)
Execute code after a scope finished compilation
This module allows you to execute code when perl finished compiling the surrounding scope.
devel/B-Hooks-OP-Check-0.19 (Score: 0.041961636)
Wrap OP check callbacks
This module provides a c api for XS modules to hook into the callbacks of PL_check.
devel/B-Hooks-OP-PPAddr-0.03 (Score: 0.041961636)
Hook into opcode execution
This module provides a C api for XS modules to hook into the execution of perl opcodes.
devel/B-Hooks-Parser-0.17 (Score: 0.041870978)
Interface to perls parser variables
This module provides an API for parts of the perl parser. It can be used to modify code while it's being parsed.
converters/ascii2binary-2.14 (Score: 0.040761564)
Convert between textual representations of numbers and binary
These programs convert between textual and binary representations of numbers. ascii2binary reads input consisting of textual representations of numbers separated by whitespace and produces as output the binary equivalents. The type and precision of the binary output is selected using command line flags. binary2ascii reads input consisting of binary numbers and converts them to their textual representation. Command line flags specify the type and size of the binary numbers and provide control over the format of the output. Unsigned integers may be written out in binary, octal, decimal, or hexadecimal. Signed integers may be written out only in binary or decimal. Floating point numbers may be written out only decimal, either in standard or scientific notation. (If you want to examine the binary representation of floating point numbers, just treat the input as a sequence of unsigned characters.) The two programs are useful for generating test data, for inspecting binary files, and for interfacing programs that generate textual output to programs that require binary input and conversely. They can also be useful when it is desired to reformat numbers.
games/xboard-4.9.1 (Score: 0.03978774)
X frontend for Crafty, GNUChess, Chess Servers, or e-mail chess
Xboard is a graphical chessboard that can serve as a user interface for Crafty, GNU Chess, for Internet Chess Servers, or for electronic mail correspondence chess. xboard can also be used by itself.
textproc/dsv-1.4.1 (Score: 0.03977467)
Python module to parse or write delimeter-separated (e.g. CSV) files
Paraphrasing the website: Python-DSV is a Python module for importing and exporting DSV (delimiter separated values) files. DSV is a generalization of CSV (comma separated values). CSV is a common file format used by many programs to import and export data. Features: - Pure Python - Optional wxPython GUI - Optional heuristics for determining file format - Handles embedded quotes, delimiters and newlines - Customizable error handling - Simple to use - Portable
converters/dumpasn1-20141219 (Score: 0.039747965)
Dumps the contents of an ASN.1 encoded file, e.g. an SSL certificate
dumpasn1 is an ASN.1 parser which dumps the contents of an ASN.1-encoded file, as well as interpreting the OIDs contained in the file into human-readable format. Dumpasn1 is intended for examining the contents of PKI certificates and comes with a full list of security-related OIDs, but can be easily extended to parse other OIDs as well.
audio/gramofile-1.6P (Score: 0.03973279)
Audio recording and tick/scratch reduction for e.g. vinyl records
This is version 1.6P-7 of GramoFile (patches are from the debian package). With this program you can record audio of (for example) gramophone records, process the signal and listen to the results. Because sound files of the .WAV-format are used, it is possible to exchange the files with many other programs. Cdrecord(1) can burn CD-Recordables of these, so you can make CDs with the music of your favorite records. The user interface of GramoFile has a windows-like look-and-feel, making it fairly easy to use. One of the most important parts of GramoFile is the ability to process digital audio signals. Through the application of several filters it is possible to accomplish a significant reduction of disturbances like ticks and scratches. Another interesting feature is the track splitting. Just make one .wav file of an entire side of an record and GramoFile will detect where the individual tracks are located. This happens fully automatically, without need to set any options. More experienced users may fine-tune the algorithm, or change the detected track starts and ends, but generally that will not be necessary. Track-times are saved in an editable (plaintext) .tracks file, that will be used during the signal processing to produce one processed .wav file for each individual track.
devel/Module-CheckVersion-0.07 (Score: 0.03969616)
Check module (e.g. latest version) with CPAN (or equivalent repo)
Module::CheckVersion checks latest version of modules with CPAN (or equivalent repo).