Top "Abbreviation" questions

For questions related to short forms of words or phrases.

What does /p mean in set /p?

What does /p stand for in set /p=? I know that / enables a switch, and I'm fairly sure that I …

windows batch-file abbreviation
What does "nit" mean in hacker-speak?

When someone writes "nit: removed whitespace" on a commit, what does "nit" mean? I've also seen it capitalized as if …

shorthand abbreviation
What is MOJO in Maven?

I'm reading about Maven right now and everywhere in a text I see this word (mojo). I approximately understand what …

java maven maven-plugin mojo abbreviation
Split string into sentences

I have written this piece of code that splits a string and stores it in a string array:- String[] …

java regex split abbreviation
What do top %cpu abbreviations mean?

Does anyone know what the 2-letter abbreviations mean in the %CPU line in the header above the top table of …

linux abbreviation top-command
What does SGBD mean?

As I could not find the answer anywhere else: What is SGBD? Is it "Système de Gestion de Bases …

database abbreviation
What does "ctx" mean?

I have seen it used twice already in different libraries as an abbreviation, but I can't wrap my head around …

c abbreviation
what is the abbreviation of GIT?

In the manual, GIT is "the stupid content tracker". The abbreviation of "the stupid content tracker" is not GIT. I …

git abbreviation
What does rt stands for in MIPS instruction format?

Take MIPS instruction format described here, there are some abbreviations eg rd,rs and rt. What does rt stands for? …

mips abbreviation
What is the full form of PMD?

I am using PMD in my Java project for code review. Just want to know what the acronym "P.M.…

java pmd abbreviation acronym