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

Does God Really Exist freeware
Filter: All | Freeware | Demo
 

Does God Really Exist

1 2 3 4 5 > 
Added: July 27, 2010 | Visits: 734

jdresolve jdresolve is a software that resolves IP addresses to hostnames. Any file format is supported, including those where the line does not begin with the IP address. One of the strongest features of the program is the support for recursion, which can drastically reduce the number of unresolved hosts...



Platforms: *nix

License: Freeware Size: 51.2 KB Download (94): jdresolve Download

Added: August 20, 2008 | Visits: 756

zenFolders zenFolders are virtual folders that do all of your searching and organizing for you. Utilizing , zenFolders dynamically generate content from your search results, collecting all of the relevant files into one convenient place. These folders don't really exist on your computer, they only appear as...





Platforms: Windows

License: Freeware Size: 340 KB Download (104): zenFolders Download

Added: August 09, 2008 | Visits: 1.202

File Encryptor-NP This is an excellent file encryption tool in that it is very easy and quick to use. 'File Encryptor' is freeware. The encryption method used will result in your files being ultimately impossible to run without first being decrypted. There was an encryption key created by Titlebar Software for the...


Platforms: Windows

License: Freeware Size: 374 KB Download (135): File Encryptor-NP Download

Added: November 07, 2010 | Visits: 1.226

U61 U61 project is a multiplayer, highly configurable block-based game. U61 is an extensible multiplayer block-based game, and its rules are parametered by Lua scripts. This means any player can change the rules and share his new rules with others. U61 is very multiplayer oriented and it does not...


Platforms: *nix

License: Freeware Size: 4.8 MB Download (91): U61 Download

Added: June 14, 2010 | Visits: 1.034

jZeno jZeno is a meta-project that integrates a collection of java open source libraries, to form a ready-to-use web development environment. jZeno is made to allow people to create web applications by using pure java development as much as possible. The main architectural goal of Largely reducing the...


Platforms: *nix

License: Freeware Size: 31 MB Download (91): jZeno Download

Added: November 01, 2010 | Visits: 925

Term::GnuplotTerminals Term::GnuplotTerminals is a Perl documentation of gnuplot output devices. aed767 The aed512 and aed767 terminal drivers support AED graphics terminals. The two drivers differ only in their horizontal ranges, which are 512 and 768 pixels, respectively. Their vertical range is 575 pixels. There...


Platforms: *nix

License: Freeware Size: 716.8 KB Download (92): Term::GnuplotTerminals Download

Added: July 19, 2010 | Visits: 1.013

Sound Monitor Sound Monitor is a GNOME panel applet, it displays the current Volume output of the Esound daemon, also, optionally shows the Esound status: Off(error), Standby, Ready. The esound server information can be displayed, the balance and volume can be also be adjusted for streams and samples. An extra...


Platforms: *nix

License: Freeware Size: 307.2 KB Download (109): Sound Monitor Download

Added: February 16, 2010 | Visits: 1.044

ccovinstrument ccovinstrument package contains instruments C/C++ code for test coverage analysis. SYNOPSIS ccovinstrument code.c > covcode.c ccovinstrument code.c [-f] -o covcode.c [-e errs] -f instrument fatal code as well as normal code Scans C/C++ source (before cpp) and inserts trip-wires in each...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (95): ccovinstrument Download

Added: November 09, 2010 | Visits: 920

xbmsd xbmsd project is a file sharing server implementing the Xbox Media Streaming Protocol (XBMSP) supported by the Xbox Media Center (XBMC). URLs in XboxMediaCenter.xml that start with "xbms://" use this protocol. xbmsd also supports the XBMSP Server Discovery Protocol (XBSDP). The main features of...


Platforms: *nix

License: Freeware Size: 28.67 KB Download (98): xbmsd Download

Added: June 20, 2010 | Visits: 1.000

mod_pweb mod_pweb is a mass virtual hosting with shared memory segment for domain to path translations. If you want to run some hundreds of virtual hosts on an apache webserver and you configure the server in the conventional way, with virtual hosts in the httpd.conf, you will qick notice, that your...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (102): mod_pweb Download

Added: October 22, 2010 | Visits: 1.051

Class::Maker Class::Maker Perl module contains classes, reflection, schema, serialization, attribute- and multiple inheritance. SYNOPSIS use Class::Maker qw(class); class Human, { isa => [qw( ParentClass )], public => { string => [qw(name lastname)], ref => [qw(father mother)], array =>...


Platforms: *nix

License: Freeware Size: 49.15 KB Download (110): Class::Maker Download

Added: May 27, 2010 | Visits: 651

NDBM_File NDBM_File is a Perl module that allows tied access to ndbm files. SYNOPSIS use Fcntl; # For O_RDWR, O_CREAT, etc. use NDBM_File; tie(%h, NDBM_File, filename, O_RDWR|O_CREAT, 0666) or die "Couldnt tie NDBM file filename: $!; aborting"; # Now read and change the hash $h{newkey} =...


Platforms: *nix

License: Freeware Size: 12.2 MB Download (101): NDBM_File Download

Added: January 15, 2010 | Visits: 574

ODBM_File ODBM_File is a Perl module to allow tied access to odbm files. SYNOPSIS use Fcntl; # For O_RDWR, O_CREAT, etc. use ODBM_File; # Now read and change the hash $h{newkey} = newvalue; print $h{oldkey}; ... untie %h; ODBM_File establishes a connection between a Perl hash variable and a...


Platforms: *nix

License: Freeware Size: 12.2 MB Download (94): ODBM_File Download

Added: April 25, 2010 | Visits: 1.058

Erlang Erlang is a programming language designed at the Ericsson Computer Science Laboratory. Open-source Erlang is being released to help encourage the spread of Erlang outside Ericsson. Installation When installed, the entire system, except for a small start-up script, resides in a single...


Platforms: *nix

License: Freeware Size: 10.3 MB Download (124): Erlang Download

Added: June 14, 2010 | Visits: 888

IOC IOC Perl module is a lightweight IOC (Inversion of Control) framework. SYNOPSIS use IOC; my $container = IOC::Container->new(); $container->register(IOC::Service::Literal->new(log_file => "logfile.log")); $container->register(IOC::Service->new(logger => sub { my $c = shift; return...


Platforms: *nix

License: Freeware Size: 49.15 KB Download (88): IOC Download

Added: June 11, 2010 | Visits: 952

dvbcut dvbcut is a Qt application that allows you to select certain parts of an MPEG transport stream (as received via Digital Video Broadcasting, DVB) and save these parts into a single MPEG output file. dvbcut follows a "keyhole surgery" approach where the input video and audio data is mostly kept...


Platforms: *nix

License: Freeware Size: 655.36 KB Download (101): dvbcut Download

Released: July 15, 2012  |  Added: July 15, 2012 | Visits: 541

Jewel Quest III for Mac OS Rupert and Emma have finally settled down and opened a Museum to display their many newfound artifacts. While playing with a mysterious jewel board, their daughter Natalie unknowingly pops open a secret compartment. Suddenly, the air is filled with a cloud of spores, and Natalie's vision begins...


Platforms: Mac

License: Freeware Size: 62.4 MB Download (465): Jewel Quest III for Mac OS Download

Released: October 17, 2012  |  Added: October 17, 2012 | Visits: 339

ImgCvrt for Mac OS Convert image file formats, and optionally change their dimensions. It works in batch mode. Converted images have the same name as the original, with the appropriate file extension, and saved in the same directory as the original provided a similarly named image does not already exist. Supported...


Platforms: Mac

License: Freeware Size: 481.28 KB Download (443): ImgCvrt for Mac OS Download

Released: July 26, 2012  |  Added: July 26, 2012 | Visits: 232

SortedArrayList SortedArrayList is a pair of library classes to include in your own code for manipulating ArrayLists. It consist of two classes: SortedArrayList and Merge. SortedArrayList is an ArrayList that remembers how it is sorted, so that if you ask it to sort, it can sometimes bypass the work when it is...


Platforms: Windows, XP, Windows Vista

License: Freeware Download (50): SortedArrayList Download

Released: December 27, 2012  |  Added: December 27, 2012 | Visits: 625

Spectacular Fireworks Screensaver Colossal Fireworks screensaver-breathtaking scenes from world most spectacular fireworks shows. Scenes so beautiful that you would not believe. Photos from real shows with best fireworks ever seen. Enjoy the extraordinary job of world's best firework companies. It is your chance to get best...


Platforms: Windows

License: Freeware Size: 3.98 MB Download (62): Spectacular Fireworks Screensaver Download

1 2 3 4 5 >