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

File Comparison Code Perl freeware
Filter: All | Freeware | Demo
 

File Comparison Code Perl

< 1 2 3 4 5 > 
Added: March 05, 2010 | Visits: 800

IO::Multiplex IO::Multiplex is a Perl module that can manage IO on many file handles. SYNOPSIS use IO::Multiplex; my $mux = new IO::Multiplex; $mux->add($fh1); $mux->add(*FH2); $mux->set_callback_object(...); $mux->listen($server_socket); $mux->loop; sub mux_input { ... } IO::Multiplex is... Platforms: *nix

License: Freeware Size: 14.34 KB Download (104): IO::Multiplex Download

Added: July 09, 2010 | Visits: 1.040

File::Drawing File::Drawing release, revise and retrieve contents to/from a drawing program module. SYNOPSIS ########## # Subroutine interface # use File::Drawing qw( dod_date dod_drawing_number number2pm pm2number obsolete broken backup); $date = dod_date($sec, $min, $hour, $day, $month, $year);... Platforms: *nix

License: Freeware Size: 64.51 KB Download (113): File::Drawing Download

Added: February 21, 2010 | Visits: 943

Convert::yEnc::RC Convert::yEnc::RC is a Perl module for yEnc file-part database. SYNOPSIS use Convert::yEnc::RC; $rc = new Convert::yEnc::RC; $rc = new Convert::yEnc::RC $file; $ok = $rc->load; $ok = $rc->load($file); $ok = $rc->update ($line); @files = $rc->files; @complete = $rc->complete;... Platforms: *nix

License: Freeware Size: 56.32 KB Download (93): Convert::yEnc::RC Download

Released: November 10, 2012  |  Added: November 10, 2012 | Visits: 689

NPE File Analyzer NPE File Analyzer is a utility that allow users to view and edit 32bit and 64bit Portable Executable (PE) files, such as .EXE .DLL and .SYS files. NPE provides functions for inspection of unknown binaries, you can analyze sections, resources, import and export tables, relocations, TlsTable, and... Platforms: Windows

License: Freeware Size: 8.11 MB Download (52): NPE File Analyzer Download

Added: May 10, 2013 | Visits: 407

Code - FileGenerator This is an add-in for Reflector. It generates source code in the current selected language. It can also structure the code to be in one directory or in a directory hierarchy based on the full class name.The add-in also can create a VS 2005 project file. This will work for any language plug-in;... Platforms: Windows, ASP.NET,

License: Freeware Download (55): Code - FileGenerator Download

Added: January 02, 2010 | Visits: 1.147

Test::Version Test::Version is a Perl module that has the role to check for VERSION information in modules. SYNOPSIS use Test::Version; plan tests => $num_tests; version_ok( $file ); FUNCTIONS version_ok( FILENAME, [EXPECTED, [NAME] ] ) version_ok requires a filename and returns one of the three... Platforms: *nix

License: Freeware Size: 5.12 KB Download (95): Test::Version Download

Added: July 07, 2010 | Visits: 939

Inline::C Inline::C is a Perl module that can Write Perl Subroutines in C. Inline::C is a module that allows you to write Perl subroutines in C. Since version 0.30 the Inline module supports multiple programming languages and each language has its own support module. This document describes how to use... Platforms: *nix

License: Freeware Size: 92.16 KB Download (93): Inline::C Download

Added: October 02, 2010 | Visits: 855

AppleII::ProDOS AppleII::ProDOS is a Perl module created to access files on Apple II ProDOS disk images. SYNOPSIS use AppleII::ProDOS; my $vol = AppleII::ProDOS->open(image.dsk); # Open an existing disk print $vol->catalog; # List files in volume directory my $file = $vol->get_file(Startup); # Read file... Platforms: *nix

License: Freeware Size: 37.89 KB Download (93): AppleII::ProDOS Download

Added: June 13, 2010 | Visits: 853

PDL::IO::Misc PDL::IO::Misc is a Perl module with misc IO routines for PDL. rcols() Read ASCII whitespaced cols from a file into piddles and perl arrays (also see "rgrep()"). There are two calling conventions - the old version, where a pattern can be specified after the filename/handle, and the new... Platforms: *nix

License: Freeware Size: 2.1 MB Download (87): PDL::IO::Misc Download

Added: October 27, 2010 | Visits: 999

Codestriker Codestriker project is an open-sourced web application which supports online code reviewing. Traditional document reviews are supported, as well as reviewing diffs generated by an SCM (Source Code Management) system and plain unidiff patches. There are integration points with CVS, Subversion,... Platforms: *nix

License: Freeware Size: 3.4 MB Download (112): Codestriker Download

Added: October 22, 2010 | Visits: 701

JoeDog::Config JoeDog::Config provides a perl extension for parsing data/configuration file. It reads columns, key-value pairs, and INI style config files into arrays, hashes and hashes of hashes. It can take characters or regexes for separators. ABSTRACT: This is a autoloadable module which allows the... Platforms: *nix

License: Freeware Size: 14.34 KB Download (88): JoeDog::Config Download

Added: April 26, 2010 | Visits: 1.465

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: July 11, 2010 | Visits: 1.725

Convert::yEnc::Decoder Convert::yEnc::Decoder is a Perl module that decodes yEncoded files. SYNOPSIS use Convert::yEnc::Decoder; $decoder = new Convert::yEnc::Decoder; $decoder = new Convert::yEnc::Decoder $dir; $decoder->out_dir($dir); eval { $decoder->decode( $file); $decoder->decode(*FILE);... Platforms: *nix

License: Freeware Size: 57.34 KB Download (378): Convert::yEnc::Decoder Download

Released: July 17, 2012  |  Added: July 17, 2012 | Visits: 586

xNamer file renamer xNamer, a flexible multiple file-renamer. Supports Perl regular expressions for advanced file selection and filename transformations. Cross platform GUI. MS Windows integration. Platforms: Windows, Mac, Linux

License: Freeware Size: 17.75 KB Download (47): xNamer file renamer Download

Released: March 21, 2016  |  Added: April 04, 2016 | Visits: 1.341

KONIO Obfuscator Many Bugs Fixed :-) YAY The version 2.2 is still not require installation. KONIO Obfuscator 2.2 is able to obfuscate C# console applications source code, while giving you also the ability to pack your existing NET applications (obfuscate your assembly first by any tool you like). KONIO... Platforms: Windows, Windows 7, Windows Server, Other

License: Freeware Size: 781.25 KB Download (74): KONIO Obfuscator Download

Added: July 07, 2006 | Visits: 2.918

DiffDaff DiffDaff enables easy comparison of files, folder comparison and the detection of differences between two web pages. The variations are classified as changes, deleted, non existing, and identical content. The variations are also color marked. The source code is accessible and parallel scrolling... Platforms: Windows

License: Freeware Size: 454 KB Download (759): DiffDaff Download

Released: May 19, 2013  |  Added: June 10, 2013 | Visits: 3.119

SE-Explorer SE-Explorer is a free and powerful file manager for Windows and a complete portable replacement of standard Windows Explorer. It has tabbed interface which made it possible to manipulate more than one directory or file view at the time, dual-panel file manager with two file windows side by... Platforms: Windows

License: Freeware Size: 624 KB Download (279): SE-Explorer Download

Added: February 12, 2010 | Visits: 936

AudioLink .AudioLink is a tool that makes searching for music on your local storage media easier and faster. Your searches can include a variety of criteria, like male artists, female artists, band, genre, etc. It is flexible, you have options of using a command line interface, multiple choices of GUIs,... Platforms: *nix

License: Freeware Size: 33.79 KB Download (96): AudioLink Download

Added: June 21, 2010 | Visits: 823

fistgen File System development is very difficult and time consuming. Even small changes to existing file systems require deep understanding of kernel internals, making the barrier to entry for new developers high. Moreover, porting file system code from one operating system to another is almost as... Platforms: *nix

License: Freeware Size: 645.12 KB Download (98): fistgen Download

Added: November 02, 2010 | Visits: 851

Hoglet Hoglet allows special markup to be added to text documents so that software documentation can be easily produced. It provides a configurable parser, simple markup rules, and extensible "tag handlers" that allow custom Java code to process content. Whats New in This Release: New Features -... Platforms: *nix

License: Freeware Size: 491.52 KB Download (87): Hoglet Download

< 1 2 3 4 5 >