Tagged Questions
The glossary tag has no wiki summary.
359
votes
15answers
60k 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 ...
311
votes
20answers
86k views
What do “branch”, “tag” and “trunk” really mean? [closed]
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 ...
101
votes
13answers
14k views
What is a lambda (function)?
For a person without a comp-sci background, what is a lambda in the world of Computer Science?
86
votes
18answers
6k views
What is unit testing?
I saw many questions asking 'how' to unit test 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 it ...
79
votes
0answers
9k views
Can anyone explain Monads? [closed]
Possible Duplicate:
What is a monad?
I think I understand what 'Maybe Monads' are, but I'm not sure about the other types.
62
votes
8answers
5k views
What is a 'Closure'?
I asked a question about Currying and closures were mentioned.
What is a closure? How does it relate to currying?
Additional:
Kyle's answer is great but to my poor procedural/OO mind Ben Childs ...
59
votes
12answers
75k views
Difference between binary semaphore and mutex
Is there any difference between binary semaphore and mutex or they are essentialy same?
55
votes
12answers
5k views
.NET: What are attributes?
What are they, what are they good for, and how do I create my own attributes?
53
votes
29answers
24k views
What's the difference between programmer and software engineer? [closed]
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 ...
48
votes
4answers
3k views
What is 'Currying'?
I've seen references to curried functions in several articles and blogs but I can't find a good explanation (or at least one that makes sense!)
39
votes
13answers
11k 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?
37
votes
10answers
3k views
Please explain MapReduce simply
Related to my CouchDB question....
Can anyone explain MapReduce in terms a numbnuts could understand?
32
votes
6answers
8k 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.
29
votes
9answers
15k views
Abstraction VS Information Hiding VS Encapsulation
Can you tell me what is difference between ABSTRACTION and INFORMATION HIDING in software development?
I am confused abstraction hides detail implementation and
information hiding abstracts whole ...
27
votes
14answers
6k views
What is declarative programming?
I keep hearing this term tossed around in several different contexts. What is it?
27
votes
5answers
5k views
Java Annotations
What is the purpose of annotations in Java? I have this fuzzy idea of them as somewhere in between a comment and actual code. Do they effect the running of a program??
What are typical usages for ...
26
votes
9answers
26k views
25
votes
5answers
2k views
What are the differences between delegates and events?
What are the differences between delegates and an events? Don't both hold references to functions that can be executed?
22
votes
8answers
2k views
Functional programming and non-functional programming
In my second year of University we were "taught" Haskell, I know almost nothing about it and even less about functional programming.
What is functional programming, why and/xor where would I want to ...
19
votes
12answers
3k views
What is the difference between Type and Class?
What makes a type different from class and vice versa?
(In the general language-agnostic sense)
17
votes
7answers
3k views
What is the Dependency Inversion Principle and why is it important?
What is the Dependency Inversion Principle and why is it important?
16
votes
5answers
2k views
What is a mock and when should you use it?
I just read the Wikipedia article on mock objects, but I'm still not entirely clear on their purpose. It appears they are objects that are created by a test framework when the actual object would be ...
12
votes
9answers
2k views
What does the word “literal” mean?
What does the word "literal" mean when used in context such as literal strings and literal values? what is the difference between a literal value and value?
12
votes
9answers
3k views
What is object marshalling?
I have heard this concept used frequently, but I don't have a really good grasp of what it is.
11
votes
5answers
2k views
Markdown vs markup - are they related?
I'm using markdown to edit this question right now. In some wikis I used wiki markup. Are they the same thing? Are they related? Please explain. If I want to implement one or the other in a web ...
8
votes
12answers
2k views
What makes a language Object-Oriented?
Since debate without meaningful terms is meaningless, I figured I would point at the elephant in the room and ask: What exactly makes a language "object-oriented"? I'm not looking for a textbook ...
8
votes
6answers
2k views
What is a selector engine?
I've seen news of John Resig's fast new selector engine named Sizzle pop up in quite a few places, but I don't know what a selector engine is, nor have any of the articles given an explanation of what ...
7
votes
13answers
5k views
Database: What is Multiversion Concurrency Control (MVCC) and who supports it?
Recently Jeff has posted regarding his trouble with database deadlocks related to reading. Multiversion Concurrency Control claims to solve this problem. What is it, and what databases support it?
...
6
votes
13answers
865 views
What constitutes 'real time'
I am having trouble deciding on whether to classify my application as 'real time' or 'near real time', or perhaps even something else.
The software receives data immediately as it is generated from ...
6
votes
1answer
433 views
6
votes
5answers
2k views
What is a language binding?
My good friend, Wikipedia, didn't give me a very good response to that question. So:
What are language bindings?
How do they work?
Specifically accessing functions from code written in language X ...
4
votes
2answers
5k views
Example for a simple LaTeX glossary
I'm trying to include a simple glossary to my LaTeX document,
I already searched for something like that on google, but never got it running.
I would like to use glossary or glossaries.
how to ...
4
votes
10answers
3k views
What is the difference between a property and an instance variable?
I think I've been using these terms interchangably / wrongly!
4
votes
10answers
2k views
What is MVC (Model View Controller)?
I've heard the term MVC (Model View Controller) tossed about with a ton of Buzz lately, but what really is it?
4
votes
6answers
577 views
What is ASP.NET?
I've been strictly in a C++ environment for years (and specialized statistical languages). Visual Studio until 2001, and Borland since. Mostly specialized desktop applications for clients.
I'm not ...
3
votes
5answers
108 views
Restricting glossary functionality to particular parts of a site
We have the case where the usage of the Products.PloneGlossary glossary should be limited by content-type (which is working out of the box) and by path (glossary should be used only for ...
2
votes
5answers
519 views
Programming Glossary
As I browse through the site, I find a lot of terms that many developers just starting out (and even some advanced developers) may be unfamiliar with.
It would be great if people could post here with ...
1
vote
3answers
70 views
Highlighting glossary terms inside a HTML document
We have a glossary with up to 2000 terms (where each glossary term may
consist of one, two or three words (either separated with whitespaces
or a dash).
Now we are looking for a solution for ...
1
vote
0answers
143 views
Glossary Web Part for SharePoint 2007 / Glossary jQuery / Glossary Management System
Is there a Glossary Web part in SharePoint 2007 that can do the following:
[1] It allows user to enter keyword and its description.
Example:
Keyword: HTML
Description: Hypertext Markup Language ...
1
vote
1answer
88 views
help needed for developing an android glossary application
I am developing a glossary of terms in physics. In this glossary app, user can search the definition alphabetically as well as by category . Shall i store data in one table or create different table ...
1
vote
3answers
282 views
How to build a proper translation glossary for a software product?
There are many platforms for translation software applications that allow community collaboration but there is still the question on how to create and maintain a translation glossary.
It is highly ...
1
vote
1answer
155 views
latex : equation varibles defined such that makeglossary can use it
Say there is an equation
e = m * c^2
now I want to define each variable as :
where,
e = ..
m = ...
c = .....
This can be achieved using equation environment.
But the question is, is there any way to ...
1
vote
2answers
288 views
Where to put a glossary of important terms and patterns in documentation?
Greetings.
I want to document certain patterns in the code in order to build up a consistent terminology (in order to easen communication about the software). I am, however, unsure, where to define ...
1
vote
3answers
144 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 ...
1
vote
6answers
1k views
0
votes
1answer
30 views
Wrapping words with a titled span with PHP
i'm working on a website that includes a glossary, in which a few words are explained.
Additionaly I want to describe the terms in an article by putting them in spans with a title attribute.
I get ...
0
votes
1answer
20 views
Localization glossary in .NET projects to reuse translations
We have a growing collection of .NET Web applications that have been localized in a few different languages over the years. Often there is a need to localize updates, new applications or new features, ...
0
votes
1answer
40 views
client side search engine
I would like to get some suggestions on my current headache. I have been researching on search engine for client side browser. I am building custom glossary project. The idea of the search engine will ...
0
votes
0answers
23 views
glossary software
We are wondering here if there is any software out there that can build out automated glossary. But also if it is possible to tag it (i.e keywords, categories, etc)? So it can be search by later on.
...
0
votes
0answers
77 views
Drupal: Glossary Module, is there any way to paginate after separating pages by first letter?
Currently I have a Glossary that has the list separated by first Letter.
However the Glossary is starting to get pretty long, but I'm unable to see any way to paginate this again.
Does Drupal ...