1
vote
3answers
119 views
Need a RegEx guru..
I'm trying to write a script that parses a block of HTML and matches words against a given glossary of terms. If it finds a match, it wraps the term in <a class="tooltip"></a> and provides …
100
votes
15answers
9k views
What are MVP and MVC and what is the difference?
When looking beyond the RAD (drag-drop and configure) way of building User Interfaces that many tools encourage you are likely to come across 2 design patterns called Model-View-Controller and …
60
votes
17answers
12k views
What do “branch”, “tag” and “trunk” really mean?
I've seen these words a lot around subversion (and I guess general repository) discussions.
Myself I have been using svn for my projects the last few years, but I've never grasped the complete concept …
22
votes
24answers
3k views
What’s the difference between programmer and software engineer?
As I was looking through some job offerings I saw that many of them require a software engineer, some a programmer and some a developer.
Is there any difference between a programmer and a software …
17
votes
13answers
3k views
What is the difference between procedural programming and functional programming?
I've read the Wikipedia articles for both procedural programming and functional programming, but I'm still slightly confused. Could someone boil it down to the core?
38
votes
12answers
3k views
What is a lambda (function)?
Hey guys, I see this term being used a bit, and a Google search didn't quite yield the most clarity, so help me out: for a person without a comp-sci background, what is a lambda in the world of …
29
votes
15answers
2k views
.NET: What are attributes?
What are they, what are they good for, and how to I create my own?
29
votes
12answers
3k views
Can anyone explain Monads?
I think I understand what 'Maybe Monads' are, but I'm not sure about the other types.
18
votes
6answers
2k views
What is boxing and unboxing and what are the trade offs?
I'm looking for a clear, concise and accurate answer.
Ideally as the actual answer, although links to good explanations welcome.
19
votes
8answers
1k views
Please explain MapReduce simply
Related to my CouchDB question....
Can anyone explain MapReduce in terms a numbnuts could understand?
44
votes
14answers
2k views
What is unit testing?
Saw many questions asking 'how' to unittest in a specific language, but no question asking 'what', 'why', and 'when'
What is it?
What does it do for me?
Why should I use it?
When should I use …
7
votes
12answers
677 views
Difference between a Computer Scientist and Computer programmer
What is the difference between a Computer Scientist and a Computer Programmer? What is the difference in the actual work they do in industry?(not in academia) Can you provide some real world examples …
0
votes
1answer
58 views
This is asking a lot, I know, but: Help me translate this Glossary plugin for WP
In my search for a good glossary plugin for WordPress, I came across Natan Olsen's WP-SNAP. Which is brilliant. Only I need it to work with Hebrew.
I know this is asking a lot, but if you could take …
7
votes
9answers
8k views
Difference between binary semaphore and mutex.
Is there any difference between binary semaphore and mutex or they are essentialy same?
14
votes
13answers
1k views
What is declarative programming?
I keep hearing this term tossed around in several different contexts. What is it?
