cprToBirthdate(string $cpr): ?string
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
<?php | |
$value = function (string $field, $default = null) use ($input_data, $notification, $user_setup) { | |
$from_attr = substr($field, 0, 1) === '!'; | |
$val = $from_attr ? $user_setup->get(substr($field, 1), array_get($input_data, substr($field, 1), $default)) : $val = array_get($input_data, $field, $default); | |
return htmlentities(substr($val, 0, 1) === '@' ? $notification->payload->get(substr($val, 1), $default) : $val); | |
}; |
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
window.ECS = { | |
Engine: { | |
Game: null, | |
Entity: null, | |
}, | |
Components: {}, | |
Systems: {}, | |
Entities: {}, | |
/** | |
* @type {ECS.Engine.Game} |
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
MKV 128 255 192 | |
FLV 128 255 192 | |
MPG 128 255 192 | |
MPEG 128 255 192 | |
WMV 128 255 192 | |
MP4 128 255 192 | |
MOV 128 255 192 | |
AVI 128 255 192 | |
M4V 128 255 192 | |
WEBM 128 255 192 |
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
<?php | |
class User | |
{ | |
/** | |
* @var int | |
*/ | |
private $id; | |
/** |
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
#!/bin/bash | |
# Replace with the correct url to the raw file | |
# curl -L https://url_to_raw/install_elasticsearch.sh | bash | |
echo "###" | |
echo "### Install Java 8..." | |
echo "###" | |
sudo apt-get update | |
sudo apt-get install -y python-software-properties debconf-utils |
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
-------------------------------------------------------------------------------- | |
Choose shape: | |
1: Rectangle | |
2: Isosceles Triangle | |
3: Circle | |
#> 3 | |
-------------------------------------------------------------------------------- | |
Write the arguments for a Circle: | |
#Radius> 15 |
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
<?php | |
/** | |
* Load a template passing the given data into it. | |
* | |
* Note: Assumes templates are loaded from a 'templates' folder. | |
* Use dot-notation for defining the template name. | |
* Don't include the file extension in the template name. | |
* eg. 'pages.home' > 'templates/pages/home.php' | |
* 'partials.elements.contact-button' > 'templates/partials/elements/contact-button.php' |
I hereby claim:
- I am martindilling on github.
- I am martindilling (https://keybase.io/martindilling) on keybase.
- I have a public key ASBSLXzVcyxkYyHJi5VZ0MOMhv7EzBhsvTY1IdfNa-9HHAo
To claim this, I am signing this object:
NewerOlder