Police radio system still up in the air The Providence Journal
Federal authorities want law enforcers to drop code-speak for plain English, but in Rhode Island most agencies still can't talk to each other.
Police radio system still up in the air The Providence Journal
When Narragansett Police Capt. F. Dean Hoxsie radios that he's "305-23-15," he's speaking a language that's soon to be extinct. The police 10-codes, used by departments for about as long as there've been police radios, are on their way out by
PR Newswire Summary of Technology Copy, Nov. 20, 2006 SYS-CON Media
Following is a summary of high technology news releases mitted today by PR Newswire. The full text of these releases is available at the PR Newswire for Journalists, http://media.prnewswire.com/.
Research firm expands focus to EDA EETimes
The Aberdeen Group, a "fact-based research" firm focusing on global technology, has hired veteran EDA user Ric Stanley to set up a new research practice focused on design automation.
Pulse Data Inc. announces closing of the purchase of an extensive high-quality regional 2-D seismic data library CNW Group via Yahoo! Finance
Pulse Data Inc. is pleased to announce the closing of the previously announced purchase of a substantial portfolio of high-quality 2-D seismic data. The price of the action, which is effective October 6, 2006, is $32.5 million cash plus future consideration based on a percentage of sales in excess of $10 million per year, to a maximum additional consideration of $3.75 million.
Israeli 'budget' cluster bombs killing civilians The Scotsman
THE Israeli army preferred saving money to saving the lives of Lebanese civilians, when it went to war against Hezbollah, according to sources within the Jewish state's armed forces.
EDAC appoints new executive director EETimes
Robert Gardner, an EDA veteran with more then 40 years of experience, has been appointed executive director of the EDA Consortium by the organization's board of directors.
TXU Reports Third Quarter Results and Maintains Outlook Range PR Newswire via Yahoo! Finance
TXU Corp. today reported consolidated results for the third quarter ended September 30, 2006.
Infocrossing Reports EPS of $0.11, EBITDA of $11.1 Million and Revenues of $57.5 Million for the Third Quarter Ended PR Newswire via Yahoo! Finance
Infocrossing, Inc. , a provider of selective IT infrastructure, enterprise application and business process outsourcing services,
Calypto equivalence checker eyes clock gating EETimes
Designers frequently use clock gating to reduce IC power consumption, but it's hard to verify those changes in RTL code. A sequential equivalence checker from Calypto Design Systems, coming out this week, promises to automate the verification of clock-gating circuitry.
Code Coverage Tool - Intel® Software Network
Included with Intel® Compilers: The Code Coverage and Test Prioritization Tools seamlessly support C, C++ and Fortran languages and are included with and
A Buyer's Guide to Code Coverage Terminology
A line coverage tool could then tell me which of these lines of code had never been But if the file that has 10% coverage is debugging-code-only.c,
XpdWiki: CodeCoverageTools
CoverageMeter? is a code coverage tool for C/C++. (Commercial product, free download/evaluation) http://www.coveragemeter.com
Verifysoft → Code Coverage Analyser for C and C++ Projects
CTC++ remarkably facilitates testing and tuning of software written in C or C++. CTC++ is one of the most powerful code coverage tools.
Code Coverage for C++
besides Bullseye Coverage there is an other very good code coverage tool for C and C++ (also availble for all targets in embedded systems): CTC++ from
XpdWiki: CodeCoverageTools
CoverageMeter? is a code coverage tool for C/C++. (Commercial product, free download/evaluation) http://www.coveragemeter.com
Verifysoft → Code Coverage Analyser for C and C++ Projects
CTC++ remarkably facilitates testing and tuning of software written in C or C++. CTC++ is one of the most powerful code coverage tools.
Code Coverage for C++
besides Bullseye Coverage there is an other very good code coverage tool for C and C++ (also availble for all targets in embedded systems): CTC++ from
Article info : The Future of Code-Coverage Tools
Modern optimizing compilers are becoming increasingly dependent on dynamic profile information. Because the profile information collected by these compilers
Brian Marick - Tools
GCT was my third coverage tool. It instruments C code in a source-to-source lation, then passes the instrumented code to a compiler.
Software Testing FAQ: Test Coverage Tools
Unix C/C++, Function, line, decision and branch coverage. Free demo. LDRA Testbed - A fully automated tool for static analysis and code coverage.
Covered - Verilog Code Coverage Analyzer
Covered is a Verilog code coverage analysis tool that can be useful for determining how well a reg [3:0] a, b, c; always @(posedge clock) c <= a & b;
Ned Batchelder: coverage
It uses the code analysis tools and tracing hooks provided in the Python + coverage.py -c + Collect data from multiple coverage files (as created by -p