- Feature Articles
- CodeSOD
- Error'd
- Forums
-
Other Articles
- Random Article
- Other Series
- Alex's Soapbox
- Announcements
- Best of…
- Best of Email
- Best of the Sidebar
- Bring Your Own Code
- Coded Smorgasbord
- Mandatory Fun Day
- Off Topic
- Representative Line
- News Roundup
- Editor's Soapbox
- Software on the Rocks
- Souvenir Potpourri
- Sponsor Post
- Tales from the Interview
- The Daily WTF: Live
- Virtudyne
Admin
@*$!#%$@&*?
Admin
http://img.gawkerassets.com/img/17ova2egp52sajpg/original.jpg
Admin
nah. that's Grawlix (sense 2)
Admin
Not to be pedantic, but it should be
</pedant>
.Admin
Admin
Not to be pendantic, but it should be pendantic. See discopædia and/or the FAQ.
Admin
I really should try to use forum memes in Articles threads less.
But differentiating categories is a
COMPLAIN!
Admin
As long as you're after post 19 you should be ok.
It's not as if someone would find their way to wtdwtf and create an account just to point out a spellarging error to you without lurking around a bit first...
:volcano:
Edit: did I click the wrong reply button? Oh well... @onyx
Admin
should work,
should fail with a compile time error.
Admin
If your language has a spaceship, you can do the maximally obscure x*=0<=>x
Otherwise you're stuck with the almost as bizarre
x*=0.compareTo(x)
I guess technically it's implementation dependent since the RHS isn't required to have a magnitude of 1. So really you need
x*=(a=0<=>x)/a
Now you just have to worry about 0 and -0.
Admin
That last one's probably undefined? The use of A is not strictly ordered relative to its assignment.
Admin
MathJax plays nicely with BB/HTML/MD.
Admin
You keep forgetting the Disco part, don't you?
Admin
Because of course we need to add another markup language to the mix. MathJax may play nicely, but DiscoBbHtMarkMlDown doesn't play nicely, not even with itself.
Admin
that reminds me.... I need to check with @pjh again about getting that installed here....
Admin
It was more @sam - I can't actually add plugins.
Admin
ah..... off to "annoy" @sam then. :-D
Admin
Admin
I'm on the same boat till Alex is back in the office, I think @ben_lubar may have terminal access.
Admin
I'm certain Ben has
root
- can't he add your key?Admin
:scream:
No, wait, it's Ben.
:scream_cat:
Admin
How are we not a Dwarf Fortress forum yet?
Admin
He's trying his best.... Or are you cruelly ignoring all the screenshots he posts?
Admin
Not sure who's worse: Ben and his DF pics, or me and my meme images (I know what Maciej's answer will be ;))
Admin
As long as @mikeTheLiar is the worst, I don't care.
Admin
(Fractions)
½
-> ½More generally:
¾
-> ¾⅚
-> ⅚⅞
-> ⅞Usually best to copy them out of the Preview Window back into your post though, you know how Discrouse is...
Admin
We would also need
0_N0T_F0UND
...Admin
We may as well go all in at this point, and throw in LATEX, PostScript, YAML and reStructured Text. Then we'd have seven different syntaxes all playing nicely with each other, and seven is a lucky number.
Filed under: one of those isn't even a markup language, I know, right?
Admin
Ieee 754 has 2 zeros: +0 and -0. There is no true 0. And with the leading bit convention, the representation of zeros are special cases to be handled with all the denormal/subnormal numbers.