Skip to content

Commit

Permalink
Display copyright notice and last modified data from structured data
Browse files Browse the repository at this point in the history
  • Loading branch information
barzeer committed Sep 2, 2023
1 parent dcee10f commit 394a3e2
Show file tree
Hide file tree
Showing 56 changed files with 275 additions and 341 deletions.
2 changes: 0 additions & 2 deletions c_cpp/double_pointer.html
Original file line number Diff line number Diff line change
Expand Up @@ -311,8 +311,6 @@ <h2>Further Reading</h2>
to understand why double pointer iterations works and is more efficient
than single pointer iteration, see chapter&nbsp;3 of
<a href="https://www.amazon.com/dp/0983384029">Advanced Programming Techniques</a>.</p>

<div class="modified">Last modified: 2022-07-25</div>
</article>
</body>
</html>
2 changes: 0 additions & 2 deletions c_cpp/faster_c.html
Original file line number Diff line number Diff line change
Expand Up @@ -1179,8 +1179,6 @@ <h2 id="image">Image Processing Example: A Mode Filter</h2>
return dst;
}</pre>
</div>

<div class="modified">Last modified: 2022-08-02</div>
</article>
</body>
</html>
2 changes: 0 additions & 2 deletions c_cpp/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ <h1>C and C++ Programming Articles</h1>
<dt><a href="faster_c.html">Faster C and C++ Code</a></dt>
<dd>Tips for writing faster C and C++ code.</dd>
</dl>

<div class="modified">Last modified: 2022-08-02</div>
</article>
</body>
</html>
2 changes: 0 additions & 2 deletions database/auto_incr.html
Original file line number Diff line number Diff line change
Expand Up @@ -245,8 +245,6 @@ <h1>MySQL auto_increment</h1>
</thead><tbody>
<tr><td>1</td> <td>2</td></tr>
</tbody></table>

<div class="modified">Last modified: 2022-08-02</div>
</article>
</body>
</html>
2 changes: 0 additions & 2 deletions database/example_queries.html
Original file line number Diff line number Diff line change
Expand Up @@ -355,8 +355,6 @@ <h3>List of Active Subscriptions</h3>
<tr><td>Fishing in the Mojave</td> <td>Samantha</td> <td>Sanders</td></tr>
<tr><td>Pine Cone Computing</td> <td>Samantha</td> <td>Sanders</td></tr>
</tbody></table>

<div class="modified">Last modified: 2022-08-20</div>
</article>
</body>
</html>
2 changes: 0 additions & 2 deletions database/housing.html
Original file line number Diff line number Diff line change
Expand Up @@ -289,8 +289,6 @@ <h3>Answer</h3>
housing complex to serve all the types of tenants. Of course, if you
can’t imagine needing this extensibility in the future then choose one
of the first three solutions.</p>

<div class="modified">Last modified: 2022-08-20</div>
</article>
</body>
</html>
2 changes: 0 additions & 2 deletions database/identifying.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,6 @@ <h3>Example 4</h3>
title="Example of an identifying relationship"
src="identifying/music_ident.gif">
</figure>

<div class="modified">Last modified: 2022-08-01</div>
</article>
</body>
</html>
2 changes: 0 additions & 2 deletions database/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,6 @@ <h1>Database Articles</h1>
algorithm for shuffling in place the values in a column of a single
table.</dd>
</dl>

<div class="modified">Last modified: 2022-08-02</div>
</article>
</body>
</html>
2 changes: 0 additions & 2 deletions database/normalized.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,6 @@ <h2>Personal Finance Ledger</h2>
<img src="normalized/ledger.svg"
alt="A relational database design for a personal finance ledger">
</figure>

<div class="modified">Last modified: 2022-08-01</div>
</article>
</body>
</html>
2 changes: 0 additions & 2 deletions database/sample_data.html
Original file line number Diff line number Diff line change
Expand Up @@ -261,8 +261,6 @@ <h2>Using the Sample Database</h2>
-- will insert 1000 people into the customer table.
CALL addCustomers(1000) ;
</pre></div>

<div class="modified">Last modified: 2022-08-20</div>
</article>
</body>
</html>
2 changes: 0 additions & 2 deletions database/shuffle.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,6 @@ <h1>Shuffle Column Values</h1>
course the table has an index on the primary key. I know that I could
simply use <code>ORDER BY RAND()</code>, but this is simply a random
permutation of the order and not the same as a shuffle.</p>

<div class="modified">Last modified: 2022-08-20</div>
</article>
</body>
</html>
2 changes: 0 additions & 2 deletions database/sql_templates.html
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,6 @@ <h2>Execution Order</h2>
4. HAVING <var>aggregate_filter</var>
6. ORDER BY <var>column1</var>, <var>column2</var>, &hellip;
7. LIMIT <var>offset</var>, <var>count</var></pre></div>

<div class="modified">Last modified: 2022-08-01</div>
</article>
</body>
</html>
2 changes: 0 additions & 2 deletions database/unnormalized.html
Original file line number Diff line number Diff line change
Expand Up @@ -850,8 +850,6 @@ <h3>Normalized to Third Normal Form</h3>
<td>WA</td> <td class="zip">98003</td></tr>
</tbody></table></div>
</figure>

<div class="modified">Last modified: 2022-08-12</div>
</article>
</body>
</html>
2 changes: 0 additions & 2 deletions database/workbench.html
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,6 @@ <h1>Entering Data with MySQL Workbench</h1>
<span class="null">NULL</span> in a cell, right click on the cell
and click <span class="menu">Set Field To NULL</span>.</div></li>
</ul>

<div class="modified">Last modified: 2022-08-01</div>
</article>
</body>
</html>
2 changes: 0 additions & 2 deletions excel/auto_date.html
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,6 @@ <h2>Further Reading</h2>
programming in VBA from the book
<a href="https://www.amazon.com/dp/B0722ZJNGX">Programming Fundamentals
in Visual Basic</a>.</p>

<div class="modified">Last modified: 2022-08-09</div>
</article>
</body>
</html>
2 changes: 0 additions & 2 deletions excel/grade_book.html
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,6 @@ <h2>Excel Features Used</h2>
earned each letter grade</div></li>
<li><div>Nice examples of XY scatter and column charts</div></li>
</ul>

<div class="modified">Last modified: 2022-08-01</div>
</article>
</body>
</html>
2 changes: 0 additions & 2 deletions excel/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ <h1>Articles about Microsoft Excel</h1>
<dd>Explains how to write two formulas to split full names into
family and given names</dd>
</dl>

<div class="modified">Last modified: 2022-08-02</div>
</article>
</body>
</html>
2 changes: 0 additions & 2 deletions excel/split_names.html
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,6 @@ <h1>Split Full Names in a Spreadsheet</h1>
<tr><th scope="row">5</th>
<td>Dalton</td> <td>Wilhemina</td> <td></td></tr>
</tbody></table>

<div class="modified">Last modified: 2022-08-02</div>
</article>
</body>
</html>
7 changes: 3 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
<script defer src="site/home.js"></script>
<script defer src="https://www.gstatic.com/firebasejs/8.10.1/firebase-app.js"></script>
<script defer src="https://www.gstatic.com/firebasejs/8.10.1/firebase-database.js"></script>
<script defer src="../site/page_views.js"></script>
<script defer src="../site/page_views_write.js"></script>
<script defer src="site/page_views.js"></script>
<script defer src="site/page_views_write.js"></script>

<meta name="description" content="Articles about developing software in various programming languages with many different techologies">
<meta name="keywords" content="computer programming, software development, computer science">
Expand Down Expand Up @@ -52,8 +52,7 @@ <h1>Barzee’s Software Development Notes</h1>
<p>Welcome! I’m glad that you’re here. At this website, you’ll find many
articles about developing great software. Each article includes
practical code examples that you can use in your software. To get
started, click one of the category links that appear
<span class="small_win">above</span><span class="medium_win">on the left</span>.</p>
started, click one of the category links that appear above.</p>

<p>May peace be with you always.<br>
&mdash;Rex</p>
Expand Down
2 changes: 0 additions & 2 deletions java/abstract.html
Original file line number Diff line number Diff line change
Expand Up @@ -367,8 +367,6 @@ <h2>Example</h2>
&vellip;
}
}</pre></div>

<div class="modified">Last modified: 2022-08-03</div>
</article>
</body>
</html>
2 changes: 0 additions & 2 deletions java/arrays.html
Original file line number Diff line number Diff line change
Expand Up @@ -392,8 +392,6 @@ <h2>Further Reading</h2>
<p>You can learn much more about arrays from chapter 1 of
<a href="https://www.amazon.com/dp/0983384029">Advanced Programming
Techniques</a>.</p>

<div class="modified">Last modified: 2022-07-25</div>
</article>
</body>
</html>
2 changes: 0 additions & 2 deletions java/exceptions.html
Original file line number Diff line number Diff line change
Expand Up @@ -501,8 +501,6 @@ <h3>Correct</h3>
}</pre></div>
</div></li>
</ul>

<div class="modified">Last modified: 2022-08-03</div>
</article>
</body>
</html>
2 changes: 0 additions & 2 deletions java/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,6 @@ <h1>Java Programming Articles</h1>
<dd>In a multi-threaded program, how to make <code>System.out</code>
write to a different text file for each thread.</dd>
</dl>

<div class="modified">Last modified: 2022-08-02</div>
</article>
</body>
</html>
2 changes: 0 additions & 2 deletions java/intro.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,6 @@ <h3>Example</h3>
public class MainActivity extends AppCompatActivity {
}</pre>
</div>

<div class="modified">Last modified: 2022-08-01</div>
</article>
</body>
</html>
2 changes: 0 additions & 2 deletions java/junit.html
Original file line number Diff line number Diff line change
Expand Up @@ -371,8 +371,6 @@ <h2>Example</h2>
assertEquals(25, acc.getBalance(), DELTA);
}
}</pre></div>

<div class="modified">Last modified: 2022-08-25</div>
</article>
</body>
</html>
2 changes: 0 additions & 2 deletions java/methods.html
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,6 @@ <h2>Method Overloading</h2>
The Java programmer has to remember only one function name to
compute the absolute value: <code>Math.abs</code></div></li>
</ul>

<div class="modified">Last modified: 2022-08-03</div>
</article>
</body>
</html>
2 changes: 0 additions & 2 deletions java/override.html
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,6 @@ <h2>Demonstration</h2>
<span class="error">p.m(72.1, "Wow");</span> // Compile error! No such method in the Parent class.
<span id="call10" data-high="CmdS">c.m(72.1, "Wow");</span>
</pre>

<div class="modified">Last modified: 2022-08-03</div>
</article>
</body>
</html>
2 changes: 0 additions & 2 deletions java/repetition.html
Original file line number Diff line number Diff line change
Expand Up @@ -227,8 +227,6 @@ <h2>Nested Loops</h2>
}</pre></div>
</div></li>
</ul>

<div class="modified">Last modified: 2022-08-03</div>
</article>
</body>
</html>
2 changes: 0 additions & 2 deletions java/scope.html
Original file line number Diff line number Diff line change
Expand Up @@ -350,8 +350,6 @@ <h2>Demonstration</h2>
}</span>
}
</pre>

<div class="modified">Last modified: 2022-08-03</div>
</article>
</body>
</html>
2 changes: 0 additions & 2 deletions java/selection.html
Original file line number Diff line number Diff line change
Expand Up @@ -326,8 +326,6 @@ <h2>Operator Precedence</h2>
<li><div><code>||</code> (or)</div></li>
<li><div><code>= += -= *= /= %=</code> (assignment operators)</div></li>
</ul>

<div class="modified">Last modified: 2022-07-22</div>
</article>
</body>
</html>
2 changes: 0 additions & 2 deletions java/strings.html
Original file line number Diff line number Diff line change
Expand Up @@ -282,8 +282,6 @@ <h2>Other String Methods</h2>
<li><div>.toLowerCase()</div></li>
<li><div>.toUpperCase()</div></li>
</ul>

<div class="modified">Last modified: 2022-07-22</div>
</article>
</body>
</html>
2 changes: 0 additions & 2 deletions java/thread_sys_out.html
Original file line number Diff line number Diff line change
Expand Up @@ -272,8 +272,6 @@ <h2>ThreadPrintStream</h2>
@Override
public void close() { getThreadOut().close(); }
}</pre></div>

<div class="modified">Last modified: 2022-08-03</div>
</article>
</body>
</html>
2 changes: 0 additions & 2 deletions java/threads.html
Original file line number Diff line number Diff line change
Expand Up @@ -422,8 +422,6 @@ <h2>Example</h2>
}
}
}</pre></div>

<div class="modified">Last modified: 2022-08-03</div>
</article>
</body>
</html>
2 changes: 0 additions & 2 deletions java/variables.html
Original file line number Diff line number Diff line change
Expand Up @@ -252,8 +252,6 @@ <h2>Type Casting Primitive Variables</h2>
// i will store the value 6</pre></div>
</div></li>
</ul>

<div class="modified">Last modified: 2022-08-02</div>
</article>
</body>
</html>
2 changes: 0 additions & 2 deletions java/visibility.html
Original file line number Diff line number Diff line change
Expand Up @@ -242,8 +242,6 @@ <h2>Demonstration</h2>
</tr>
</tbody></table></td></tr>
</tbody></table>

<div class="modified">Last modified: 2022-08-03</div>
</article>
</body>
</html>
2 changes: 0 additions & 2 deletions js/array_methods.html
Original file line number Diff line number Diff line change
Expand Up @@ -385,8 +385,6 @@ <h2>Futher Reading</h2>
Programming Techniques</a> in Chapter 1 in the "Binary Search"
section</div></li>
</ul>

<div class="modified">Last modified: 2022-08-09</div>
</article>
</body>
</html>
2 changes: 0 additions & 2 deletions js/fund_js_code.html
Original file line number Diff line number Diff line change
Expand Up @@ -1764,8 +1764,6 @@ <h2>Further Reading</h2>
<p>All the example programs in this article came from the book
<a href="https://www.amazon.com/dp/0996246339">Programming Fundamentals
in JavaScript</a>.</p>

<div class="modified">Last modified: 2022-08-06</div>
</article>
</body>
</html>
2 changes: 0 additions & 2 deletions js/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ <h1>JavaScript Programming Articles</h1>
<code>unique</code>. Shows how to add and use these functions in
your JavaScript code.</dd>
</dl>

<div class="modified">Last modified: 2022-08-05</div>
</article>
</body>
</html>
2 changes: 0 additions & 2 deletions math/compare_floats.html
Original file line number Diff line number Diff line change
Expand Up @@ -236,8 +236,6 @@ <h2>Futher Reading</h2>
numbers, check out the book
<a href="https://www.amazon.com/dp/0983384096">Really Understand
Binary</a>.</p>

<div class="modified">Last modified: 2022-08-20</div>
</article>
</body>
</html>
2 changes: 0 additions & 2 deletions math/count.html
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,6 @@ <h2>Futher Reading</h2>
to perform calculations, check out the book
<a href="https://www.amazon.com/dp/0983384096">Really Understand
Binary</a>.</p>

<div class="modified">Last modified: 2022-08-01</div>
</article>
</body>
</html>
2 changes: 0 additions & 2 deletions math/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@ <h1>Math Articles</h1>
<dd>Demonstrates how to correctly compare floating-point numbers for
equality</dd>
</dl>

<div class="modified">Last modified: 2022-08-02</div>
</article>
</body>
</html>
2 changes: 0 additions & 2 deletions math/loh_quadratic.html
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,6 @@ <h1>Po-Shen Loh’s Quadratic Method</h1>
same way as we counted for the <code>quadratic</code> method, Loh’s
method requires 9 computations, which is fewer than the 11 required by
the traditional quadratic formula.</p>

<div class="modified">Last modified: 2022-08-25</div>
</article>
</body>
</html>
2 changes: 0 additions & 2 deletions math/number_guess.html
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,6 @@ <h2>Python Program</h2>
# Use an f-string to print the user's
# integer for the user to see.
print(f"Your integer is {n}.")</pre></div>

<div class="modified">Last modified: 2022-08-20</div>
</article>
</body>
</html>
Loading

0 comments on commit 394a3e2

Please sign in to comment.