Top "Notation" questions

Notation refers to a specific way of writing various concepts, functions, etc.

IP Subnet Notation

On a lab to regarding network topology using port scanners, I am instructed "to develop a network inventory and topology …

ip-address notation subnet
Syntax for documenting JSON structure

So I'm trying to document the format of the json returned by an api I am writing against and I'd …

json documentation notation
Case statements evaluate to strings

I've caught the functional programming bug, so naturally nothing is good enough for me anymore. ;) So, in bash one could …

bash functional-programming notation case-statement
Python Scientific Notation precision normalizing

My goal is simply to convert a string such as "1.2" to scientific notation without adding additional precision. The problem is …

python format notation exponential
Anyone have an ERD symbols quick reference?

I'm looking for a one-page quick-reference or cheatsheet (preferably in PDF) to the meanings of the various ERD symbols in …

database-design notation erd
Subscripts and superscripts "-" or "+" with ggplot2 axis labels? (ionic chemical notation)

I got this plot using the code below In my plot, I want the NO3 to have negative sign"-" …

r ggplot2 notation
What we mean by this xsl notation <xsl:template match="/|@*|node()">

I dont understand what we mean by this.. <xsl:template match="/|@*|node()"> <xsl:apply-templates match="@*|node()"/> &…

xslt notation
How can I convert between scientific and decimal notation in Perl?

I know this is a total newbie question, but the answer may not be obvious to many new programmers. It …

perl decimal notation scientific-notation
Bang Notation and Dot Notation in VBA and MS-Access

While perusing an application that I'm documenting, I've run across some examples of bang notation in accessing object properties/methods, …

ms-access vba vb6 notation
What is "?:" notation in JavaScript?

I found this snippet of code in my travels in researching JSON: var array = typeof objArray != 'object' ? JSON.parse(objArray) : …

javascript syntax coding-style operators notation