Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
×

Comment Re:Student of American History (Score 1) 315

Then it's time for you to grow again and judging by your behaviour you still have a lot of growing to do.
Don't misinterpret my apparent lack of arguments. It's merely a lack of interest in debating with you.
You obviously believe that your opinion is the gospel and people who disagree with you are mentally challenged.
I wonder why you feel the need to win a debate with someone who's mentally challenged. After all, you clearly have no issues.

Comment Isopropanol (Score 2) 185

Just buy some 99.9% pure isopropanol and some distilled water. 5L cost like 10-15EUR here and last a long time.
Then submerge the keyboard or spray it with a 70-80% isopropanol/distilled water solution and let it dry.

Comment Re:Any 64-bit ints in C++? (Score 1) 378

From the C++11 standard:

The contents of header <cinttypes> are the same as the Standard C Library header <inttypes.h>, with
the following changes:
- the header <cinttypes> includes the header <cstdint> instead of <stdint.h>, and
- if and only if the type intmax_t designates an extended integer type (3.9.1), the following function
signatures are added:
intmax_t abs(intmax_t);
imaxdiv_t div(intmax_t, intmax_t);
which shall have the same semantics as the function signatures intmax_t imaxabs(intmax_t) and
imaxdiv_t imaxdiv(intmax_t, intmax_t), respectively.

Comment How well does it work for scientific books? (Score 2) 291

I'm curious about the Kindle but some reviews I've read on amazon claim that its display size and its weak zoom function make it useless for typical university books (mathematics, computer science).
I have no first-hand experience, so could someone here enlighten me whether it's a viable alternative to paper?

Slashdot Top Deals

Real Programmers don't eat quiche. They eat Twinkies and Szechwan food.

Working...