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

Wifi Channel App freeware
Filter: All | Freeware | Demo
 

Wifi Channel App

1 2 3 4 5 > 
Released: November 08, 2012  |  Added: November 22, 2012 | Visits: 1.247

Wireless Transfer App Wireless Transfer App for Mac lets you easily and quickly download photos and videos from iPad/iPhone/iPod touch to Mac as well as upload photos and videos from Mac to iOS devices via WiFi. This app requires the iOS version of Wireless Transfer App be installed and running on your...



Platforms: Mac

License: Freeware Size: 3.31 MB Download (101): Wireless Transfer App Download

Released: December 26, 2012  |  Added: December 26, 2012 | Visits: 1.210

The Weather Channel Dashboard Widget The Weather Channel Dashboard Widget provides all the weather information you need on your dashboard. It includes current weather conditions for your selected location and notifies you when severe weather alerts are in effect for your area. It also includes a regional radar map and 36-hour forecast.





Platforms: Mac

License: Freeware Size: 440.32 KB Download (63): The Weather Channel Dashboard Widget Download

Released: December 16, 2011  |  Added: December 22, 2011 | Visits: 16.548

AirGrab WiFi Radar AirGrab WiFi Radar is a tool to display information about Apple Airport base stations and other WiFi (802.11b/g/n) wireless access points. Using AirGrab WiFi Radar you can determine most popular WiFi channels and select optimal channel for your WiFi network. Signal level and Noise level helps to...


Platforms: Mac

License: Freeware Size: 3.11 MB Download (5338): AirGrab WiFi Radar Download

Released: November 14, 2012  |  Added: December 08, 2012 | Visits: 1.452

Wireless Transfer App for Windows Wireless Transfer App for Windows enables you to transfer photos and videos from iPhone/iPad/iPod touch to PC as well as upload photos and videos from PC to iPhone/iPad/iPod touch via WiFi with ease and speed. It requires that the iOS version of Wireless Transfer App be installed and running on...


Platforms: Windows

License: Freeware Size: 1024 KB Download (101): Wireless Transfer App for Windows Download

Released: June 21, 2012  |  Added: June 21, 2012 | Visits: 761

Samsung C650 Channel Editor Samsung C650 Channel Editor is, like the name suggests a small, simple application, specially designed to help you sort your TV channels in your PC with ease. Basically to use this app, you just load the needed file and you can start your sorting. for WindowsAll


Platforms: Windows

License: Freeware Download (423): Samsung C650 Channel Editor Download

Released: November 06, 2012  |  Added: November 06, 2012 | Visits: 609

Photo Transfer App Photo Transfer App allows you to quickly download and upload photos between your iPhone/iTouch/iPad and your Mac over wifi. This application requires "Photo Transfer App" ($2.99) installed on your iPhone, iTouch or iPad Application


Platforms: Mac

License: Freeware Size: 1.2 MB Download (55): Photo Transfer App Download

Added: February 06, 2006 | Visits: 3.454

X Channel™ Browser© The Next Generation of the Internet! The perfect online publication & search engine to keep you on the cutting edge of Web development, content & websites. Explore for more! Internet Browser & Entertainment Channel with new and enhanced features that simplify daily tasks and save time:...


Platforms: OS/2, Windows, Mac

License: Freeware Size: 2.15 MB Download (161): X Channel™ Browser© Download

Added: March 27, 2006 | Visits: 3.350

X Channel™ Browser© Online The Next Generation of the Internet! The perfect online publication & search engine to keep you on the cutting edge of Web development, content & websites. Explore for more! Internet Browser & Entertainment Channel with new and enhanced features that simplify daily tasks and save time:...


Platforms: Windows

License: Freeware Size: 2.15 MB Download (184): X Channel™ Browser© Online Download

Added: March 21, 2010 | Visits: 1.223

App::datetime App::datetime is a date and time considerations. Most Enterprise development includes processing of dates and times. There are many date and time modules on CPAN, and choosing the right one can be confusing. There are no special perl data types for dates and times, so some direction is needed....


Platforms: *nix

License: Freeware Size: 122.88 KB Download (95): App::datetime Download

Added: February 13, 2010 | Visits: 1.355

App::faq App::faq is a Perl module witj App-Context Frequently Asked Questions. The App-Context is like a software backplane for many services required by an enterprise application. Into that backplane plug the App-Context Services. There may be many implementations of each of the App-Context Services,...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (91): App::faq Download

Added: October 26, 2010 | Visits: 1.403

App::perlstyle App::perlstyle is a App::Context Perl Style Guide. The following document describes some of the coding standards used in writing the App::Context framework (App-Options, App-Context, App-Repository, App-Widget, and other minor distributions). This document exists for two purposes: 1. To...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (99): App::perlstyle Download

Added: March 05, 2010 | Visits: 1.358

App::quickstart App::quickstart is App::Context Developers Quick-Start Guide. This is the Developers Quickstart Guide to the App::Context Framework. Its focus is to give a minimum amount of theoretical or explanatory background and get right into learning by example. That having been said, it is also...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (93): App::quickstart Download

Added: March 13, 2010 | Visits: 1.268

App::Session App::Session can represents a sequence of multiple events perhaps executed in separate processes. SYNOPSIS # ... official way to get a Session object ... use App; $session = App->context(); $context = $session->session(); # get the session # any of the following named parameters may be...


Platforms: *nix

License: Freeware Size: 73.73 KB Download (96): App::Session Download

Added: September 11, 2010 | Visits: 1.347

App::UserAgent App::UserAgent - the browser this session is connected to. SYNOPSIS # ... official way to get a UserAgent object ... use App; $context = App->context(); $user_agent = $context->user_agent(); # get the user_agent if ($user_agent->supports("html.input.style")) { # do something } A...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (99): App::UserAgent Download

Added: February 19, 2010 | Visits: 1.423

App::Modular::Module::Events App::Modular::Module::Events is a Perl module with event handling for App::Modular compatible applications. SYNOPSIS #################################################################### package App::Modular::Module::Me; use base qw(App::Modular::Module); sub depends { return Events; }...


Platforms: *nix

License: Freeware Size: 16.38 KB Download (106): App::Modular::Module::Events Download

Added: November 19, 2010 | Visits: 1.248

App::Modular App::Modular is a Perl module with modularization framework for perl programs. SYNOPSIS package App::Modular::Module::Test; use base qw(App::Modular::Module); sub say_hello { print "Hello, dear user!"; }; package main; use App::Modular; my $modul = instance App::Modular;...


Platforms: *nix

License: Freeware Size: 16.38 KB Download (102): App::Modular Download

Added: August 26, 2010 | Visits: 2.302

PayPal Wifi PrePaid PayPal Wifi PrePaid integrates with Chillispot and FreeRADIUS and PayPal. PayPal Wifi PrePaid allows the customer to choose how much time they wish to purchase, processes the payment with PayPal, then creates their username and password automatically, and updates the SQL radius tables with the...


Platforms: *nix

License: Freeware Size: 1.3 MB Download (228): PayPal Wifi PrePaid Download

Added: January 27, 2010 | Visits: 2.846

IRC Channel Relay Bot Relay-bot is a program we initially wrote because our group of friends that hang out on one channel could never seem to all stay on EFnet, and even if we could EFnet was splitting so badly at the time that it was unusable. However, we couldnt readily switch to another network because not...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (216): IRC Channel Relay Bot Download

Released: December 06, 2012  |  Added: December 06, 2012 | Visits: 2.575

App::SimpleScan::Substitution::Line App::SimpleScan::Substitution::Line is a line with optional fixed variable values. SYNOPSIS my $line = App::SimpleScan::Substitution::Line->new(" this "); # Use only this value when substituting " ". $line->fix(substituite => change); # what vars are fixed? my @fixed_ones =...


Platforms: *nix

License: Freeware Size: 54.27 KB Download (252): App::SimpleScan::Substitution::Line Download

Added: February 19, 2010 | Visits: 1.272

App::SimpleScan App::SimpleScan is a simple_scans core code. SYNOPSIS use App::SimpleScan; my $app = new App::SimpleScan; $app->go; App::SimpleScan allows us to package the core of simple_scan as a class; most importantly, this allows us to use Module::Pluggable to write extensions to this application...


Platforms: *nix

License: Freeware Size: 54.27 KB Download (115): App::SimpleScan Download

1 2 3 4 5 >