Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror

Comment Re:Flatland (Score 1) 630

I just picked up "The Code Book" recently and really enjoyed it. Another one I think would be pretty cool for high school math students is "Professor Stewart's Cabinet of Mathematical Curiosities", by Ian Stewart. It's written in a very light style, and would probably make learning about math seem like more fun to those that have an aversion.

Comment Re:Technically yerself (Score 1) 325

Its current most common usage is as an uncountable quantity just like "water".

I wondered for a long time if there was a term for this sort of noun. I don't remember how I discovered it, but the type of noun you're describing is called a mass noun. Its opposite is called a count noun. I'm not correcting you or anything, just passing along some info.

Comment Re:Not a trick, but a question. (Score 4, Informative) 516

Magic stuff like this is not working: /\([FB][ot]o\).*\1/ although that seems to be the closest description of what we wanted.

In perl, I did /([FB][ot][o]).*\1/ and it seemed to work as you wanted. Also, if you're using a regex engine that supports lazy (non-greedy) quantifiers like perl does, I would use them in this case. It reduces backtracking. In perl, put a ? after the *.

United States

Barack Obama Wins US Presidency 3709

Last night, around 11pm, all the major networks announced that Senator Barack Obama had won the election. Soon after, Senator McCain conceded. There were no crazy partisan court hearings, just a simple election. This is your chance to talk about it and what it means for the future of our nation.

Slashdot Top Deals

The more they over-think the plumbing the easier it is to stop up the drain.

Working...