Hi! They are now available at http://www.hugi.scene.org/compo/ You now have the opportunity to comment on the entries and object in case some entry seems not...
Congratulations to Mentor, and a big thanks to the organizers and the other participants. bye, Chut ... From: "Claus-Dieter Volko" <cdvolko@...> To:...
Akos Fekete
fekete.akos@...
Nov 1, 2008 8:23 pm
3430
Hello all! This compo was fun! :-) Thanks for the event! The beta pack seems to include an not up to date rulepack. Did we have to do cleanup at the end of the...
Using the character above for context as well... wish I'd thought of that. Well played! Pretty tight code too... wish I had tried binary arithmetic so I didn't...
Hi All,             It was a great compo!!. Congrats to everyone.            I was too lazy to try anything more than RLE. :) ...
As promised, I post my C program. It's a custom distance coding implementation, using a walk algorithm and huffman coding for the distances. Data is 442, I...
Hello again Noted that Beeblebrox uses UPX (makes avast antivirus angry for some reason). The general rules say: Unless stated otherwise, your entry must NOT ...
Thank you very much for organizing this compo! it has been great fun. I discovered this a few days before deadline, but still felt that I had tried the ideas I...
Tapani Utriainen
tapani@...
Nov 3, 2008 6:13 pm
3437
... I chose LZ for two reasons: (1) it allows a really easy implementation of "lossy compression" in an automated way, i.e. one can automatically match an...
Hi, * Chut -- seem to have a custom, hard coded, compression scheme. Complete source code is not available though. You can download it from here:...
Akos Fekete
fekete.akos@...
Nov 3, 2008 6:48 pm
3439
Well it was fun, but for me it was a short one (I wasn't unavailable most of this month). Even I'm certain I could have a smaller entry, probably I wouldn't...
Was unavailable or wasn't available J From: hugi-compo@yahoogroups.com [mailto:hugi-compo@yahoogroups.com] On Behalf Of Dragos Halmagi Sent: Monday, November...
I was actually scratching my head over this one too... there was no "packed.asm" or "packed.bin" included. It looked like a lot of it was machine generated,...
I think that is not manual generated code. But it's a generic LZSS optimal compressor, the code is simple. I put my code because it has an interesting huffman...
Hi, I didn't have enough time to develop any automatic coder for this compo, but I have some experiences with Lempel-Ziv data and code compressions. I think an...
Akos Fekete
fekete.akos@...
Nov 4, 2008 4:32 pm
3444
Sorry. I was wrong. The optimal automatic parsing (flexible parsing) is only possible when there are not symbols with forward references. In this case (your...
Antonio José Ville...
espineter@...
Nov 5, 2008 1:18 am
3445
Hi, I think the code of my decoder is optimized well, but not the content of the look-up-tables. The sliding window addresses and short coded characters were...
Akos Fekete
fekete.akos@...
Nov 5, 2008 5:17 am
3446
Hi Everybody! Let me add my congratulations to the winners, Mentor, Chut and Espineter. Also, thanks to everyone, especially Adok, for making this compo a ...
Loren Blaney
loren_blaney@...
Nov 7, 2008 3:07 am
3447
... OK, it will be disqualified. It's a pity that it was his only entry (no previous versions)....
Hello all! Maybe we don't have to disqualify him. Assembling and linking his source produces an 3533 byte entry on my computer (tasm 4.1) - and this program...
Hi Hannes! ... You're right - this file could be accepted. ... OK, I added that to the webpage. ... I'll look if I have the pack, but I can't promise I do....
Hi! I think that´s the one. regards Roman ... Von: hugi-compo@yahoogroups.com [mailto:hugi-compo@yahoogroups.com]Im Auftrag von hannes . Gesendet: Freitag,...
Roman Gugganig
rg@...
Nov 7, 2008 4:07 pm
3451
... From: "Claus-Dieter Volko" <cdvolko@...> To: <hugi-compo@yahoogroups.com> Sent: Friday, November 07, 2008 9:09 AM Subject: Re: [hugi-compo] HC 27...
Loren Blaney
loren_blaney@...
Nov 7, 2008 4:29 pm
3452
Thank you!, unfortunately that's only the rules and test suit. I was looking for the submitted entries. ... ...
... Well, it's hidden not so far from intended location: http://www.scene.org/file.php?file=/mags/hugi/hc24fin.zip&fileinfo Btw, big respects to Mentor, now I...
Digimind
digimind@...
Nov 8, 2008 6:49 am
3454
... Thanks. I've uploaded it to ftp.scene.org. As soon as it will be approved by the administrators, it will be available....
Hi list! Sorry, I misunderstood the request. I only sent in the compo-file, not the results. Upon looking at scene.org, I discovered that the files are still...
Roman Gugganig
rg@...
Nov 8, 2008 10:27 am
3456
... Then it's in the wrong directory. I've uploaded it to the right directory. Waiting for approval....
Hi, ... I don't know about it. I think the code doesn't consist any new trick, but a flow chart would be really good to understand the mechanism. It's only on...