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

Simple Dialer freeware
Filter: All | Freeware | Demo
 

Simple Dialer

1 2 3 4 5 > 
Added: September 13, 2010 | Visits: 973

ISDN Py/GTK Dialer ISDN.py aims to be a simple, no-frills ISDN dialer. Its written in Python using PyGTK bindings. Currently it dials and hangups the line, if you grant to a normal user the rights to do it (normally it cant). The interface is pretty straightforward. Improvements and beautification for gui are...



Platforms: *nix

License: Freeware Size: 8.19 KB Download (111): ISDN Py/GTK Dialer Download

Released: August 03, 2012  |  Added: August 03, 2012 | Visits: 681

23aw 0001 Dialer Removal Tool 23aw 0001 Dialer Removal Tool will neutralize and remove all 23aw0001 Dialer entries running on a scanned system. It will also make sure that malicious processes are no longer running and that they won't return when you reboot your computer. Clean your computer now from the 23aw0001 Dialer...





Platforms: Windows, Windows Vista, 7

License: Freeware Download (57): 23aw 0001 Dialer Removal Tool Download

Released: November 17, 2012  |  Added: November 17, 2012 | Visits: 617

764 Dialer Removal Tool 764 Dialer Removal Tool will neutralize and remove all 764 Dialer entries running on a scanned system. It will also make sure that malicious processes are no longer running and that they won't return when you reboot your computer. Clean your computer now from the 764 Dialer infection using this...


Platforms: Windows, Windows Vista, 7

License: Freeware Download (53): 764 Dialer Removal Tool Download

Added: June 25, 2013 | Visits: 368

wxDialer wxDialer is a simple and easy to use dialer program, roughly based on the win9x program 'dialer.exe' - all it does is allow you to make and recieve calls on your modem. A microphone is required, and it is suggested that you also have headphones instead of using your speakers to prevent any nasty...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (38): wxDialer Download

Released: May 19, 2007  |  Added: September 09, 2007 | Visits: 8.577

MyPhone Book Dialer MyPhone Book Dialer is a full-featured contact manager program in an easy to use interface. You can store all of your friends, family and business contacts' information in an organized database. MyPhone Book Dialer makes it easy for you to sort your contacts alphabetically. Easily find contacts...


Platforms: Windows

License: Freeware Size: 14.23 MB Download (377): MyPhone Book Dialer Download

Added: January 06, 2006 | Visits: 4.562

Voicent Agent Dialer Voicent Agent Dialer is a semi-automatic computer-to-phone dialer program. It assists marketing or sales people for telemarketing campaigns. It can rapidly dial a phone number by pressing a key or clicking of a mouse. Once connected, you can talk on the line, play pre-recorded audio files,...


Platforms: Windows

License: Freeware Size: 50 KB Download (519): Voicent Agent Dialer Download

Added: August 15, 2008 | Visits: 1.290

1st Dialer Cool free dialer for Windows 95/98/NT/2000 jam packed with features - automatic re-dialing, one click connection, option to automatically connect to the Internet upon system startup, "Keep alive" function, hotkeys to quickly connect/disconnect, and activity log. 1st Dialer is one of the most...


Platforms: Windows

License: Freeware Size: 320 KB Download (187): 1st Dialer Download

Added: August 22, 2010 | Visits: 1.530

Simple Backup Simple Backup is a shell script to create basic backups using tar, grep, sed, and bash. Simple Backup works by using a file that contains the folders to be backed up and a file that contains expressions to exclude certain folders/files. Usage: backup.sh < backuplist > < excludelist > Free...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (109): Simple Backup Download

Released: February 19, 2011  |  Added: February 26, 2011 | Visits: 4.862

Simple Home Budget Lite Simple Home Budget Lite is a personal budget manager for home users. The program lets you enter transactions of all kinds and analyze income and expenses shown in the summary color-coded Overview chart. At a glance, you'll see what you have and will have coming in, going out, and most...


Platforms: Windows

License: Freeware Size: 2.46 MB Download (365): Simple Home Budget Lite Download

Released: September 07, 2009  |  Added: August 04, 2010 | Visits: 2.359

Simple Sticky Notes It's a simple, easy-to-use, absolutely free, fast and efficient taking notes software. Simple Sticky Notes is 100% safe and ads free. Features; -Full unicode support -RichText support -Colourful and Transparent notes -Printable -Snap to desktop edges -Hide/Show all notes option...


Platforms: Windows

License: Freeware Size: 780.33 KB Download (532): Simple Sticky Notes Download

Added: January 18, 2010 | Visits: 1.115

Simple Monitor Simple Monitor is a SuperKaramba theme inspired by the simple but effective "Very Simple Monitors" theme by the user humanthing. Some values are not displayed properly though in Very Simple Monitors (network values and IP). This could be because of different setups. My computer is pretty standard...


Platforms: *nix

License: Freeware Size: 2.05 KB Download (97): Simple Monitor Download

Added: January 18, 2010 | Visits: 1.051

Secret::Simple Secret::Simple are secure secrets in configurations and code. SYNOPSIS # OOP style my $ss = Secret::Simple->new(); my $ciphertext = $ss->encrypt($plaintext); my $plaintext = $ss->decrypt($ciphertext); # procedural style my $ciphertext = ssencrypt($plaintext); my $plaintext =...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (100): Secret::Simple Download

Added: January 18, 2010 | Visits: 1.675

Very Simple Control Protocol Daemon Very Simple Control Protocol Daemon is a daemon for home automation tasks. VSCP protocol is a very simple and free protocol for SOHO automation tasks & friends. The protocol is so easy that everyone can grasp the idea behind it in a few minutes. Therefore its also very easy to construct and...


Platforms: *nix

License: Freeware Size: 240 MB Download (112): Very Simple Control Protocol Daemon Download

Added: January 18, 2010 | Visits: 1.597

XML::Writer::Simple XML::Writer::Simple is a Perl module to create XML files easily! SYNOPSIS use XML::Writer::Simple dtd => "file.dtd"; print para("foo",b("bar"),"zbr"); USAGE This module takes some ideas from CGI to make easier the life for those who need to generated XML code. You can use the module in...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (97): XML::Writer::Simple Download

Added: July 05, 2010 | Visits: 1.124

XML::Simple::DTDReader XML::Simple::DTDReader is a simple XML file reading based on their DTDs. SYNOPSIS use XML::Simple::DTDReader; my $ref = XMLin("data.xml"); Or the object oriented way: require XML::Simple::DTDReader; my $xsd = XML::Simple::DTDReader->new; my $ref = $xsd->XMLin("data.xml");...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (95): XML::Simple::DTDReader Download

Added: October 22, 2010 | Visits: 1.328

Simple Page Archive Simple Page Archive is a mirror and archiving tool to copy Web pages you are interested in. The CGI script downloads all images and CSS files to preserve the mirrored Web page. It works with the ZEUS (www.zeus.com) and Apache (www.apache.org) web servers. SPA is an simple CGI script which...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (94): Simple Page Archive Download

Added: January 06, 2010 | Visits: 1.758

Really Simple CalDAV Store Really Simple CalDAV Store project is a server implementation of the CalDAV protocol for storing calendaring resources (iCalendar format) on a remote shared server. An increasing number of calendar clients support the maintenance of shared remote calendars through CalDAV including Mozilla...


Platforms: *nix

License: Freeware Size: 317.44 KB Download (106): Really Simple CalDAV Store Download

Added: November 09, 2010 | Visits: 887

Repository::Simple Repository::Simple is a simple hierarchical repository for Perl. SYNOPSIS use Repository::Simple; my $repository = Repository::Simple->attach( FileSystem => root => /home/foo ); NOTICE: This software is still in development and the interface WILL CHANGE. This is the main module of a...


Platforms: *nix

License: Freeware Size: 33.79 KB Download (96): Repository::Simple Download

Added: September 08, 2010 | Visits: 1.197

CGI::Simple CGI::Simple is a simple totally OO CGI interface that is CGI.pm compliant. SYNOPSIS use CGI::Simple; $CGI::Simple::POST_MAX = 1024; # max upload via post default 100kB $CGI::Simple::DISABLE_UPLOADS = 0; # enable uploads $q = new CGI::Simple; $q = new CGI::Simple( { foo=>1, bar=>[2,3,4] }...


Platforms: *nix

License: Freeware Size: 84.99 KB Download (103): CGI::Simple Download

Added: May 14, 2010 | Visits: 1.606

Gnome Simple Stateful Music Player Gnome Simple Stateful Music Player (GSSMP) is a music player designed to work with the GNOME desktop environment. It does not store a database of all your music, but is designed to work with music files organised into directories. It is small, unobtrusive, and tries to do what you would expect,...


Platforms: *nix

License: Freeware Size: 73.73 KB Download (104): Gnome Simple Stateful Music Player Download

1 2 3 4 5 >