Ports Search

Results 2,2812,290 of 19,819 for %22HTTP Server%22.(0.007 seconds)
security/Digest-JHash-0.09 (Score: 0.0038018618)
Perl extension for JHash hash algorithm
The Digest::JHash module allows you to use the fast JHash hashing algorithm developed by Bob Jenkins from within Perl programs. The algorithm takes as input a message of arbitrary length and produces as output a 32-bit "message digest" of the input in the form of an unsigned long integer. See http://burtleburtle.net/bob/hash/doobs.html for more information.
security/Nmap-Scanner-1.0 (Score: 0.0038018618)
Perform and manipulate nmap scans using perl
This set of modules provides perl class wrappers for the network mapper (nmap) scanning tool (see http://www.insecure.org/nmap/). Using these modules, a developer, network administrator, or other techie can create perl routines or classes which can be used to automate and integrate nmap scans elegantly into new and existing perl scripts.
security/dicewaregen-1.3 (Score: 0.0038018618)
Simple perl script to generate Diceware dictionaries for passwords
Dicewaregen is simple perl script that generated Diceware dictionaries, that can be used to create secure passwords. Dicewaregen relies on aspell, to make wordlist. Once you have wordlist you can create Diceware dictionary. You can make few dictionaries using different languages, merge them and then make Diceware dictionary. More info about Diceware: http://world.std.com/~reinhold/diceware.html
security/gpsoauth-0.1.0 (Score: 0.0038018618)
Python client library for Google Play Services OAuth
gpsoauth allows python code to use the "master token" flow that KB Sriram described at http://sbktech.blogspot.com/2014/01/inside-android-play-services-magic.html. This is be useful when writing code that poses as a Google app, like gmusicapi does.
sysutils/env4801-0.3 (Score: 0.0038018618)
Output the voltages and temperatures of a Soekris Net4801 computer
Soekris Net4801 Environmental Monitor This is a small program to output the voltages and temperatures from the PC87366 chip in the Net4801 computer from Soekris.com. First run the program with a "-i" to initialize the hardware: # env4801 -i Then, as often as you feel like, read out the measured values: # env4801 http://www.soekris.com/
sysutils/zfs-stats-1.2.2 (Score: 0.0038018618)
Display human-readable ZFS statistics
zfs-stats displays ZFS statistics in human-readable format including ARC, L2ARC, zfetch (DMU) and vdev cache statistics. This script is a fork of Jason J. Hellenthal's <jhell@DataIX.net> arc_summary.pl: http://code.google.com/p/jhell/
textproc/File_MARC-1.1.3 (Score: 0.0038018618)
Parse, modify, and create MARC records
The standard for machine-readable cataloging (MARC) records is documented at http://loc.gov/marc/. This package enables you to read existing MARC records from a file, string, or (using the YAZ extension), from a Z39.50 source. You can also use this package to create new MARC records.
textproc/libsoldout-1.4 (Score: 0.0038018618)
Flexible C library for markdown
lightweight C library that can parse John Gruber's [markdown] (http://daringfireball.net/projects/markdown/) format and convert it into several formats and can be easily extended. It also provides two usage examples: - mkd2html: markdown to xhtml conversion. - mkd2man: markdown to manpage conversion.
textproc/Text-Hatena-0.20 (Score: 0.0038018618)
Perl extension for formatting text with Hatena Style
Text::Hatena parses text with Hatena Style and generates html string. Hatena Style is a set of text syntax which is originally used in Hatena Diary (http://d.hatena.ne.jp/). You can get html string from simple text with syntax like Wiki.
textproc/Text-WikiCreole-0.07 (Score: 0.0038018618)
Implementation of the Wiki Creole markup language
Text::WikiCreole implements the Wiki Creole markup language, version 1.0, as described at http://www.wikicreole.org. It reads Creole 1.0 markup and returns XHTML. In addition to the official Creole 1.0 markup elements, it also supports several extensions, such as plugins, superscript, subscript, underline, definition lists, indented paragraphs, plugins, etc.