Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×
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?
Privacy

ACLU Protests Police Scanning License Plates 821

dustman81 writes "The ACLU is objecting to the practice of police in Springdale, Ohio using an automated license-plate scanner on patrol cars to locate stolen vehicles or those whose owners are wanted on felony warrants. The scanner can read 900 license plates an hour traveling at highway speeds. So far, the scanner has located 95 stolen cars and helped locate 111 wanted felons. The locations of the license plates scanned are tagged with GPS data. All matches are stored (with no expiration date given) and can be brought up later and cross-referenced on a map. If the plate is wanted, the times and locations of where it was scanned can be referenced. The Springdale police department hopes to begin using the system soon to locate misdemeanor suspects. This system is also in use in British Columbia."

Slashdot Top Deals

An Ada exception is when a routine gets in trouble and says 'Beam me up, Scotty'.

Working...