Page 3 of 13 <12345>Last »
Topic Options
#164319 - 2006-07-15 11:26 PM Re: mayan calculator - private results...
maciep Offline
Korg Regular
*****

Registered: 2002-06-14
Posts: 947
Loc: Pittsburgh
feeling much better now

Quote:


Mayan Number Converter passed all 60 tests (100% correct)

KiXtart
KiXtart Version = 4.51
KiXGolf Script = kixgolf_mnc.kix

Computer
OS = Windows 2000 Professional
CPU = Intel Pentium Model 13
Speed = 599 MHz
Memory = 502 MB

KiXGolf Scoring Engine
Scoring Engine = 3.0.3

KiXtart Golf Score
Tournament = KiXtart Golf: Mayan Number Converter
Processing Start = 2006/07/15 17:25:49.522
Processing End = 2006/07/15 17:25:49.532
Duration = 0000/00/00 00:00:00.010
KiXGolf Score = 246




Top
#164320 - 2006-07-15 11:52 PM Re: KiXgolf: Mayan Number Converter
Sealeopard Offline
KiX Master
*****

Registered: 2001-04-25
Posts: 11164
Loc: Boston, MA, USA
Yes, that has already been noted in the rules. Maybe the next KiXgolf could be to KiXgolf down the scorer and including block comment support :-)
_________________________
There are two types of vessels, submarines and targets.

Top
#164321 - 2006-07-16 04:15 AM Re: KiXgolf: Mayan Number Converter
Allen Administrator Offline
KiX Supporter
*****

Registered: 2003-04-19
Posts: 4548
Loc: USA
Jens... would you consider adding an example of how to go from number to mayan?
Top
#164322 - 2006-07-16 01:51 PM Re: KiXgolf: Mayan Number Converter
Sealeopard Offline
KiX Master
*****

Registered: 2001-04-25
Posts: 11164
Loc: Boston, MA, USA
Decimal-to-Mayan conversion:

1427881
can also be written as
1427881
= 20^4*8 + 20^3*18 + 20^2*9 + 20^1*14 + 20^0*1
= 1280000 + 144000 + 3600 + 280 + 1
= 8*POWER(20,4) + 18*POWER(20,3) + 9*POWER(20,2) + 14*POWER(20,1) + 1*POWER(20,0)

Thus the individual Mayan Numbers are
8 18 9 14 1
8 = .:|
18 = .:|||
9 = ::|
14 =::||
1 = .

and finally: .:| .:||| ::| ::|| .


1427881

calculated as follows:

20^4*(3+5) + 20^3*(3+15) + 20^2*(4+5) + 20^1*(4+10) + 20^0*(1)
= 1280000 + 144000 + 3600 + 280 + 1
= 1427881
_________________________
There are two types of vessels, submarines and targets.

Top
#164323 - 2006-07-16 06:46 PM Re: KiXgolf: Mayan Number Converter
Lonkero Administrator Offline
KiX Master Guru
*****

Registered: 2001-06-05
Posts: 22346
Loc: OK
think the main issue is the power.
power of 20 seems to be the key to understanding the math.

it's kinda base20

Top
#164324 - 2006-07-16 06:56 PM Re: KiXgolf: Mayan Number Converter
Sealeopard Offline
KiX Master
*****

Registered: 2001-04-25
Posts: 11164
Loc: Boston, MA, USA
Everybody's having revelations now?

I'm already picturing some sitting there and

I'm expecting the score to drop now
_________________________
There are two types of vessels, submarines and targets.

Top
#164325 - 2006-07-16 09:34 PM Re: KiXgolf: Mayan Number Converter
Shawn Administrator Offline
Administrator
*****

Registered: 1999-08-13
Posts: 8611
pfffttt ... I cant get under Eric's score ... you sure your running the new scorer there Eric ? ;o)
Top
#164326 - 2006-07-17 12:40 AM Re: KiXgolf: Mayan Number Converter
maciep Offline
Korg Regular
*****

Registered: 2002-06-14
Posts: 947
Loc: Pittsburgh
yeah, pretty sure
Top
#164327 - 2006-07-17 02:40 AM Re: KiXgolf: Mayan Number Converter
Shawn Administrator Offline
Administrator
*****

Registered: 1999-08-13
Posts: 8611
arrrr, you scurvy dawg yee.
Top
#164328 - 2006-07-17 04:34 AM Re: mayan calculator - private results...
Shawn Administrator Offline
Administrator
*****

Registered: 1999-08-13
Posts: 8611
Slowly getting closer ...

KiXGolf Score = 255

Top
#164329 - 2006-07-17 07:03 AM Re: mayan calculator - private results...
Allen Administrator Offline
KiX Supporter
*****

Registered: 2003-04-19
Posts: 4548
Loc: USA
ARGH!... I'm getting close to having a working function... one last issue to address.
Top
#164330 - 2006-07-17 08:19 AM Re: mayan calculator - private results...
Lonkero Administrator Offline
KiX Master Guru
*****

Registered: 2001-06-05
Posts: 22346
Loc: OK
finally something for me too.
Code:

Mayan Number Converter passed all 60 tests (100% correct)

KiXtart
KiXtart Version = 4.52 Release Candidate 1
KiXGolf Script = kixgolf_mnc.kix

Computer
OS = Windows XP Professional
CPU = Intel Pentium Model 13
Speed = 800 MHz
Memory = 760 MB

KiXGolf Scoring Engine
Scoring Engine = 3.0.3

KiXtart Golf Score
Tournament = KiXtart Golf: Mayan Number Converter
Processing Start = 2006/07/17 09:11:47.453
Processing End = 2006/07/17 09:11:47.500
Duration = 0000/00/00 00:00:00.046
KiXGolf Score = 263


Top
#164331 - 2006-07-17 08:57 AM Re: mayan calculator - private results...
Lonkero Administrator Offline
KiX Master Guru
*****

Registered: 2001-06-05
Posts: 22346
Loc: OK
k, back in the game.
Code:

Mayan Number Converter passed all 60 tests (100% correct)

KiXtart
KiXtart Version = 4.52 Release Candidate 1
KiXGolf Script = kixgolf_mnc.kix

Computer
OS = Windows XP Professional
CPU = Intel Pentium Model 13
Speed = 800 MHz
Memory = 760 MB

KiXGolf Scoring Engine
Scoring Engine = 3.0.3

KiXtart Golf Score
Tournament = KiXtart Golf: Mayan Number Converter
Processing Start = 2006/07/17 09:57:35.604
Processing End = 2006/07/17 09:57:35.792
Duration = 0000/00/00 00:00:00.188
KiXGolf Score = 252


Top
#164332 - 2006-07-17 10:02 AM Re: mayan calculator - private results...
Lonkero Administrator Offline
KiX Master Guru
*****

Registered: 2001-06-05
Posts: 22346
Loc: OK
and the lead is mine, once again:
Code:

Mayan Number Converter passed all 60 tests (100% correct)

KiXtart
KiXtart Version = 4.52 Release Candidate 1
KiXGolf Script = kixgolf_mnc.kix

Computer
OS = Windows XP Professional
CPU = Intel Pentium Model 13
Speed = 800 MHz
Memory = 760 MB

KiXGolf Scoring Engine
Scoring Engine = 3.0.3

KiXtart Golf Score
Tournament = KiXtart Golf: Mayan Number Converter
Processing Start = 2006/07/17 11:02:10.463
Processing End = 2006/07/17 11:02:10.603
Duration = 0000/00/00 00:00:00.139
KiXGolf Score = 241


Top
#164333 - 2006-07-17 11:26 AM Re: KiXgolf: Mayan Number Converter
Jochen Administrator Offline
KiX Supporter
*****

Registered: 2000-03-17
Posts: 6380
Loc: Stuttgart, Germany
k,

I am able to pull out my Iron now. Understood the math, and all..but,
as a Golf-rookie I have some obvious questions:

The udf isn't meant to follow the udf guidelines here, is it ?
There is an extra ;! inside the udf file, what is this for ?
_________________________



Top
#164334 - 2006-07-17 12:27 PM Re: KiXgolf: Mayan Number Converter
Lonkero Administrator Offline
KiX Master Guru
*****

Registered: 2001-06-05
Posts: 22346
Loc: OK
not sure what you mean with guidelines but if you write non-working code, you will see.
;! tags are for the kixgolf counter. one to start counting the score and one to stop.
any code outside these is not included in the score.

Top
#164335 - 2006-07-17 02:00 PM Re: KiXgolf: Mayan Number Converter
Jochen Administrator Offline
KiX Supporter
*****

Registered: 2000-03-17
Posts: 6380
Loc: Stuttgart, Germany
Oh well... it IS meant to follow the guidelines, figured that all possible Options are set to ON.

k, got the mayan->numeric part working, thus my results are 50% correct. Still, 237 for only half the job is too much

btw. : just wondered why there are 3 ';!' in the udf template. Ought to be a typo then, eh?


Edited by Jochen (2006-07-17 02:19 PM)
_________________________



Top
#164336 - 2006-07-17 02:17 PM Re: KiXgolf: Mayan Number Converter
Lonkero Administrator Offline
KiX Master Guru
*****

Registered: 2001-06-05
Posts: 22346
Loc: OK
must be something jens added to the "modified" calculator.
I didn't replace my old udf with it, so can't see 3 of those.

Top
#164337 - 2006-07-17 02:21 PM Re: KiXgolf: Mayan Number Converter
Björn Offline
Korg Regular
*****

Registered: 2005-12-07
Posts: 953
Loc: Stockholm, Sweden.
lol. 0% done, not even got a converter more then in my mind yet . Hope I'll catch up and eventually get of the tee-area.
_________________________
as long as it works - why fix it?
If it doesn't work - kix-it!

Top
#164338 - 2006-07-17 03:31 PM Re: KiXgolf: Mayan Number Converter
Allen Administrator Offline
KiX Supporter
*****

Registered: 2003-04-19
Posts: 4548
Loc: USA
On the board... what a hunk of $#!+ this is, lots of room for improvement... got to do some real work for now

Code:

Mayan Number Converter passed all 60 tests (100% correct)

KiXtart
KiXtart Version = 4.52 Release Candidate 1
KiXGolf Script = kixgolf_mnc.KIX

Computer
OS = Windows XP Professional
CPU = AMD Athlon(tm) 64 Processor 3200+
Speed = 2002 MHz
Memory = 2048 MB

KiXGolf Scoring Engine
Scoring Engine = 3.0.3

KiXtart Golf Score
Tournament = KiXtart Golf: Mayan Number Converter
Processing Start = 2006/07/17 09:29:01.265
Processing End = 2006/07/17 09:29:01.281
Duration = 0000/00/00 00:00:00.016
KiXGolf Score = 563

Thank you for participating in KiXtart Golf!


Top
Page 3 of 13 <12345>Last »


Moderator:  Arend_, Allen, Jochen, Radimus, Glenn Barnas, ShaneEP, Ruud van Velsen, Mart 
Hop to:
Shout Box

Who's Online
0 registered and 116 anonymous users online.
Newest Members
Timothy, Jojo67, MaikSimon, kvn317, kixtarts2025
17874 Registered Users

Generated in 0.072 seconds in which 0.028 seconds were spent on a total of 14 queries. Zlib compression enabled.

Search the board with:
superb Board Search
or try with google:
Google
Web kixtart.org