Are you a QOTWer? Do you want to start a thread that isn't a direct answer to the current QOTW? Then this place, gentle poster, is your friend.
(, Sun 1 Apr 2001, 1:00)
« Go Back | See The Full Thread
Like one that really bugged people was that I made something that I called "Percistant Sidebar", I always spell percistant that way so it always works. I try my best not to do that though as other people need to know what it means and where to find it.
My head jumps around, like I read your "nosey cunt" post before tangle's one. That is great for programing, I can see flows about how things move about. Where as latin languages are left to right, top to bottom, which means my brain jumps and sometimes I end up reading the same line or paragraph over.
so I see the following as
for ($i = 0; $i < 10; $i++) {
if ($i == 5) { echo "Hello"; } else { echo "Good Bye" }
}
I would read that as "if $i is the same as 5 then we'll put the words hello on the screen, otherwise, we'll do the words good bye. We'll do that 10 times and incriment the number each time starting from 0."
(, Fri 4 May 2012, 22:45, 1 reply, 14 years ago)
The idea sounds amazing but I couldn't have an MRI with it in.
(, Fri 4 May 2012, 23:17, Reply)
« Go Back | See The Full Thread