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

Attributes freeware
Filter: All | Freeware | Demo
 

Attributes

< 1 2 3 4 5 > 
Added: March 10, 2010 | Visits: 1.288

Video::Info::ASF Video::Info::ASF is a Perl module for ASF files for attributes like: -video codec -audio codec -frame height -frame width -frame count and more! SYNOPSIS use Video::Info::ASF; my $video; $video = Video::Info::ASF->new(-file=>$filename); #like this $video->vcodec; #video codec...



Platforms: *nix

License: Freeware Size: 634.88 KB Download (112): Video::Info::ASF Download

Added: October 02, 2010 | Visits: 1.637

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 (106): File::Attributes Download

Added: March 21, 2010 | Visits: 895

Filesys::Ext2 Filesys::Ext2 is a Perl interface to ext2 and ext3 filesystem attributes. SYNOPSIS use Filesys::Ext2 qw(:all); eval { $mode = lsattr("/etc/passwd"); } eval { chattr("+aud", "/etc/passwd"); } #or equivalently #chattr($mode|0x0062, "/etc/passwd"); You may specify the path of the e2fsprogs...


Platforms: *nix

License: Freeware Size: 24.58 KB Download (106): Filesys::Ext2 Download

Added: February 01, 2010 | Visits: 874

Class::Tangram Class::Tangram is a Perl module for tangram-friendly classes, DWIM attributes. SYNOPSIS package MyObject; use base qw(Class::Tangram); our $fields = { int => [ qw(foo bar) ], string => [ qw(baz quux) ] }; package main; my $object = MyObject->new(foo => 2, baz => "hello"); print...


Platforms: *nix

License: Freeware Size: 50.18 KB Download (106): Class::Tangram Download

Added: June 15, 2010 | Visits: 1.258

Video::Info::MPEG::Video Video::Info is a suite of modules to probe video files for various attributes. Previous versions of Video::Info depended on external modules, such as RIFF::Info and ASF::Info. This is no longer the case, you dont need to install them. All the functionality is now included with the Video::Info...


Platforms: *nix

License: Freeware Size: 634.88 KB Download (104): Video::Info::MPEG::Video Download

Added: August 17, 2010 | Visits: 752

mod_mime_xattr mod_mime_xattr is a simple Apache HTTPD module that lets you use file system extended attributes data for MIME type detection. The current version of mod_mime_xattr has support for Linux style EAs which are supported by Linux 2.4 with the ACL/EA patches applied and vanilla Linux 2.6. The...


Platforms: *nix

License: Freeware Size: 73.73 KB Download (103): mod_mime_xattr Download

Added: August 14, 2010 | Visits: 1.154

File::Signature File::Signature is a Perl module to detect changes to a files content or attributes. SYNOPSIS use File::Signature; my $sig = File::Signature->new(/some/file); # If you have a stringified signature stored in $string # you can create a File::Signature object from it. my $sig =...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (98): File::Signature Download

Added: January 22, 2010 | Visits: 846

Kalyp Kalyp project is a roguelike game written in Java. Its design is based on traditions set by popular roguelike games, especially Nethack. It is single player and runs in a text terminal. The project focuses mostly on the Artificial Intelligence engine for the non-player characters. Most of the...


Platforms: *nix

License: Freeware Download (97): Kalyp Download

Added: September 21, 2010 | Visits: 698

XML::DOM::Attr XML::DOM::Attr is an XML attribute in XML::DOM. XML::DOM::Attr extends XML::DOM::Node. The Attr nodes built by the XML::DOM::Parser always have one child node which is a Text node containing the expanded string value (i.e. EntityReferences are always expanded.) EntityReferences may be added...


Platforms: *nix

License: Freeware Size: 112.64 KB Download (97): XML::DOM::Attr Download

Released: November 11, 2015  |  Added: January 17, 2016 | Visits: 1.038

Farm Clock Screensaver Pets, dogs cage, birds and butterflies floating in the sky, all these indispensable attributes of rural life will decorate your computer if you download and install beautiful and peaceful screensaver. What can be better than a wonderful vacation in the summer countryside? Central detail and...


Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Freeware Size: 1.3 MB Download (97): Farm Clock Screensaver Download

Added: September 17, 2010 | Visits: 1.179

Video::Info::MPEG::System Video::Info::MPEG::System is a suite of modules to probe video files for various attributes. Previous versions of Video::Info depended on external modules, such as RIFF::Info and ASF::Info. This is no longer the case, you dont need to install them. All the functionality is now included with the...


Platforms: *nix

License: Freeware Size: 634.88 KB Download (96): Video::Info::MPEG::System Download

Added: May 05, 2010 | Visits: 1.154

Gnome Font Sampler Gnome Font Sampler lets you browse your installed fonts using whatever color, size, attributes (Bold/Italics/Underline), and example text you like.. linuxadvocate.org


Platforms: *nix

License: Freeware Size: 307.2 KB Download (96): Gnome Font Sampler Download

Added: August 03, 2008 | Visits: 943

PropertyWindow The PropertyWindow is a further development of Thomas Allins popular PropertyWindow control The PropertyWindow control is a powerful fully functional control supported by a comprehensive object model which allows the user to modify attributes in the same way that properties can be modified in the...


Platforms: Windows

License: Freeware Size: 2.85 MB Download (95): PropertyWindow Download

Added: September 12, 2010 | Visits: 1.192

Video::Info::MPEG::Constants Video::Info::MPEG::Constants is a suite of modules to probe video files for various attributes. Previous versions of Video::Info depended on external modules, such as RIFF::Info and ASF::Info. This is no longer the case, you dont need to install them. All the functionality is now included with...


Platforms: *nix

License: Freeware Size: 634.88 KB Download (95): Video::Info::MPEG::Constants Download

Added: January 22, 2010 | Visits: 661

Gtk2::Ex::FormFactory::GtkWidget Gtk2::Ex::FormFactory::GtkWidget can wrap arbitrary Gtk widgets. SYNOPSIS Gtk2::Ex::FormFactory::GtkWidget->new ( custom_gtk_widget => Gtk::Widget, ... Gtk2::Ex::FormFactory::Widget attributes ); With this module you can add arbitrary Gtk widgets to a FormFactory. Theyre simply...


Platforms: *nix

License: Freeware Size: 102.4 KB Download (95): Gtk2::Ex::FormFactory::GtkWidget Download

Released: October 11, 2011  |  Added: May 15, 2012 | Visits: 702

ModifyFileTime ModifyFileTime is a freeware that allow you to modify file time. It is simple and easy to use. You can use it to modify the time attributes of the file or folder. ModifyFileTime needn't install and is packed into a zip archive which contain a readme text and an executable file. Please see...


Platforms: Windows

License: Freeware Size: 112 KB Download (95): ModifyFileTime Download

Added: January 23, 2010 | Visits: 741

HTTPD::Authen HTTPD::Authen is a HTTP server authentication class. SYNOPSIS use HTTPD::Authen (); This module provides methods for authenticating a user. It uses HTTPD::UserAdmin to lookup passwords in a database. Subclasses provide methods specific to the authentication mechanism. Currently, under...


Platforms: *nix

License: Freeware Size: 112.64 KB Download (94): HTTPD::Authen Download

Released: August 23, 2013  |  Added: September 27, 2013 | Visits: 1.059

Uni-eCart Uniecommerce is all in one merchant platform to sell the business products online. It is the best platform to build the online store at an affordable cost. Some of the advantage you can find here are it is multi vendor platform, providing 100% source code, with multiple payment gateways and many...


Platforms: Windows, *nix

License: Freeware Size: 25 MB Download (94): Uni-eCart Download

Added: September 15, 2010 | Visits: 1.007

Class::Declare::Attributes Class::Declare::Attributes is a Perl module with Class::Declare method types using Perl attributes. SYNOPSIS package My::Class; use 5.006; use strict; use warnings; use base qw( Class::Declare::Attributes ); # declare the class/instance attributes __PACKAGE__->declare( ... ); # #...


Platforms: *nix

License: Freeware Size: 21.5 KB Download (93): Class::Declare::Attributes Download

Added: March 14, 2010 | Visits: 782

MetaFS MetaFS is a daemon for Linux (and Linux only) that allows you to access information about your files (such as MP3 tags or JPEGs EXIF tags) easily and consistently using extended attributes. MetaFS project also allows you to perform fast searches using this information. MetaFS is extensible, so...


Platforms: *nix

License: Freeware Size: 624.64 KB Download (93): MetaFS Download

< 1 2 3 4 5 >