-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
21 changed files
with
14,530 additions
and
0 deletions.
There are no files selected for viewing
500 changes: 500 additions & 0 deletions
500
_posts/2023-12-14-class-12-programming-pt-2/programming-pt2.Rmd
Large diffs are not rendered by default.
Oops, something went wrong.
2,127 changes: 2,127 additions & 0 deletions
2,127
_posts/2023-12-14-class-12-programming-pt-2/programming-pt2.html
Large diffs are not rendered by default.
Oops, something went wrong.
9 changes: 9 additions & 0 deletions
9
_posts/2023-12-14-class-12-programming-pt-2/programming-pt2_files/anchor-4.2.2/anchor.min.js
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
6 changes: 6 additions & 0 deletions
6
_posts/2023-12-14-class-12-programming-pt-2/programming-pt2_files/bowser-1.9.3/bowser.min.js
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
744 changes: 744 additions & 0 deletions
744
.../2023-12-14-class-12-programming-pt-2/programming-pt2_files/distill-2.2.21/template.v2.js
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file added
BIN
+170 KB
...s-12-programming-pt-2/programming-pt2_files/figure-html5/unnamed-chunk-13-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+170 KB
...s-12-programming-pt-2/programming-pt2_files/figure-html5/unnamed-chunk-14-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+180 KB
...s-12-programming-pt-2/programming-pt2_files/figure-html5/unnamed-chunk-17-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+190 KB
...s-12-programming-pt-2/programming-pt2_files/figure-html5/unnamed-chunk-20-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+206 KB
...s-12-programming-pt-2/programming-pt2_files/figure-html5/unnamed-chunk-21-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+224 KB
...s-12-programming-pt-2/programming-pt2_files/figure-html5/unnamed-chunk-22-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions
12
...3-12-14-class-12-programming-pt-2/programming-pt2_files/header-attrs-2.25/header-attrs.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
// Pandoc 2.9 adds attributes on both header and div. We remove the former (to | ||
// be compatible with the behavior of Pandoc < 2.8). | ||
document.addEventListener('DOMContentLoaded', function(e) { | ||
var hs = document.querySelectorAll("div.section[class*='level'] > :first-child"); | ||
var i, h, a; | ||
for (i = 0; i < hs.length; i++) { | ||
h = hs[i]; | ||
if (!/^h[1-6]$/i.test(h.tagName)) continue; // it should be a header h1-h6 | ||
a = h.attributes; | ||
while (a.length > 0) h.removeAttribute(a[0].name); | ||
} | ||
}); |
Oops, something went wrong.