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

Transparently software
Filter: All | Freeware | Demo
 

Transparently

1 2 3 4 5 > 
Added: March 12, 2010 | Visits: 1.099

libcomprex libcomprex library transparently handles automatic compression and decompression of files and archives located locally, online, or even in other compressed archives. The API is similar to Cs built-in file access functions, which provides a smooth transition to libcomprex. libcomprex can also... Platforms: *nix

License: Freeware Size: 112.64 KB Download (93): libcomprex Download

Added: July 12, 2010 | Visits: 876

smtpfilter smtpfilter is a filter for an SMTP session which passes the session through transparently in real time, except for the DATA command which is intercepted in order to scan the data for spam and/or viruses with the scanner of your choice. If you are reading this source, it is what should have been... Platforms: *nix

License: Freeware Size: 143.36 KB Download (96): smtpfilter Download

Added: July 16, 2010 | Visits: 894

Autodir Autodir is for creating directories transparently to the applications accessing them based on available information from sources like password database, group database. Currently it supports creating home directories and group directories. Autodir can be used to create home, group directories... Platforms: *nix

License: Freeware Size: 337.92 KB Download (92): Autodir Download

Added: June 16, 2010 | Visits: 983

THC-Grenzgaenger Grenzgaenger is a Socks like hacker tool for tunneling nmap, netcat and exploits transparently through systems into protected networks. THC-Grenzgaenger tool is in ALPHA state! Please dont use it for anything illegal. Just play around with it, and it would be nice if you would give me... Platforms: *nix

License: Freeware Size: 14.34 KB Download (117): THC-Grenzgaenger Download

Added: August 26, 2013 | Visits: 448

Hidden Parent Eye Used to monitor the kids while they are using the computers transparently by taking screen shots every configurable period and store them in specified location, it also support email or FTP upload according to configurations. Platforms: Mac

License: Freeware Size: 1.13 MB Download (40): Hidden Parent Eye Download

Added: October 06, 2013 | Visits: 596

MediaWikiFTP MediaWikiFTP project is meant as a drop in replacement for your command line ftp client when used by Emacs to transparently access FTP servers. When used with a custom, non ftp, port it will emulate an FTP server and client that makes Emacs think your Media Wiki site is an FTP server with your... Platforms: *nix

License: Freeware Size: 102.4 KB Download (35): MediaWikiFTP Download

Added: June 15, 2013 | Visits: 399

OverlayFS OverlayFS is a FUSE filesystem module that merges content of several directories in to a single directory transparently. Platforms: *nix

License: Freeware Size: 133.12 KB Download (34): OverlayFS Download

Added: March 20, 2006 | Visits: 2.546

OmniAudit OmniAudit automatically and transparently tracks changes to data in any column of any table in your Microsoft SQL Server 7.0 or 2000 databases. Simply select the tables and columns you want to audit, and OmniAudit does everything for you. OmniAudit captures changes regardless of the application... Platforms: Windows

License: Commercial Cost: $399.00 USD Size: 6.72 MB Download (106): OmniAudit Download

Released: September 08, 2006  |  Added: January 19, 2008 | Visits: 5.387

ShareCrypt ShareCrypt has been designed to effectively and transparently encrypt shared network drives or folders by allowing simultaneous data access to different users and preventing unauthorized access from non-authorized people. ShareCrypt is very easy to use and it encrypts data with strong... Platforms: Windows

License: Shareware Cost: $0.00 USD Size: 3.6 MB Download (540): ShareCrypt Download

Released: September 18, 2009  |  Added: September 30, 2009 | Visits: 1.429

DbDefence DBDefence is the program designed exclusively for SQL Server to protect the database from unauthorized access. DBDefence transparently encrypts the database without modification of your application. DBDefence prevents access to the database tables completely until certain SQL statement with the... Platforms: Windows

License: Commercial Cost: $398.00 USD Size: 7.72 MB Download (114): DbDefence Download

Added: January 18, 2010 | Visits: 1.274

Data::Encrypted Data::Encrypted is a Perl module to transparently store encrypted data via RSA. SYNOPSIS # functional interface: use Data::Encrypted file => "./.$0-encrypted-data", qw(encrypted); # note: login and password are not *really* the login and # password values, only the desired prompt! my... Platforms: *nix

License: Freeware Size: 7.17 KB Download (94): Data::Encrypted Download

Added: January 16, 2010 | Visits: 929

CSVObjects CSVObjects is a free and open sourced Java based framework for transparently parsing and unmarshalling Comma Separated Value (CSV) files and records into Plain Old Java Objects without the need to code the parsing logic manually. Instead, the parsing library relies on declarative mapping of CSV... Platforms: *nix

License: Freeware Size: 2.17 MB Download (95): CSVObjects Download

Added: February 17, 2010 | Visits: 808

liboping liboping was inspired by ping, libping and fping: liboping differs from these existing solutions in that it can `ping multiple hosts in parallel using IPv6 or IPv4 transparently. Other design principles were an object oriented interface, simplicity and extensibility. Since version 1.0 has not... Platforms: *nix

License: Freeware Size: 757.76 KB Download (103): liboping Download

Added: August 03, 2010 | Visits: 916

Class::Container Class::Container is a Perl module with Glues object frameworks together transparently. SYNOPSIS package Car; use Class::Container; @ISA = qw(Class::Container); __PACKAGE__->valid_params ( paint => {default => burgundy}, style => {default => coupe}, windshield => {isa => Glass}, radio... Platforms: *nix

License: Freeware Size: 19.46 KB Download (110): Class::Container Download

Added: March 06, 2010 | Visits: 995

mod_auth_cache mod_auth_cache is an Apache module transparently caches an authentication originally done by a different module. The aim of this module is to speed up complex authentication mechanisms, to reduce database traffic if authenticating thru a backend database and to implement some sort of... Platforms: *nix

License: Freeware Size: 15.36 KB Download (90): mod_auth_cache Download

Added: March 06, 2010 | Visits: 1.077

HTML Entity Based Codepage Inference HEBCI is a technique that allows a web form handler to transparently detect the character set its data was encoded with. By using carefully-chosen character references, the browsers encoding can be inferred. Thus, it is possible to guarantee that data is in a standard encoding without relying... Platforms: *nix

License: Freeware Size: 5.12 KB Download (96): HTML Entity Based Codepage Inference Download

Added: April 05, 2010 | Visits: 1.240

File::Remote File::Remote is a Perl module to read/write/edit remote files transparently. SYNOPSIS # # Two ways to use File::Remote # # First, the function-based style. Here, we can use the # special :replace tag to overload Perl builtins! # use File::Remote qw(:replace); # special :replace tag #... Platforms: *nix

License: Freeware Size: 15.36 KB Download (98): File::Remote Download

Added: October 23, 2010 | Visits: 1.093

NuFW NuFW is an enterprise grade firewall that performs an authentication of every single connection passing through the IP filter, by transparently requesting user�s credentials before any filtering decision is taken. Practically, this means security policies can integrate with the users... Platforms: *nix

License: Freeware Size: 1024 KB Download (97): NuFW Download

Added: November 07, 2010 | Visits: 1.036

Cedega Cedega, TransGamings flagship Linux portability product, allows hundreds of Windows games to run on Linux seamlessly and transparently, right out of the box. With Cedega installed on a computer running Linux, users can simply insert their favorite Windows game CD, then install and play that game... Platforms: *nix

License: Shareware Cost: $0.00 USD Download (238): Cedega Download

Added: October 22, 2013 | Visits: 878

elmer Elmer is a tool which embeds a Python module into a C, C++, or Tcl application. The embedded Python module is used just as if it was written in the same language as the application itself, without requiring any knowledge of the Python/C API. Elmer generates "glue" code that embeds an interpreter... Platforms: *nix

License: Freeware Size: 327.68 KB Download (101): elmer Download

1 2 3 4 5 >