Page 3 of 10 <12345>Last »
Topic Options
#178759 - 2007-08-06 10:56 PM Re: KiXgolf: Top Secret [Re: Jochen]
Jochen Administrator Offline
KiX Supporter
*****

Registered: 2000-03-17
Posts: 6380
Loc: Stuttgart, Germany
534 in the mean time ... will have to fix the decoding part and rearrange completely to close up to Rogier \:\)
_________________________



Top
#178760 - 2007-08-06 11:02 PM Re: KiXgolf: Top Secret [Re: Jochen]
DrillSergeant Offline
MM club member
*****

Registered: 2004-07-09
Posts: 1164
Loc: Eijsden, the Netherlands
ehm... I'm going to retract my scores... I realised my script fails on block sizes bigger than 10.

I think I'll stay under 500 with a rewrite, but I'm not sure...
_________________________
The Code is out there

Top
#178761 - 2007-08-06 11:06 PM Re: KiXgolf: Top Secret [Re: DrillSergeant]
Jochen Administrator Offline
KiX Supporter
*****

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

I don't even dare to think of changing the block sizes
(You HAVE also changed the Permutation, dontcha? )
_________________________



Top
#178762 - 2007-08-06 11:20 PM Re: KiXgolf: Top Secret [Re: Jochen]
Lonkero Administrator Offline
KiX Master Guru
*****

Registered: 2001-06-05
Posts: 22346
Loc: OK
ok...
jens, you really need to define what are the characters and numbers.
don't want americans using a-z while northern europeans would need to count for a-z + едц and all their variants.
_________________________
!

download KiXnet

Top
#178763 - 2007-08-06 11:25 PM Re: KiXgolf: Top Secret [Re: Lonkero]
DrillSergeant Offline
MM club member
*****

Registered: 2004-07-09
Posts: 1164
Loc: Eijsden, the Netherlands
and define a maximum block size ;\)
_________________________
The Code is out there

Top
#178764 - 2007-08-06 11:47 PM Re: KiXgolf: Top Secret [Re: DrillSergeant]
Lonkero Administrator Offline
KiX Master Guru
*****

Registered: 2001-06-05
Posts: 22346
Loc: OK
256?
_________________________
!

download KiXnet

Top
#178765 - 2007-08-06 11:49 PM Re: KiXgolf: Top Secret [Re: Lonkero]
DrillSergeant Offline
MM club member
*****

Registered: 2004-07-09
Posts: 1164
Loc: Eijsden, the Netherlands
254 would suit me better ;\)
_________________________
The Code is out there

Top
#178766 - 2007-08-07 12:05 AM Re: KiXgolf: Top Secret [Re: DrillSergeant]
Lonkero Administrator Offline
KiX Master Guru
*****

Registered: 2001-06-05
Posts: 22346
Loc: OK
currently doesn't really matter to me.
don't wanna bloat the darn code but any idea I have results in too big code to my liking.
_________________________
!

download KiXnet

Top
#178767 - 2007-08-07 12:20 AM Re: KiXgolf: Top Secret [Re: Lonkero]
sixdoubleo Offline
Starting to like KiXtart

Registered: 2004-02-06
Posts: 118
Loc: California, US
In practical use, wouldn't you want to NOT ignore spaces/punctuation? Seems more obfuscated that way...

Course it makes the code a lot easier too. \:\)

Top
#178768 - 2007-08-07 12:30 AM Re: KiXgolf: Top Secret [Re: sixdoubleo]
Howard Bullock Offline
KiX Supporter
*****

Registered: 2000-09-15
Posts: 5809
Loc: Harrisburg, PA USA
Running Test 1 Encoding...Decoding...Done
Running test 2 Encoding...Decoding...Done
Running Test 3 Encoding...Decoding...Done
Running Test 4 Encoding...Decoding...Done
Your solution passed all tests

KiXtart
KiXtart Version = 4.52
KiXGolf Script = kixgolf_ts.kix

Computer
OS = Windows XP Professional
CPU = Intel Pentium Model 13
Speed = 1798 MHz
Memory = 1024 MB

KiXGolf Scoring Engine
Scoring Engine = 3.3

KiXtart Golf Score
Tournament = Top Secret
Processing Start = 2007/08/06 18:24:50.144
Processing End = 2007/08/06 18:24:50.164
Duration = 0000/00/00 00:00:00.020
KiXGolf Score = 490

Thank you for participating in KiXtart Golf!
_________________________
Home page: http://www.kixhelp.com/hb/

Top
#178769 - 2007-08-07 12:50 AM Re: KiXgolf: Top Secret [Re: Howard Bullock]
Lonkero Administrator Offline
KiX Master Guru
*****

Registered: 2001-06-05
Posts: 22346
Loc: OK
damn I hate how kixtart handles errors nowadays!

"error in expression on line 123"
I go check line 123, it says:
$s=$g

F, that's so bloody wrong. and to count for missing quotes, commenting out that line stops the crashing but obviously it no longer works correctly.
_________________________
!

download KiXnet

Top
#178770 - 2007-08-07 01:01 AM Re: KiXgolf: Top Secret [Re: Lonkero]
Lonkero Administrator Offline
KiX Master Guru
*****

Registered: 2001-06-05
Posts: 22346
Loc: OK
k, I must give up for this day.
simple dim line keeps erroring and haven't figured out why the first error occured either.
need to sleep before I throw this laptop out the window.
_________________________
!

download KiXnet

Top
#178771 - 2007-08-07 05:26 AM Re: KiXgolf: Top Secret [Re: Lonkero]
Sealeopard Offline
KiX Master
*****

Registered: 2001-04-25
Posts: 11164
Loc: Boston, MA, USA
Ah, seems we now got something going here. I'm including the "new" test case 2, ZIP file has been updated accordingly.

I'm also clarifying the following:
1 <= Blocksize <= 10
Characters are a-z and A-Z
_________________________
There are two types of vessels, submarines and targets.

Top
#178772 - 2007-08-07 06:23 AM Re: KiXgolf: Top Secret [Re: Sealeopard]
Jochen Administrator Offline
KiX Supporter
*****

Registered: 2000-03-17
Posts: 6380
Loc: Stuttgart, Germany
 Originally Posted By: Sealeopard
I'm including the "new" test case 2, ZIP file has been updated accordingly.


All my own fault ... *hits himself with keyboard* \:\(

latest result:

 Quote:

Running Test 1 Encoding...Decoding...Done
Running Test 2 Encoding...Decoding...Done
Running Test 3 Encoding...Decoding...Done
Running Test 4 Encoding...Decoding...Done
Your solution failed 1 of 8 tests.

KiXtart
KiXtart Version = 4.53
KiXGolf Script = kixgolf_ts.kix

Computer
OS = Windows XP Professional
CPU = Intel Pentium Model 15
Speed = 2399 MHz
Memory = 2048 MB

KiXGolf Scoring Engine
Scoring Engine = 3.3

KiXtart Golf Score
Tournament = Top Secret
Processing Start = 2007/08/06 23:16:05.593
Processing End = 2007/08/06 23:16:05.593
Duration = 0000/00/00 00:00:00.000
KiXGolf Score = 534

Thank you for participating in KiXtart Golf!


Guess which case fails [Spoiler: Case 2 decoding ]


Edited by Jochen (2007-08-07 06:25 AM)
_________________________



Top
#178773 - 2007-08-07 06:39 AM Re: KiXgolf: Top Secret [Re: Jochen]
Allen Administrator Offline
KiX Supporter
*****

Registered: 2003-04-19
Posts: 4549
Loc: USA
GAH! I'm out of time. Maybe later in the week I'll try again.
Top
#178774 - 2007-08-07 07:41 AM Re: KiXgolf: Top Secret [Re: Allen]
Jochen Administrator Offline
KiX Supporter
*****

Registered: 2000-03-17
Posts: 6380
Loc: Stuttgart, Germany
Remember that the private round is going to end on Wednesday ;\)
_________________________



Top
#178775 - 2007-08-07 08:08 AM Re: KiXgolf: Top Secret [Re: Jochen]
Howard Bullock Offline
KiX Supporter
*****

Registered: 2000-09-15
Posts: 5809
Loc: Harrisburg, PA USA
I tried a completely different approach...

KiXGolf Score = 482

Without the decode logic. I guess I will go back and tweak my 490 code.
_________________________
Home page: http://www.kixhelp.com/hb/

Top
#178776 - 2007-08-07 08:14 AM Re: KiXgolf: Top Secret [Re: Howard Bullock]
Gargoyle Offline
MM club member
*****

Registered: 2004-03-09
Posts: 1597
Loc: Valley of the Sun (Arizona, US...
How do you find the time, I have barely had a chance to look at the challenge much less do any coding on it.

Have thought about it frequently, but just can't seem to find the time to do anything about it.
_________________________
Today is the tomorrow you worried about yesterday.

Top
#178777 - 2007-08-07 08:54 AM Re: KiXgolf: Top Secret [Re: Gargoyle]
Lonkero Administrator Offline
KiX Master Guru
*****

Registered: 2001-06-05
Posts: 22346
Loc: OK
gargoyle, I have the exact same problem.
sadly.
_________________________
!

download KiXnet

Top
#178778 - 2007-08-07 09:11 AM Re: KiXgolf: Top Secret [Re: Lonkero]
Jochen Administrator Offline
KiX Supporter
*****

Registered: 2000-03-17
Posts: 6380
Loc: Stuttgart, Germany
Have to correct my intermediate result from 534 back to 546 ... Had a logic flaw on escape chars > asc(90)
_________________________



Top
Page 3 of 10 <12345>Last »


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

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

Generated in 0.235 seconds in which 0.182 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