Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

13
votes
9answers
3k views

What does .NET stand for? Is it an acronym?

I've seen pronunciation guides and all sorts of definitions of .NET as a framework, but no definition or explanation of the actual name of the framework. Wikipedia doesn't seem to know. This ...
10
votes
5answers
1k views

What is the opposite of TDD? [closed]

Test Driven Development (TDD) and its benefits are well defined. The same can be said for practices like Behavior Driven Development (BDD). Each represents a software development technique that ...
6
votes
2answers
4k views

Use of Acronyms in LaTeX

I'm trying to add a list of all acronyms I use at the end of my document. This is an example of what I'm trying: \begin{thebibliography}{mel} \bibitem[Sigurdur]{mel} Sigurdur Sigurdsson,\emph{'Mel ...
6
votes
24answers
2k views

What Programming acronyms do you frequently use without knowing the meaning of

I just told someone I'd VNC into their machine. It can be very embarrassing when someone asks you what that stands for and you don't know. Throwing around terms like PHP, SQL, ASP, ESX, XNA, XHTML, ...
3
votes
1answer
434 views

c3p0 acronym origin - jdbc connection pool name

Can anyone share the origin and meaning of the jdbc connection pool named c3p0. Was it inspired from star wars?.
2
votes
8answers
249 views

How to build Acronyms of a phrase in PHP

Hi I'm looking for a way that I can extract the first letter of each word from an input field and place it into a variable. Example: if the input field is "Stack-Overflow Questions Tags Users" then ...
2
votes
2answers
288 views

How can I create an acronym from a string in MATLAB?

Is there an easy way to create an acronym from a string in MATLAB? For example: 'Superior Temporal Gyrus' => 'STG'
2
votes
1answer
233 views

A string searching algorithm to quickly match an abbreviation in a large list of unabbreviated strings?

I am having a lot of trouble finding a string matching algorithm that fits my requirements. I have a very large database of strings in an unabbreviated form that need to be matched to an arbitrary ...
2
votes
4answers
409 views

Difference between <acronym> and <abbr>?

Definitionally they seem the same, yet they are deemed dissimilar enough by the W3C to have separate tag definitions. What is the semantic difference between <acronym> and <abbr> in terms ...
2
votes
6answers
2k views

DTO, DAO, and DCO. What is a DCO?

My search for the meaning of DCO was quite fruitless, so I decided to ask here. In my Java application, there are many classes like EmployeeDetailsDto, EmployeeDetailsDao, but recently I also came ...
1
vote
1answer
73 views

python module to remove internet jargon/slang/acronym

Is there any python module (may be in nltk python) to remove internet slang/ chat slang like "lol","brb" etc. If not can some one provide me a CSV file comprising of such vast list of slang? The ...
1
vote
5answers
92 views

What does the 'P' in JSONP stand for?

I can't seem to find a definitive answer on this -- what does the p in JSONP stand for?. The candidates I've found so far are padding and prints. Anyone know where the JSONP name came from?
1
vote
1answer
208 views

IE7 acronym underline in a fieldset legend

I have an acronym inside of a fieldset/legend: <fieldset> <legend> <acronym>foo</acronym> </legend> </fieldset> In Firefox this gets rendered ...
1
vote
1answer
125 views

What does msm means in android source?

What does msm means in android source? there you go. simplest question ever. but no google result for it.
1
vote
2answers
160 views

Tools that help with acronyms and jargon in software requirement documents

Are there any tools that would help with reading software requirement documents that contain a mix of domain specific and company specific acronyms and jargon. In particular I was looking for a tool ...
1
vote
6answers
1k views

What is a UUID?

Well, what is one?
0
votes
3answers
37 views

Mysql extract first letter of each word in a specific column

I want to create an acronym column in a table. I want to be grab the first letter of each word from a 'name' column, capitalize it, then concatenate all into an 'acronym' column. Any easy way to grab ...
0
votes
2answers
39 views

How can i get a hash into an array, state and acronym?

Array = [{:acronym => "AC", :fullname => "Acre"}, {:acronym => "AL", :fullname => "Alagoas"}, {:acronym => "AP", :fullname => "Amapá"}, {:acronym => "AM", :fullname => ...
0
votes
2answers
251 views

How to abbreviate Chrome, Safari and Opera? [closed]

How do I abbreviate Google Chrome, Apple Safari and Opera? I know that (MS)IE goes for (Microsoft) Internet Explorer and Fx is for Firefox. What about the rest?
0
votes
2answers
711 views

What does ZIP stand for (the compression format, not the postal codes)

Does anybody know for what the acronym ZIP stands for which was and is used in programs like PKZIP and GZIP? There is a compression algorithm named Lempel-Ziv-Welch-Algorithm (LZW) maybe the guy named ...
0
votes
1answer
111 views

SPI and GDO, what is GDO an acronym for?

In connection with a SPI bus there is typically a number of GDO pins used for interrupting the master or the slave of the SPI connection. But what is GDO an acronym for?
0
votes
4answers
1k views

is there a string method to capitalize acronyms in python?

This is good: import string string.capwords("proper name") 'Proper Name' This is not so good: string.capwords("I.R.S") 'I.r.s' Is ...
-1
votes
3answers
74 views

Is there a proper acronym for Sql Server Express? [closed]

I know that for the full edition of Sql Server it is readily understood as MSSQS or simply SQS, is there a corresponding acronym for the Express edition?