Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.468.449 Times

Dns Report freeware
Filter: All | Freeware | Demo
 

Dns Report

1 2 3 4 5 > 
Released: June 12, 2012  |  Added: June 12, 2012 | Visits: 667

DNS Benchmark DNS Benchmark is a unique, comprehensive and accurate application to determine the exact performance of local and remote DNS nameservers. This DNS Benchmark will give you visibility into what's going on with your system's currently assigned DNS servers by automatically comparing their performance...



Platforms: Windows

License: Freeware Size: 164 KB Download (60): DNS Benchmark Download

Released: October 10, 2006  |  Added: October 10, 2006 | Visits: 3.333

Report Sharp-Shooter Express Report Sharp-Shooter Express is the first, free reporting engine of such high class. The component is designed for .NET Framework 1.1 and 2.0 and provides vast capabilities for designing professional and multi-functional reports in Windows Forms applications. The product supports all .NET data...





Platforms: Windows

License: Freeware Size: 31.78 MB Download (263): Report Sharp-Shooter Express Download

Added: November 26, 2010 | Visits: 1.133

DNS::Zone DNS::Zone contains a collection of Perl modules which provide an abstraction of name service zones as well as server specific adaptors for concrete file representations. The modules origin is the ZoneMaster project which make heavy use of the module for comprehensive zone file management. Go to...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (95): DNS::Zone Download

Added: January 13, 2010 | Visits: 1.154

DNS::Config DNS::Config is a Perl module with DNS Configuration. SYNOPSIS use DNS::Config; my $config = new DNS::Config(); $config->debug(); ABSTRACT This class represents a configuration for a domain name service daemon (DNS). A domain name service daemon configuration knows about the zone...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (100): DNS::Config Download

Added: October 18, 2010 | Visits: 1.024

Net::DNS::ValueDomain::DDNS Net::DNS::ValueDomain::DDNS is a Perl module to update your Value-Domain (https://www.value-domain.com/) DynamicDNS records. SYNOPSIS use Net::DNS::ValueDomain::DDNS; # Normal usage my $ddns = Net::DNS::ValueDomain::DDNS->new; $ddns->update( domain => example.com, password => 1234,...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (114): Net::DNS::ValueDomain::DDNS Download

Added: June 07, 2010 | Visits: 2.335

Snort Report Snort Report is an add-on module for the Snort Intrusion Detection System. Snort Report add-on provides realtime reporting from the MySQL database generated by Snort. It has been tested on Redhat 6.2, 7.0, 7.1, and OpenBSD 2.9.. Symmetrix Technologies is a complete network integrator and...


Platforms: *nix

License: Freeware Size: 43.01 KB Download (142): Snort Report Download

Added: March 03, 2010 | Visits: 1.522

MP3 Report Generator MP3 Report Generator is a customizable program to scan a list of (sub)directories, creating a report from an HTML template. Also calculates various statistics and each songs playing time. Supports ID3 and ID3v2 tags. All options can be configured through the command line, see mp3report.pl...


Platforms: *nix

License: Freeware Size: 36.86 KB Download (103): MP3 Report Generator Download

Added: August 15, 2010 | Visits: 2.213

American Express Expense Report to QIF Converter American Express Expense Report to QIF Converter project is a utility that converts American Express expense reports into QIF. There are three main reasons: 1. American Express only offers QIF files for the last 6 months of activity whereas the expense reports go back 2 years. You can also...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (176): American Express Expense Report to QIF Converter Download

Added: July 20, 2010 | Visits: 1.688

DNS Flood Detector DNS Flood Detector was developed to detect abusive usage levels on high traffic nameservers and to enable quick response in halting (among other things) the use of ones nameserver to facilitate spam. DNS Flood Detector uses libpcap (in non-promiscuous mode) to monitor incoming dns queries to a...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (227): DNS Flood Detector Download

Added: February 24, 2010 | Visits: 1.291

DNS name parser DNS name parser is a Java utility library for parsing dns names, ip and hw addresses. Synopsis import su.netdb.parser.*; Parser parser = new Parser(); Hashtable result = parser.parse(str); System.out.println("string: "+result.get("string")); System.out.println("hw: "+result.get("hw"));...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (105): DNS name parser Download

Added: July 13, 2010 | Visits: 1.369

Java Stencil Report Java Stencil Report is designed to write school reports in a fast way by a set of user-inserted sentences. The project has a small vector graphics editor to create a full customizable print model. Java Stencil Report is designed for schools, but can be used to write any kind of judgement. It does...


Platforms: *nix

License: Freeware Download (92): Java Stencil Report Download

Added: September 02, 2010 | Visits: 1.620

JUnit PDF Report JUnit PDF Report project generates a PDF report from JUnit test results. It uses Apache Ant to execute the generation, and Apache FOP to render the PDF document. While automating tests for my company, I found that everything I need is available in the open source community, except printable...


Platforms: *nix

License: Freeware Size: 204.8 KB Download (130): JUnit PDF Report Download

Added: February 24, 2010 | Visits: 1.059

Data::Report Data::Report provides a framework for flexible reporting. Data::Report is a flexible, plugin-driven reporting framework. It makes it easy to define reports that can be produced in text, HTML and CSV. Textual ornaments like extra empty lines, dashed lines, and cell lines can be added in a way...


Platforms: *nix

License: Freeware Size: 16.38 KB Download (97): Data::Report Download

Added: July 01, 2010 | Visits: 2.070

Net::DNS::ZoneFile Net::DNS::ZoneFile is a Perl extension to convert a zone file to a collection of RRs. SYNOPSIS use Net::DNS::ZoneFile; my $rrset = Net::DNS::ZoneFile->read($filename[, $root]); print $_->string . "n" for @$rrset; my $rrset = Net::DNS::ZoneFile->readfh($fh[, $root]); # OR my $rrset =...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (98): Net::DNS::ZoneFile Download

Added: July 24, 2010 | Visits: 1.086

Mail::Abuse::Report SYNOPSIS use Mail::Abuse::Report; my $r = new Mail::Abuse::Report ( -text => $report_text, -reader => $reader, -filters => [ $f1, $f2, ... ], -parsers => [ $i1, $i2, ... ], -processors => [ $p1, $p2, ... ], -debug => 1, -config => $config_file, ); This class encapsulates an abuse...


Platforms: *nix

License: Freeware Size: 91.14 KB Download (93): Mail::Abuse::Report Download

Added: May 11, 2010 | Visits: 1.121

POP3 DNS updater popdns is a small daemon that aims at simplifying the use of DHCP-configured machines by allowing them to dynamically update their DNS entry using (nearly) any POP3-capable e-mail tool. After having configured a new e-mail source (with the POP3 protocol), users are authenticated using their...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (97): POP3 DNS updater Download

Added: January 10, 2010 | Visits: 3.631

Squid Report Generator SRG is a Squid Report Generator designed for the needs of CRCnet. None of the existing report generators could provide the exact solution that we required and we decided to start from scratch rather than trying to modify an existing progamme. SRG is designed to be fast and easy to integrate in...


Platforms: *nix

License: Freeware Size: 63.49 KB Download (211): Squid Report Generator Download

Added: July 09, 2010 | Visits: 2.155

Progress Report Manager Progress Report Manager project is a system for entering and sending school progress reports for teachers and parents. The Progress Report Manager was built to alleviate problems experienced with traditional school progress reports. Administrators create progress reports that are...


Platforms: *nix

License: Freeware Size: 225.28 KB Download (223): Progress Report Manager Download

Added: May 26, 2010 | Visits: 982

Net::DNS Net::DNS::RR::A is a DNS A resource record. Net::DNS is a DNS resolver implemented in Perl. It allows the programmer to perform nearly any type of DNS query from a Perl script. For details and examples, please read the Net::DNS manual page. To read about the latest features, see the Changes...


Platforms: *nix

License: Freeware Size: 133.12 KB Download (111): Net::DNS Download

Added: February 16, 2010 | Visits: 1.399

Blahz-DNS Blahz-DNS is PHP/MySQL based DNS (BIND 9/tinydns) administration with support for primary and secondary zones, user authentication, User and Admin account types (with read-only versions), and restricted access for user accounts to certain primary and secondary zones. Whats New in This Release:...


Platforms: *nix

License: Freeware Size: 23.55 KB Download (101): Blahz-DNS Download

1 2 3 4 5 >