Ports Search

Results 2,5812,590 of 18,669 for descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE.(0.012 seconds)
misc/heyu2-2.10 (Score: 7.180622E-4)
Control a CM11A interface from the command line
HEYU is a text-based console program for remotely controlling lights and appliances in the home or office. It is made available under a free and open source license. Heyu uses the CM11A computer interface to send and receive X10 control signals over the AC power lines to modules which can turn On, Off, or Dim attached lamps or appliances. It can store a schedule of timed events in the CM11A memory for execution when the computer is turned off or disconnected. Heyu now supports an optional W800RF32A or MR26A RF receiver connected to a second port as an auxiliary input device for X10 RF signals. Heyu can also use an optional CM17A interface to transmit X10 RF signals.
databases/gnatsweb-4.00 (Score: 7.1787316E-4)
Gnatsweb, a GNATS web interface
Gnatsweb is a web interface to GNATS, the GNU Problem Report Management System. It is a Perl CGI script which runs on your web server.
textproc/YAPE-Regex-Explain-4.01 (Score: 7.1787316E-4)
Explanation of a Regular Expression
This module merely sub-classes YAPE::Regex, and produces a rather verbose explanation of a regex, suitable for demonstration and tutorial purposes.
graphics/Image-ExifTool-10.20 (Score: 7.1778457E-4)
Perl module for getting EXIF data from image files
ExifTool is a highly customizable Perl script and module for reading and writing meta information in images. ExifTool reads EXIF, GPS, IPTC, XMP, GeoTIFF, ICC Profile and Photoshop IRB and ID3 meta information from JPG, JP2, TIFF, GIF, BMP, PICT, QTIF, PNG, MNG, JNG, MIFF, PPM, PGM, PBM, XMP, EPS, PS, AI, PDF, PSD, DCM, ACR, THM, CRW, CR2, MRW, NEF, PEF, ORF, RAF, RAW, SRF, MOS, X3F and DNG images, MP3 and WAV audio files, and AVI, MOV and MP4 videos. ExifTool also extracts information from the maker notes of many digital cameras by various manufacturers including Canon, Casio, FujiFilm, JVC/Victor, Kodak, Leaf, Minolta/Konica-Minolta, Nikon, Olympus/Epson, Panasonic/Leica, Pentax/Asahi, Ricoh, Sanyo and Sigma/Foveon. ExifTool writes EXIF, GPS, IPTC, XMP and MakerNotes meta information to JPEG, TIFF, GIF, CRW, THM, CR2, NEF, PEF and DNG images.
graphics/Image-ExifTool-10.20 (Score: 7.1778457E-4)
Perl module for getting EXIF data from image files
ExifTool is a highly customizable Perl script and module for reading and writing meta information in images. ExifTool reads EXIF, GPS, IPTC, XMP, GeoTIFF, ICC Profile and Photoshop IRB and ID3 meta information from JPG, JP2, TIFF, GIF, BMP, PICT, QTIF, PNG, MNG, JNG, MIFF, PPM, PGM, PBM, XMP, EPS, PS, AI, PDF, PSD, DCM, ACR, THM, CRW, CR2, MRW, NEF, PEF, ORF, RAF, RAW, SRF, MOS, X3F and DNG images, MP3 and WAV audio files, and AVI, MOV and MP4 videos. ExifTool also extracts information from the maker notes of many digital cameras by various manufacturers including Canon, Casio, FujiFilm, JVC/Victor, Kodak, Leaf, Minolta/Konica-Minolta, Nikon, Olympus/Epson, Panasonic/Leica, Pentax/Asahi, Ricoh, Sanyo and Sigma/Foveon. ExifTool writes EXIF, GPS, IPTC, XMP and MakerNotes meta information to JPEG, TIFF, GIF, CRW, THM, CR2, NEF, PEF and DNG images.
security/libident-0.32 (Score: 7.1712374E-4)
Small library to interface the ident protocol server (rfc1413)
COPYRIGHT ISSUES: This version of 'libident' is hereby released into the Public Domain. It may be distributed for a fee or without a fee. We only ask you not to pretend you wrote it. If you make any changes, please send sources or a diff of it to us (pen@lysator.liu.se or pell@lysator.liu.se), so we can keep _one_ unified version of libident available... COMMENTS: This is the second stab at a small library to interface to the Ident protocol server. Maybe this will work correctly on some machines.. :-) The ident-tester.c file is a small daemon (to be started from Inetd) that does an ident lookup on you if you telnet into it. Can be used to verify that your Ident server is working correctly. I'm currently running this "ident-tester" on port 114 at lysator.liu.se (130.236.254.1) if you wish to test your server.
devel/IO-Detect-0.005 (Score: 7.170582E-4)
Detect if a given scalar is a filehandle
It is stupidly complicated to detect whether a given scalar is a filehandle (or something filehandle like) in Perl. This module attempts to do so, but probably falls short in some cases. The primary advantage of using this module is that it gives you somebody to blame (me) if your code can't detect a filehandle. The main use case for IO::Detect is for when you are writing functions and you want to allow the caller to pass a file as an argument without being fussy as to whether they pass a file name or a file handle.
audio/liblastfm-1.0.9 (Score: 7.158885E-4)
Qt C++ library for the Last.fm webservices
liblastfm is a collection of libraries to help you integrate Last.fm services into your rich desktop software. It is officially supported software developed by Last.fm staff.
devel/Async-Interrupt-1.21 (Score: 7.158885E-4)
Allow C/XS libraries to interrupt perl asynchronously
This module implements asynchronous notifications that enable you to signal running perl code from another thread, asynchronously, and sometimes even without using a single syscall.
devel/DateTime-Format-DBI-0.041 (Score: 7.1522023E-4)
Find a parser class for a database connection
This module finds a DateTime::Format::* class that is suitable for the use with a given DBI connection (and DBD::* driver). It currently supports the following drivers: MySQL, PostgreSQL (Pg).