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

Readonly software
Filter: All | Freeware | Demo
 

Readonly

1 2 > 
Added: September 16, 2010 | Visits: 831

Readonly Readonly is a Perl module that offers the facility for creating read-only scalars, arrays, hashes. SYNOPSIS use Readonly; # Read-only scalar Readonly::Scalar $sca => $initial_value; Readonly::Scalar my $sca => $initial_value; # Read-only array Readonly::Array @arr => @values;... Platforms: *nix

License: Freeware Size: 13.31 KB Download (95): Readonly Download

Released: September 07, 2001  |  Added: January 08, 2006 | Visits: 2.259

FlagRASH Batch change attribute flags. Readonly, archive, system and hidden flags can all be altered on files and folders, across multiple folders. Particularly useful for clearing the read only flag after copying from CD-RWs. Platforms: Windows, Windows CE

License: Shareware Cost: $7.00 USD Size: 342 KB Download (143): FlagRASH Download

Added: August 23, 2010 | Visits: 1.065

ex::constant::vars ex::constant::vars is a Perl pragma to create readonly variables. SYNOPSIS Using the tie() interface: use ex::constant::vars; tie my $pi, ex::constant::vars, 4 * atan2( 1, 1 ); tie my @family, ex::constant::vars, qw( John Jane ); tie my %age, ex::constant::vars, John => 27, Jane => Back... Platforms: *nix

License: Freeware Size: 4.1 KB Download (90): ex::constant::vars Download

Released: January 26, 2007  |  Added: February 05, 2007 | Visits: 1.941

OpenOffice Impress Password Recovery OpenOffice Impress Password Recovery provides you with a friendly interface to recover OpenOffice Impress passwords and remove document ReadOnly protection. A powerful combination of proven recovery methods ensures successful recovery results in most cases. OpenOffice Impress Password... Platforms: Windows

License: Shareware Cost: $29.95 USD Size: 1.56 MB Download (502): OpenOffice Impress Password Recovery Download

Released: March 10, 2012  |  Added: March 21, 2012 | Visits: 4.651

AttributeMagic Pro Advanced utility to change date/time stamps, attributes of files-folders, JPEG-EXIF images, MS Office (DOC, XLS, PPT) document properties. Utility can set and reset attributes, copy and flexible manipulate date-time stamps, insert date-time information into file name, rename files, change files... Platforms: Windows

License: Shareware Cost: $29.71 USD Size: 5.13 MB Download (634): AttributeMagic Pro Download

Released: December 21, 2006  |  Added: May 29, 2007 | Visits: 13.916

Remove Old Files The program for deleting, moving, archiving, clearing folders of old files. Transfers data to archive folders based on file creation, modification or last access date. Easily remove files over N-days old. Features: - application can work as a clearing utility and as a system service of... Platforms: Windows

License: Shareware Cost: $29.95 USD Size: 971.41 KB Download (589): Remove Old Files Download

Released: January 17, 2006  |  Added: February 15, 2007 | Visits: 2.183

Access2MSSQL SYNC Access2MSSQL Sync is a database synchronizer which performs MS Access (mdb) to MS SQL server and MSSQL to Access database conversion and synchronization simply by configuring several options in wizard-like application. Access2MSSQL Sync gives you a chance not only convert your data with... Platforms: Windows

License: Shareware Cost: $55.00 USD Size: 5.05 MB Download (174): Access2MSSQL SYNC Download

Released: April 23, 2007  |  Added: April 28, 2007 | Visits: 4.982

Distribute Virtual Disk Enterprise Distribute Virtual Disk System(DSCSI), a network disk system, DSCSI used a server by using it's disk or disk image file as a data source. DSCSI provided the data service for the clients, and create a disk(all the same as the server's) on the user's computer, The user use this disk all the same... Platforms: Windows

License: Shareware Cost: $9999.00 USD Size: 1.82 MB Download (165): Distribute Virtual Disk Enterprise Download

Added: August 14, 2008 | Visits: 1.657

NDIR NDIR color directory lister is a console-mode utility which includes support for long filenames under FAT16, FAT32, and NTFS. You can display system/ hidden/ readonly files with special colors, display either LAST_MODIFIED date/time or FILE_CREATED date/time. Supports up to 200 different... Platforms: Windows, *nix

License: Freeware Size: 117 KB Download (561): NDIR Download

Released: October 10, 2008  |  Added: October 23, 2008 | Visits: 4.924

PDF Viewer Component PDF Viewer Component is a light weight ActiveX Control which enables your application to display and interact with PDF files. It is identical to Adobe Reader program and adds high speed viewing of PDF documents to your applications easily. Read-Only Support for PDF Viewer! It is a great solution... Platforms: Windows

License: Shareware Cost: $499.00 USD Size: 731.83 KB Download (261): PDF Viewer Component Download

Added: September 26, 2010 | Visits: 903

Task::SOSA Task::SOSA is a Perl module to install all the CPAN modules needed by SOSA. SYNOPSIS perl -MCPAN -e install Task::SOSA This Task module installs all the dependencies needed by SOSA, the "Samba and Open-xchange Simple Administrator". Catalyst Catalyst::Model::LDAP... Platforms: *nix

License: Freeware Size: 20.48 KB Download (92): Task::SOSA Download

Added: May 14, 2010 | Visits: 760

Argv Argv is a Perl module that provides an OO interface to an arg vector. SYNOPSIS use Argv; # A roundabout way of getting perls version. my $pl = Argv->new(qw(perl -v)); $pl->exec; # Run /bin/cat, showing how to provide "predigested" options. Argv->new(/bin/cat, [qw(-u -n)],... Platforms: *nix

License: Freeware Size: 44.03 KB Download (86): Argv Download

Added: February 03, 2010 | Visits: 1.220

Audio::TagLib::File Audio::TagLib::File is a file class with some useful methods for tag manipulation. This class is a basic file class with some methods that are particularly useful for tag editors. It has methods to take advantage of ByteVector and a binary search method for finding patterns in a file.... Platforms: *nix

License: Freeware Size: 1.4 MB Download (114): Audio::TagLib::File Download

Added: July 12, 2010 | Visits: 1.281

Mac::Apps::Seasonality::Constants Mac::Apps::Seasonality::Constants is a Perl module for static definitions of aspects of Seasonality. SYNOPSIS use Mac::Apps::Seasonality::Constants qw{ $SEASONALITY_NAME $SEASONALITY_CREATOR $SEASONALITY_HISTORY_DATABASE_PATH }; use Mac::Apps::Seasonality::Constants qw{... Platforms: *nix

License: Freeware Size: 8.19 KB Download (97): Mac::Apps::Seasonality::Constants Download

Added: August 12, 2010 | Visits: 735

Scalar::Util Scalar::Util is a selection of general-utility scalar subroutines. SYNOPSIS use Scalar::Util qw(blessed dualvar isweak readonly refaddr reftype tainted weaken isvstring looks_like_number set_prototype); Scalar::Util contains a selection of subroutines that people have expressed would be... Platforms: *nix

License: Freeware Size: 43.01 KB Download (97): Scalar::Util Download

Added: February 24, 2010 | Visits: 939

XML::DOM::EntityReference XML::DOM::EntityReference is an XML ENTITY reference in XML::DOM. XML::DOM::EntityReference extends XML::DOM::Node. EntityReference objects may be inserted into the structure model when an entity reference is in the source document, or when the user wishes to insert an entity reference. Note... Platforms: *nix

License: Freeware Size: 39.94 KB Download (92): XML::DOM::EntityReference Download

Added: November 03, 2010 | Visits: 1.721

Linux Multimedia Player LiMP is a a tiny LIVE CD based linux distro, that loads into memory and works only in the memory. This is the easiest, simpler yet powerful distro that works in all computers (PIII onwards). Linux Multimedia Player supports most of the known formats, let it be mpeg-I, or mpeg-II, or divx, or... Platforms: *nix

License: Freeware Size: 74 MB Download (100): Linux Multimedia Player Download

Added: June 23, 2010 | Visits: 949

Exploring Exploring Tk::JComboBox Perl module contains a tutorial for usage of the Tk::JComboBox widget. Overview This tutorial assumes a familiarity with basic Perl/Tk concepts. It is meant to be used alongside the JComboBox class reference. What is it and what is it good for? JComboBox is yet... Platforms: *nix

License: Freeware Size: 64.51 KB Download (100): Exploring Download

Added: August 04, 2010 | Visits: 749

Tk::JComboBox Tk::JComboBox is a Perl module that can create and manipulate JComboBox widgets. SYNOPSIS $jcb = $parent->JComboBox(?options); JComboBox is a composite widget that contains a text Label or Entry, a Button, and a popup Listbox. It performs the same sort of tasks that can be accomplished by... Platforms: *nix

License: Freeware Size: 64.51 KB Download (89): Tk::JComboBox Download

Added: June 15, 2010 | Visits: 988

Tk::NumEntry Tk::NumEntry is a numeric Entry widget with inc. & dec. Buttons. SYNOPSIS use Tk::NumEntry; $parent->NumEntry(?-option=>value, ...?); Tk::NumEntry defines a widget for entering integer numbers. The widget also contains buttons for increment and decrement. Tk::NumEntry supports all the... Platforms: *nix

License: Freeware Size: 25.6 KB Download (96): Tk::NumEntry Download

1 2 >