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

Computer Info freeware
Filter: All | Freeware | Demo
 

Computer Info

< 1 2 3 4 5 > 
Added: February 23, 2010 | Visits: 1.041

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



Platforms: *nix

License: Freeware Size: 634.88 KB Download (151): Video::Info::RIFF Download

Added: February 05, 2010 | Visits: 1.760

FLV::Info FLV::Info is an extract metadata from Flash Video files. SYNOPSIS use FLV::Info; my $reader = FLV::Info->new(); $reader->parse(video.flv); my %info = $reader->get_info(); print "$info{video_count} video framesn"; print $reader->report(); This module reads Macromedia FLV files and...





Platforms: *nix

License: Freeware Size: 737.28 KB Download (128): FLV::Info Download

Added: January 25, 2010 | Visits: 1.238

Tech Terms Computer Dictionary Look up definitions of computer and technology terms from the Tech Terms Computer Dictionary.This widget allows you to quickly look up definitions of computer and technology terms. Each term is not just defined, but explained in detail, often with helpful examples. Definitions are explained in...


Platforms: Mac

License: Freeware Download (125): Tech Terms Computer Dictionary Download

Released: March 16, 2012  |  Added: May 14, 2012 | Visits: 1.487

DesktopNow Remote Computer Access DesktopNow Free Remote Computer Access allows you to remotely log in to your computer over the internet, giving you fast and easy access to all your important files no matter where you are. If you can access the internet, you can log into your computer and download any documents you need....


Platforms: Windows

License: Freeware Size: 321.06 KB Download (121): DesktopNow Remote Computer Access Download

Added: May 19, 2010 | Visits: 1.260

Open Computer Forensics Architecture Open Computer Forensics Architecture (OCFA) is a modular computer forensics framework built by the Dutch National Police Agency. The main goal is to automate the digital forensic process to speed up the investigation and give tactical investigators direct access to the seized data through an easy...


Platforms: *nix

License: Freeware Size: 1.9 MB Download (120): Open Computer Forensics Architecture Download

Added: March 10, 2010 | Visits: 1.289

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 (118): Video::Info::ASF Download

Added: August 31, 2008 | Visits: 1.118

Quick Info Quick Info is a reference lookup tool for three things - U.S. telephone area codes and time zones, international direct phone-dialing codes and time zones, and Internet domain suffixes. With more than 2000 cities worldwide, 320 area codes, and 250 national Internet suffixes listed, you're sure to...


Platforms: Windows

License: Freeware Size: 500 KB Download (117): Quick Info Download

Added: June 20, 2010 | Visits: 1.112

Station Info Station Info program searches for and displays AM, FM, and TV station entries from databases supplied by the US Federal Communications Commission (also known as the FCC). The station-info program provides many ways of selecting a collection of stations for display, and several criteria by which...


Platforms: *nix

License: Freeware Size: 204.8 KB Download (115): Station Info Download

Added: July 20, 2010 | Visits: 1.083

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: April 26, 2010 | Visits: 1.460

MP4::Info MP4::Info is a Perl module that can fetch info from MPEG-4 files (.mp4, .m4a, .m4p, .3gp). SYNOPSIS #!perl -w use MP4::Info; my $file = Pearls_Before_Swine.m4a; my $tag = get_mp4tag($file) or die "No TAG info"; printf "$file is a %s trackn", $tag->{GENRE}; my $info =...


Platforms: *nix

License: Freeware Size: 133.12 KB Download (113): MP4::Info Download

Added: November 04, 2010 | Visits: 1.363

Video::Info Video::Info can retrieve video properties such as: height width codec fps. SYNOPSIS use Video::Info; my $info = Video::Info->new(-file=>my.mpg); $info->fps(); $info->aspect(); ## ... see methods below Video::Info is a factory class for working with video files. When you create a new...


Platforms: *nix

License: Freeware Size: 634.88 KB Download (110): Video::Info Download

Released: September 24, 2012  |  Added: November 07, 2012 | Visits: 1.151

Lock Computer Lock Computer with Desktop Shortcut, Command Line or even from Batch Files. This Free Windows Utility uses minimal computer resources, is a really small application and works with almost every latest Windows Operating System. You can Lock your Computer or Workstation with the Desktop Shortcut...


Platforms: Windows

License: Freeware Size: 297.57 KB Download (110): Lock Computer Download

Added: July 01, 2010 | Visits: 1.196

HostIP.info Geolocation Plugin HostIP.info Geolocation Plugin displays information using hostip.info data. Displays Geolocation information for a website using hostip.info data. Works with all versions of Firefox How it works: Displays IP Trace information when you hover the mouse over a hyperlink, and the IP will show...


Platforms: *nix

License: Freeware Size: 35.84 KB Download (109): HostIP.info Geolocation Plugin Download

Added: August 12, 2008 | Visits: 980

Computer Advance IDE Computer Advance IDE is not only and IDE, (which supports multiple modules within a single file,) but it also includes a built-in language, ("Develop"), and parser! It can also create stand-alone programs as small as 13.5k!


Platforms: Windows

License: Freeware Size: 983.04 KB Download (107): Computer Advance IDE Download

Added: November 24, 2010 | Visits: 1.012

AudioFile::Info::MP3::Info AudioFile::Info::MP3::Info is a Perl extension to get info from MP3 files. This is a plugin for AudioFile::Info which uses MP3::ID3Lib to get data about MP files. See AudioFile::Info for more details. METHODS new Creates a new object of class AudioFile::Info::MP3::Info. Usually called...


Platforms: *nix

License: Freeware Size: 54.27 KB Download (106): AudioFile::Info::MP3::Info Download

Released: June 11, 2013  |  Added: July 02, 2013 | Visits: 1.209

Free iPhone to Computer Transfer Are you currently searching for the best utility free software that's able to copying the information for example movies, videos, music, playlist and much more from iPhone to computer? AVGO Free iPhone to Computer Transfer program is a superb utility free software application that any iPhone...


Platforms: Windows

License: Freeware Size: 5.57 MB Download (106): Free iPhone to Computer Transfer Download

Added: May 17, 2010 | Visits: 1.199

AudioFile::Info::MP3::Tag AudioFile::Info::MP3::Tag is a Perl extension to get info from MP3 files. This is a plugin for AudioFile::Info which uses MP3::Tag to get or set data about MP3 files. METHODS new Creates a new object of class AudioFile::Info::MP3::Tag. Usually called by AudioFile::Info::new..


Platforms: *nix

License: Freeware Size: 3.07 KB Download (105): AudioFile::Info::MP3::Tag Download

Added: July 04, 2010 | Visits: 988

SNMP::Info::Layer3::Aironet SNMP::Info::Layer3::Aironet is a Perl5 Interface to Cisco Aironet Wireless Devices running Aironet software, not IOS. SYNOPSIS # Let SNMP::Info determine the correct subclass for you. my $aironet = new SNMP::Info( AutoSpecify => 1, Debug => 1, # These arguments are passed directly on to...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (105): SNMP::Info::Layer3::Aironet 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: April 24, 2010 | Visits: 1.233

PC-Info PC-Info project is a Server-Client Software using the Adaptive Communication Environment (ACE). Server uses KDE/QT to show the client data. Cmd-line is also possible. Until now the Client can submit IP/Port, Hostname and CPU-Model information. Installation: The simplest way to compile...


Platforms: *nix

License: Freeware Size: 604.16 KB Download (104): PC-Info Download

< 1 2 3 4 5 >