I hereby claim:
- I am sikofitt on github.
- I am sikofitt (https://keybase.io/sikofitt) on keybase.
- I have a public key ASB-qFKZnqnlLHfzBg_CsOGOSb-r8R5wikEKlen5WEkB5Ao
To claim this, I am signing this object:
<?php declare(strict_types=1); | |
// Tested on | |
// PHP 7.4.14 (cli) (built: Jan 5 2021 15:12:29) ( ZTS Visual C++ 2017 x64 ) | |
// Windows 10 Pro | |
// pecl ssh2 v1.2 | |
// Remote server | |
// Gentoo GNU/Linux Base System release 2.7 | |
error_reporting(E_ALL); |
<?php declare(strict_types=1); | |
// Tested on | |
// PHP 7.4.14 (cli) (built: Jan 5 2021 15:12:29) ( ZTS Visual C++ 2017 x64 ) | |
// Windows 10 Pro | |
// pecl ssh2 v1.2 | |
// Remote server | |
// Gentoo GNU/Linux Base System release 2.7 | |
error_reporting(E_ALL); |
I hereby claim:
To claim this, I am signing this object:
searchPage = function(searchElem, divClass, hiddenClass) { | |
jQuery(divClass).removeClass(hiddenClass); | |
var search = document.getElementById(searchElem); | |
var needle = search.value; | |
needle = needle.toLowerCase(); | |
var searchStrings = needle.split(/\W/); | |
for (var i = 0, len = searchStrings.length; i < len; i++) { | |
var currentSearch = searchStrings[i].toLowerCase(); |
{ | |
"name": "sikofitt/guzzle-example", | |
"description": "Guzzle Example", | |
"type": "project", | |
"require": { | |
"php":">=5.6", | |
"guzzlehttp/guzzle": "^6.2" | |
}, | |
"require-dev": { | |
"symfony/var-dumper": "^3.2", |
javascript:(function() { | |
var webFont = document.createElement('script'); | |
webFont.src = ('https:' == document.location.protocol ? 'https' : 'http') | |
+'://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js'; | |
webFont.type = 'text/javascript'; | |
webFont.async = true; | |
document.querySelector('body').appendChild(webFont); | |
WebFontConfig = { | |
google: { |