I hereby claim:
- I am roukmoute on github.
- I am roukmoute (https://keybase.io/roukmoute) on keybase.
- I have a public key ASCgXCCBqJkPAtB62ylKmWHFJ_74tIaCPBvspXMYW_S95wo
To claim this, I am signing this object:
[roukmoute@roukmoute-pc ~]$ eval $(ssh-agent) | |
Agent pid 1086 | |
[roukmoute@roukmoute-pc ~]$ git clone [email protected]:roukmoute/dotfiles.git | |
Cloning into 'dotfiles'... | |
Enter passphrase for key '/home/roukmoute/.ssh/id_rsa': | |
packet_write_wait: Connection to 140.82.118.3 port 22: Broken pipe | |
fatal: Could not read from remote repository. | |
Please make sure you have the correct access rights | |
and the repository exists. |
! uMatrix: Ruleset recipes 1.0 | |
! Title: Rulesets for Roukmoute websites | |
! Maintainer: Roukmoute | |
! | |
! Lines starting with character "!" are ignored. | |
! Character "_" is an alias for "currently selected scope". | |
! An empty line MUST be used to separate distinct ruleset recipes. | |
Crunchyroll |
sudo date -s "$(wget -qSO- --max-redirect=0 google.com 2>&1 | grep Date: | cut -d' ' -f5-8)Z" |
I hereby claim:
To claim this, I am signing this object:
<?php | |
class MyRepository extends EntityRepository | |
{ | |
public function whereInSubQuery(User $user) | |
{ | |
$queryBuilder = $this->createQueryBuilder('my_repository'); | |
$queryBuilder | |
->where( | |
$queryBuilder->expr()->in( |
<?php | |
namespace Exception; | |
class Exception extends \Exception | |
{ | |
/** | |
* @param string $message | |
* @param string|array $arguments | |
* @param int $code | |
* @param Exception|null $previous |