From ad0cb7d568710b4766bff74ac769f4353c2810e8 Mon Sep 17 00:00:00 2001 From: Michal Idziorek Date: Sat, 21 May 2022 22:00:37 +0200 Subject: added a few pages --- .../00300_Civ6-Miguels-Super-Timer/index.md | 7 +++++++ .../00040_Haskell/00030_Xmonad-contribution/index.md | 20 -------------------- .../00010_warp-tls-contribution/index.md | 5 +++++ .../00020_http-client-contribution/index.md | 5 +++++ .../00030_Xmonad-contribution/index.md | 20 ++++++++++++++++++++ 5 files changed, 37 insertions(+), 20 deletions(-) create mode 100644 00_blog/00030_Computer-Games/00300_Civ6-Miguels-Super-Timer/index.md delete mode 100644 00_blog/00040_Haskell/00030_Xmonad-contribution/index.md create mode 100644 00_blog/00040_Haskell/00250_Open-Source-Contributions/00010_warp-tls-contribution/index.md create mode 100644 00_blog/00040_Haskell/00250_Open-Source-Contributions/00020_http-client-contribution/index.md create mode 100644 00_blog/00040_Haskell/00250_Open-Source-Contributions/00030_Xmonad-contribution/index.md (limited to '00_blog') diff --git a/00_blog/00030_Computer-Games/00300_Civ6-Miguels-Super-Timer/index.md b/00_blog/00030_Computer-Games/00300_Civ6-Miguels-Super-Timer/index.md new file mode 100644 index 0000000..5b49da2 --- /dev/null +++ b/00_blog/00030_Computer-Games/00300_Civ6-Miguels-Super-Timer/index.md @@ -0,0 +1,7 @@ + November 2020 +# Civilization VI - Timer Plugin + +Coded in Lua, shows overall time spent on a Civ6 game as well as round-average. over *30.000* users at the time of this writing + +## Steam Link +| diff --git a/00_blog/00040_Haskell/00030_Xmonad-contribution/index.md b/00_blog/00040_Haskell/00030_Xmonad-contribution/index.md deleted file mode 100644 index 1a5bf0f..0000000 --- a/00_blog/00040_Haskell/00030_Xmonad-contribution/index.md +++ /dev/null @@ -1,20 +0,0 @@ - April 2018 -# Pretty printer for empty visible workspaces - -My little contribution to **xmonad-contrib**, adding functionality to the -marvelous xmonad tiling window manager, I love and use since a couple of -years. - -## Description - -Simple extensions of the pretty printer to differentiate between empty and non-empty visible workspaces. Analogical to the existing functionality for hidden workspaces. Particularly useful if some displays managed by xmonad are turned off temporarily. - -The new 'ppVisibleNoWindows' function was wrapped in a Maybe data type. Its value dafaults to 'Nothing' and 'ppVisible' is used as fallback. - -## Motivation - -My TV is often turned off. Still I want to know if its workspace contains any windows, without having to switch workspaces. - -## Github Link -| _Xmonad-Contrib: Added pretty printer for empty visible workspaces (wrapped in Maybe)_ -| diff --git a/00_blog/00040_Haskell/00250_Open-Source-Contributions/00010_warp-tls-contribution/index.md b/00_blog/00040_Haskell/00250_Open-Source-Contributions/00010_warp-tls-contribution/index.md new file mode 100644 index 0000000..482fe54 --- /dev/null +++ b/00_blog/00040_Haskell/00250_Open-Source-Contributions/00010_warp-tls-contribution/index.md @@ -0,0 +1,5 @@ + March 2022 +# Expose TLS.supportedHashSignatures via TLSSettings + +## Github Link +| diff --git a/00_blog/00040_Haskell/00250_Open-Source-Contributions/00020_http-client-contribution/index.md b/00_blog/00040_Haskell/00250_Open-Source-Contributions/00020_http-client-contribution/index.md new file mode 100644 index 0000000..1ab2d74 --- /dev/null +++ b/00_blog/00040_Haskell/00250_Open-Source-Contributions/00020_http-client-contribution/index.md @@ -0,0 +1,5 @@ + Apr 2021 +# Add original Request to the Response type. + +## Github Link +| diff --git a/00_blog/00040_Haskell/00250_Open-Source-Contributions/00030_Xmonad-contribution/index.md b/00_blog/00040_Haskell/00250_Open-Source-Contributions/00030_Xmonad-contribution/index.md new file mode 100644 index 0000000..1a5bf0f --- /dev/null +++ b/00_blog/00040_Haskell/00250_Open-Source-Contributions/00030_Xmonad-contribution/index.md @@ -0,0 +1,20 @@ + April 2018 +# Pretty printer for empty visible workspaces + +My little contribution to **xmonad-contrib**, adding functionality to the +marvelous xmonad tiling window manager, I love and use since a couple of +years. + +## Description + +Simple extensions of the pretty printer to differentiate between empty and non-empty visible workspaces. Analogical to the existing functionality for hidden workspaces. Particularly useful if some displays managed by xmonad are turned off temporarily. + +The new 'ppVisibleNoWindows' function was wrapped in a Maybe data type. Its value dafaults to 'Nothing' and 'ppVisible' is used as fallback. + +## Motivation + +My TV is often turned off. Still I want to know if its workspace contains any windows, without having to switch workspaces. + +## Github Link +| _Xmonad-Contrib: Added pretty printer for empty visible workspaces (wrapped in Maybe)_ +| -- cgit v1.2.3