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

Raw Rgb File freeware
Filter: All | Freeware | Demo
 

Raw Rgb File

< 1 2 3 4 5 > 
Added: August 25, 2008 | Visits: 1.387

Roadkil's Raw Copy This program copies a disk as a raw image from one drive directly to another. This utility is designed for people who have a faulty drive and want to transfer the data directly to another drive without doing a file by file copy. This saves the need for operating system re-installs and allows...



Platforms: Windows

License: Freeware Size: 43 KB Download (184): Roadkil's Raw Copy Download

Added: August 15, 2008 | Visits: 1.890

Wacker Art RGB Color Mixer With the Wacker Art RGB Color Mixer applet it is possible to define the RGB values of a selected color. The color can be defined with 7 sliders or with a random function.The program requires a browser with Java Plugin 1.4.2.The applet comes with a html page, that can be loaded in the browser to...





Platforms: Windows, *nix

License: Freeware Size: 29 KB Download (154): Wacker Art RGB Color Mixer Download

Released: June 08, 2009  |  Added: June 10, 2009 | Visits: 4.015

File List Generator ReStoring Data's File List Generator Freeware software filters, prints, and organizes via a file's: name, type, size, created date, and date last modified. It was developed by the Research and Development team to aid data recovery service clients to ensure their files have been recovered....


Platforms: Windows

License: Freeware Size: 5.63 MB Download (322): File List Generator Download

Released: June 10, 2011  |  Added: June 26, 2011 | Visits: 3.558

WinMend File Copy WinMend File Copy is a free and excellent batch file copy tool. Based on extensive testing, and by constantly maximizing the potential of the operating system, WinMend File Copy developed a unique key technique that makes up for the inadequacy of the system's default copy functionality and...


Platforms: Windows

License: Freeware Size: 2.1 MB Download (317): WinMend File Copy Download

Released: July 28, 2009  |  Added: July 31, 2009 | Visits: 2.098

Rizone File Checker Now and then, just for some peace of mind, I like to do a System File Scan in Windows XP (SFC /SCANNOW). But this is an irritating command line typing way of checking your system files. So, I decided to make a SFC wrapper to make the task as uncomplicated as possible. Included are features to...


Platforms: Windows

License: Freeware Size: 676 KB Download (186): Rizone File Checker Download

Released: December 19, 2009  |  Added: December 29, 2009 | Visits: 2.579

File Touch When developing or testing software, there are times when you need to reset a file's date and time created, last modified, and/or last accessed. FileTouch modifies file date/times on individual files, or sets of files. Simply run the single executable (no install necessary), fill out the form,...


Platforms: Windows

License: Freeware Size: 119 KB Download (178): File Touch Download

Added: January 18, 2010 | Visits: 1.731

AVI TV Episode File Resizer AVI TV Episode File Resizer script is not for multiple MOVIE files (only TV) however it can do SINGLE MOVIE files quite nicely. The project was designed to help me fit (resize the file) multiple Xvid TV episodes (entire season) on a single DVD. Most of the time a TV series is almost exactly the...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (117): AVI TV Episode File Resizer Download

Added: January 18, 2010 | Visits: 1.039

File::PathList File::PathList is a Perl module that can find a file within a set of paths (like @INC or Java classpaths). SYNOPSIS # Create a basic pathset my $inc = File::PathList->new( @INC ); # Again, but with more explicit params my $inc2 = File::PathList->new( paths => @INC, cache => 1, ); #...


Platforms: *nix

License: Freeware Size: 26.62 KB Download (99): File::PathList Download

Added: January 18, 2010 | Visits: 1.226

File::Remove File::Remove is a Perl module to remove files and directories. SYNOPSIS use File::Remove qw(remove); # removes (without recursion) several files remove qw( *.c *.pl ); # removes (with recursion) several directories remove 1, qw( directory1 directory2 ); # removes (with recursion)...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (167): File::Remove Download

Added: January 18, 2010 | Visits: 1.030

File::Searcher File::Searcher is a searches for files and performs search/replacements on matching files. SYNOPSIS use File::Searcher; my $search = File::Searcher->new(*.cgi); $search->add_expression(name=>street, search=>1234 Easy St., replace=>456 Hard Way, options=>i);...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (90): File::Searcher Download

Added: September 08, 2010 | Visits: 1.755

Copy file or directory path Copy file or directory path is a service menu that can copy the full path of file or directory to klipper.. Download KDE-Apps.org Community Portal for KDE Applications Software Office Multimedia Graphic Network Printing Education Games Development Administration Scientific Security Utilities...


Platforms: *nix

License: Freeware Download (114): Copy file or directory path Download

Added: October 24, 2010 | Visits: 1.071

IR File Chooser IR File Chooser is an infrared remote-controlled fileselection menu. Infra Red (IR) File Chooser is a remote-controlled menu for selecting files and loading them by an assigned program. You can add as many filetypes and associated programs as you wish. The functionality of Infra Red (IR)...


Platforms: *nix

License: Freeware Size: 13.31 KB Download (146): IR File Chooser Download

Added: January 07, 2010 | Visits: 1.532

File::Find::Parallel File::Find::Parallel allows you to traverse a number of similar directories in parallel. SYNOPSIS use File::Find::Parallel; my $ffp = File::Find::Parallel->new( qw( /foo /bar ) ); print "Union:n"; my $union = $ffp->any_iterator print " $_n" while $_ = $union->(); print...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (92): File::Find::Parallel Download

Added: November 24, 2010 | Visits: 970

Image::PBMlib Image::PBMlib Perl module contains helper functions for PBM/PGM/PPM image file formats. SYNOPSIS use Image::PBMlib; ... open(PPM, "< image.ppm")... my $ref = readppmheader(*PPM); my @pixels = readpixels_raw(*PPM, $$ref{type}, ($$ref{width} * $$ref{height}) ); my @pixels =...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (102): Image::PBMlib Download

Added: April 02, 2010 | Visits: 1.077

File::DirCompare File::DirCompare is a Perl module to compare two directories using callbacks. SYNOPSIS use File::DirCompare; # Simple diff -r --brief replacement use File::Basename; File::DirCompare->compare($dir1, $dir2, sub { my ($a, $b) = @_; if (! $b) { printf "Only in %s: %sn", dirname($a),...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (102): File::DirCompare Download

Added: January 08, 2010 | Visits: 1.947

jsp File Browser jsp File Browser is an easy to use and easy to install file browser java server page. This JSP program allows remote web-based file access and manipulation.. JSP file browser allows remote web-based file access and manipulation like upload.


Platforms: *nix

License: Freeware Size: 23.55 KB Download (250): jsp File Browser Download

Added: January 25, 2010 | Visits: 1.144

File::Next::OO File::Next::OO is a Perl module with file-finding iterator Wrapper for File::Next::files function. SYNOPSIS File::Next::OO is just a wrapper around File::Next::files function. But it is easy to remember and less typing. Call it always with object notation. Not mixed as in File::Next itself....


Platforms: *nix

License: Freeware Size: 8.19 KB Download (96): File::Next::OO Download

Added: August 22, 2010 | Visits: 1.435

File::Find::Closures File::Find::Closures is a Perl module with functions you can use with File::Find. SYNOPSIS use File::Find; use File::Find::Closures qw(:all); my( $wanted, $list_reporter ) = find_by_name( qw(README) ); File::Find::find( $wanted, @directories ); File::Find::find( { wanted => $wanted, ......


Platforms: *nix

License: Freeware Size: 7.17 KB Download (94): File::Find::Closures Download

Added: June 15, 2010 | Visits: 1.261

File::Sync File::Sync is a Perl access to fsync() and sync() function calls. SYNOPSIS use File::Sync qw(fsync sync); fsync(*FILEHANDLE) or die "fsync: $!"; sync(); use File::Sync qw(fsync); use IO::File; $fh = IO::File->new("> /tmp/foo") or die "new IO::File: $!"; ... fsync($fh) or die "fsync:...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (112): File::Sync Download

Added: October 17, 2010 | Visits: 1.092

File::Sort File::Sort is a Perl module to sort a file or merge sort multiple files. SYNOPSIS use File::Sort qw(sort_file); sort_file({ I => [qw(file_1 file_2)], o => file_new, k => 5.3,5.5rn, -t => | }); sort_file(file1, file1.sorted); This module sorts text files by lines (or records)....


Platforms: *nix

License: Freeware Size: 32.77 KB Download (94): File::Sort Download

< 1 2 3 4 5 >