Top "Error-checking" questions

What is the canonical way to check for errors using the CUDA runtime API?

Looking through the answers and comments on CUDA questions, and in the CUDA tag wiki, I see it is often …

cuda error-checking
How can I use VBA to ignore green triangle error in range without looping cell by cell?

I have some large data sets that I am automating and distributing. I want to eliminate the little green triangles …

excel vba error-checking
What algorithm to use to calculate a check digit?

What algorithm to use to calculate a check digit for a list of digits? The length of the list is …

algorithm checksum error-checking data-consistency
Run alternate command in iMacros when TAG not found

I have created an iMacros script in Firefox, which activates the "Next" link in a set of pages, but every …

loops imacros error-checking
zend framework 2 SQL update and insert affected rows (ZF2)

This is a simple question, but I've looked around and couldn't find the answer. How do I extract the number …

sql insert zend-framework2 insert-update error-checking
How to ensure that all arguments are provided in Apache Commons CLI?

I don't see a standard way of checking if all Options are provided in a String[] input to apache's CLI …

java apache-commons error-checking apache-commons-cli