Search the web
Sign In
New User? Sign Up
hugi-compo · Hugi Size Coding Competition Discussion Board
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1110 - 1139 of 3635   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1110
Hi all, First off, it is good to see Ruud back in the HUGI compo. Hi Ruud! I just wanted to comment that recently I have revived my compo page: ...
Ben Lunt
fys@...
Send Email
Feb 2, 2002
11:49 pm
1111
Hi all, ... Thanx Ben, nice to be back,,, Have fun coding all. Ruud...
Ruud
dobbelbeker@...
Send Email
Feb 3, 2002
12:46 pm
1112
On Sat, Feb 02, 2002 at 04:49:37PM -0700, Ben Lunt wrote: (snip) ... eek... didn't saw that 178 bytes. Just by the score I would say that he isn't a...
Dave Poirier
eks@...
Send Email
Feb 3, 2002
2:47 pm
1113
Hi all, I read over the rules, but might have missed something about the key input. I did not see anywhere where it said that key input MUST be from 'stdin'. ...
Ben Lunt
fys@...
Send Email
Feb 6, 2002
4:45 am
1114
... The test suite requires it; modify it and then you can use another input method :-) (as well as any DOS function different than 8). ... I think ESC should...
Bonzini Paolo
bonzini
Offline Send Email
Feb 6, 2002
9:31 am
1115
Hi, IMHO we should leave things as they are, meaning that the input should be from DOS CON, redirectable(which is nescasary for the test-suite), and that any...
Ruud
dobbelbeker@...
Send Email
Feb 6, 2002
11:32 am
1116
The non-numeric assignment can be whatever. I asked this question some time ago and that's what I was told anyway. L8r, EKS - Dave Poirier ... -- EKS - Dave...
Dave Poirier
eks@...
Send Email
Feb 6, 2002
12:35 pm
1117
There is a minor "quirk" within the rules which is not checked by the current test suite. It is related to the details of command line handling. I think that...
Grzegorz Mazur
gbm@...
Send Email
Feb 6, 2002
3:12 pm
1118
... Which quirk? ... No, it is not necessary (and you wrote 99% of it :-). The test suite starts, reads from stdin the keys for the test case, then hooks INT...
bonzini
Offline Send Email
Feb 6, 2002
4:16 pm
1119
Hi all, (A reply to all in one message. Okay, I'm lazy today:) I agree. I could only save a single byte this way, and who knows, later down the road, my AX...
Ben Lunt
fys@...
Send Email
Feb 6, 2002
6:52 pm
1120
Hi all, First a small comment. The rules state: The following things hold: - the command line starts at DS:0081 hex - there can be space character(s) before...
Ben Lunt
fys@...
Send Email
Feb 7, 2002
7:32 am
1121
... From: "Ben Lunt" <fys@...> To: "Hugi-compo mailing list" <hugi-compo@yahoogroups.com> Sent: Thursday, February 07, 2002 12:31 AM Subject:...
Ben Lunt
fys@...
Send Email
Feb 7, 2002
7:38 am
1122
... This can be easily fixed (maybe in the weekend, or if anyone volunteers...). There is another buglet: errors like `textmode not restored on exit' are ...
Paolo Bonzini
bonzini
Offline Send Email
Feb 7, 2002
10:08 am
1123
... Just to make it clear: 0Dh is immediatly after 32 characters for the grid. Right? ... Actually, PSP:[80h] holds the length. ... Really isn't, but in the...
Aleksa Todorovic
alexione@...
Send Email
Feb 7, 2002
11:08 am
1124
... From: "Paolo Bonzini" <bonzini@...> To: <hugi-compo@yahoogroups.com> Sent: Thursday, February 07, 2002 3:05 AM Subject: Re: [hugi-compo] command line...
Ben Lunt
fys@...
Send Email
Feb 7, 2002
6:22 pm
1125
... From: "Aleksa Todorovic" <alexione@...> To: <hugi-compo@yahoogroups.com> Sent: Thursday, February 07, 2002 4:10 AM Subject: Re: [hugi-compo] command...
Ben Lunt
fys@...
Send Email
Feb 7, 2002
6:22 pm
1126
Hi, ... [80h] is one byte so max command line lenght is 255. The max amount of space is 255-32-1, 1 for 0dh. I think it's right. bye, Ben Not Lunt...
Ben
lud.ben@...
Send Email
Feb 7, 2002
9:51 pm
1127
... The fact that nobody noticed seems to be a proof of my concept... :) The rules state that there may be several cells of values >4 in the command line, and...
Grzegorz Mazur
gbm@...
Send Email
Feb 7, 2002
10:08 pm
1128
... I'm against that. Don't change rules during the compo should be the holy rule :) -- Ben Ubik instantané possède tout l'arome du café-filtre fraichement...
Ben
lud.ben@...
Send Email
Feb 7, 2002
10:23 pm
1129
... Even if it's a byte it can't be longer than 127, unless DOS overwrites your entry with the parameters when the command line is longer. So it would be safe...
Dave Poirier
eks@...
Send Email
Feb 7, 2002
10:28 pm
1130
... Unless I'm mistaken it was one of the change done to the test suite since at some point it was sending two selected cell. So I guess it's only a matter of...
Dave Poirier
eks@...
Send Email
Feb 7, 2002
10:29 pm
1131
... command ... position. ... Oh, we did it several times. Is there any entry consistent with this rule? (this is a question do Adok...)...
Grzegorz Mazur
gbm@...
Send Email
Feb 7, 2002
10:41 pm
1132
... From: "Dave Poirier" <eks@...> To: <hugi-compo@yahoogroups.com> Sent: Thursday, February 07, 2002 3:27 PM Subject: Re: [hugi-compo] command...
Ben Lunt
fys@...
Send Email
Feb 8, 2002
4:32 am
1133
... (this is a question do Adok...) Mine is not... Paolo...
Paolo Bonzini
bonzini
Offline Send Email
Feb 8, 2002
8:28 pm
1134
Hi Grzegorz! ... Send me a test program, and I'll tell you. Regarding the matter whether the rules should be changed: I guess requirements that aren't checked...
Claus D. Volko
adok.geo
Offline Send Email
Feb 8, 2002
10:17 pm
1135
Under which conditions writing in text mode to segment A000h screws up the font? In other words, can I write to that segment after I reset text mode? (yes,...
Paolo Bonzini
bonzini
Offline Send Email
Feb 8, 2002
10:20 pm
1136
... Entries that failed up the original test suite don't follow the rule (those that passed might or might not). Mine and Alexione's (as far as I can gather)...
Paolo Bonzini
bonzini
Offline Send Email
Feb 8, 2002
10:26 pm
1137
Hi Paolo, I write to segment A000h after resetting to mode 03h. It shouldn't bother a thing. I see no font change in DOS after the exit. Maybe you have...
Ben Lunt
fys@...
Send Email
Feb 8, 2002
11:10 pm
1138
Hi all, In the hcompo16.txt, the following applies: The hexagon whose value is >= 4 is where the cursor is at the beginning. You can assume there is only one...
Ben Lunt
fys@...
Send Email
Feb 8, 2002
11:10 pm
1139
Hi Paolo! ... Now I understand. I thought the quirk was about a requirement that wasn't detected by the test suite. I think the test suite has priority over...
Claus D. Volko
adok.geo
Offline Send Email
Feb 9, 2002
8:14 am
Messages 1110 - 1139 of 3635   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help