The examples tag has no wiki summary.
1
vote
2answers
129 views
What is the real point of an “oracle” in the SW testing?
I know the definition of an testing oracle but to me, it seems to be overrated. I have a specification, why should I bother with thinking about oracles? I just compare what the spec wants and what the ...
8
votes
4answers
573 views
C++ why & how are virtual functions slower?
Can anyone explain in detail, how exactly the virtual table works & what pointers are associated when virtual functions are called. If they are actually slower, can you show the time that the ...
1
vote
4answers
1k views
How to apply verification and validation on the following example
I have been following verification and validation questions here with my colleagues, yet we are unable to see the slight differences, probably caused by language barrier in technical English.
An ...
0
votes
1answer
152 views
Domain Model Examples Website Similar to Databaseanswers.org
When I was trying to understand database design databaseanswers.org was phenomenal. Now I'm trying to understand the Spring Framework and I'd like to know if there are any sites out there that have ...
2
votes
2answers
199 views
Putting it all together
I've been reading a few books on c# development over the last few months (clr via c#, architecting applications for the enterprise, c# 4 in nutshell just to give you an idea). I really feel it's been ...
12
votes
10answers
709 views
Inspiring problems to show off the importance of regular expressions?
I am planning to give a presentation/demonstration on regular expressions at work to encourage young developers to add this powerful and important tool in their toolbox.
Just teaching syntax doesn't ...
1
vote
2answers
168 views
What are good examples of using assertions to detect bugs?
Most examples of using assertions that I find seem to be about dealing with runtime errors, such as out of memory conditions. That's not what I'm after. One good example of using assertions to detect ...
12
votes
14answers
2k views
What would be the best real example to explain the usefulness of Inheritance ? [closed]
When trying to explain the concept of Inheritance in OOP, the common example is often the mammals example. IMHO, this is really a bad example, because it will lead the newbies to use this concept the ...
0
votes
1answer
146 views
Is there an example secured web service (sandbox) [closed]
I need to verify if the Delphi imported WSDL class is able to work with HTTPS web services. Is there any simple web service which is running on the HTTPS ?
I know for instance these websites, but I ...
3
votes
8answers
498 views
about database design
My question consists of three parts:
When to be sure that your database design is perfect?
Is returning to the data base design to change some issues (like adding new column, delete a column or ...
7
votes
5answers
754 views
How do I safely write code in my own 'words' and not plagiarize?
I understand plagiarism and paraphrasing fairly well when it comes to writing a research paper, but those equivalent areas in programming seem foreign to me. I've looked up the topics online, and ...
11
votes
3answers
3k views
Good unit test examples for embedded C developers
I'm going to be giving a talk to my department next week about unit testing and test-driven development. As part of this, I'm going to show some real-world examples from some code I've written ...
9
votes
4answers
1k views
What is a Neural Network in simple words
Can you please explain neural networks in simple words with an example?
3
votes
4answers
326 views
Examples of Donation Driven Software [closed]
What are some examples of software that provided the developer with a steady income stream purely through optional registration or donations?
I'm writing an article about the effect of crippling ...
1
vote
3answers
779 views
What are examples of small/medium and large applications?
My question is associated with the accepted answer to this question. It says that the language should be based on the fact whther the application is small,medium or large. What popular applications ...