Questions tagged [semantics]

The study of meaning as it applies to programming languages

Semantics is the study of meaning. In computer programming, semantics refers to the relationships between symbols in a programming language, and how those symbols are combined and manipulated to produce a computing result.

Useful links

1728 questions
65
votes
11 answers

Is there an algorithm that tells the semantic similarity of two phrases

input: phrase 1, phrase 2 output: semantic similarity value (between 0 and 1), or the probability these two phrases are talking about the same thing
btw0
  • 3,516
  • 5
  • 34
  • 36
64
votes
3 answers

Specification for a Functional Reactive Programming language

I am looking at messing around with creating a functional reactive framework at some point. I have read quite a lot about it and seen a few examples but I wanted to get a clear idea of what this framework would HAVE to do to be considered an FRP…
seadowg
  • 4,215
  • 6
  • 35
  • 43
61
votes
3 answers

Is there a valid way to wrap a dt and a dd with an HTML element?

I wish HTML could do something semantically equivalent to this;
Some Thing
You know it!
Another Thing
Word.
Jo Sprague
  • 16,523
  • 10
  • 42
  • 62
60
votes
8 answers

H1 in article page - site title or article title?

Within an article-oriented page (such as a blog post), the

element (level 1 heading) is commonly used to markup either: the blog title (i.e. the often-large site title at the top of the page, not to the element), or the article…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/html" class="post-tag grid--cell" title="show questions tagged 'html'" rel="tag">html</a> <a href="../../questions/tagged/usability" class="post-tag grid--cell" title="show questions tagged 'usability'" rel="tag">usability</a> <a href="../../questions/tagged/accessibility" class="post-tag grid--cell" title="show questions tagged 'accessibility'" rel="tag">accessibility</a> <a href="../../questions/tagged/semantics" class="post-tag grid--cell" title="show questions tagged 'semantics'" rel="tag">semantics</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Nov 06 '08 at 12:20">asked Nov 06 '08 at 12:20</time> <a href="../../users/5343/jon-cram" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/5343.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Jon Cram" /> </a> <div class="s-user-card--info"> <a href="../../users/5343/jon-cram" class="s-user-card--link">Jon Cram</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">16,609</li> <li class="s-award-bling s-award-bling__gold" title="24 gold badges">24</li> <li class="s-award-bling s-award-bling__silver" title="76 silver badges">76</li> <li class="s-award-bling s-award-bling__bronze" title="107 bronze badges">107</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-1936864"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>57</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>6</strong> answers </div> </div> </div> <div class="summary"> <h3><a href="../../questions/1936864/what-is-the-difference-between-strong-and-em-tags" class="question-hyperlink">What is the difference between <strong> and <em> tags?</a></h3> <div class="excerpt">Both of them emphasize text. The <em> tag shows text as italics, whereas <strong> makes it bold. Is this the only difference? </div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/html" class="post-tag grid--cell" title="show questions tagged 'html'" rel="tag">html</a> <a href="../../questions/tagged/xhtml" class="post-tag grid--cell" title="show questions tagged 'xhtml'" rel="tag">xhtml</a> <a href="../../questions/tagged/semantics" class="post-tag grid--cell" title="show questions tagged 'semantics'" rel="tag">semantics</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Dec 20 '09 at 20:14">asked Dec 20 '09 at 20:14</time> <a href="../../users/84201/jitendra-vyas" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/84201.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Jitendra Vyas" /> </a> <div class="s-user-card--info"> <a href="../../users/84201/jitendra-vyas" class="s-user-card--link">Jitendra Vyas</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">148,487</li> <li class="s-award-bling s-award-bling__gold" title="229 gold badges">229</li> <li class="s-award-bling s-award-bling__silver" title="573 silver badges">573</li> <li class="s-award-bling s-award-bling__bronze" title="852 bronze badges">852</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-3066701"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>51</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>1</strong> answer </div> </div> </div> <div class="summary"> <h3><a href="../../questions/3066701/boost-spirit-semantic-action-parameters" class="question-hyperlink">boost spirit semantic action parameters</a></h3> <div class="excerpt">in this article about boost spirit semantic actions it is mentioned that There are actually 2 more arguments being passed: the parser context and a reference to a boolean ‘hit’ parameter. The parser context is meaningful only if the…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/c++" class="post-tag grid--cell" title="show questions tagged 'c++'" rel="tag">c++</a> <a href="../../questions/tagged/parsing" class="post-tag grid--cell" title="show questions tagged 'parsing'" rel="tag">parsing</a> <a href="../../questions/tagged/semantics" class="post-tag grid--cell" title="show questions tagged 'semantics'" rel="tag">semantics</a> <a href="../../questions/tagged/boost-spirit" class="post-tag grid--cell" title="show questions tagged 'boost-spirit'" rel="tag">boost-spirit</a> <a href="../../questions/tagged/boost-spirit-qi" class="post-tag grid--cell" title="show questions tagged 'boost-spirit-qi'" rel="tag">boost-spirit-qi</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Jun 18 '10 at 01:33">asked Jun 18 '10 at 01:33</time> <a href="../../users/170521/lurscher" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/170521.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="lurscher" /> </a> <div class="s-user-card--info"> <a href="../../users/170521/lurscher" class="s-user-card--link">lurscher</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">25,930</li> <li class="s-award-bling s-award-bling__gold" title="29 gold badges">29</li> <li class="s-award-bling s-award-bling__silver" title="122 silver badges">122</li> <li class="s-award-bling s-award-bling__bronze" title="185 bronze badges">185</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-24350733"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>51</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>2</strong> answers </div> </div> </div> <div class="summary"> <h3><a href="../../questions/24350733/why-would-r-use-the-l-suffix-to-denote-an-integer" class="question-hyperlink">Why would R use the "L" suffix to denote an integer?</a></h3> <div class="excerpt">In R we all know it is convenient for those times we want to ensure we are dealing with an integer to specify it using the "L" suffix like this: 1L # [1] 1 If we don't explicitly tell R we want an integer it will assume we meant to use a numeric…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/r" class="post-tag grid--cell" title="show questions tagged 'r'" rel="tag">r</a> <a href="../../questions/tagged/parsing" class="post-tag grid--cell" title="show questions tagged 'parsing'" rel="tag">parsing</a> <a href="../../questions/tagged/integer" class="post-tag grid--cell" title="show questions tagged 'integer'" rel="tag">integer</a> <a href="../../questions/tagged/semantics" class="post-tag grid--cell" title="show questions tagged 'semantics'" rel="tag">semantics</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Jun 22 '14 at 11:21">asked Jun 22 '14 at 11:21</time> <a href="../../users/1478381/simon-o-hanlon" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/1478381.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Simon O'Hanlon" /> </a> <div class="s-user-card--info"> <a href="../../users/1478381/simon-o-hanlon" class="s-user-card--link">Simon O'Hanlon</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">58,647</li> <li class="s-award-bling s-award-bling__gold" title="14 gold badges">14</li> <li class="s-award-bling s-award-bling__silver" title="142 silver badges">142</li> <li class="s-award-bling s-award-bling__bronze" title="184 bronze badges">184</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-725261"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>49</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>10</strong> answers </div> </div> </div> <div class="summary"> <h3><a href="../../questions/725261/what-is-the-semantic-web" class="question-hyperlink">What is the semantic web?</a></h3> <div class="excerpt">I've heard a lot about the semantic web but I'm still not exactly sure what it is. How will it be different to the web we know now? </div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/rdf" class="post-tag grid--cell" title="show questions tagged 'rdf'" rel="tag">rdf</a> <a href="../../questions/tagged/semantics" class="post-tag grid--cell" title="show questions tagged 'semantics'" rel="tag">semantics</a> <a href="../../questions/tagged/semantic-web" class="post-tag grid--cell" title="show questions tagged 'semantic-web'" rel="tag">semantic-web</a> <a href="../../questions/tagged/sparql" class="post-tag grid--cell" title="show questions tagged 'sparql'" rel="tag">sparql</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Apr 07 '09 at 11:42">asked Apr 07 '09 at 11:42</time> <a href="../../users/83389/matthew-james-taylor" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/83389.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Matthew James Taylor" /> </a> <div class="s-user-card--info"> <a href="../../users/83389/matthew-james-taylor" class="s-user-card--link">Matthew James Taylor</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">4,806</li> <li class="s-award-bling s-award-bling__gold" title="5 gold badges">5</li> <li class="s-award-bling s-award-bling__silver" title="29 silver badges">29</li> <li class="s-award-bling s-award-bling__bronze" title="33 bronze badges">33</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-17022691"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>47</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>3</strong> answers </div> </div> </div> <div class="summary"> <h3><a href="../../questions/17022691/python-semantic-similarity-score-for-strings" class="question-hyperlink">Python: Semantic similarity score for Strings</a></h3> <div class="excerpt">Are there any libraries for computing semantic similarity scores for a pair of sentences ? I'm aware of WordNet's semantic database, and how I can generate the score for 2 words, but I'm looking for libraries that do all pre-processing tasks like…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/python" class="post-tag grid--cell" title="show questions tagged 'python'" rel="tag">python</a> <a href="../../questions/tagged/semantics" class="post-tag grid--cell" title="show questions tagged 'semantics'" rel="tag">semantics</a> <a href="../../questions/tagged/wordnet" class="post-tag grid--cell" title="show questions tagged 'wordnet'" rel="tag">wordnet</a> <a href="../../questions/tagged/similarity" class="post-tag grid--cell" title="show questions tagged 'similarity'" rel="tag">similarity</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Jun 10 '13 at 11:20">asked Jun 10 '13 at 11:20</time> <a href="../../users/2435187/user8472" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/2435187.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="user8472" /> </a> <div class="s-user-card--info"> <a href="../../users/2435187/user8472" class="s-user-card--link">user8472</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">726</li> <li class="s-award-bling s-award-bling__gold" title="1 gold badge">1</li> <li class="s-award-bling s-award-bling__silver" title="8 silver badge">8</li> <li class="s-award-bling s-award-bling__bronze" title="16 bronze badge">16</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-66720"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>46</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status "> <strong>9</strong> answers </div> </div> </div> <div class="summary"> <h3><a href="../../questions/66720/are-there-any-tools-to-visualize-a-rdf-graph-please-include-a-screenshot" class="question-hyperlink">Are there any tools to visualize a RDF graph? (please include a screenshot)</a></h3> <div class="excerpt">I'm looking for a tool that will render a RDF graph in a reasonably useful graphic format. The primary purpose of the graphic format being inclusion into a PowerPoint slide or printing on a large plotter for management review. I am currently using…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/rdf" class="post-tag grid--cell" title="show questions tagged 'rdf'" rel="tag">rdf</a> <a href="../../questions/tagged/semantics" class="post-tag grid--cell" title="show questions tagged 'semantics'" rel="tag">semantics</a> <a href="../../questions/tagged/semantic-web" class="post-tag grid--cell" title="show questions tagged 'semantic-web'" rel="tag">semantic-web</a> <a href="../../questions/tagged/owl" class="post-tag grid--cell" title="show questions tagged 'owl'" rel="tag">owl</a> <a href="../../questions/tagged/ontology" class="post-tag grid--cell" title="show questions tagged 'ontology'" rel="tag">ontology</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Sep 15 '08 at 20:40">asked Sep 15 '08 at 20:40</time> <a href="../../users/3957/eric-schoonover" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/3957.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Eric Schoonover" /> </a> <div class="s-user-card--info"> <a href="../../users/3957/eric-schoonover" class="s-user-card--link">Eric Schoonover</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">47,184</li> <li class="s-award-bling s-award-bling__gold" title="49 gold badges">49</li> <li class="s-award-bling s-award-bling__silver" title="157 silver badges">157</li> <li class="s-award-bling s-award-bling__bronze" title="202 bronze badges">202</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-424846"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>45</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>9</strong> answers </div> </div> </div> <div class="summary"> <h3><a href="../../questions/424846/frameworks-vs-sdks" class="question-hyperlink">Frameworks vs. SDKs</a></h3> <div class="excerpt">What is the difference between a framework and an SDK? Take, for example, the MS platform SDK and the .NET framework. Both have API's, both hide their inner workings, and both provide functionality that may not be quickly/easily accessible…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/architecture" class="post-tag grid--cell" title="show questions tagged 'architecture'" rel="tag">architecture</a> <a href="../../questions/tagged/frameworks" class="post-tag grid--cell" title="show questions tagged 'frameworks'" rel="tag">frameworks</a> <a href="../../questions/tagged/sdk" class="post-tag grid--cell" title="show questions tagged 'sdk'" rel="tag">sdk</a> <a href="../../questions/tagged/semantics" class="post-tag grid--cell" title="show questions tagged 'semantics'" rel="tag">semantics</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Jan 08 '09 at 16:10">asked Jan 08 '09 at 16:10</time> <a href="../../users/16457/brian" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/16457.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Brian" /> </a> <div class="s-user-card--info"> <a href="../../users/16457/brian" class="s-user-card--link">Brian</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">3,457</li> <li class="s-award-bling s-award-bling__gold" title="4 gold badges">4</li> <li class="s-award-bling s-award-bling__silver" title="31 silver badges">31</li> <li class="s-award-bling s-award-bling__bronze" title="41 bronze badges">41</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-35004376"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>45</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>1</strong> answer </div> </div> </div> <div class="summary"> <h3><a href="../../questions/35004376/if-return-a-return-b-then-does-a-b" class="question-hyperlink">If return a = return b then does a=b?</a></h3> <div class="excerpt">Can you prove that if return a = return b then a=b? When I use =, I mean in the laws and proofs sense, not the Eq class sense. Every monad that I know seems to satisfy this, and I can't think of a valid monad that wouldn't (Const a is a functor and…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/haskell" class="post-tag grid--cell" title="show questions tagged 'haskell'" rel="tag">haskell</a> <a href="../../questions/tagged/monads" class="post-tag grid--cell" title="show questions tagged 'monads'" rel="tag">monads</a> <a href="../../questions/tagged/semantics" class="post-tag grid--cell" title="show questions tagged 'semantics'" rel="tag">semantics</a> <a href="../../questions/tagged/equality" class="post-tag grid--cell" title="show questions tagged 'equality'" rel="tag">equality</a> <a href="../../questions/tagged/equational-reasoning" class="post-tag grid--cell" title="show questions tagged 'equational-reasoning'" rel="tag">equational-reasoning</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Jan 25 '16 at 23:24">asked Jan 25 '16 at 23:24</time> <a href="../../users/1172541/pyrulez" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/1172541.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="PyRulez" /> </a> <div class="s-user-card--info"> <a href="../../users/1172541/pyrulez" class="s-user-card--link">PyRulez</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">10,513</li> <li class="s-award-bling s-award-bling__gold" title="10 gold badges">10</li> <li class="s-award-bling s-award-bling__silver" title="42 silver badges">42</li> <li class="s-award-bling s-award-bling__bronze" title="87 bronze badges">87</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-19265920"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>45</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>2</strong> answers </div> </div> </div> <div class="summary"> <h3><a href="../../questions/19265920/what-s-the-exact-semantics-of-deleted-member-functions-in-c-11" class="question-hyperlink">What's the exact semantics of deleted member functions in C++11?</a></h3> <div class="excerpt">struct A { A(); A(const A&); A& operator =(const A&); A(A&&) = delete; A& operator =(A&&) = delete; }; struct B { B(); B(const B&); B& operator =(const B&); }; int main() { A a; a = A(); // error…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/c++" class="post-tag grid--cell" title="show questions tagged 'c++'" rel="tag">c++</a> <a href="../../questions/tagged/c++11" class="post-tag grid--cell" title="show questions tagged 'c++11'" rel="tag">c++11</a> <a href="../../questions/tagged/overloading" class="post-tag grid--cell" title="show questions tagged 'overloading'" rel="tag">overloading</a> <a href="../../questions/tagged/semantics" class="post-tag grid--cell" title="show questions tagged 'semantics'" rel="tag">semantics</a> <a href="../../questions/tagged/language-lawyer" class="post-tag grid--cell" title="show questions tagged 'language-lawyer'" rel="tag">language-lawyer</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Oct 09 '13 at 07:41">asked Oct 09 '13 at 07:41</time> <a href="../../users/508343/xmllmx" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/508343.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="xmllmx" /> </a> <div class="s-user-card--info"> <a href="../../users/508343/xmllmx" class="s-user-card--link">xmllmx</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">39,765</li> <li class="s-award-bling s-award-bling__gold" title="26 gold badges">26</li> <li class="s-award-bling s-award-bling__silver" title="162 silver badges">162</li> <li class="s-award-bling s-award-bling__bronze" title="323 bronze badges">323</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-9632311"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>44</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>6</strong> answers </div> </div> </div> <div class="summary"> <h3><a href="../../questions/9632311/which-html-tags-are-more-appropriate-for-money" class="question-hyperlink">Which HTML tags are more appropriate for money?</a></h3> <div class="excerpt">If you had to properly choose one HTML tag to represent a price, a money amount or an account balance, (e.g. 3/9/2012 - Income: 1.200,00 € or item #314159 - price: $ 31,99) then which tag would you choose for the amount and why? should the currency…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/html" class="post-tag grid--cell" title="show questions tagged 'html'" rel="tag">html</a> <a href="../../questions/tagged/semantics" class="post-tag grid--cell" title="show questions tagged 'semantics'" rel="tag">semantics</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Mar 09 '12 at 10:14">asked Mar 09 '12 at 10:14</time> <a href="../../users/1098851/fabrizio-calderan" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/1098851.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Fabrizio Calderan" /> </a> <div class="s-user-card--info"> <a href="../../users/1098851/fabrizio-calderan" class="s-user-card--link">Fabrizio Calderan</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">120,726</li> <li class="s-award-bling s-award-bling__gold" title="26 gold badges">26</li> <li class="s-award-bling s-award-bling__silver" title="164 silver badges">164</li> <li class="s-award-bling s-award-bling__bronze" title="177 bronze badges">177</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-8910837"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>43</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>1</strong> answer </div> </div> </div> <div class="summary"> <h3><a href="../../questions/8910837/why-does-this-work-illogical-array-access" class="question-hyperlink">Why does this work? Illogical array access</a></h3> <div class="excerpt">A friend of mine is learning C++ for the first time, and sent me this snippet: int foo[] = { 3, 38, 38, 0, 19, 21, 3, 11, 19, 42 }; char bar[] = " abcdefghijklmnopqrstuvwxyz01234567890+-,.!?-_"; for (int i = 0; i < 10; ++i) { std::cout <<…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/c++" class="post-tag grid--cell" title="show questions tagged 'c++'" rel="tag">c++</a> <a href="../../questions/tagged/arrays" class="post-tag grid--cell" title="show questions tagged 'arrays'" rel="tag">arrays</a> <a href="../../questions/tagged/indexing" class="post-tag grid--cell" title="show questions tagged 'indexing'" rel="tag">indexing</a> <a href="../../questions/tagged/syntax" class="post-tag grid--cell" title="show questions tagged 'syntax'" rel="tag">syntax</a> <a href="../../questions/tagged/semantics" class="post-tag grid--cell" title="show questions tagged 'semantics'" rel="tag">semantics</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Jan 18 '12 at 13:21">asked Jan 18 '12 at 13:21</time> <a href="../../users/1133226/untitled8468927" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/1133226.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="untitled8468927" /> </a> <div class="s-user-card--info"> <a href="../../users/1133226/untitled8468927" class="s-user-card--link">untitled8468927</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">676</li> <li class="s-award-bling s-award-bling__silver" title="4 silver badges">4</li> <li class="s-award-bling s-award-bling__bronze" title="13 bronze badges">13</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="s-pagination pager fr"> <a class="s-pagination--item" href="../../questions/tagged/semantics_page=2" rel="prev" title="Go to page 2">Prev </a> <a class="s-pagination--item" href="../../questions/tagged/semantics_page=1" rel="" title="Go to page 1">1</a> <a class="s-pagination--item" href="../../questions/tagged/semantics_page=2" rel="" title="Go to page 2">2</a> <div class="s-pagination--item is-selected">3</div> <div class="s-pagination--item s-pagination--item__clear">…</div> <a class="s-pagination--item" href="../../questions/tagged/semantics_page=99" rel="" title="Go to page 99">99</a> <a class="s-pagination--item" href="../../questions/tagged/semantics_page=100" rel="" title="Go to page 100">100</a> <a class="s-pagination--item" href="../../questions/tagged/semantics_page=4" rel="next" title="Go to page 4"> Next</a> </div> </div> </div> </div> </div> <script src="../../static/js/stack-icons.js"></script> <script src="../../static/js/fromnow.js"></script> </body> </html>