Skip to content

Commit

Permalink
Merge pull request #10 from bluevolvo87/greg_potty
Browse files Browse the repository at this point in the history
Greg potty
  • Loading branch information
bluevolvo87 authored Nov 10, 2024
2 parents 2d569e5 + 1841a16 commit 7d22028
Show file tree
Hide file tree
Showing 126 changed files with 8,572 additions and 890 deletions.
27 changes: 27 additions & 0 deletions assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -380,3 +380,30 @@ table.dataTable.display tbody tr.even > .sorting_1 {
table.dataTable.display tbody tr.even {
background-color: green;
} */


.infobox {
padding: 1em 1em 1em 4em;
margin-bottom: 10px;
border: 5px solid orange;
border-radius: 10px;
background: #6f0f0f 5px center/3em no-repeat;
color: #ffffff;
align-content: center;
font-family:'Courier New', Courier, monospace
}

.today {
background-image: url("static/img/vintage_reading_duck.jpg");
}

.insights {
padding: 1em 1em 1em 4em;
margin-bottom: 10px;
border: 5px solid rgb(27, 186, 27);
border-radius: 10px;
background: #4e0777 5px center/3em no-repeat;
color: #ffffff;
align-content: center;
font-family:'Courier New', Courier, monospace
}
408 changes: 408 additions & 0 deletions content/posts/2024-10-28-the-taskmaster-s-potty-mouth/index.Rmd

Large diffs are not rendered by default.

191 changes: 191 additions & 0 deletions content/posts/2024-10-28-the-taskmaster-s-potty-mouth/index.html

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
$(document).ready(function(){
if (typeof $('[data-toggle="tooltip"]').tooltip === 'function') {
$('[data-toggle="tooltip"]').tooltip();
}
if ($('[data-toggle="popover"]').popover === 'function') {
$('[data-toggle="popover"]').popover();
}
});
Original file line number Diff line number Diff line change
@@ -0,0 +1,272 @@
/*!
* lightable v0.0.1
* Copyright 2020 Hao Zhu
* Licensed under MIT (https://github.com/haozhu233/kableExtra/blob/master/LICENSE)
*/

.lightable-minimal {
border-collapse: separate;
border-spacing: 16px 1px;
width: 100%;
margin-bottom: 10px;
}

.lightable-minimal td {
margin-left: 5px;
margin-right: 5px;
}

.lightable-minimal th {
margin-left: 5px;
margin-right: 5px;
}

.lightable-minimal thead tr:last-child th {
border-bottom: 2px solid #00000050;
empty-cells: hide;

}

.lightable-minimal tbody tr:first-child td {
padding-top: 0.5em;
}

.lightable-minimal.lightable-hover tbody tr:hover {
background-color: #f5f5f5;
}

.lightable-minimal.lightable-striped tbody tr:nth-child(even) {
background-color: #f5f5f5;
}

.lightable-classic {
border-top: 0.16em solid #111111;
border-bottom: 0.16em solid #111111;
width: 100%;
margin-bottom: 10px;
margin: 10px 5px;
}

.lightable-classic tfoot tr td {
border: 0;
}

.lightable-classic tfoot tr:first-child td {
border-top: 0.14em solid #111111;
}

.lightable-classic caption {
color: #222222;
}

.lightable-classic td {
padding-left: 5px;
padding-right: 5px;
color: #222222;
}

.lightable-classic th {
padding-left: 5px;
padding-right: 5px;
font-weight: normal;
color: #222222;
}

.lightable-classic thead tr:last-child th {
border-bottom: 0.10em solid #111111;
}

.lightable-classic.lightable-hover tbody tr:hover {
background-color: #F9EEC1;
}

.lightable-classic.lightable-striped tbody tr:nth-child(even) {
background-color: #f5f5f5;
}

.lightable-classic-2 {
border-top: 3px double #111111;
border-bottom: 3px double #111111;
width: 100%;
margin-bottom: 10px;
}

.lightable-classic-2 tfoot tr td {
border: 0;
}

.lightable-classic-2 tfoot tr:first-child td {
border-top: 3px double #111111;
}

.lightable-classic-2 caption {
color: #222222;
}

.lightable-classic-2 td {
padding-left: 5px;
padding-right: 5px;
color: #222222;
}

.lightable-classic-2 th {
padding-left: 5px;
padding-right: 5px;
font-weight: normal;
color: #222222;
}

.lightable-classic-2 tbody tr:last-child td {
border-bottom: 3px double #111111;
}

.lightable-classic-2 thead tr:last-child th {
border-bottom: 1px solid #111111;
}

.lightable-classic-2.lightable-hover tbody tr:hover {
background-color: #F9EEC1;
}

.lightable-classic-2.lightable-striped tbody tr:nth-child(even) {
background-color: #f5f5f5;
}

.lightable-material {
min-width: 100%;
white-space: nowrap;
table-layout: fixed;
font-family: Roboto, sans-serif;
border: 1px solid #EEE;
border-collapse: collapse;
margin-bottom: 10px;
}

.lightable-material tfoot tr td {
border: 0;
}

.lightable-material tfoot tr:first-child td {
border-top: 1px solid #EEE;
}

.lightable-material th {
height: 56px;
padding-left: 16px;
padding-right: 16px;
}

.lightable-material td {
height: 52px;
padding-left: 16px;
padding-right: 16px;
border-top: 1px solid #eeeeee;
}

.lightable-material.lightable-hover tbody tr:hover {
background-color: #f5f5f5;
}

.lightable-material.lightable-striped tbody tr:nth-child(even) {
background-color: #f5f5f5;
}

.lightable-material.lightable-striped tbody td {
border: 0;
}

.lightable-material.lightable-striped thead tr:last-child th {
border-bottom: 1px solid #ddd;
}

.lightable-material-dark {
min-width: 100%;
white-space: nowrap;
table-layout: fixed;
font-family: Roboto, sans-serif;
border: 1px solid #FFFFFF12;
border-collapse: collapse;
margin-bottom: 10px;
background-color: #363640;
}

.lightable-material-dark tfoot tr td {
border: 0;
}

.lightable-material-dark tfoot tr:first-child td {
border-top: 1px solid #FFFFFF12;
}

.lightable-material-dark th {
height: 56px;
padding-left: 16px;
padding-right: 16px;
color: #FFFFFF60;
}

.lightable-material-dark td {
height: 52px;
padding-left: 16px;
padding-right: 16px;
color: #FFFFFF;
border-top: 1px solid #FFFFFF12;
}

.lightable-material-dark.lightable-hover tbody tr:hover {
background-color: #FFFFFF12;
}

.lightable-material-dark.lightable-striped tbody tr:nth-child(even) {
background-color: #FFFFFF12;
}

.lightable-material-dark.lightable-striped tbody td {
border: 0;
}

.lightable-material-dark.lightable-striped thead tr:last-child th {
border-bottom: 1px solid #FFFFFF12;
}

.lightable-paper {
width: 100%;
margin-bottom: 10px;
color: #444;
}

.lightable-paper tfoot tr td {
border: 0;
}

.lightable-paper tfoot tr:first-child td {
border-top: 1px solid #00000020;
}

.lightable-paper thead tr:last-child th {
color: #666;
vertical-align: bottom;
border-bottom: 1px solid #00000020;
line-height: 1.15em;
padding: 10px 5px;
}

.lightable-paper td {
vertical-align: middle;
border-bottom: 1px solid #00000010;
line-height: 1.15em;
padding: 7px 5px;
}

.lightable-paper.lightable-hover tbody tr:hover {
background-color: #F9EEC1;
}

.lightable-paper.lightable-striped tbody tr:nth-child(even) {
background-color: #00000008;
}

.lightable-paper.lightable-striped tbody td {
border: 0;
}

38 changes: 30 additions & 8 deletions public/2024/07/data-quality-musings/index.html
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<!DOCTYPE html>
<html><head lang="en"><script src="/themedianduck/livereload.js?mindelay=10&amp;v=2&amp;port=4321&amp;path=themedianduck/livereload" data-no-instant defer></script>
<html><head lang="en">
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge"><title>Sidenote: Musings on TdlM - The Median Duck</title><meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Sidenote IntroductionData QualityWhy This Datasource?Potential Articles to Explore in the FutureSidenote IntroductionA few remarks and musings on the Trabajo de las Mesas database (TdlM).
Data QualityAs with any analysis and modelling project, the insights and conclusions generated are only as good as the data supplied to it.
I do not know the specifics regarding how this data is collated and reviewed (my intention is that there will be a future article dedicated to this), but believe the data is inputted by fellow (hardcore) Taskmaster fans from taskmaster." />
<meta property="og:image" content=""/>
<meta property="og:url" content="http://localhost:4321/themedianduck/2024/07/data-quality-musings/">
<meta property="og:url" content="https://bluevolvo87.github.io/themedianduck/2024/07/data-quality-musings/">
<meta property="og:site_name" content="The Median Duck">
<meta property="og:title" content="Sidenote: Musings on TdlM">
<meta property="og:description" content="Sidenote IntroductionData QualityWhy This Datasource?Potential Articles to Explore in the FutureSidenote IntroductionA few remarks and musings on the Trabajo de las Mesas database (TdlM).
Expand All @@ -25,15 +25,15 @@
<meta name="twitter:description" content="Sidenote IntroductionData QualityWhy This Datasource?Potential Articles to Explore in the FutureSidenote IntroductionA few remarks and musings on the Trabajo de las Mesas database (TdlM).
Data QualityAs with any analysis and modelling project, the insights and conclusions generated are only as good as the data supplied to it.
I do not know the specifics regarding how this data is collated and reviewed (my intention is that there will be a future article dedicated to this), but believe the data is inputted by fellow (hardcore) Taskmaster fans from taskmaster.">
<script src="http://localhost:4321/themedianduck/js/feather.min.js"></script>
<script src="https://bluevolvo87.github.io/themedianduck/js/feather.min.js"></script>


<link href="http://localhost:4321/themedianduck/css/fonts.005298b624c67c53a2c807c4aca45625ce1e4db593dc295c06773b1563c3437c.css" rel="stylesheet">
<link href="https://bluevolvo87.github.io/themedianduck/css/fonts.005298b624c67c53a2c807c4aca45625ce1e4db593dc295c06773b1563c3437c.css" rel="stylesheet">



<link rel="stylesheet" type="text/css" media="screen" href="http://localhost:4321/themedianduck/css/main.9141dd1aaaa2257bf0998e8f30fcdf95d2beb5fb9ae1a4eab42c967affb1801f.css" />
<link id="darkModeStyle" rel="stylesheet" type="text/css" href="http://localhost:4321/themedianduck/css/dark.9bca7b70337ef889bc346f0587e01b6ab1747aa3a79f8a5fe0d9d32e1378068b.css" disabled />
<link rel="stylesheet" type="text/css" media="screen" href="https://bluevolvo87.github.io/themedianduck/css/main.7e0157245e53be9e4d6fb5200bc1d93b4a43fbe43a92433d762d674acaa97429.css" />
<link id="darkModeStyle" rel="stylesheet" type="text/css" href="https://bluevolvo87.github.io/themedianduck/css/dark.9bca7b70337ef889bc346f0587e01b6ab1747aa3a79f8a5fe0d9d32e1378068b.css" disabled />



Expand All @@ -47,7 +47,7 @@
<body>
<div class="content"><header>
<div class="main">
<a href="http://localhost:4321/themedianduck/">The Median Duck</a>
<a href="https://bluevolvo87.github.io/themedianduck/">The Median Duck</a>
</div>
<nav>

Expand All @@ -64,7 +64,7 @@
<a href="/themedianduck/resources">Resources</a>

| <span id="dark-mode-toggle" onclick="toggleTheme()"></span>
<script src="http://localhost:4321/themedianduck/js/themetoggle.js"></script>
<script src="https://bluevolvo87.github.io/themedianduck/js/themetoggle.js"></script>

</nav>
</header>
Expand Down Expand Up @@ -189,6 +189,28 @@ <h2>Potential Articles to Explore in the Future</h2>
href="https://github.com/athul/archie">Archie Theme</a> | Built with <a href="https://gohugo.io">Hugo</a>
</div>
</footer>




<script async src="https://www.googletagmanager.com/gtag/js?id=G-61T5JLRMP0"></script>
<script>
var doNotTrack = false;
if ( false ) {
var dnt = (navigator.doNotTrack || window.doNotTrack || navigator.msDoNotTrack);
var doNotTrack = (dnt == "1" || dnt == "yes");
}
if (!doNotTrack) {
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-61T5JLRMP0');
}
</script>




<script>
feather.replace()
</script>
Expand Down
Loading

0 comments on commit 7d22028

Please sign in to comment.