<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://pickwiki.org/index.php?action=history&amp;feed=atom&amp;title=CHECKSUM</id>
	<title>CHECKSUM - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://pickwiki.org/index.php?action=history&amp;feed=atom&amp;title=CHECKSUM"/>
	<link rel="alternate" type="text/html" href="https://pickwiki.org/index.php?title=CHECKSUM&amp;action=history"/>
	<updated>2026-04-28T23:18:44Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://pickwiki.org/index.php?title=CHECKSUM&amp;diff=1645&amp;oldid=prev</id>
		<title>Conversion script: link fix</title>
		<link rel="alternate" type="text/html" href="https://pickwiki.org/index.php?title=CHECKSUM&amp;diff=1645&amp;oldid=prev"/>
		<updated>2015-02-26T23:48:54Z</updated>

		<summary type="html">&lt;p&gt;link fix&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Java implementation of the [[UniBasic]] CHECKSUM function:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
static long checksum( String input )&lt;br /&gt;
{&lt;br /&gt;
      char[] chars = new char[ input.length() ];&lt;br /&gt;
      input.getChars(0, chars.length, chars, 0);&lt;br /&gt;
     &lt;br /&gt;
      long answer = 0L;&lt;br /&gt;
      for (int i = 0; i&amp;lt; chars.length ; i++) {&lt;br /&gt;
         answer += ((int)chars[i]) * (i+1);&lt;br /&gt;
      }&lt;br /&gt;
      &lt;br /&gt;
      return answer;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Conversion script</name></author>
	</entry>
</feed>