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

Wifi Data Usage Meter freeware
Filter: All | Freeware | Demo
 

Wifi Data Usage Meter

< 1 2 3 4 5 > 
Released: November 18, 2011  |  Added: July 07, 2012 | Visits: 1.548

Network Meter Network Meter is a most advance network desktop gadget. It will show your SSID (Service Set Identifier), signal quality, internal IP address, external IP address, IP lookup with Google maps, speed test, upload speed, download speed, remaining (usage and day), total of usage and whether your...



Platforms: Windows

License: Freeware Size: 105.8 KB Download (146): Network Meter Download

Released: May 09, 2011  |  Added: July 07, 2012 | Visits: 1.419

GPU Meter GPU Meter is very useful gadget that monitoring your GPU (graphics processing unit) or graphic card. It will show your GPU (vendor, model, clock speed, temperature, usage), memory (clock speed, size, usage), fan (speed, usage), shader clock speed, PCB temperature and PCI express.





Platforms: Windows

License: Freeware Size: 523.29 KB Download (184): GPU Meter Download

Released: August 19, 2012  |  Added: August 19, 2012 | Visits: 765

Net Usage Item The Net Usage Project is aimed at providing internet usage indicators for the Firefox browser. It works by fetching numbers from an XML feed or usage web page provided by the ISP. This project is targetted towards Australian Broadband Users whose broadband connections are encumbered with...


Platforms: Windows

License: Freeware Download (52): Net Usage Item Download

Released: July 24, 2012  |  Added: July 24, 2012 | Visits: 830

Simple Internet Meter Lite The Simple Internet Meter Lite application was developed to be a bandwidth monitor. After my program CS Fire Monitor came out years ago I had many requests for added features. Many of those features where not possible to add using the Windows API. Such as seeing what is internet traffic and what...


Platforms: Windows

License: Freeware Size: 2.92 MB Download (54): Simple Internet Meter Lite Download

Released: June 20, 2013  |  Added: July 10, 2013 | Visits: 707

CPU Meter Pro A free utility for modern microprocessors, displaying the usage for all their cores. It continuously reads each logical processor's usage, showing the data on big dials, as analog hand rotation and numeric percentage. It also offers you general information about your microprocessor (brand, type,...


Platforms: Windows

License: Freeware Size: 270 KB Download (867): CPU Meter Pro Download

Added: March 10, 2006 | Visits: 8.486

iPIG WiFi Hotspot VPN Security iPig creates a secure "tunnel" that protects your communications (Email, Web, IM, VOIP, calls, FTP, etc.) at any Wi-Fi hotspot or wired network. iPig works with any kind of Internet connection (Wifi, WLAN, wired ethernet). NO configuration required. iPIG shields your data from even the most...


Platforms: Windows

License: Freeware Size: 655 KB Download (1661): iPIG WiFi Hotspot VPN Security Download

Released: June 06, 2008  |  Added: June 16, 2008 | Visits: 1.719

ManicTime ManicTime automatically collects data on your computer usage. It records active and away time, as well as which applications you used and for how long you used them. The data ManicTime collects is stored in a local database on your computer. Collected data is private, which means it is not...


Platforms: Windows

License: Freeware Size: 2.67 MB Download (167): ManicTime Download

Added: February 27, 2010 | Visits: 1.144

Data::Validator::Item Data::Validator::Item is a Factory Class to validate data items. This is an attempt to create an object which will permit semi-automatic verification of a data value. SYNOPSIS use Data::Validator::Item; my $item = Data::Validator::Item->new(); #Create a new Data::Validator::Item, called...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (95): Data::Validator::Item Download

Added: August 11, 2010 | Visits: 824

Data::Stag Data::Stag is a Perl module with structured tags datastructures. SYNOPSIS # PROCEDURAL USAGE use Data::Stag qw(:all); $doc = stag_parse($file); @persons = stag_find($doc, "person"); foreach $p (@persons) { printf "%s, %s phone: %sn", stag_sget($p, "family_name"), stag_sget($p,...


Platforms: *nix

License: Freeware Size: 440.32 KB Download (93): Data::Stag Download

Added: February 06, 2010 | Visits: 1.045

Data::CTable Data::CTable is a Perl module that helps you read, write, manipulate tabular data. SYNOPSIS ## Read some data files in various tabular formats use Data::CTable; my $People = Data::CTable->new("people.merge.mac.txt"); my $Stats = Data::CTable->new("stats.tabs.unix.txt"); ## Clean stray...


Platforms: *nix

License: Freeware Size: 153.6 KB Download (95): Data::CTable Download

Added: July 10, 2010 | Visits: 1.525

ht://Miner ht://Miner is a system for Web usage mining and data warehousing that allows for the discovery of knowledge from data (KDD) regarding usage on the Web, such as unique visitors, sessions, and transactions. The information is then organized in the PostgreSQL RDMBS.. ht://Check is a linux console...


Platforms: *nix

License: Freeware Size: 1024 KB Download (100): ht://Miner Download

Added: March 16, 2010 | Visits: 1.104

Data::Diff Data::Diff is a data structure comparison module. SYNOPSIS use Data::Diff qw(diff); # simple procedural interface to raw difference output $out = diff( $a, $b ); # OO usage $diff = Data::Diff->new( $a, $b ); $new = $diff->apply(); $changes = $diff->diff_a(); Data::Diff computes the...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (96): Data::Diff Download

Added: October 15, 2010 | Visits: 1.057

Data::Dumper Data::Dumper module contains stringified perl data structures, suitable for both printing and eval. SYNOPSIS use Data::Dumper; # simple procedural interface print Dumper($foo, $bar); # extended usage with names print Data::Dumper->Dump([$foo, $bar], [qw(foo *ary)]); # configuration...


Platforms: *nix

License: Freeware Size: 31.74 KB Download (97): Data::Dumper Download

Added: August 02, 2010 | Visits: 1.123

The Data Mine The Data Mine is a search engine designed to give users an unusually powerful interface. It is designed around human-computer intelligent interaction (making the computer a tool so humans can use their intelligence). The project divides the screen into two halves: one lets you find all the...


Platforms: *nix

License: Freeware Size: 71.68 KB Download (95): The Data Mine Download

Added: July 14, 2010 | Visits: 1.220

Data::Type Data::Type is a Perl module with versatile data and value types. SYNOPSIS use Data::Type qw(:all); use Error qw(:try); try { verify $email , EMAIL; verify $homepage , URI(http); verify $cc , CREDITCARD( MASTERCARD, VISA ); verify $answer_a , YESNO; verify $gender , GENDER; verify...


Platforms: *nix

License: Freeware Size: 22.53 KB Download (97): Data::Type Download

Added: July 14, 2010 | Visits: 915

Data::Serializer Data::Serializer package contains modules that serialize data structures. SYNOPSIS use Data::Serializer; $obj = Data::Serializer->new(); $obj = Data::Serializer->new( serializer => Storable, digester => MD5, cipher => DES, secret => my secret, compress => 1, ); $serialized =...


Platforms: *nix

License: Freeware Size: 25.6 KB Download (93): Data::Serializer Download

Added: July 02, 2010 | Visits: 2.327

JACK Meter Jack Meter is a basic console based DPM (Digital Peak Meter) for JACK. I wrote it for quickly checking remote signal levels, without having to run X11 to use a pretty graphical meter such as meterbridge. Usage Usage jack_meter [-f freqency] [-r ref-level] [-w width] [-n] [< port >, ...]...


Platforms: *nix

License: Freeware Size: 143.36 KB Download (272): JACK Meter Download

Released: September 24, 2012  |  Added: September 24, 2012 | Visits: 1.558

Speed Test The Ultimate Speed Test: - Speed Test (Actual Maximum speed) - Monitor Upload/Download transfer - Ping Testing - Website Downtime/Error monitoring - Website response time, connection time and bandwidth - QOS - WIFI Signal strength - LAN/WAN/Home network bandwidth testing - CPU Usage - Memory...


Platforms: Windows

License: Freeware Size: 4.91 MB Download (176): Speed Test Download

Released: July 24, 2012  |  Added: July 24, 2012 | Visits: 893

CommView Remote Agent for WiFi CommView Remote Agent for WiFi is an application for remote WLAN traffic monitoring. It allows CommView for WiFi users to capture network traffic on any computer where Remote Agent for WiFi is running, regardless of the computer's physical location. CommView Remote Agent for WiFi enables you to...


Platforms: Windows, XP, 2003, Windows Vista, XPX64, 2008, 7

License: Freeware Download (70): CommView Remote Agent for WiFi Download

Released: August 20, 2012  |  Added: August 20, 2012 | Visits: 562

NetWorx Portable NetWorx can be used for collecting bandwidth usage data and measuring the speed of your Internet or any other network connection. NetWorx can help you identify possible sources of network problems, ensure that you do not exceed the bandwidth limits specified by your ISP, or track down suspicious...


Platforms: Windows

License: Freeware Size: 1.5 MB Download (47): NetWorx Portable Download

< 1 2 3 4 5 >