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

Attribute Modifier software
Filter: All | Freeware | Demo
 

Attribute Modifier

< 1 2 3 4 5 > 
Released: November 08, 2009  |  Added: November 13, 2009 | Visits: 3.498

AvisMap Deskpro AvisMap Desktop Professional 5 is a professional desktop GIS software for map editing, managing, analysis attribute data, aid decision-making transactions and output map, print tables, 3D modeling, and other functions. As a complete analysis management tool, AvisMap Despro 5 is applicable in land... Platforms: Windows

License: Shareware Cost: $499.00 USD Size: 22.19 MB Download (173): AvisMap Deskpro Download

Released: July 03, 2010  |  Added: April 24, 2011 | Visits: 4.280

Disk Recon Cleaning up your harddisk can be a time-consuming activity, but Disk Recon makes this job a lot easier. Disk Recon allows you to investigate folder sizes, find duplicate files, examine your disk usage, monitor files and directories and more. New features include batch file renaming, batch... Platforms: Windows

License: Shareware Cost: $35.00 USD Size: 2.78 MB Download (161): Disk Recon Download

Added: November 03, 2010 | Visits: 1.039

ISQ ISQ (I Ask You) is a tag extension library that helps you to make HTML forms. Inspired by the "input" tag of The Apache Software Foundation (http://www.apache.org/), isq adds a support for client-side input validation by JavaScript checking. Like the original library isq can prepopulate form... Platforms: *nix

License: Freeware Size: 71.68 KB Download (151): ISQ Download

Added: August 15, 2010 | Visits: 2.228

gvrpcd GVRP stands for GARP (Generic Attribute Registration Protocol) VLAN Registration Protocol. This project is a Layer 2 network protocol, for automatic configuration of switches in a VLAN network. Each VLAN switch is configured with the VLANs it is part of. GVRP will spread this information and... Platforms: *nix

License: Freeware Size: 4.1 KB Download (146): gvrpcd Download

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

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

Released: June 18, 2010  |  Added: June 22, 2010 | Visits: 1.022

AttrMenu AttrMenu is a shell extension for Windows 95, 2000, XP, Vista and 7 allowing to directly access a file's attributes from its context menu (opened when right clicking on the filename with the right mouse button). Four commands are added to the context menu of any file: Toggle Archive... Platforms: Windows, Other

License: Freeware Size: 21.04 KB Download (139): AttrMenu Download

Released: February 04, 2003  |  Added: May 03, 2006 | Visits: 2.962

FileTimeEdit 2 "FileTimeEdit 2" is for you to edit the time attribute of files. You can change the createtime, modifytime and accesstime freely. Add the files you want to edit in your computer to the FileList, use filter to select the exact files you want. You can also pick up the files by hand. Adjust... Platforms: Windows

License: Shareware Cost: $19.50 USD Size: 395 KB Download (130): FileTimeEdit 2 Download

Added: August 22, 2008 | Visits: 1.400

PEEK&POKE PEEKPOKE is a File Find & String Search/Replace & Attribute Utility. So if you are accustomed to DOS utilities such as FF, FL, TS, REPL, attrib, TOUCH, VTREE, and want to quit using the DOS prompt, this one is for you! Platforms: Windows

License: Freeware Size: 295 KB Download (129): PEEK&POKE Download

Added: October 03, 2010 | Visits: 1.547

File::Attributes::Recursive File::Attributes::Recursive module contains inherit file attributes from parent directories. SYNOPSIS Works like File::Attributes, but will recurse up the directory tree until a matching attribute is found. EXPORT None, by default. Specify the functions youd like to use as arguments to... Platforms: *nix

License: Freeware Size: 25.6 KB Download (118): File::Attributes::Recursive Download

Released: March 26, 2019  |  Added: April 29, 2020 | Visits: 728

Modifier PDF Modifier PDF is a Windows PDF editing software product that lets you modify and edit PDF documents like adding text, insert images, removing unwanted content, drawing lines and rotating PDF pages. If you write text on the PDF, you can change the text font, size, color and move it to anywhere you... Platforms: Windows, Windows 7, Windows Server

License: Shareware Cost: $29.95 USD Size: 17.86 MB Download (117): Modifier PDF Download

Released: August 28, 2013  |  Added: August 31, 2013 | Visits: 1.143

1-abc.net File Configuration Box It does not matter if you have videos, music, documents or other data: Whatever it is, it is saved to files on your Windows system. The Windows internal file manager called Windows Explorer offers many good and useful functions to organize your data. Anyway, there are many things that can not be... Platforms: Windows

License: Shareware Cost: $39.99 USD Size: 1.74 MB Download (117): 1-abc.net File Configuration Box Download

Added: July 20, 2010 | Visits: 1.090

MPEG::Info MPEG::Info is a basic MPEG bitstream attribute parser. SYNOPSIS use strict; use MPEG::Info; my $video = MPEG::Info->new( -file => $filename ); $video->probe(); print $file->type; ## MPEG ## Audio information print $file->acodec; ## MPEG Layer 1/2 print $file->acodecraw; ## 80 print... Platforms: *nix

License: Freeware Size: 327.68 KB Download (113): MPEG::Info Download

Added: October 02, 2010 | Visits: 1.643

File::Attributes File::Attributes is a Perl module to manipulate file metadata. SYNOPSIS use File::Attributes qw(set_attribute list_attributes get_all_attributes); my $file = foo.txt; set_attribute($file, type => text/plain); set_attribute($file, encoding => utf8); my @attributes =... Platforms: *nix

License: Freeware Size: 30.72 KB Download (112): File::Attributes Download

Released: September 15, 2008  |  Added: March 20, 2010 | Visits: 1.759

Vacation Rental Software Commodity Rental Software is the most comprehensive online rental business creator script today. It comes with a full E-Commerce Capacity and is ready to go, out of the box. property rental software can get your online rentals business up and running within a matter of hours. Built on a fully... Platforms: Windows, *nix, Windows CE

License: Beta Cost: $199.00 USD Size: 3.91 KB Download (111): Vacation Rental Software Download

Added: October 22, 2010 | Visits: 1.054

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: January 25, 2010 | Visits: 582

FileTyper FileTyper is a popular shareware file and folder attribute editor for the Apple Macintosh. It was one of the pioneer "drop-box" applications, and its power, speed and simplicity have drawn rave reviews since its first release in 1991. Distributed with FileTyper is MakeAutoTyper, a widely-used... Platforms: Mac

License: Shareware Cost: $0.00 USD Size: 637 KB Download (107): FileTyper Download

Added: January 26, 2010 | Visits: 1.135

raddump raddump interprets captured RADIUS packets to print a timestamp, packet length, RADIUS packet type, source and destination hosts and ports, and included attribute names and values for each packet. Whats New in This Release: - Added support for IEEE 802.1q tagged VLAN frames.. Get raddump... Platforms: *nix

License: Freeware Size: 174.08 KB Download (105): raddump Download

Added: August 03, 2008 | Visits: 3.631

Product Attribute Pictures - osCommerce Product Attribute Pictures v2.0 PLUS allows users to upload and manage images that appear on their product information pages. Its core functionality is the ability to display thumbnails which when clicked are shown in full size next to the thumbnails without using a pop-up or reloading the page.... Platforms: Windows, Mac, *nix

License: Shareware Cost: $29.99 USD Size: 53 KB Download (104): Product Attribute Pictures - osCommerce Download

Released: July 01, 2018  |  Added: February 24, 2024 | Visits: 217

netcdf viewer A NetCDF file is a format of file that usually uses in climate data. NetCDF files usually has multi-dimension that each dimension is a separate variable. NetCDF variables that contain coordinate data are referred to as coordinate variables, scalar coordinate variables, or multidimensional... Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Freeware Size: 13.92 MB Download (104): netcdf viewer Download

Added: October 26, 2010 | Visits: 1.120

RADIUS::Dictionary RADIUS::Dictionary is a RADIUS dictionary parser. SYNOPSIS use RADIUS::Dictionary; my $dict = new RADIUS::Dictionary "/etc/radius/dictionary"; $dict->readdict("/some/other/file"); my $num = $dict->attr_num(User-Name); my $name = $dict->attr_name(1); This is a simple module that reads a... Platforms: *nix

License: Freeware Size: 43.01 KB Download (103): RADIUS::Dictionary Download

< 1 2 3 4 5 >