I hereby claim:
- I am azjezz on github.
- I am azjezz (https://keybase.io/azjezz) on keybase.
- I have a public key ASBG6C6v-7GwW-PBxKqaBF601YuVYZV1TN41DucA7xNz1Qo
To claim this, I am signing this object:
/** Colors **/ | |
.primary { | |
color: #BDC6FF; | |
} | |
.secondary { | |
color: #F4C2C2; | |
} | |
.success { | |
color: #00cec9; |
use namespace Nuxed\Kernel; | |
use namespace Nuxed\Container; | |
use namespace Nuxed\Http\Router; | |
use namespace Nuxed\Http\Router\Generator; | |
final class Extension extends Kernel\Extension\AbstractExtension { | |
// register container services | |
public function register( | |
Container\ContainerBuilder $builder, | |
): void { |
namespace Nuxed\IO; | |
/* | |
* This file is part of the Nuxed package. | |
* | |
* (c) Saif Eddin Gmati <[email protected]> | |
* | |
* For the full copyright and license information, please view the LICENSE | |
* file that was distributed with this source code. | |
*/ |
<<__ReturnDisposable>> | |
function closeOnScopeExit<<<__Enforceable>> reify T as Mode>( | |
Handle<T> $handle, | |
): DisposableHandle<T> { | |
return new DisposableHandle<T>($handle); | |
} |
function user(uuid) { | |
let headers = new Headers({ | |
'Accept': 'application/json' | |
}) | |
let request = new Request('https://connect.symfony.com/api/users/' + uuid, { | |
method: 'GET', | |
headers: headers, | |
mode: 'cors', | |
cache: 'default' |
{ | |
"name": "My Application", | |
"base-path": "app/", | |
"entry": "app/bin/application.hack", | |
"compression-algorithm": "gzip", | |
"signing-algorithm": "sha512", | |
"include": [ | |
"app/src/*", | |
"app/vendor/*" | |
], |
<?php | |
declare(strict_types=1); | |
namespace AzJezz\BrainFuck; | |
use ArrayIterator; | |
use Iterator; | |
use RuntimeException; |
<?php | |
declare(strict_types=1); | |
namespace BetterApplication; | |
use FFI; | |
use Closure; | |
abstract class AbstractZendWriter |
namespace Nuxed\Console\Log; | |
use namespace HH\Lib\Str; | |
use namespace Nuxed\Console; | |
use namespace Nuxed\Console\Output; | |
use namespace Nuxed\Contract\Log; | |
final class Logger implements Log\ILogger { | |
public function __construct(private Output\IOutput $output) {} |
I hereby claim:
To claim this, I am signing this object: