I hereby claim:
- I am ArrayIterator on github.
- I am arrayiterator (https://keybase.io/arrayiterator) on keybase.
- I have a public key whose fingerprint is DD3B 2563 387B 80D1 C877 C6E8 F891 8FCC FF99 3188
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
<?php | |
declare(strict_types=1); | |
namespace ArrayIterator\MTProto; | |
/** | |
* Class SchemaParser | |
* @package ArrayIterator\MTProto | |
* @link https://core.telegram.org/mtproto/TL | |
*/ |
var sanityHTMLClass = (str) => { | |
if (typeof str !== 'string') { | |
return ''; | |
} | |
return str | |
// replace for v?s?printf | |
.replace(/%[a-fA-F0-9][a-fA-F0-9]/, '') | |
// Limit to A-Z,a-z,0-9,_,- | |
.replace(/[^A-Za-z0-9_-]/, ''); | |
} |
<?php | |
declare(strict_types=1); | |
namespace ArrayIterator\App\TinyPng; | |
use Exception; | |
use GuzzleHttp\Client; | |
use GuzzleHttp\Psr7\Stream; | |
use GuzzleHttp\RequestOptions; | |
use InvalidArgumentException; |
<?php | |
declare(strict_types=1); | |
namespace ArrayIterator\Library\Source\Generator; | |
use InvalidArgumentException; | |
use RangeException; | |
use TypeError; | |
/** |
/*====================================================================================================================================* | |
ImportJSON by Brad Jasper and Trevor Lohrbeer | |
==================================================================================================================================== | |
Version: 1.5.0 | |
Project Page: https://github.com/bradjasper/ImportJSON | |
Copyright: (c) 2017-2019 by Brad Jasper | |
(c) 2012-2017 by Trevor Lohrbeer | |
License: GNU General Public License, version 3 (GPL-3.0) | |
http://www.opensource.org/licenses/gpl-3.0.html | |
------------------------------------------------------------------------------------------------------------------------------------ |
Rekan rekan sekalian Ysh, Logisly, perusahaan platform logistik B2B sedang membuka lowongan untuk beberapa posisi. | |
1. Principal/senior engineering manager. | |
2. Senior frontend developer. | |
3. Senior backend developer. | |
4. Senior UI/UX designer(engineering/quantitive discipline background). | |
5. Senior security engineer(offensive oriented). | |
Silahkan sertakan CV dan jawaban dari pertanyaan berikut melalui email kepada [email protected]. |
<?php | |
declare(strict_types=1); | |
namespace ArrayIterator\Service\Core\Generator; | |
use InvalidArgumentException; | |
use RangeException; | |
use TypeError; | |
/** |
{ | |
"BD": { | |
"name": "Bangladesh", | |
"continent": { | |
"code": "AS", | |
"name": "Asia" | |
}, | |
"code": { | |
"alpha2": "BD", | |
"alpha3": "BGD" |