What's new on the Kaprekar Series Generator and its site?
You may also want to check the Kaprekar Project Blog for the latest information on the project.
2005-03-12
Added a Description of a Project (DOAP) file for the Kaprekar Project - Kaprekar DOAP to the site.
2005-01-16
Added links to my blogs on the left navbar of the site.
Added my foaf.rdf to the site.
2005-01-15
Released news of 3.0 on SourceForge.2005-01-14
Announced the 3.0 release on Freshmeat.2004-12-30
Released version 3.0 of Kaprekar Series Generator. Please see the change history for a list of changes.2004-12-14
Released news of 2.2b on SourceForge.2004-12-13
Announced the 2.2b release on Freshmeat.2004-10-30
Announced the 2.2b release on JavaLobby.2004-10-27
Released version 2.2b of Kaprekar Series Generator. Please see the change history for a list of changes.2004-07-03
Added a Glossary for the Terms used in this site.
Ensured that the CSS used for this site is valid and then added the W3C's CSS-Valid icon.
2004-06-19
Placed the description of the project I had submitted for registering the Kaprekar Series Generator on Sourceforge.
Made the site XHTML Valid.
2004-06-17
Released version 2.1b of Kaprekar Series Generator. Please see the change history for a list of changes.2004-06-16
Added a list of bots lurking around in the site.2004-06-09
Added an introduction to the UML documents in SVG format on this site.2004-06-07
Added a Site Map for the site.2004-06-06
Added a separate CSS for the print media. Now the navbar and ads won't print - when you fire a printout - so only the content will be printed.Added Google search and ads on the site.
2004-06-03
Released version 2.0b of the Kaprekar Series Generator.The main changes in this release includes addition of a Gui interface to the application and processing of hexadecimal numbers. Other changes include a few minor bug-fixes and changes to the algorithm.
2004-05-26
Added new sample output - for 11-digit to 20-digit numbers.Added sample output for 2-digit to 10-digit hexadecimal numbers.
Added the proof for the divisibility of numbers in radix r.
2004-05-21
Added the Change History to the web site.2004-05-20
Changed the navigation bar to use a non-table CSS structure.2004-05-16
More updates to the web site! Restructured the web site. Made the move from html to php permanent - now all the old html pages redirect to the php pages.2004-05-12
Added the what's new page to the Project web site.2004-05-11
Modified the project web site. Modifications include:- Removed the frames in the site.
- Started using CSS stylesheets.
- Used PHP to make the site generation template driven.
2004-05-02
Completed the generation of Kaprekar Series from 2-digit to 51-digit numbers. Looked for patterns in the results. Placed the results in the kaprekar site in a section titled Playing with numbers.2003-10-03
Published the Kaprekar Class diagrams (SVG format) for version 1.0b.2003-09-13
Started the Kaprekar Project Blog.2003-09-08
Created the web site for the project at http://kaprekar.sourceforge.net.2001-05-03 - 1.0b release:
First beta release at SourceForge of Kaprekar Series Generator. Features include:- Generate all the Kaprekar Series for a given number of digits.
- Demonstrate the steps to get the Kaprekar Series on a specified number.
- Theoretically works on numbers with upto 2,147,483,647 digits.
- Five different approaches to generate the series: Brute Force, Checked, Multipliers, Equation and Huge.