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

Crc Mismatch freeware
Filter: All | Freeware | Demo
 

Crc Mismatch

< 1 2 3 4 5 > 
Added: May 09, 2010 | Visits: 2.002

CGI::Application::Plugin::Authentication::Store::Cookie CGI::Application::Plugin::Authentication::Store::Cookie is a Cookie based Store. SYNOPSIS use base qw(CGI::Application); use CGI::Application::Plugin::Session; use CGI::Application::Plugin::Authentication; __PACKAGE__->authen->config( STORE => [Cookie, SECRET => "Shhh, dont tell anyone",... Platforms: *nix

License: Freeware Size: 48.13 KB Download (115): CGI::Application::Plugin::Authentication::Store::Cookie Download

Added: May 14, 2010 | Visits: 770

Text::WagnerFischer Text::WagnerFischer is an implementation of the Wagner-Fischer edit distance. SYNOPSIS use Text::WagnerFischer qw(distance); print distance("foo","four");# prints "2" print distance([0,1,2],"foo","four");# prints "3" my @words=("four","foo","bar"); my... Platforms: *nix

License: Freeware Size: 4.1 KB Download (103): Text::WagnerFischer Download

Added: January 05, 2010 | Visits: 1.355

ROMBrowser ROMBrowser project is a tool for organizing emulator ROMs. It will identify rom files by their CRC, give information about their characteristics (game title, parent rom, etc), and organize those ROMs with different filters. If you like to play with emulation and emulators, you know the pain... Platforms: *nix

License: Freeware Download (117): ROMBrowser Download

Added: October 07, 2010 | Visits: 873

Dee-Python Dee-Python project is an implementation of a truly relational database language with Python. Inspired by Date and Darwens Third Manifesto, it addresses the problems of impedance mismatch between programming languages and databases and the weakness of SQL. Mind The Gap Most of todays programs... Platforms: *nix

License: Freeware Size: 819.2 KB Download (101): Dee-Python Download

Added: September 08, 2010 | Visits: 855

HawkNL HawkNL is a free, open source, game oriented network API released under the GNU Library General Public License (LGPL). HawkNL (NL) is a fairly low level API, a wrapper over Berkeley/Unix Sockets and Winsock. But NL also provides other features including support for many OSs, groups of sockets,... Platforms: *nix

License: Freeware Size: 174.08 KB Download (89): HawkNL Download

Added: June 22, 2010 | Visits: 743

ls4sweep ls4sweep should be used as helper for removing extra old daily-created backups. Sweeping policy consists from the set of records, where each record contains the count of intervals (or periods) and the length of one period (in days). ls4sweep checks creation or modification time of given files... Platforms: *nix

License: Freeware Size: 22.53 KB Download (88): ls4sweep Download

Added: January 05, 2010 | Visits: 899

Parsing Parsing module is a pure-Python module that implements an LR(1) parser generator, as well as CFSM and GLR parser drivers. From an algorithmic perspective, this is one of the most advanced parser generators in existence, for the following reasons: - The Parsing module uses a scalable algorithm... Platforms: *nix

License: Freeware Size: 82.94 KB Download (106): Parsing Download

Added: November 23, 2010 | Visits: 1.150

glibc-audit glibc-audit is a modified version of glibc for application developers who check their code with an automatic memory access checker such as valgrind, Insure++, or Purify. glibc-audit has been audited and cleaned up so that reports from the developers use of a memory access checker are more... Platforms: *nix

License: Freeware Size: 4.2 MB Download (95): glibc-audit Download

Released: August 01, 2012  |  Added: August 01, 2012 | Visits: 1.295

Class::XML Class::XML is a Perl module for simple XML Abstraction. SYNOPSIS package Foo; use base qw/Class::XML/; __PACKAGE__->has_attributes(qw/length colour/); __PACKAGE__->has_child(bar => Bar); package Bar; use base qw/Class::XML/; __PACKAGE__->has_parent(foo);... Platforms: *nix

License: Freeware Size: 18.43 KB Download (97): Class::XML Download

Added: September 25, 2010 | Visits: 723

spugnews spugnews is a GPLd usenet binary grabber. spugnews has a simple command-line interface and the ability to perform rudimentary subject line analysis to group together articles that are part of the same file set. Whats New in This Release: - internal yenc decoder (not as fast as the yenc... Platforms: *nix

License: Freeware Size: 66.56 KB Download (88): spugnews Download

Added: October 24, 2010 | Visits: 1.260

makeself makeself.sh is a small shell script that generates a self-extractable tar.gz archive from a directory. The resulting file appears as a shell script (many of those have a .run suffix), and can be launched as is. The archive will then uncompress itself to a temporary directory and an optional... Platforms: *nix

License: Freeware Size: 35.84 KB Download (95): makeself Download

Added: July 08, 2010 | Visits: 1.322

Sarien Sarien project is a Sierra AGI interpreter for games like Kings Quest and Space Quest. Sarien is a portable Sierra AGI resource interpreter engine that allows you to play Sierra On-Line AGI version 2 and version 3 games (such as Space Quest 1 and 2, and Leisure Suit Larry in the Land of the... Platforms: *nix

License: Freeware Size: 27.65 KB Download (98): Sarien Download

Added: August 20, 2010 | Visits: 841

PDL::Primitive PDL::Primitive Perl module contains primitive operations for pdl. This module provides some primitive and useful functions defined using PDL::PP and able to use the new indexing tricks. See PDL::Indexing for how to use indices creatively. For explanation of the signature format, see PDL::PP.... Platforms: *nix

License: Freeware Size: 2.1 MB Download (96): PDL::Primitive Download

Added: February 01, 2010 | Visits: 1.229

Algorithm::NeedlemanWunsch Algorithm::NeedlemanWunsch is a sequence alignment with configurable scoring. SYNOPSIS use Algorithm::NeedlemanWunsch; sub score_sub { if (!@_) { return -2; # gap penalty } return ($_[0] eq $_[1]) ? 1 : -1; } my $matcher = Algorithm::NeedlemanWunsch->new(&score_sub); my $score =... Platforms: *nix

License: Freeware Size: 10.24 KB Download (105): Algorithm::NeedlemanWunsch Download

Added: November 15, 2010 | Visits: 890

Test::Struct Test::Struct is a Perl extension for testing for structural equivelence. SYNOPSIS use Test::Struct; deep_eq($hairy_struct,$expected,Hairy structural test); is($x,$y); # and everything else Test::More has to offer! Test::Struct is used for doing deep structural comparisons of two objects.... Platforms: *nix

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

Added: January 25, 2010 | Visits: 1.922

Circuit Aid Circuit Aid contains a resistor circuit analysis tool that can build up to an 18 resistor series-parallel circuit. This tool will display voltage, amperage, and power used by every resistor in the circuit by means of mesh analysis. In addition, the program also contains a resistor color band... Platforms: Mac

License: Freeware Size: 859 KB Download (275): Circuit Aid Download

Released: August 09, 2010  |  Added: August 13, 2010 | Visits: 2.889

Chatroulette Alternative The top rated Chatroulette Script CR-C is a video chat software developed with Adobe Flex Builder 3 (Adobe Flash Builder 4) used as base for chatroulette, speed-date and speed-chat websites. CR-C has several different versions sold by a diversity of commercial websites. CR-C software serves as... Platforms: Windows, Mac, *nix, Pocket PC, Android,Handheld/Mobile Other,iPhone,iPod,Java,Netware,Symbian,Other

License: Freeware Size: 2.63 MB Download (204): Chatroulette Alternative Download

Released: June 22, 2014  |  Added: July 06, 2014 | Visits: 1.812

My Commander My Commander (MyCO) portable, is easy to use, dual-panel interface, with built in file viewer, built in archive handling, available on both platforms 32bit/64bit, with full Unicode support, easy access to home folders. MyCo permits easy operation: copy, move,... Platforms: Windows 7

License: Freeware Size: 585.94 KB Download (187): My Commander Download

Released: April 07, 2011  |  Added: April 12, 2011 | Visits: 1.870

Smart File Advisor Smart File Advisor will help you find appropriate programs to open your files using Filefacts.net web site database. If you are having problems to open some specific files in your system install Smart File Advisor and it will help you. Smart File Advisor will be able to identify the type of the... Platforms: Windows

License: Freeware Size: 571 KB Download (165): Smart File Advisor Download

Released: October 01, 2009  |  Added: October 01, 2011 | Visits: 820

QuickiHash QuickiHash is a lightweight application that has been designed to load quickly and display hashes for files in a number of different formats. Files can be dropped into the main window, on the application icon, specified via the commandline, or using the file browser within the application... Platforms: Windows

License: Freeware Size: 45.73 KB Download (92): QuickiHash Download

< 1 2 3 4 5 >