Forgot your password?
typodupeerror
Music

Submission + - CRIA Admits P2P Downloading Legal in Canada

An anonymous reader writes: Michael Geist is reporting that the Canadian Recording Industry Association — the Canadian equivalent of the RIAA — this week filed documents in Canadian court that seeks to kill the expansion of the levy on blank media to iPods since it fears that the system now legalizes peer-to-peer downloading of music in Canada. CRIA's President Graham Henderson argued in his affidavit that a recent decision from the Copyright Board of Canada "broadens the scope of the private copying exception to avoid making illegal file sharers liable for infringement."
Programming

Submission + - char *speelCheck(char *myPogrom) 1

Jerry Asher writes: Not all of my coworkers are careful about spelling errors. Sometimes this causes real embarrassment as spelling errors creep into software interfaces. Does anyone know of spell checkers for programming languages? I don't want a text spell checker, I want a programming language aware spell checker. A spell checker that I can pass all of my code through and will flag spelling errors in function names, variable names, and comments, but will ignore language keywords, language constructs and expressions, and various programming styles (camel code, or underscores, or ...) I want a spell checker that knows that void *functionSigniture(char *myRoutine) contains one spelling error. Does anyone have such a thing for Java or C++? Are there any eclipse plugins that do this?

Slashdot Top Deals

We all agree on the necessity of compromise. We just can't agree on when it's necessary to compromise. -- Larry Wall

Working...