PDA

View Full Version : Article: Section ID Calculator Downloads



eRUPT
Mar 11, 2002, 08:52 PM
Section ID Calculators up for download on the Download (download.php) page.
There's versions for Windows/Dos, Unix/Linux Source, and an Eggdrop IRCBot Script.
So now you can double check what ID's your name will make on your computer anywhere.

Mar 12, 2002, 07:24 AM
You could simplify this a lot by just summing up the ascii codes of all the chars in the name string, then taking the modulo 10 of the sum to have the index of the section ID.

eRUPT
Mar 12, 2002, 09:40 AM
Noticed someone already made one that way. Besides it should compile down to about the same size code.
-eR!

Mar 14, 2002, 09:06 AM
Your code is inefficient. Coding sloppy like that just shows that you don't know what you're doing.

eRUPT
Mar 14, 2002, 04:51 PM
lol I code all day for as/400's coding a id calculator for a fun 2 minute break isn't my idea of trying to give it all I got. I am flattered you would spend more then 30 seconds to actually stare at a pso Name calculator though. You must be quite a busy guy HAH.