Code for a CodePen that throws the dice from RoyalUr.net a given number of times and shows how the result matches the expected distribution of randomness.
This file contains hidden or 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
| <meta charset="UTF-8"> | |
| <meta property="og:image" content="https://user-images.githubusercontent.com/195757/143425843-2cd178e6-7190-4555-90a3-33977aeb86d1.png"/> | |
| <meta property="og:title" content="Hoor wie klikt daar kinderen?"/> | |
| <meta property="og:description" content="Een fijne Sinterklaas gewenst, iedereen!"/> | |
| <title>Hoor wie klikt daar kinderen?</title> | |
| <body> | |
| <div class="door"> | |
| <div class="door-front"> |
This document shows which version of PHPUnit supported which version(s) of PHP.
As stated on the Supported Versions page on the PHPUnit website:
Support means that bugs will be fixed for a version of PHPUnit.
Support for major version X ends two years after its initial release (when major version (X+2) is released).
This file contains hidden or 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
| name: Build and publish development Docker image | |
| on: | |
| push: | |
| tags: | |
| - 'v*.*.*' | |
| jobs: | |
| docker-build: | |
| runs-on: ubuntu-latest |
Voor de mensen die te lui zijn om te blijven klikken:
- Adem diep in en dan weer uit
- Als je moe bent, ga naar bed toe
- Bak niet in boter maar in olie
- Begin je ochtend met bewegen
- Bel een keer een oude vriend op
- Bel een vriend tijdens het wandelen
- Doe een visje door de pasta
- Doe je werk een keertje staand
List of all MaterialDesign sprites/icons available in PlantUML.
(Added in 2017)
This file contains hidden or 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
| /** | |
| * Pure HTML/CSS BASH logo (WIP) | |
| */ | |
| @import url('-https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@400;500&display=swap'); | |
| html { | |
| transform: scale(0.5) | |
| } | |
| body { |

