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

Open File Security Warning Xp freeware
Filter: All | Freeware | Demo
 

Open File Security Warning Xp

< 1 2 3 4 5 
Added: November 12, 2010 | Visits: 1.019

File::NFSLock File::NFSLock is a Perl module to do NFS (or not) locking. SYNOPSIS use File::NFSLock qw(uncache); use Fcntl qw(LOCK_EX LOCK_NB); my $file = "somefile"; ### set up a lock - lasts until object looses scope if (my $lock = new File::NFSLock { file => $file, lock_type => LOCK_EX|LOCK_NB,...



Platforms: *nix

License: Freeware Size: 18.43 KB Download (94): File::NFSLock Download

Added: November 12, 2010 | Visits: 842

Devel::TraceFuncs Devel::TraceFuncs is a Perl module with trace function calls as they happen. SYNOPSIS Usage: require Devel::TraceFuncs; max_trace_depth 5; trace_file "foo.out"; trace_file $file_handle; sub foo { IN(my $f, "a message"); DEBUG "hellooo!"; } Devel::TraceFuncs provides utilities to...





Platforms: *nix

License: Freeware Size: 4.1 KB Download (94): Devel::TraceFuncs Download

Added: November 13, 2010 | Visits: 904

libxcpc libxcpc library implements an automatic resource cleanup and exception handling in C. Error handling and cleanup code (at least for code that does error handling) can take quite some space in terms of lines of code to be written. This not only increases the binary size, but makes the code more...


Platforms: *nix

License: Freeware Size: 389.12 KB Download (94): libxcpc Download

Added: August 19, 2010 | Visits: 779

Xfce 4 Xmms Plugin Xfce 4 Xmms Plugin lets the user control XMMS, Beep or Audacious players. Usage: This plugin is quite easy to use. First, add it to the panel, then inside the configuration window, you can choose features like the player to use, displayed song title format, title scroll speed etc.. There are...


Platforms: *nix

License: Freeware Size: 276.48 KB Download (94): Xfce 4 Xmms Plugin Download

Added: May 02, 2010 | Visits: 825

FileCache FileCache is a Perl module to keep more files open than the system permits. SYNOPSIS use FileCache; # or use FileCache maxopen => 16; cacheout $mode, $path; # or cacheout $path; print $path @data; $fh = cacheout $mode, $path; # or $fh = cacheout $path; print $fh @data; The...


Platforms: *nix

License: Freeware Size: 12.2 MB Download (93): FileCache Download

Added: January 07, 2010 | Visits: 1.016

Root Actions Servicemenu 1.1.3 / Root Actions servicemenu is a replacement/alternate for the default Edit-as-root servicemenu. It allows an admin user to perform several root only actions from konqueror (It of course asks for a password) Usage: The following actions can be performed (see the screenshot): Edit as Text:...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (93): Root Actions Servicemenu 1.1.3 / Download

Added: April 05, 2010 | Visits: 1.234

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 (92): File::Remote Download

Released: August 07, 2012  |  Added: August 07, 2012 | Visits: 805

Free Opener Free Opener is a handy utility designed to open various file types. Open Microsoft Office documents, Adobe PDF Files, and many other image, movie, and music file types for FREE. With Free Opener, once you download the software, you no longer have to worry about opening files again. Opens 75+...


Platforms: Windows

License: Freeware Download (92): Free Opener Download

Added: January 25, 2010 | Visits: 521

PSU Blast Image Config PSU Blast Image Config (aka "BIC") is a complete software solution to quickly restore and configure a Macintosh back to a known state: Configure and set the Open Firmware security, preventing unauthorized access via single (root) user mode or booting from external devices Set the date and time...


Platforms: Mac

License: Freeware Download (92): PSU Blast Image Config Download

Released: March 18, 2012  |  Added: March 29, 2012 | Visits: 1.393

CD FLV Player FLV Player allows you to play flash video file . The play Icon will play and pause the currently playing flash video file . The Sound Icon will change the volume or mute . Double Click on the player will Toggle on/off the full screen mode . Clicking this item Open File will show the standard...


Platforms: Windows

License: Freeware Size: 3.34 MB Download (92): CD FLV Player Download

Added: March 08, 2010 | Visits: 550

MultiGate MultiGate is a multi-function security gateway (firewall). Built on Linux and Open Source components, it provides an easy and integrated solution designed to secure and protect networks. MultiGate contains SecurityPlugins that allow quick installation, configuration and operation of various Open...


Platforms: *nix

License: Freeware Size: 2 MB Download (91): MultiGate Download

Added: March 04, 2010 | Visits: 834

Filesys::Df Filesys::Df is a Perl extension for filesystem disk space information. SYNOPSIS use Filesys::Df; #### Get information by passing a scalar directory/filename value my $ref = df("/tmp"); # Default output is 1K blocks if(defined($ref)) { print "Total 1k blocks: $ref->{blocks}n"; print...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (91): Filesys::Df Download

Added: September 07, 2010 | Visits: 956

OpenOffice::OODoc OpenOffice::OODoc is The Perl Open OpenDocument Connector. SYNOPSIS use OpenOffice::OODoc; # get global access to the content of an OOo file my $document = ooDocument(file => "MyFile.odt"); # select a text element containing a given string my $place =...


Platforms: *nix

License: Freeware Size: 215.04 KB Download (90): OpenOffice::OODoc Download

Added: February 09, 2010 | Visits: 893

Minimum Profit 5.0.0 Minimum Profit is a FREE text editor for programmers. If you are reading this (you are), you probably know what a text editor is and thus I wont explain what open file, search and replace, tab size and things like those, means. Only the special or not-so-intuitive features will be explained. In...


Platforms: *nix

License: Freeware Size: 256 KB Download (90): Minimum Profit 5.0.0 Download

Added: June 13, 2010 | Visits: 847

PDL::IO::Misc PDL::IO::Misc is a Perl module with misc IO routines for PDL. rcols() Read ASCII whitespaced cols from a file into piddles and perl arrays (also see "rgrep()"). There are two calling conventions - the old version, where a pattern can be specified after the filename/handle, and the new...


Platforms: *nix

License: Freeware Size: 2.1 MB Download (87): PDL::IO::Misc Download

Added: November 06, 2010 | Visits: 790

ExtUtils::PerlPP ExtUtils::PerlPP is a Perl Preprocessor. SYNOPSIS use ExtUtils::PerlPP; my $config = { version => $VERSION, driver => $DRIVER }; # The long and winding road ... my $self = ExtUtils::PerlPP->new(); $self->{in_fh} = IO::File->new(file.PL, r); $self->{out_fh} = IO::File->new(file, w);...


Platforms: *nix

License: Freeware Size: 194.56 KB Download (87): ExtUtils::PerlPP Download

Added: January 13, 2010 | Visits: 660

Devel::PerlySense Devel::PerlySense package contains IntelliSense for Perl. PerlySense is an IntelliSense style utility for editors. Conveniently navigate and browse the code and documentation of your project and Perl installation. SYNOPSIS From Emacs C-p C-d -- Smart docs -- Show docs...


Platforms: *nix

License: Freeware Size: 71.68 KB Download (87): Devel::PerlySense Download

Released: May 14, 2013  |  Added: June 10, 2013 | Visits: 1.244

Iperius Backup Iperius Backup is a robust, flexible and lightweight software to backup and protect your files and your reserved data. Backup to DAT / LTO tapes, backup to NAS and RDX drives, external USB drives, zip compression, AES 256 bit encryption, online backup, SQL Server backup, FTP backup, Dropbox,...


Platforms: Windows

License: Freeware Size: 4.38 MB Download (77): Iperius Backup Download

Released: January 27, 2014  |  Added: April 13, 2014 | Visits: 1.971

Easy Uploads Easy uploads is a file storage media streaming application designed by Filestreamers that allows you to upload, store, and stream your files from their virtually unlimited file storage server. Easy Uploads can backup,share, and stream your files free online. Upload your favorite media files to...


Platforms: Windows, Windows 8, Windows 7

License: Freeware Size: 615.97 KB Download (70): Easy Uploads Download

Released: December 01, 2013  |  Added: June 22, 2014 | Visits: 846

Easy File Encryptor Easy File Encryptor is a file encryption software available as Windows explorer context menu extension that uses the very strong and industry standard Advanced Encryption Standard (AES) to easily and securely encrypt files. Works for files and folders. Very fast and easy to use. Based on...


Platforms: Windows, Android, Windows 7, Windows Server

License: Freeware Size: 611.86 KB Download (68): Easy File Encryptor Download

< 1 2 3 4 5