Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×

Comment Re:10 LET M$ = "Microsoft" (Score 1) 635

Java can. Currency symbols can be anywhere in a Java variable name. (yes that's right you could use $ in front of everything and probably make people think it's Perl rather than Java)

Throw this in a Java main(), compile, and run.

Although it looks fine on Firefox on my MacBook Pro it may get mangled elsewhere.


                String M$ = "Microsoft";
                String £inux = "Linux";
                String Appl€ = "Apple";
                System.out.println("M$ is " + M$);
                System.out.println("App£e is " + Appl€);
                System.out.println("£inux is " + £inux);

Comment Re:Please, just stop... (Score 2) 204

Why would this hypothetical plant be connected to anything?
If it has data connections to anything more than the other ends of the intake and outflow pipes the people who decided to include such connections should be charged with treason and shot.

If it can be hacked via a genuinely-needed connection the people who made the hack possible should be charged with treason and shot.

Comment Re:Damn! (Score 1) 1165

Where does it say "the right to bear arms in a way that **can** be traced"?
You may default to assuming that but I'll default to assuming

oops. hit submit too soon.
"You may default to assuming that but I'll default to assuming the other option".

Slashdot Top Deals

Today is a good day for information-gathering. Read someone else's mail file.

Working...