Skip to content

Instantly share code, notes, and snippets.

View tennantje's full-sized avatar
💭
I code for fun, and may be unable to respond in a timely manner.

Jeremy Tennant tennantje

💭
I code for fun, and may be unable to respond in a timely manner.
View GitHub Profile
@tennantje
tennantje / stylus_styles_for_k8s_docs.css
Created July 27, 2023 21:55
Kubernetes.io/docs dark mode
section#mainContent {
background-color: #333333;
}
header, .flip-nav .td-navbar {
background-color: #222222 !important
}
.flip-nav .td-navbar .navbar-nav .nav-item.show .nav-link, .flip-nav .td-navbar .navbar-nav .nav-item .nav-link {
color: #ddd
@tennantje
tennantje / convert_olm_to_eml.py
Last active December 21, 2023 18:21
Convert Outlook for Mac (OLM) to EML files as PST conversion tools are expensive
# MIT LICENSE
# Copyright 2021 Jeremy Tennant
# Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
# The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWA