-
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.
removed lfs (issue with hosting things)
- Loading branch information
Showing
794 changed files
with
42 additions
and
48 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -1,6 +0,0 @@ | ||
*.jpg filter=lfs diff=lfs merge=lfs -text | ||
*.jpeg filter=lfs diff=lfs merge=lfs -text | ||
*.png filter=lfs diff=lfs merge=lfs -text | ||
*.zip filter=lfs diff=lfs merge=lfs -text | ||
*.xlsx filter=lfs diff=lfs merge=lfs -text | ||
*.xls filter=lfs diff=lfs merge=lfs -text | ||
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 |
---|---|---|
@@ -1,42 +1,42 @@ | ||
@charset "UTF-8"; | ||
|
||
/// Outputs the spec and prefixed versions of the `::selection` pseudo-element. | ||
/// | ||
/// @param {Bool} $current-selector [false] | ||
/// If set to `true`, it takes the current element into consideration. | ||
/// | ||
/// @example scss - Usage | ||
/// .element { | ||
/// @include selection(true) { | ||
/// background-color: #ffbb52; | ||
/// } | ||
/// } | ||
/// | ||
/// @example css - CSS Output | ||
/// .element::-moz-selection { | ||
/// background-color: #ffbb52; | ||
/// } | ||
/// | ||
/// .element::selection { | ||
/// background-color: #ffbb52; | ||
/// } | ||
|
||
@mixin selection($current-selector: false) { | ||
@if $current-selector { | ||
&::-moz-selection { | ||
@content; | ||
} | ||
|
||
&::selection { | ||
@content; | ||
} | ||
} @else { | ||
::-moz-selection { | ||
@content; | ||
} | ||
|
||
::selection { | ||
@content; | ||
} | ||
} | ||
} | ||
@charset "UTF-8"; | ||
|
||
/// Outputs the spec and prefixed versions of the `::selection` pseudo-element. | ||
/// | ||
/// @param {Bool} $current-selector [false] | ||
/// If set to `true`, it takes the current element into consideration. | ||
/// | ||
/// @example scss - Usage | ||
/// .element { | ||
/// @include selection(true) { | ||
/// background-color: #ffbb52; | ||
/// } | ||
/// } | ||
/// | ||
/// @example css - CSS Output | ||
/// .element::-moz-selection { | ||
/// background-color: #ffbb52; | ||
/// } | ||
/// | ||
/// .element::selection { | ||
/// background-color: #ffbb52; | ||
/// } | ||
|
||
@mixin selection($current-selector: false) { | ||
@if $current-selector { | ||
&::-moz-selection { | ||
@content; | ||
} | ||
|
||
&::selection { | ||
@content; | ||
} | ||
} @else { | ||
::-moz-selection { | ||
@content; | ||
} | ||
|
||
::selection { | ||
@content; | ||
} | ||
} | ||
} |
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.
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.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file modified
BIN
+7.79 KB
(6300%)
assets/images/thumbnails/classifying_penguins_2_header.jpg
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file modified
BIN
+38.9 KB
(31000%)
assets/images/thumbnails/posthoc_statannotations_header.jpg
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file modified
BIN
+23.5 KB
(19000%)
assets/images/thumbnails/starry_night_generation_5000.jpg
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Oops, something went wrong.
Binary file modified
BIN
+160 KB
(120000%)
assets/posts/2019-12-29-Magic-the-Gathering/cards/arcum-s-astrolabe.jpg
Oops, something went wrong.
Binary file modified
BIN
+142 KB
(110000%)
assets/posts/2019-12-29-Magic-the-Gathering/cards/brainstorm.jpg
Oops, something went wrong.
Binary file modified
BIN
+227 KB
(180000%)
assets/posts/2019-12-29-Magic-the-Gathering/cards/mother-of-runes.jpg
Oops, something went wrong.
Binary file modified
BIN
+269 KB
(210000%)
assets/posts/2019-12-29-Magic-the-Gathering/cards/noble-hierarch.jpg
Oops, something went wrong.
Binary file modified
BIN
+196 KB
(150000%)
assets/posts/2019-12-29-Magic-the-Gathering/cards/plains.jpg
Oops, something went wrong.
Binary file modified
BIN
+229 KB
(180000%)
assets/posts/2019-12-29-Magic-the-Gathering/cards/wasteland.jpg
Oops, something went wrong.
Binary file modified
BIN
+533 KB
(420000%)
assets/posts/2020-01-12-Genetic-Art-Algorithm/evolution_grid.png
Oops, something went wrong.
Binary file modified
BIN
+101 KB
(79000%)
assets/posts/2020-01-12-Genetic-Art-Algorithm/post_header.jpg
Oops, something went wrong.
Binary file modified
BIN
+328 KB
(260000%)
assets/posts/2020-01-12-Genetic-Art-Algorithm/starry_night_full.jpg
Oops, something went wrong.
Binary file modified
BIN
+50.2 KB
(40000%)
assets/posts/2020-01-12-Genetic-Art-Algorithm/starry_night_generation_5000.png
Oops, something went wrong.
Binary file modified
BIN
+60.4 KB
(48000%)
...s/posts/2020-01-12-Genetic-Art-Algorithm/starry_night_generation_5000.run_2.png
Oops, something went wrong.
Binary file modified
BIN
+154 KB
(120000%)
assets/posts/2020-02-10-Genetic-Art-Algorithm-2/girl_with_pearl_earring.jpg
Oops, something went wrong.
Binary file modified
BIN
+50.2 KB
(40000%)
assets/posts/2020-02-10-Genetic-Art-Algorithm-2/starry_night_generation_5000.png
Oops, something went wrong.
Binary file modified
BIN
+40.5 KB
(32000%)
assets/posts/2020-02-10-Genetic-Art-Algorithm-2/starry_night_voronoi.png
Oops, something went wrong.
Binary file modified
BIN
+552 KB
(430000%)
assets/posts/2020-02-10-Genetic-Art-Algorithm-2/vermeer_evolution.png
Oops, something went wrong.
Binary file modified
BIN
+69.1 KB
(55000%)
assets/posts/2020-02-10-Genetic-Art-Algorithm-2/vermeer_generation_05600.png
Oops, something went wrong.
Binary file modified
BIN
+69.8 KB
(55000%)
assets/posts/2020-02-10-Genetic-Art-Algorithm-2/vermeer_header.jpg
Oops, something went wrong.
Binary file modified
BIN
+123 KB
(96000%)
assets/posts/2020-02-10-Genetic-Art-Algorithm-2/voronoi_plot.png
Oops, something went wrong.
Binary file modified
BIN
+97.5 KB
(76000%)
assets/posts/2020-02-10-Genetic-Art-Algorithm-2/voronoi_polygons.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file modified
BIN
+556 KB
(430000%)
assets/posts/2020-05-01-Mechanical-Keyboard/all-components.jpg
Oops, something went wrong.
Binary file modified
BIN
+511 KB
(400000%)
assets/posts/2020-05-01-Mechanical-Keyboard/all-switches-in-place.jpg
Oops, something went wrong.
Binary file modified
BIN
+106 KB
(83000%)
assets/posts/2020-05-01-Mechanical-Keyboard/current_layout.png
Oops, something went wrong.
Binary file modified
BIN
+414 KB
(320000%)
assets/posts/2020-05-01-Mechanical-Keyboard/half-way-though.jpg
Oops, something went wrong.
Binary file modified
BIN
+278 KB
(220000%)
assets/posts/2020-05-01-Mechanical-Keyboard/installing-keycaps.jpg
Oops, something went wrong.
Binary file modified
BIN
+382 KB
(300000%)
assets/posts/2020-05-01-Mechanical-Keyboard/keyboard-final.jpg
Oops, something went wrong.
Binary file modified
BIN
+439 KB
(340000%)
assets/posts/2020-05-01-Mechanical-Keyboard/keyboard-final2.jpg
Oops, something went wrong.
Oops, something went wrong.
Binary file modified
BIN
+190 KB
(150000%)
assets/posts/2020-05-01-Mechanical-Keyboard/led-lights.jpg
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file modified
BIN
+132 KB
(100000%)
assets/posts/2020-09-01-GwentProRankAnalysis/gwent_pro_rank.jpg
Oops, something went wrong.
Binary file modified
BIN
+17.5 KB
(14000%)
assets/posts/2020-09-05-Testing-Benfords-Law/altitudes.png
Oops, something went wrong.
Binary file modified
BIN
+149 KB
(120000%)
assets/posts/2020-09-05-Testing-Benfords-Law/big_graph.png
Oops, something went wrong.
Binary file modified
BIN
+13.9 KB
(11000%)
assets/posts/2020-09-05-Testing-Benfords-Law/hypothetical_distribution.png
Oops, something went wrong.
Binary file modified
BIN
+1.01 MB
(800000%)
assets/posts/2020-09-05-Testing-Benfords-Law/log_table.jpg
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file modified
BIN
+762 KB
(600000%)
assets/posts/2020-09-27-PythonKindleDashboard_1/all_parts.jpg
Oops, something went wrong.
Binary file modified
BIN
+397 KB
(310000%)
assets/posts/2020-09-27-PythonKindleDashboard_1/kindle_pw3.jpg
Oops, something went wrong.
Binary file modified
BIN
+360 KB
(280000%)
assets/posts/2020-09-27-PythonKindleDashboard_1/kual_menu.jpg
Oops, something went wrong.
Binary file modified
BIN
+427 KB
(330000%)
assets/posts/2020-09-27-PythonKindleDashboard_1/python_installing.jpg
Oops, something went wrong.
Binary file modified
BIN
+557 KB
(440000%)
assets/posts/2020-09-27-PythonKindleDashboard_1/soldering.jpg
Oops, something went wrong.
Binary file modified
BIN
+552 KB
(430000%)
assets/posts/2020-09-27-PythonKindleDashboard_1/usb_to_serial.jpg
Oops, something went wrong.
Binary file modified
BIN
+391 KB
(310000%)
assets/posts/2020-10-04-PythonKindleDashboard_2/final_dashboard.jpg
Oops, something went wrong.
Binary file modified
BIN
+845 KB
(660000%)
assets/posts/2020-10-04-PythonKindleDashboard_2/header.jpg
Oops, something went wrong.
Binary file modified
BIN
+688 KB
(540000%)
assets/posts/2020-10-17-3D-printing_2/dice_token_boxes.jpg
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file modified
BIN
+505 KB
(390000%)
assets/posts/2020-11-02-Steganography/pears_with_hidden_message.png
Oops, something went wrong.
Oops, something went wrong.
Binary file modified
BIN
+198 KB
(150000%)
assets/posts/2020-11-03-Team_Bandit_Gang/ridgelineplot.png
Oops, something went wrong.
Binary file modified
BIN
+66.7 KB
(53000%)
assets/posts/2020-11-03-Team_Bandit_Gang/ridgelineplot_header.png
Oops, something went wrong.
Binary file modified
BIN
+383 KB
(300000%)
assets/posts/2020-11-11-Gwent-Pro-Rank-ABM/crowd_header.jpg
Oops, something went wrong.
Binary file modified
BIN
+34.3 KB
(27000%)
...s/posts/2020-11-11-Gwent-Pro-Rank-ABM/elo_vs_currentMMR_experience_factor_0.png
Oops, something went wrong.
Binary file modified
BIN
+33.5 KB
(26000%)
assets/posts/2020-11-11-Gwent-Pro-Rank-ABM/elo_vs_peakMMR_experience_factor_0.png
Oops, something went wrong.
Binary file modified
BIN
+33.6 KB
(27000%)
assets/posts/2020-11-11-Gwent-Pro-Rank-ABM/elo_vs_peakMMR_experience_factor_20.png
Oops, something went wrong.
Binary file modified
BIN
+160 KB
(130000%)
assets/posts/2020-11-11-Gwent-Pro-Rank-ABM/graph_header.jpg
Oops, something went wrong.
Binary file modified
BIN
+55.3 KB
(44000%)
assets/posts/2020-11-11-Gwent-Pro-Rank-ABM/ridgeplot_experience_factor_0.png
Oops, something went wrong.
Binary file modified
BIN
+52.7 KB
(42000%)
assets/posts/2020-11-11-Gwent-Pro-Rank-ABM/ridgeplot_experience_factor_20.png
Oops, something went wrong.
Oops, something went wrong.
Binary file modified
BIN
+470 KB
(370000%)
assets/posts/2020-11-22-Static-Web-Generators/generator_header.jpg
Oops, something went wrong.
Binary file modified
BIN
+61.9 KB
(49000%)
assets/posts/2020-11-22-Static-Web-Generators/github_settings.png
Oops, something went wrong.
Binary file modified
BIN
+44.8 KB
(35000%)
assets/posts/2020-11-22-Static-Web-Generators/jekyll-logo-2x.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file modified
BIN
+86.6 KB
(68000%)
assets/posts/2021-01-09-Google-Cloud-Functions/cloud_editor.png
Oops, something went wrong.
Binary file modified
BIN
+92.2 KB
(73000%)
assets/posts/2021-01-09-Google-Cloud-Functions/cloud_functions.png
Oops, something went wrong.
Binary file modified
BIN
+54.8 KB
(43000%)
assets/posts/2021-01-09-Google-Cloud-Functions/cloud_settings.png
Oops, something went wrong.
Binary file modified
BIN
+355 KB
(280000%)
assets/posts/2021-01-09-Google-Cloud-Functions/header.jpg
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file modified
BIN
+49.9 KB
(39000%)
assets/posts/2021-01-24-GwentProPlayersAnalysis/estimate_check.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file modified
BIN
+30.1 KB
(24000%)
assets/posts/2021-03-16-Code-Nugget-Correlation-Heatmaps/clustermap.png
Oops, something went wrong.
Binary file modified
BIN
+87.7 KB
(69000%)
assets/posts/2021-03-16-Code-Nugget-Correlation-Heatmaps/clustermap_header.jpg
Oops, something went wrong.
Binary file modified
BIN
+115 KB
(90000%)
assets/posts/2021-03-19-Code-Nugget-PCA-with-loadings/PCA_header.jpg
Oops, something went wrong.
Binary file modified
BIN
+110 KB
(86000%)
assets/posts/2021-03-19-Code-Nugget-PCA-with-loadings/PCA_with_loadings.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file modified
BIN
+125 KB
(98000%)
assets/posts/2021-04-05-Macropad/2021-04-05-Macropad-STL.zip
Binary file not shown.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file modified
BIN
+252 KB
(200000%)
assets/posts/2021-04-21-Code-Nugget-Batch_Effects/pycombat_corrections.png
Oops, something went wrong.
Binary file modified
BIN
+141 KB
(110000%)
assets/posts/2021-04-21-Code-Nugget-Batch_Effects/pycombat_header.jpg
Oops, something went wrong.
Binary file modified
BIN
+59.8 KB
(47000%)
assets/posts/2021-04-21-Code-Nugget-Batch_Effects/pycombat_synthetic_dataset.png
Oops, something went wrong.
Binary file modified
BIN
+172 KB
(130000%)
assets/posts/2021-04-28-MQTT-Ikea-Tradfri/file_editor.png
Oops, something went wrong.
Binary file modified
BIN
+341 KB
(270000%)
assets/posts/2021-04-28-MQTT-Ikea-Tradfri/ikea_tradfri.jpg
Oops, something went wrong.
Binary file modified
BIN
+115 KB
(90000%)
assets/posts/2021-04-28-MQTT-Ikea-Tradfri/zigbee_all_added.png
Oops, something went wrong.
Binary file modified
BIN
+92.4 KB
(73000%)
assets/posts/2021-04-28-MQTT-Ikea-Tradfri/zigbee_devices_added.png
Oops, something went wrong.
Oops, something went wrong.
Binary file modified
BIN
+72.5 KB
(57000%)
assets/posts/2021-04-28-MQTT-Ikea-Tradfri/zigbee_start.png
Oops, something went wrong.
Binary file modified
BIN
+3.24 MB
(2600000%)
assets/posts/2021-04-29-Printing-The-Keyraken/keyraken_back.jpg
Oops, something went wrong.
Binary file modified
BIN
+453 KB
(350000%)
assets/posts/2021-04-29-Printing-The-Keyraken/keyraken_header.jpg
Oops, something went wrong.
Binary file modified
BIN
+39.4 KB
(31000%)
assets/posts/2021-05-03-Interactive-Visualizations/cars.png
Oops, something went wrong.
Binary file modified
BIN
+18.9 KB
(15000%)
assets/posts/2021-05-03-Interactive-Visualizations/cars2.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file modified
BIN
+629 KB
(490000%)
.../posts/2021-06-19-KeyForge-Adventure-Abyssal-Conspiracy/3dprocks_lithophane.png
Oops, something went wrong.
Binary file modified
BIN
+5.41 MB
(4300000%)
.../2021-06-19-KeyForge-Adventure-Abyssal-Conspiracy/abyssal_conspiracy_header.jpg
Oops, something went wrong.
Binary file modified
BIN
+449 KB
(350000%)
assets/posts/2021-06-19-KeyForge-Adventure-Abyssal-Conspiracy/delver_tokens.jpg
Oops, something went wrong.
Binary file modified
BIN
+461 KB
(360000%)
assets/posts/2021-06-19-KeyForge-Adventure-Abyssal-Conspiracy/game_setup.jpg
Oops, something went wrong.
Binary file modified
BIN
+443 KB
(350000%)
assets/posts/2021-06-19-KeyForge-Adventure-Abyssal-Conspiracy/meshmixer_token.png
Oops, something went wrong.
Binary file modified
BIN
+6.68 MB
(5300000%)
assets/posts/2021-06-19-KeyForge-Adventure-Abyssal-Conspiracy/tableau_token.jpg
Oops, something went wrong.
Binary file modified
BIN
+276 KB
(220000%)
assets/posts/2021-06-28-Buy-me-a-Coffee/coffee-header.jpg
Oops, something went wrong.
Binary file modified
BIN
+103 KB
(81000%)
assets/posts/2021-07-04-Bayesian-sales-analysis/bayesian_sales.jpg
Oops, something went wrong.
Binary file modified
BIN
+23.3 KB
(18000%)
assets/posts/2021-08-01-Clustering-penguins/body_mass_distribution.png
Oops, something went wrong.
Binary file modified
BIN
+71.5 KB
(56000%)
assets/posts/2021-08-01-Clustering-penguins/cluster_selection.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file modified
BIN
+12.8 KB
(10000%)
assets/posts/2021-08-01-Clustering-penguins/multivariate_model_check.png
Oops, something went wrong.
Binary file modified
BIN
+151 KB
(120000%)
assets/posts/2021-08-01-Clustering-penguins/penguin_header.jpg
Oops, something went wrong.
Binary file modified
BIN
+136 KB
(110000%)
assets/posts/2021-08-21-COVID_and_KeyForge/ammonia_clouds_header.jpg
Oops, something went wrong.
Oops, something went wrong.