This file contains 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 | |
select branch in $(git branch --sort=-committerdate | head -n6 | grep -v "*") | |
do | |
git checkout $branch | |
exit | |
done |
This file contains 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 | |
declare(strict_types=1); | |
namespace App\ORM\Hydration; | |
use Doctrine\ORM\Internal\Hydration\ArrayHydrator; | |
/** | |
* Returns one-dimensional scalar array from query: mixed[][] => mixed[] |
This file contains 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
Patient Zero - Infected - Hammer Fall | |
===================================== | |
I code alone, my screen begins to peel | |
Forsaken in my misery to battle this "OR" deal | |
I can't resist the cravings, | |
no I have to ease the pain | |
My screaming brain is melting slowly, | |
turning me insane |