Skip to content

Instantly share code, notes, and snippets.

View oliverklee's full-sized avatar
🏠
Working from home

Oliver Klee oliverklee

🏠
Working from home
View GitHub Profile
@oliverklee
oliverklee / t3dd23-exercises.md
Last active August 4, 2023 13:03
T3DD23 exercises for Oliver Klee's workshops
diff --git a/Resources/Private/Templates/FrontEnd/FrontEnd.html b/Resources/Private/Templates/FrontEnd/FrontEnd.html
index 0e82b06a6..81974326c 100644
--- a/Resources/Private/Templates/FrontEnd/FrontEnd.html
+++ b/Resources/Private/Templates/FrontEnd/FrontEnd.html
@@ -8,11 +8,6 @@
</p>
<!-- ###MESSAGE_MY_VIP_EVENTS### -->
-<!-- ###MESSAGE_MY_ENTERED_EVENTS### --><p>
- ###LABEL_MYENTEREDEVENTS###
@oliverklee
oliverklee / conference-talk.js
Created August 10, 2021 10:01
Get the YouTube URL from a Symfony conference talk
'https://www.youtube.com/watch?v=' + document.getElementById('shared-youtube-video-mount-point').getAttribute('src').match('([a-zA-Z0-9_\\-]+)\\?')[1];
@oliverklee
oliverklee / private-access.php
Created June 26, 2017 16:12
Access to private property of another instance of the same PHP class
<?php
declare(strict_types=1);
class A {
/** @var string */
private $name = 'private string';
/** @var A */
private $friend = null;

Keybase proof

I hereby claim:

  • I am oliverklee on github.
  • I am oliverklee (https://keybase.io/oliverklee) on keybase.
  • I have a public key whose fingerprint is FF6B 1871 EF49 C59A 22E1 10AA E23F 5ADD CA37 9BFE

To claim this, I am signing this object: