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

Dbix Safe freeware
Filter: All | Freeware | Demo
 

Dbix Safe

< 1 2 3 4 5 > 
Released: June 18, 2012  |  Added: June 18, 2012 | Visits: 499

Dharma - Visual Source Safe Client Check-in, check-out, and history for Visual Source Safe projects from Emacs and the Unix command line. Another reason never to leave Emacs. Platforms: Windows, Mac, Linux

License: Freeware Size: 36.38 KB Download (54): Dharma - Visual Source Safe Client Download

Released: June 10, 2012  |  Added: June 10, 2012 | Visits: 500

Safe Exam Browser Safe Exam Browser is a webbrowser-environment to carry out online-exams safely. The software changes any computer into a secure workstation. It regulates the access to any utilities and prevents students from using unauthorised resources. Platforms: Windows, Mac

License: Freeware Size: 28.71 MB Download (44): Safe Exam Browser Download

Released: October 03, 2012  |  Added: October 03, 2012 | Visits: 224

Safe Lua Safe Lua is a variant of Lua tailored for advanced sandboxing. Platforms: Windows, Mac, Linux

License: Freeware Size: 583.35 MB Download (48): Safe Lua Download

Added: May 10, 2013 | Visits: 287

Safe Expression Evaluation Often, you might want to let (untrusted) users input simple Python expressions and evaluate them, but the eval-function in Python is unsafe. The restricted execution model in the rexec module is deprecated, so you need another way ensure only "safe" expressions will be evaluted: analyzing... Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (51): Safe Expression Evaluation Download

Added: August 04, 2013 | Visits: 392

Zscaler Safe Shopping Virtually all browsers contain blacklists to prevent users from accessing malicious sites: Google Safe Browsing, Phishtank, etc. These blacklists do not however, generally block sites that have been compromised by Blackhat spam SEO attacks, HTML/javascript injections that pull malicious content... Platforms: Mac

License: Freeware Size: 20.48 KB Download (44): Zscaler Safe Shopping Download

Added: October 01, 2013 | Visits: 415

LaCie SAFE Mobile Hard Drive Updater Before installing this new application and resetting your SAFE drive, please make a copy of your data on another drive or medium, as your data may be erased. Please download and install this application on your machine to get the latest fixes. Connect your SAFE mobile HD and start the updater.... Platforms: Mac

License: Freeware Size: 11.7 MB Download (42): LaCie SAFE Mobile Hard Drive Updater Download

Added: September 12, 2013 | Visits: 175

DBIx::SQLEngine DBIx::SQLEngine - Extends DBI with High-Level Operations DBIx::SQLEngine is the latest generation of a toolkit used by the authors for several years to develop business data applications. Its goal is to simplify dynamic query execution and to minimize cross-RDMS portability issues. Platforms: *nix

License: Freeware Size: 112.64 KB Download (39): DBIx::SQLEngine Download

Added: October 13, 2006 | Visits: 5.274

Acerose Password Vault The Acerose Password Vault provides you with an easy way to organize and keep all your passwords both safe and secure. Sometimes simpler is also better. The vast majority of password management programs use some sort of a database to hold password information. The problem with... Platforms: Windows

License: Freeware Size: 882 KB Download (312): Acerose Password Vault Download

Added: August 27, 2006 | Visits: 3.161

HiMail DB HiMail DB is a safe cross-platform HTML form mailer, which records submitted content into a database. With JavaScript input validation & sophisticated checks to ensure the form was successfully mailed, presenting suitable options to the user if not. Platforms: Windows, *nix

License: Freeware Size: 47 KB Download (466): HiMail DB Download

Released: June 06, 2009  |  Added: June 10, 2009 | Visits: 11.340

KeePass Password Safe KeePass is a free, open source, light-weight and easy-to-use password manager for Windows and mobile devices. You can store your passwords in highly-encrypted databases, which can only be unlocked with one master password and/or a key file. A database consists of only one file that can be... Platforms: Windows, Mac, *nix, Pocket PC

License: Freeware Size: 1.46 MB Download (482): KeePass Password Safe Download

Released: March 27, 2012  |  Added: April 21, 2012 | Visits: 1.865

Password Vault CodeWonders Password Vault is a utility that allows the user to store and manage passwords in an safe and easy and way. On the first use the Password Vault will ask the user to insert or create a master password to use for accessing the Password Vault's password database. After the password was... Platforms: Windows

License: Freeware Size: 794.89 KB Download (105): Password Vault Download

Added: August 01, 2008 | Visits: 1.004

Klik Safe When you are on the Internet you spend the majority of your time at a medium level of security. But the quantity of spyware, hackers, viruses and other threats that you find on the Net ... maybe it should be higher. It is much safer surfing with a high level of security, but few users use it... Platforms: Windows

License: Freeware Size: 4 KB Download (462): Klik Safe Download

Added: August 11, 2008 | Visits: 1.176

CE Safe Browser CE Safe Browser isn+t just another browser. It is a web browser oriented specifically towards security and protection against malicious scripts, and this way it increases the global security of your PC.With all the viruses, worms, and threats that occupy the web, security has become the issue.... Platforms: Windows

License: Freeware Size: 9 KB Download (132): CE Safe Browser Download

Added: August 02, 2008 | Visits: 1.292

Easy Safe Password Although every password you choose to register with programs or websites seem to have the same level of security, they are not. There are some passwords that are easier to break than others, giving people access to your private and confidential information.For this there are programs like Easy... Platforms: Windows

License: Freeware Size: 3 KB Download (531): Easy Safe Password Download

Added: August 29, 2008 | Visits: 887

Backup Safe Keeper Backup Safe Keeper lets you make backups easily, synchronize or restore your files to another drive or storage device, on a network, local or removable.Highly configurable, Backup Safe Keeper includes the possibility to simulate backups and restorations, select subdirectories, verify copies,... Platforms: Windows

License: Freeware Size: 1024 B Download (121): Backup Safe Keeper Download

Added: January 03, 2010 | Visits: 864

FifoEmbed FifoEmbed is a thread-safe basic queue, packet queue, and FIFO allocator. When programming device drivers, network stacks, and similar systems, you often need a queue and storage management. FifoEmbed provides three C abstract data types, all implemented on top of circular arrays: - A basic... Platforms: *nix

License: Freeware Size: 24.58 KB Download (96): FifoEmbed Download

Added: September 09, 2010 | Visits: 787

Class::InsideOut Class::InsideOut is a Perl module with a safe, simple inside-out object construction kit. SYNOPSIS package My::Class; use Class::InsideOut qw( public private register id ); public name => my %name; # accessor: name() private age => my %age; # no accessor sub new { register( shift ) }... Platforms: *nix

License: Freeware Size: 48.13 KB Download (88): Class::InsideOut Download

Added: June 07, 2010 | Visits: 705

Audio::TagLib::ID3v2::SynchData Audio::TagLib::ID3v2::SynchData is a Perl module with a few functions for ID3v2 synch safe integer conversion. SYNOPSIS use Audio::TagLib::ID3v2::SynchData; print Audio::TagLib::ID3v2::SynchData->toUInt( Audio::TagLib::ByteVector->new("11")), "n"; # got 6321 print... Platforms: *nix

License: Freeware Size: 1.4 MB Download (94): Audio::TagLib::ID3v2::SynchData Download

Added: February 26, 2010 | Visits: 1.099

libbsl libbsl (Basic System Library) is a powerful, easy to use and fully thread safe C++ template class library for frequently recurring (machine/OS oriented) programming problems. All fundamental objects in libbsl are freely copyable and shareable between an arbitrary number of threads - e.g.... Platforms: *nix

License: Freeware Size: 1.04 MB Download (89): libbsl Download

Added: June 10, 2010 | Visits: 626

paranoy paranoy is a simple, lightweight, open-source, fast but overall safe mail client. all its features are privacy and safety-oriented. it has a ncurses interface and a graphical one based on gtk. it saves mail and configuration files totally encrypted with strong cryptography standard. it supports... Platforms: *nix

License: Freeware Size: 2.3 MB Download (94): paranoy Download

< 1 2 3 4 5 >