IWETHEY v. 0.3.0 | TODO
1,095 registered users | 0 active users | 0 LpH | Statistics
Login | Create New User
IWETHEY Banner

Welcome to IWETHEY!

Now viewing page 75 of 92
[Prev] 1 ... 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 ... 92 [Next]
     Wylbur decoding - (broomberg) - (3)
         Somebody figured it out - (broomberg)
         Don't know Wylbur from hole in the ground, but... - (a6l6e6x) - (1)
             Feels like it - (broomberg)
     Brainfuck - (deSitter) - (13)
         Some people have too much time on their hands - (tuberculosis) - (6)
             You obviously haven't seen Ook# - (tjsinclair) - (5)
                 Ook! -NT - (Arkadiy)
                 Oook! -NT - (static) - (1)
                     Re: Oook! - (tjsinclair)
                 It would be interesting.... - (static) - (1)
                     Oh, I don't know - (tuberculosis)
         Dare I? - (ChrisR) - (5)
             sputter gasp choke -NT - (deSitter) - (1)
                 Since I only used 7 of the 8 instructions... - (ChrisR)
             ROFL, ROWL, ROCL! -NT - (CRConrad)
             ROFL! -NT - (slugbug)
             Don't let tablizer see it! :) -NT - (a6l6e6x)
     Python pops up again - (tonytib)
     Off on disability means I can try and train myself - (orion) - (18)
         Uh huh, like an athlete doing sprints with a torn hamstring - (tuberculosis) - (17)
             If that is the same guy *I* know of... - (folkert) - (13)
                 Yeah - he organizes esug - (tuberculosis) - (12)
                     Umm.... Which... - (folkert) - (10)
                         Probably - (tuberculosis) - (9)
                             Sure you were... It's your story... Grumpy... - (folkert) - (8)
                                 Looks bigger than us.. - (deSitter) - (2)
                                     Broncos -NT - (tuberculosis) - (1)
                                         Oh Yeah - (deSitter)
                                 Actually, I think thats pure stress - (tuberculosis) - (4)
                                     Ah... yes now I see it... - (folkert) - (3)
                                         Interpretation time - (tuberculosis) - (2)
                                             Re: Interpretation time - (deSitter) - (1)
                                                 Root object - (tuberculosis)
                     What a bunch of wussies - (deSitter)
             Fantastic stuff, thanks -NT - (deSitter)
             A question for you. - (orion) - (1)
                 Its a VM - (tuberculosis)
     Determining platform type/OS in gcc via #defines - (admin) - (25)
         Maybe Mozilla source would help... - (Another Scott) - (1)
             Yes, this is the sort of thing I was looking for: - (admin)
         Is this on Linux? - (deSitter) - (8)
             what he said -NT - (boxley)
             I wasn't clear enough. - (admin) - (6)
                 Gotta be a #pragma right? - (deSitter) - (1)
                     #define -NT - (admin)
                 /usr/include/machine/cpu.h (like that?) -NT - (boxley) - (3)
                     Doesn't exist on this box. - (admin) - (2)
                         osx has 3 entries - (boxley) - (1)
                             Heh. No /usr/include/i386 either. - (admin)
         I don't really have an answer handy... - (ChrisR) - (13)
             Compile time, without passing -D switches. -NT - (admin) - (12)
                 If memory serves me correct... - (ChrisR) - (11)
                     Right. But I don't want to pass -D switches. :-) - (admin) - (10)
                         Could autoconf help? - (static) - (9)
                             We have our own build system; autoconf not a part of it -NT - (admin) - (8)
                                 Autoconf could still be useful - (neelk) - (7)
                                     Autoconf does so at runtime. - (admin) - (6)
                                         Are we talking about "configure" script? - (Arkadiy) - (5)
                                             You misunderstand me. - (admin) - (4)
                                                 One man's compile time... - (ChrisR) - (3)
                                                     I already do that; I don't want to. :-) - (admin) - (2)
                                                         So what you're really wanting is... - (ChrisR) - (1)
                                                             s/wanting/using - (admin)
     MinFORTH for Everything - (deSitter) - (1)
         ..and.. - (deSitter)
     Converting Python float to single precision? - (tonytib)
     The Perfect Operating System - off square one :) - (deSitter) - (1)
         ROFL - classic - (deSitter)
     Anyone looked at splint? - (ben_tilly)
     C decimal question: - (admin) - (53)
         Equality on Real/Double is always a crapshoot - (tablizer)
         Don't know... - (Simon_Jester)
         Re: C decimal question: - (deSitter) - (1)
             Makes no difference. - (admin)
         The boolean compare operators - (ChrisR) - (36)
             I've done the subtract - (admin) - (35)
                 Assembly dump? - (ChrisR) - (22)
                     I did my dump with GDB - (Arkadiy)
                     What I get: - (admin) - (20)
                         Speculating... - (ChrisR) - (19)
                             gcc 2.95.4 results - (admin) - (18)
                                 Re: gcc 2.95.4 results - (deSitter) - (1)
                                     EBP is base of stack frame - (Arkadiy)
                                 I86 Assembly is not my specialty... - (ChrisR)
                                 ASM Comments - (ChrisR) - (13)
                                     Errrr... - (admin) - (12)
                                         Getting ASM from VC6 - (deSitter) - (11)
                                             Results - (deSitter) - (10)
                                                 Request... - (ChrisR) - (9)
                                                     Re: Request... - (deSitter) - (8)
                                                         Trimming it down... - (ChrisR) - (7)
                                                             Re: Trimming it down... - (deSitter) - (6)
                                                                 Scratches head... - (ChrisR) - (5)
                                                                     Re: Scratches head... - (deSitter) - (4)
                                                                         Thanks... - (ChrisR) - (3)
                                                                             BTW - (deSitter) - (2)
                                                                                 Hmmmm - (ChrisR) - (1)
                                                                                     puts("42"); -NT - (deSitter)
                                 gcc 2.95.26 - (ChrisR)
                 Did you try it with optimizations off? -NT - (deSitter) - (7)
                     A really good optimizing compiler... - (ChrisR) - (6)
                         Yes.. - (deSitter)
                         Compiler has no way to predict how pow() is implemented - (Arkadiy) - (4)
                             IEEE - (deSitter) - (2)
                                 pow() is library, not hardware - (Arkadiy) - (1)
                                     True - (deSitter)
                             Re: Compiler has no way to predict how pow() is implemented - (deSitter)
                 An option of interest? - (ChrisR) - (3)
                     I'll look into that. Datum: gcc 3.2.1 on glibc 2.3.1 -NT - (admin)
                     Doesn't seem to make any difference. - (admin) - (1)
                         Re: Doesn't seem to make any difference. - (deSitter)
         Not a direct answer, but still on-topic. - (static)
         RESOLUTION: - (admin) - (10)
             A caveat from Borland: - (a6l6e6x) - (6)
                 This was slightly different. - (admin) - (5)
                     Re: This was slightly different. - (deSitter)
                     Oh - to discover a real compiler problem - (deSitter) - (1)
                         This is not considered a compiler problem by the GCC folks. - (admin)
                     Scott, that's a bug worthy of catching - (Simon_Jester) - (1)
                         Fun to track down, at least. - (admin)
             Re: RESOLUTION: - (deSitter) - (2)
                 Historically speaking... - (ChrisR) - (1)
                     Re: Historically speaking... - (deSitter)
Now viewing page 75 of 92
[Prev] 1 ... 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 ... 92 [Next]

Get the ball in the pocket!
1,290 ms