From 394a3e2f3b3e642b716a771159aa2e8c14ecdec7 Mon Sep 17 00:00:00 2001
From: Rex Barzee
Date: Sat, 2 Sep 2023 19:42:10 +0100
Subject: [PATCH] Display copyright notice and last modified data from
structured data
---
c_cpp/double_pointer.html | 2 -
c_cpp/faster_c.html | 2 -
c_cpp/index.html | 2 -
database/auto_incr.html | 2 -
database/example_queries.html | 2 -
database/housing.html | 2 -
database/identifying.html | 2 -
database/index.html | 2 -
database/normalized.html | 2 -
database/sample_data.html | 2 -
database/shuffle.html | 2 -
database/sql_templates.html | 2 -
database/unnormalized.html | 2 -
database/workbench.html | 2 -
excel/auto_date.html | 2 -
excel/grade_book.html | 2 -
excel/index.html | 2 -
excel/split_names.html | 2 -
index.html | 7 +-
java/abstract.html | 2 -
java/arrays.html | 2 -
java/exceptions.html | 2 -
java/index.html | 2 -
java/intro.html | 2 -
java/junit.html | 2 -
java/methods.html | 2 -
java/override.html | 2 -
java/repetition.html | 2 -
java/scope.html | 2 -
java/selection.html | 2 -
java/strings.html | 2 -
java/thread_sys_out.html | 2 -
java/threads.html | 2 -
java/variables.html | 2 -
java/visibility.html | 2 -
js/array_methods.html | 2 -
js/fund_js_code.html | 2 -
js/index.html | 2 -
math/compare_floats.html | 2 -
math/count.html | 2 -
math/index.html | 2 -
math/loh_quadratic.html | 2 -
math/number_guess.html | 2 -
math/terms.html | 2 -
python/index.html | 2 -
python/pandas.html | 4 +-
python/pandas_matplotlib.html | 2 -
python/word_game.html | 2 -
shell/index.html | 2 -
shell/set_ops.html | 2 -
site/barzee.js | 246 +++++++++++++++++++++-------------
site/code.js | 13 ++
site/style.css | 229 ++++++++++++++-----------------
teams/signin.html | 2 -
web/index.html | 2 -
web/symbols.html | 17 +--
56 files changed, 275 insertions(+), 341 deletions(-)
create mode 100644 site/code.js
diff --git a/c_cpp/double_pointer.html b/c_cpp/double_pointer.html
index 9f99135..26eed30 100644
--- a/c_cpp/double_pointer.html
+++ b/c_cpp/double_pointer.html
@@ -311,8 +311,6 @@ Further Reading
to understand why double pointer iterations works and is more efficient
than single pointer iteration, see chapter 3 of
Advanced Programming Techniques.
-
-Last modified: 2022-07-25