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.478.755 Times

Ip Number Tracker freeware
Filter: All | Freeware | Demo
 

Ip Number Tracker

< 1 2 3 4 5 > 
Added: January 27, 2010 | Visits: 1.372

IP::Anonymous IP::Anonymous is a Perl port of Crypto-PAn to provide anonymous IP addresses. SYNOPSIS use IP::Anonymous; @key = (0..31); my $object = new IP::Anonymous(@key); print $object->anonymize("192.0.2.0")."n"; This is a Perl port of Crypto-PAn. Crypto-PAn is a cryptography-based sanitization... Platforms: *nix

License: Freeware Size: 5.12 KB Download (113): IP::Anonymous Download

Added: April 19, 2010 | Visits: 1.297

Linux IP Firewalling Chains Linux IP Firewalling Chains is an update to the 2.0 Linux Firewalling code, for the 2.2 Linux kernel. It is required to administer the IP packet filters in Linux kernel versions 2.1.102 and above. The older Linux firewalling code doesnt deal with fragments, has 32-bit counters (on Intel at... Platforms: *nix

License: Freeware Size: 133.12 KB Download (128): Linux IP Firewalling Chains Download

Added: May 02, 2010 | Visits: 3.081

Asset Tracker Asset Tracker provides an inventory management system. Asset Tracker is an inventory management system that allows flexibility in choosing column names and types and contains a plugin system, an access control system, filtering and sorting in the list view, and bookmarkable pages and views.. Platforms: *nix

License: Freeware Size: 66.56 KB Download (475): Asset Tracker Download

Added: November 21, 2010 | Visits: 1.378

Pol-IP Pol-IP is a complete traffic control system for a Linux NAT box with multiplataform clients. It has a user-friendly wizard to config the system in which you can add, delete or chage, clients or groups bandwith, in a hierarchical structure. The clients get clean statistics about their actual speed... Platforms: *nix

License: Freeware Size: 21.5 KB Download (111): Pol-IP Download

Added: February 27, 2010 | Visits: 881

Number::Encode Number::Encode is a Perl module to encode bit strings into digit strings. SYNOPSIS use Number::Encode qw(nonuniform uniform); Provides a mechanism to convert arbitrary bit-strings into numeric digit strings. The transformation can be uniform or non-uniform depending on the type of... Platforms: *nix

License: Freeware Size: 2.05 KB Download (107): Number::Encode Download

Added: May 16, 2010 | Visits: 1.574

LightWeight Time Tracker LightWeight Time Tracker (LWTT) is a very simple time-tracking program. LightWeight Time Tracker provides independent real-time tracking of multiple tasks (such as programming, lectures, presentations, etc.). The data are saved to an XML file under the home directory.. Lightweight Time Tracker... Platforms: *nix

License: Freeware Size: 81.92 KB Download (165): LightWeight Time Tracker Download

Added: June 17, 2010 | Visits: 494

NetAddr::IP::UtilPP NetAddr::IP::UtilPP is a Perl module with pure Perl functions for NetAddr::IP::Util. SYNOPSIS use NetAddr::IP::UtilPP qw( hasbits isIPv4 shiftleft addconst add128 sub128 notcontiguous ipv4to6 mask4to6 ipanyto6 maskanyto6 ipv6to4 bin2bcd bcd2bin ); use NetAddr::IP::UtilPP... Platforms: *nix

License: Freeware Size: 97.28 KB Download (93): NetAddr::IP::UtilPP Download

Added: October 21, 2010 | Visits: 2.545

BORG Calendar and Task Tracker BORG is a combination calendar and task tracking system. The calendar supports simple todos. The Task Tracker goes way beyond todos. BORG is basically meant to be a small self-contained Java application that you can run locally. Many users run BORG Calendar and Task Tracker from a thumb drive.... Platforms: *nix

License: Freeware Size: 3.7 MB Download (198): BORG Calendar and Task Tracker Download

Added: October 05, 2010 | Visits: 2.268

IP and Ethernet testing Tool IP and Ethernet testing Tool is also known as "IET" and its an ethernet bridge addon for testing of network appliances and applications. Initialy IskraTel extended and customized the NistNet tool. However NistNet functions on IP layer and requires that tested equipment be configured to use... Platforms: *nix

License: Freeware Size: 43.01 KB Download (124): IP and Ethernet testing Tool Download

Added: February 07, 2010 | Visits: 1.127

Netscapes Digg Tracker Netscapes Digg Tracker is a the Firefox extension that helps you keep tabs on what stories your Digg friends are digging, submitting, and commenting on. A new toolbar button (shown in the preview image) features the Digg digger. When there is new activity by your friends (i.e., a new comment or a... Platforms: *nix

License: Freeware Size: 20.48 KB Download (94): Netscapes Digg Tracker Download

Added: October 21, 2010 | Visits: 1.228

Digg Tracker Digg Tracker is an extension provided by Netscape which allows you to keep tabs on what stories you and your friends are diggin. Netscapes Digg Tracker extension helps you keep tabs on what stories your Digg friends are digging, submitting, and commenting on. A new toolbar button (shown in the... Platforms: *nix

License: Freeware Size: 19.46 KB Download (100): Digg Tracker Download

Added: October 08, 2010 | Visits: 2.203

Network Tracker and Management Network Tracker and Management is a Web-based network management application. Network Tracker and Management can store information about all of your network devices, and allows you to track all changes and updates made to the device. Having this information readily available will enhance your... Platforms: *nix

License: Freeware Size: 12.29 KB Download (224): Network Tracker and Management Download

Added: January 02, 2010 | Visits: 1.512

IP::Country IP::Country is a tool for fast lookup of country codes from IP addresses. Finding out the country of a client using only the IP address can be difficult. Looking up the domain name associated with that address can provide some help, but many IP address are not reverse mapped to any useful... Platforms: *nix

License: Freeware Size: 163.84 KB Download (116): IP::Country Download

Added: April 19, 2010 | Visits: 828

Number::WithError Number::WithError is a Perl module that contains numbers with error propagation and scientific rounding. SYNOPSIS use Number::WithError; my $num = Number::WithError->new(5.647, 0.31); print $num . "n"; # prints 5.65e+00 +/- 3.1e-01 # (I.e. it automatically does scientific rounding) my... Platforms: *nix

License: Freeware Size: 27.65 KB Download (90): Number::WithError Download

Added: July 27, 2010 | Visits: 968

Number::Latin Number::Latin is a Perl module that can convert to/from the number system "a,b,...z,aa,ab..." SYNOPSIS use Number::Latin; print join( , map int2latin($_), 1 .. 30), "n"; # # Prints: # a b c d e f g h i j k l m n o p q r s t u v w x y z aa ab ac ad Some applications, notably the... Platforms: *nix

License: Freeware Size: 5.12 KB Download (103): Number::Latin Download

Added: June 27, 2010 | Visits: 2.318

Serial Over IP Serial Over IP is a tool for the transport of serial interfaces over UDP/IP. It is very usefull for connecting distant equipment that run via a serial interfaces to a local computer. One linux will be server and one will be client. On the server you can start the program typing the following... Platforms: *nix

License: Freeware Size: 163.84 KB Download (235): Serial Over IP Download

Added: July 01, 2010 | Visits: 943

Number::Interval Number::Interval is a Perl module that can implement a representation of a numeric interval. SYNOPSIS use Number::Interval; $i = new Number::Interval( Min => -4, Max => 20); $i = new Number::Interval( Min => 0 ); $is = $i->contains( $value ); $status = $i->intersection( $i2 ); print... Platforms: *nix

License: Freeware Size: 6.14 KB Download (108): Number::Interval Download

Added: May 26, 2010 | Visits: 1.173

Static IP configurator Static IP configurator is a network configurator for static IP address by using kommander.. Platforms: *nix

License: Freeware Size: 10.24 KB Download (150): Static IP configurator Download

Added: February 03, 2010 | Visits: 1.155

Net::BitTorrent::LibBT::Tracker Net::BitTorrent::LibBT::Tracker is a Perl module to access a tracker running under libbttracker. SYNOPSIS use Net::BitTorrent::LibBT::Tracker; my $tracker = Net::BitTorrent::LibBT::Tracker->new("/path/to/tracker"); print "Tracker has ", $tracker->num_peers, " peers.n"; The... Platforms: *nix

License: Freeware Size: 21.5 KB Download (217): Net::BitTorrent::LibBT::Tracker Download

Added: October 07, 2010 | Visits: 1.433

IP Observer IP Observer provides you with a way to observe your assigned IP adress also behind a internet router and give a new adress to people by email. The assigned IP adress from yor privider changed every day. Also at Flatrates there is a cut of. So you canĀ“t access to your computer from outside... Platforms: *nix

License: Freeware Size: 1024 KB Download (160): IP Observer Download

< 1 2 3 4 5 >