rename multiple files
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 11444
poweriso 1.1
poweriso is the free, Linux CLI version of PowerISO. more>>
poweriso is the free, Linux CLI version of PowerISO.
This is a free utility for linux which can extract, list, and convert image files (including ISO, BIN, DAA, and other formats).
Usage: poweriso [parameters] [-switches]
Commands
list
List files and directories in image file.
Example: List all files and directories in root direcory of /home/sam/test.iso .
Command: poweriso list /home/sam/test.iso / -r
extract
Extract files/directories from image file.
Example: Extract all files and directories in root direcory of /home/sam/test.iso to /home/sam/test recursively.
Command: poweriso extract /home/sam/test.iso / -od /home/sam/test
convert
Convert image file to other format.
Example: Convert /home/sam/test.daa to standard iso file
Command: poweriso convert /home/sam/test.daa -o /home/sam/test.iso -ot iso
Switches
-r List or extract recursively.
-o Specify output image file name.
-od Specify output folder.
-ot Specify output image file type. If not specified,
the image type will be determined by file name suffix.
-volsize Split output image file to multiple volumes, and set volume
size to . Example: -volsize 100M
-setpassword Set password for output image file.
Example: -setpassword 12345678
<<lessThis is a free utility for linux which can extract, list, and convert image files (including ISO, BIN, DAA, and other formats).
Usage: poweriso [parameters] [-switches]
Commands
list
List files and directories in image file.
Example: List all files and directories in root direcory of /home/sam/test.iso .
Command: poweriso list /home/sam/test.iso / -r
extract
Extract files/directories from image file.
Example: Extract all files and directories in root direcory of /home/sam/test.iso to /home/sam/test recursively.
Command: poweriso extract /home/sam/test.iso / -od /home/sam/test
convert
Convert image file to other format.
Example: Convert /home/sam/test.daa to standard iso file
Command: poweriso convert /home/sam/test.daa -o /home/sam/test.iso -ot iso
Switches
-r List or extract recursively.
-o Specify output image file name.
-od Specify output folder.
-ot Specify output image file type. If not specified,
the image type will be determined by file name suffix.
-volsize Split output image file to multiple volumes, and set volume
size to . Example: -volsize 100M
-setpassword Set password for output image file.
Example: -setpassword 12345678
Download (0.28MB)
Added: 2007-04-14 License: Freeware Price:
688835 downloads
LimeWire 4.14.8
LimeWire is a powerful Gnutella file sharing client with great features. more>>
LimeWire is a multi-platform Gnutella client with nice features like auto-connect, groups, browse host, multiple search, upload throttling, connection quality control, library management and sophisticated filtering. LimeWire is built for the both the novice and power user.
LimeWire allows you to search for multiple files at the same time, available in several different languages, and is most famous for its ease-of-use and cross compatibility.
LimeWire will run on Windows, Macintosh, Linux, Sun, and other computing platforms.
Main features:
- Ease of use - just install, run, and search
- Ability to search by artist, title, genre, or other metainformation
- Elegant multiple search tabbed interface
- "Swarm" downloads from multiple hosts help you get files faster
- iTunes integration for Mac users
- Unique "ultrapeer" technology reduces bandwidth requirements for most users
- Integrated chat
- Browse host feature--even works through firewalls
- Added Bitzi metadata lookup
- International versions: Now available in many new languages.
- Connects to the network using GWebCache, a distributed connection system
- Automatic local network searches for lightning-fast downloads. If youre on a corporate or university network, download files from other users on the same network almost instantaneously!
- Support for MAGNET links that allow you to click on web page links that access Gnutella.
<<lessLimeWire allows you to search for multiple files at the same time, available in several different languages, and is most famous for its ease-of-use and cross compatibility.
LimeWire will run on Windows, Macintosh, Linux, Sun, and other computing platforms.
Main features:
- Ease of use - just install, run, and search
- Ability to search by artist, title, genre, or other metainformation
- Elegant multiple search tabbed interface
- "Swarm" downloads from multiple hosts help you get files faster
- iTunes integration for Mac users
- Unique "ultrapeer" technology reduces bandwidth requirements for most users
- Integrated chat
- Browse host feature--even works through firewalls
- Added Bitzi metadata lookup
- International versions: Now available in many new languages.
- Connects to the network using GWebCache, a distributed connection system
- Automatic local network searches for lightning-fast downloads. If youre on a corporate or university network, download files from other users on the same network almost instantaneously!
- Support for MAGNET links that allow you to click on web page links that access Gnutella.
Download (7.1MB)
Added: 2007-08-21 License: Freeware Price:
2759 downloads
Parallel Virtual File System 1.6.3
Parallel Virtual File System is a parallel file system for clusters of PCs more>>
The goal of the Parallel Virtual File System (PVFS) Project is to explore the design, implementation, and uses of parallel I/O. PVFS serves as both a platform for parallel I/O research as well as a production file system for the cluster computing community. PVFS is currently targeted at clusters of workstations, or Beowulfs.
The PVFS project is conducted jointly between The Parallel Architecture Research Laboratory at Clemson University and The Mathematics and Computer Science Division at Argonne National Laboratory.
Additional funding for the PVFS project comes from NASA Goddard Space Flight Center Code 930 and The National Computational Science Alliance through the National Science Foundations Partnerships for Advanced Computational Infrastructure.
Main features:
- Compatibility with existing binaries
- Ease of installation
- User-controlled striping of files across nodes
- Multiple interfaces, including a MPI-IO interface via ROMIO
- Utilizes commodity network and storage hardware
PVFS supports the UNIX I/O interface and allows existing UNIX I/O programs to use PVFS files without recompiling. The familiar UNIX file tools (ls, cp, rm, etc.) will all operate on PVFS files and directories as well. This is accomplished via a Linux kernel module which is provided as a separate package.
PVFS is easy to install. The Quick Start page describes how to set up a simple installation. Scripts and test applications are included to help with configuration, testing for correct operation, and performance evaluation.
PVFS stripes file data across multiple disks in different nodes in a cluster. By spreading out file data in this manner, larger files can be created, potential bandwidth is increased, and network bottlenecks are minimized. A 64-bit interface is implemented as well, allowing large (more than 2GB) files to be created and accessed.
Enhancements:
- fixes to build under redhat 2.4.20-20.9 kernel
- checks for missing headers on ancient 2.4 kernels
- removal of unused fields from metadata and control messages
- updated pvfsd rc file
- handle various combinations of redhat kernel patches
- fixes to kpvfsd that had previously been fixed in user space
- fix for sftp directory reading problems
- fix to avoid oopses on clients when bad errno values returned
- adjustments to deal wiht gcc 3.4.0 issues
- fixes to work with redhat 9
- fixes to compile kernel code for xx86_64
- updated logging intrastructure
- fixes to error reporting
- update of makefile in pvfs core
- fix to bug in pvfs_open.c where pcount < 0 caused errors
- removed duplicated code in mgr
- fix for problem with bvrecv() optimization
- more unused code removal
- adjustments to keep portland group compiler happy
- removed sd_path from metadata
- new iod.rc and mgr.rc files
- fixes to chmod
- fixes to get correct fs_ino back to clients
- multiple mtime fixes
- streamlined pvfs file detection
- shared library building
- fixed closing socket bug in iod
- reordered messaging in mgr to iods to improve concurrency
- rename fix
- improved metadata file checking
- do_access permission fixes
- fix for "iod out of space" client hang
- cleaner dead socket handling, including special handling of case where mgr would close fds that clients were using
- noninteractive mkmgrconf
<<lessThe PVFS project is conducted jointly between The Parallel Architecture Research Laboratory at Clemson University and The Mathematics and Computer Science Division at Argonne National Laboratory.
Additional funding for the PVFS project comes from NASA Goddard Space Flight Center Code 930 and The National Computational Science Alliance through the National Science Foundations Partnerships for Advanced Computational Infrastructure.
Main features:
- Compatibility with existing binaries
- Ease of installation
- User-controlled striping of files across nodes
- Multiple interfaces, including a MPI-IO interface via ROMIO
- Utilizes commodity network and storage hardware
PVFS supports the UNIX I/O interface and allows existing UNIX I/O programs to use PVFS files without recompiling. The familiar UNIX file tools (ls, cp, rm, etc.) will all operate on PVFS files and directories as well. This is accomplished via a Linux kernel module which is provided as a separate package.
PVFS is easy to install. The Quick Start page describes how to set up a simple installation. Scripts and test applications are included to help with configuration, testing for correct operation, and performance evaluation.
PVFS stripes file data across multiple disks in different nodes in a cluster. By spreading out file data in this manner, larger files can be created, potential bandwidth is increased, and network bottlenecks are minimized. A 64-bit interface is implemented as well, allowing large (more than 2GB) files to be created and accessed.
Enhancements:
- fixes to build under redhat 2.4.20-20.9 kernel
- checks for missing headers on ancient 2.4 kernels
- removal of unused fields from metadata and control messages
- updated pvfsd rc file
- handle various combinations of redhat kernel patches
- fixes to kpvfsd that had previously been fixed in user space
- fix for sftp directory reading problems
- fix to avoid oopses on clients when bad errno values returned
- adjustments to deal wiht gcc 3.4.0 issues
- fixes to work with redhat 9
- fixes to compile kernel code for xx86_64
- updated logging intrastructure
- fixes to error reporting
- update of makefile in pvfs core
- fix to bug in pvfs_open.c where pcount < 0 caused errors
- removed duplicated code in mgr
- fix for problem with bvrecv() optimization
- more unused code removal
- adjustments to keep portland group compiler happy
- removed sd_path from metadata
- new iod.rc and mgr.rc files
- fixes to chmod
- fixes to get correct fs_ino back to clients
- multiple mtime fixes
- streamlined pvfs file detection
- shared library building
- fixed closing socket bug in iod
- reordered messaging in mgr to iods to improve concurrency
- rename fix
- improved metadata file checking
- do_access permission fixes
- fix for "iod out of space" client hang
- cleaner dead socket handling, including special handling of case where mgr would close fds that clients were using
- noninteractive mkmgrconf
Download (0.23MB)
Added: 2005-04-08 License: GPL (GNU General Public License) Price:
1659 downloads
GTransferManager 0.4.12
GTransferManager is a GNOME download manager. more>>
GTM allows the user to retrieve multiple files from the web. These files can be retrieved in multiple parts and each part retrieved on a separate session that the user is connected to the Internet.
This is most useful to users with dialup connections. The program performs these tasks using wget as its back-end.
The program supports CORBA. This makes it easy for other programs to use GTransferManager to handle the transfer of files from the Internet.
The program also has an applet which communicates with program using CORBA. The applet can launch the program, request for a new download or accept drops of URLs from netscape, gFTP, gmc and give these URLs to GTM.
<<lessThis is most useful to users with dialup connections. The program performs these tasks using wget as its back-end.
The program supports CORBA. This makes it easy for other programs to use GTransferManager to handle the transfer of files from the Internet.
The program also has an applet which communicates with program using CORBA. The applet can launch the program, request for a new download or accept drops of URLs from netscape, gFTP, gmc and give these URLs to GTM.
Download (0.48MB)
Added: 2005-04-26 License: GPL (GNU General Public License) Price:
1642 downloads
LMon 1.2
LMon is a package for near real-time monitoring of logs, sending email alerts upon known (rule hits) or unknown data. more>>
LMon is a package for near real-time monitoring of logs, sending email alerts upon known (rule hits) or unknown data (rule misses).
It features buffering of multiple rule hits within a given interval, cap at a given maximum number of lines, wait for a given interval before sending next alert, and auto- discovery of log rotation.
It can be run from the command line without configuration, or be controlled from a central configuration file with multiple instances monitoring different log files/sending alerts to different people.
Main features:
- Buffer multiple rule hits within a given interval, cap at a given maximum number of lines, wait for a given interval before sending next alert.
- Auto-discovery of log rotation.
- Simplicity. LMon can run from the command line without configuration, or be controlled from a central configuration file with multiple instances monitoring different log files/sending alerts to different people. It is very much intended to be simple (Keep It Simple, Stupid).
<<lessIt features buffering of multiple rule hits within a given interval, cap at a given maximum number of lines, wait for a given interval before sending next alert, and auto- discovery of log rotation.
It can be run from the command line without configuration, or be controlled from a central configuration file with multiple instances monitoring different log files/sending alerts to different people.
Main features:
- Buffer multiple rule hits within a given interval, cap at a given maximum number of lines, wait for a given interval before sending next alert.
- Auto-discovery of log rotation.
- Simplicity. LMon can run from the command line without configuration, or be controlled from a central configuration file with multiple instances monitoring different log files/sending alerts to different people. It is very much intended to be simple (Keep It Simple, Stupid).
Download (0.009MB)
Added: 2005-05-20 License: GPL (GNU General Public License) Price:
1621 downloads
File Activity Viewer 0.2.0
File Activity Viewer opens a file and shows you the last lines. more>>
File Activity Viewer opens a file and shows you the last lines (this is configurable) and then keeps waiting for changes in that file.
It works like a graphical (with GUI) tail -f.
Enhancements:
- Add Edit menu with Copy, Clear and Select All functions.
- Add possibility to open multiple files at once in the same window
<<lessIt works like a graphical (with GUI) tail -f.
Enhancements:
- Add Edit menu with Copy, Clear and Select All functions.
- Add possibility to open multiple files at once in the same window
Download (0.60MB)
Added: 2005-05-27 License: GPL (GNU General Public License) Price:
1614 downloads
KiRateRadio 0.2 alpha
KiRateRadio is a plugin for Noatun allowing to use iRATE from Noatun. more>>
This plugin support all feature from original iRate client program. Several features where added.
Main features:
- Multiple file downloading
- Resuming of download
- Retry a download (on connexion lost and timeout,etc...)
- Disable/enable internet connexion
- Popup for Unrated song (see screenshot) via contextual window or OSD (on screen display). OSD is fully configurable throught a template based system
- Configurable display
- Export songs as m3u playlist with URL (for sharing with friends) or local filename. Export is based on rating.
- iRate folder is configurable at account creation
- Can delete files you dont want to listen anymore
- Multiple way to make a playlist
Enhancements:
- Should be more compliant with original IRate. Now make use of gcj cap. to use IRate code. This also contain a global library to interact with irate for C and C++
- This is an alpha relaease and we are looking for bugs.
<<lessMain features:
- Multiple file downloading
- Resuming of download
- Retry a download (on connexion lost and timeout,etc...)
- Disable/enable internet connexion
- Popup for Unrated song (see screenshot) via contextual window or OSD (on screen display). OSD is fully configurable throught a template based system
- Configurable display
- Export songs as m3u playlist with URL (for sharing with friends) or local filename. Export is based on rating.
- iRate folder is configurable at account creation
- Can delete files you dont want to listen anymore
- Multiple way to make a playlist
Enhancements:
- Should be more compliant with original IRate. Now make use of gcj cap. to use IRate code. This also contain a global library to interact with irate for C and C++
- This is an alpha relaease and we are looking for bugs.
Download (1.1MB)
Added: 2005-06-14 License: GPL (GNU General Public License) Price:
1592 downloads
KRecord 1.16
KRecord is a KDE sound recorder. more>>
KRecord is a KDE sound recorder. Easy to use. It can just record and playback wav-files, nothing else.
Can handle multiple files, you can drop files (from the file manager) to it, it can handle large sound files without problems. Has a input level display.
KRecord is much easier to use than "krec", which is an enigma in itself.
Compiles and Installs perfectly on Slackware 10.1 with KDE 3.4.1 and qt 3.3.4.
Just Click Record button and you can record...
<<lessCan handle multiple files, you can drop files (from the file manager) to it, it can handle large sound files without problems. Has a input level display.
KRecord is much easier to use than "krec", which is an enigma in itself.
Compiles and Installs perfectly on Slackware 10.1 with KDE 3.4.1 and qt 3.3.4.
Just Click Record button and you can record...
Download (0.043MB)
Added: 2005-07-15 License: GPL (GNU General Public License) Price:
1569 downloads
DPS-FTP 0.6.1a
DPS-FTP is a multi-threaded FTP client for GNOME. more>>
DPS-FTP is a multi-threaded FTP client for GNOME. It was originally called Kevlar FTP, since its interface was inspired by Bulletproof FTP, and Kevlar is bullet-proof.
But DuPont actually sent me a notice telling me that I cant use their trademarked product names in my product name. They were generous enough to allow me to say that my product contains Kevlar, however.
After explaining to them that, being software, my "product" does not contain Kevlar, and that Im not making any money from the "product", they still would not let me use it. So, I renamed the program to DuPont Sucks FTP, or DPS-FTP.
Main features:
- Basic FTP features: browsing local and remote directories
- Powerful transfer queue that allows downloading and uploading multiple files to multiple sites in multiple directories in any order
- Caching of directory listings
- Fully multi-threaded
- Multiple connections in separate windows
- Site manager
<<lessBut DuPont actually sent me a notice telling me that I cant use their trademarked product names in my product name. They were generous enough to allow me to say that my product contains Kevlar, however.
After explaining to them that, being software, my "product" does not contain Kevlar, and that Im not making any money from the "product", they still would not let me use it. So, I renamed the program to DuPont Sucks FTP, or DPS-FTP.
Main features:
- Basic FTP features: browsing local and remote directories
- Powerful transfer queue that allows downloading and uploading multiple files to multiple sites in multiple directories in any order
- Caching of directory listings
- Fully multi-threaded
- Multiple connections in separate windows
- Site manager
Download (0.12MB)
Added: 2005-08-15 License: GPL (GNU General Public License) Price:
1538 downloads
DV Video Assembler 0.93
DV Video Assembler allows you to append multiple Sony DV files. more>>
This application is particularly useful for owners of digital DV video cameras and other people who use the Sony DV video format for high quality video production.
DV Assembler allows you to append multiple Sony DV files with nice looking transition effects for both audio and video. Multiple transition effects are supported, like cross-fade, zoom, blur and a flash effect.
I created DV Assembler because there are no user friendly video editing applications for Linux. Yes, Kino is promising, but its user interface is still a mess and development is slow.
DV Assembler only touches the head and tail parts of the original video files that are needed to create the transition effects. The rest of the video is left untouched, which means zero quality loss.
DV Assembler can also be used to generate video editing scripts that can be run without KDE and Kommander.
<<lessDV Assembler allows you to append multiple Sony DV files with nice looking transition effects for both audio and video. Multiple transition effects are supported, like cross-fade, zoom, blur and a flash effect.
I created DV Assembler because there are no user friendly video editing applications for Linux. Yes, Kino is promising, but its user interface is still a mess and development is slow.
DV Assembler only touches the head and tail parts of the original video files that are needed to create the transition effects. The rest of the video is left untouched, which means zero quality loss.
DV Assembler can also be used to generate video editing scripts that can be run without KDE and Kommander.
Download (0.023MB)
Added: 2005-09-21 License: GPL (GNU General Public License) Price:
1498 downloads
atool 0.33.0
atool is a script for managing file archives of various types. more>>
atool is a script for managing file archives of various types (tar, tar+gzip, zip etc). The main command is probably aunpack, extracting files from an archive.
atool project overcomes the dreaded "multiple files in archive root" problem by first extracting to a unique subdirectory, and then moving back the files if possible. aunpack also prevents local files from being overwritten by mistake.
Other commands provided are apack (create archives), als (list files in archives), and acat (extract files to standard out).
atool identifies archives by their file extension. Sometimes this is not possible, for instance rar archives usually have varying numeric file extensions. In those cases when atool cant identify the format, file(1) is used instead. (atool can also be configured not to use file.)
atool is written in Perl by Oskar Liljeblad (oskar@osk.mine.nu), and is free software (GNU General Public License).
<<lessatool project overcomes the dreaded "multiple files in archive root" problem by first extracting to a unique subdirectory, and then moving back the files if possible. aunpack also prevents local files from being overwritten by mistake.
Other commands provided are apack (create archives), als (list files in archives), and acat (extract files to standard out).
atool identifies archives by their file extension. Sometimes this is not possible, for instance rar archives usually have varying numeric file extensions. In those cases when atool cant identify the format, file(1) is used instead. (atool can also be configured not to use file.)
atool is written in Perl by Oskar Liljeblad (oskar@osk.mine.nu), and is free software (GNU General Public License).
Download (0.36MB)
Added: 2005-12-14 License: GPL (GNU General Public License) Price:
1473 downloads
CodePrinter 1.0.3
CodePrinter is a tiny utility to print out source code or other text files. more>>
CodePrinter is a tiny utility to print out source code or other text files. CodePrinter projects main intent is to provide you with print-outs for your code reviews and to save some paper by fitting two code pages onto one sheet of paper.
CodePrinter is written in Java and makes use of the Java Printing API. Its an Open Source project hosted at SourceForge.net and is protected by the GNU General Public License.
Unix- & Linux people should consider a2ps as an alternative.
Main features:
- Printing of one or multiple files
- Line numbering
- Simple syntax highlighting for .java, .html and .xml files
- Preview with zoom-in/zoom-out functionality
- Printing of a single or all previewed pages
- Font and font size selection
<<lessCodePrinter is written in Java and makes use of the Java Printing API. Its an Open Source project hosted at SourceForge.net and is protected by the GNU General Public License.
Unix- & Linux people should consider a2ps as an alternative.
Main features:
- Printing of one or multiple files
- Line numbering
- Simple syntax highlighting for .java, .html and .xml files
- Preview with zoom-in/zoom-out functionality
- Printing of a single or all previewed pages
- Font and font size selection
Download (MB)
Added: 2005-12-16 License: GPL (GNU General Public License) Price:
1413 downloads
Easy PHP Upload 2.28
Easy PHP Upload is a PHP upload class that can be used to upload files with a client browser to a remote Web server. more>>
Easy PHP Upload class (the old name) can be used to upload files with a client browser to a remote webserver location.
The features in the first release are: file-extension check, maximum file- size limitation and a flexible error reporting system. The class is extremely easy to use and comes together with full working examples. Sinds the second version is it possible to upload multiple files.
Check the class file for all update information. The version 2.22 (and higher) is compatible with the PHP directive "register_globals=off". NEW functions for the multiple upload function: rename files and filename validation.
With the updated (ver. 2.25) photo upload extension its possible to upload photos (logos) and resize them to the maximum X and Y size.
Enhancements:
- Two more languages (for the messages) were added to the class: Brazilian Portuguese and Bulgarian.
- All translations (except de, nl, en, and fr) are stored in external files.
- The new function to create non-existing directories was not working for the photo upload extension and has been fixed.
- The check_dir() method is more flexible now and can be used for more locations.
- The process_image() method from the photo_upload extension was modified to use this check now.
<<lessThe features in the first release are: file-extension check, maximum file- size limitation and a flexible error reporting system. The class is extremely easy to use and comes together with full working examples. Sinds the second version is it possible to upload multiple files.
Check the class file for all update information. The version 2.22 (and higher) is compatible with the PHP directive "register_globals=off". NEW functions for the multiple upload function: rename files and filename validation.
With the updated (ver. 2.25) photo upload extension its possible to upload photos (logos) and resize them to the maximum X and Y size.
Enhancements:
- Two more languages (for the messages) were added to the class: Brazilian Portuguese and Bulgarian.
- All translations (except de, nl, en, and fr) are stored in external files.
- The new function to create non-existing directories was not working for the photo upload extension and has been fixed.
- The check_dir() method is more flexible now and can be used for more locations.
- The process_image() method from the photo_upload extension was modified to use this check now.
Download (0.013MB)
Added: 2006-01-26 License: GPL (GNU General Public License) Price:
1404 downloads
FRET 0.0.6
FRET is a tool that examines any file or files and attempts to identify the data structures and patterns within those file(s). more>>
FRET is a *nix command line tool that examines any file or files and attempts to identify the data structures and patterns within those file(s).
FRET project does this by firstly scanning files using heuristic algorithms to identify structures and then by comparing files to identify common patterns. Results are compared and ranked using a probabilistic approach.
It outputs a sorted list of the detected structures within the file(s) which can then be parsed by other tools and scripts. libfret is the library used to implement FRET. It provides a clear interface to allow for the analysis of buffers of raw data.
It is designed to be integrated with a range of other programs such as hex editors, packet analysers and other development tools.
FRET and libfret are at an early development stage and do not yet provide a lot of useful functionality. FRET (and libfret) scans a single or multiple files (buffers) and currently identifies the following structures:
- data that is common to multiple files or buffers
- arrays of ASCII bytes
- arrays of fill bytes
- offsets to other fields in a file
Enhancements:
- New --phase and --scan options were added, which allow specific tests to be performed.
- The results list was made clearer, and some internal redesign streamlined the code.
<<lessFRET project does this by firstly scanning files using heuristic algorithms to identify structures and then by comparing files to identify common patterns. Results are compared and ranked using a probabilistic approach.
It outputs a sorted list of the detected structures within the file(s) which can then be parsed by other tools and scripts. libfret is the library used to implement FRET. It provides a clear interface to allow for the analysis of buffers of raw data.
It is designed to be integrated with a range of other programs such as hex editors, packet analysers and other development tools.
FRET and libfret are at an early development stage and do not yet provide a lot of useful functionality. FRET (and libfret) scans a single or multiple files (buffers) and currently identifies the following structures:
- data that is common to multiple files or buffers
- arrays of ASCII bytes
- arrays of fill bytes
- offsets to other fields in a file
Enhancements:
- New --phase and --scan options were added, which allow specific tests to be performed.
- The results list was made clearer, and some internal redesign streamlined the code.
Download (0.45MB)
Added: 2006-01-20 License: GPL (GNU General Public License) Price:
1375 downloads
GTPY - ImageResizer 0.4
GTPY - ImageResizer is a software that can resize multiple image files. more>>
GTPY - ImageResizer is a software that can resize multiple image files.
GTPY - ImageResizer is a small application for resizeing images, that uses ImageMagick as backend.
<<lessGTPY - ImageResizer is a small application for resizeing images, that uses ImageMagick as backend.
Download (0.007MB)
Added: 2006-02-09 License: GPL (GNU General Public License) Price:
1352 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above rename multiple files search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed