- 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
Ah, but what about non-breaking spaces?
Admin
Looks like someone was really...
<_<
... SPACED OUT while at work there...
Admin
Admin
That is, unless you consider that you just identified the exact logical fallacy that you yourself keep making (Hint: when you said something must be accurate because it isn't refuted on snopes.com; can you really not see how this is the same thing?). I suppose that is ironic.
Admin
However, if the alleged Clairton conspiracy is real and has made the headlines in international newspapers as you said it did, it would be likely that "da web" remembers it and a google search would turn up some results - but zilch. The absence of any hint of the episode from the entire web makes your claim highly dubious, not (just) its absence from wikipedia.
Well, it would at least open the possibility of marking its doubtfulness, so hopefully some wikipedia editor could check whether it's really in the Britannica.P.S.: I'm aware that I've been trolled, any true believer would know how to spell "atheists".
Shabat shalom nevertheless.
Admin
Finally! Good Shroud, ya'll, I was wondering how long it would take someone to notice the mispelling.
Admin
I don't see what's so hard for you to understand. I am not the one arguing from ignorance, it is the one who says, "This must be one of the first results of a Google search or it didn't happen." There a whole culture whose point of reference is "I'm feeling lucky" searches and answers to questions posted on Facebook. This moron claims that no such event occurred based solely on this absence of evidence whereas I say it did occur, not because I remember reading it in the papers, but because I have a fabulous reference that I paid plenty for in my study. Does this establish the authenticity of the cloth? No, but following the thread to the beginning, it says that it has not been proven to be "medieval" using any sort of rigorous analysis.
Admin
Admin
As always.
Admin
// Yo-ho-ho! And a bottle of rum! // Ok, let's do it like the real men. // Ancient yet sturdy ship called "C" requires // quite a bit of courage and bravery. int is_blank(const char* str, int len) { // Is not null pointer or empty string if (str && *str) { while (len--) { if (!isspace(*str++)) return 0; } } return 1; } // is_blank()
Admin
Ouch... Spaces were eaten...
Admin
I'd refer people to the links in A Spacy Problem post #292615.
Admin
Admin
At least "primary sources", so that we can check who really made the claim.
But no, we get "Encyclopedia Britannica" here, "Encyclopedia Britannica" there.
Is that some kind of holy book that we must believe every word of?
Admin
Admin
Epic Solution:
while(string.contains(" ")) { string = string.replace(" ", " ") }
or why not give the correct solution
string = string.re_replace("[ ]{2,}", " ")
Admin
edit from above, replace a single space with 2 spaces where necessary...
Admin
Apache commons? How about the runtime.
We have a fellow here who decided to implement a huge class to encode (or "encrypt" as he likes to call it) a string as utf8. Yes. Really.
Admin
Hey!Bothsnippetsworkperfectly!Thankyou,it'sjustwhatIneeded!
Admin
It's actually useful in some cases. If there's a bad sector on the hard disk and a file was truncated and recovered, then you can quickly see that the file is not complete and needs to be restored from a recent backup. Admittedly, this made more sense when I carried all my source code in a toolbox full of diskettes, but it's still true.
Admin
isspace() DOES handle '\n', etc.
Admin
Admin
Yup. Handles 'w'.
Admin
Admin
Regarding the made up story about the "Clairton Controversy":
This is the abstract from the 1989 report from Nature. http://www.nature.com/nature/journal/v337/n6208/abs/337611a0.html
One of the professors involved was P. E. Damon from the Department of Geosciences, University of Arizona. There was no "Daimon Clairton" involved.
Here is a website containing a copy of the report. http://www.shroud.com/nature.htm
Admin
Also, Paul E. Damon remained at the University of Arizona until 2005, when he died.
This is his obituary: http://www.treeringsociety.org/TRBTRR/TRRvol61_1_55-56.pdf
Admin
not a programmer, i don't even pretend(does raw html count?), but i can see a better way to fix multiple spaces(but not how to exclude text blocks(since writers put two spaces between sentences)). probably still a messy kludge, but search and replace two spaces with one space would fix code, if the compiler doesn't pay attention to multiple white spaces.
Admin
Actually there is nothing wrong with this logic. This is derived from the ever popular "creationist" / "intelligent design proponent" argumentation that whatever doesn't disprove the existance of god, proves it. And if something cannot currently be explained is must be designed by god. And this is the only form of argumentation religious fanatics know.
And what's this about 287 pages of falsified information? Is The Book of Genesis really that long?
Admin
Actually there is nothing wrong with this logic. This is derived from the ever popular "creationist" / "intelligent design proponent" argumentation that whatever doesn't disprove the existance of god, proves it. And if something cannot currently be explained is must be designed by god. And this is the only form of argumentation religious fanatics know.
And what's this about 287 pages of falsified information? Is The Book of Genesis really that long?