Talk:Luhn algorithm: Difference between revisions

Content deleted Content added
Refactor to place most recent sections at bottom, per standard talk page practice.
Algorithms
Line 64:
 
The VB/VB.net algorithm was not valid vb.net. Both algorithms introduced extraneous complexities that utilize more concepts than necessary to demonstrate the Luhn algorithm. Wikipedia is an encyclopedia, not a code repository, and for this reason, these two extra algorithms have been removed. The C# algorithm is the most straightforward and does not introduce unnecessary concepts. The C# algorithm is also consistent in its coding to the following algorithm that generates Luhn sequences. [[User:Zx2c4|ZX2C4]] 08:05, 6 January 2007 (UTC)
 
== Algorithms ==
 
Many people must be interested in links to the algorithms! As a compromise, let's just keep them on the discussion page, shall we?
PLEASE don't delete these! Most of us don't care for C#! [[User:Paperweight|Paperweight]] 21:18, 28 February 2007 (UTC)
 
*[http://www.chriswareham.demon.co.uk/software/luhn.c Luhn validation code in C]
*[http://www.codeguru.com/csharp/.net/net_security/authentication/article.php/c12283/ Luhn validation code in C#]
*[http://cflib.org/udf.cfm?id=825 Luhn validation code in ColdFusion]
*[http://www.chriswareham.demon.co.uk/software/Luhn.java Luhn validation code in Java]
*[http://www.theeggeadventure.com/wikimedia/index.php/LUHN_Source_Code Luhn validation code in Java with test cases]
*[http://search.cpan.org/~ivan/Business-CreditCard/ Luhn validation code in Perl]
*[http://search.cpan.org/~tayers/Algorithm-LUHN/ Luhn validation code in Perl]
*[http://planzero.org/code/bits/viewcode.php?src=ccardcheck.phps Luhn validation code in PHP]
*[http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/172845 Luhn validation code in Python]
*[http://www.elifulkerson.com/projects/python-creditcard-mod10-check.php Luhn validation code in Python library]
*[http://blogs.missiondata.com/?p=25 Luhn validation code with card type check in Ruby]
*[http://jamesrbass.com/LuhnSourceCode.html Luhn validation code in VB.NET]
*[http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=76195 Luhn validation code in Transact-SQL]
*[http://www.expertrating.com/courseware/JavaScriptCourse/JavaScript-Forms-9-2.asp Luhn validation code in JavaScript]