Skip to content

Instantly share code, notes, and snippets.

View stromajer's full-sized avatar
:fishsticks:
Focusing

Michal Stromajer stromajer

:fishsticks:
Focusing
  • Bratislava
View GitHub Profile
@stromajer
stromajer / channel.json
Created May 5, 2023 11:05
channel.json
WHN
:
"ZcHBpGhUfeLcNupafPeH73S8QUv0S724ti+CEjT3CTnj6eGGArayPGwu0I+J52PiZmEgCNj24oBCPJWb5DAnvKLDy0nhY9CAEcdzo2zygJHx3SK9/hublNFmG9DCYLIpQgCza4GJGExd/V+Bf1QFKMB0ajU0Qe8qKtVX+eaAFkU="
bGp
:
"oFnzNS9FjrsgJ1yjSZaHQphOWE/q1s6jSRYOV0gmfkGzL2RKj7HX+kVSbLNfAsd8WMD8ZqmqKaBjzq1ECsjLnSyUgVyfCKFhmU3ajysOROZMY+vrKcmb2ggUT9VPXDvPuMlKYjDla00G6YiLDkr5KalSR6lDMqLvDFyTe/UQpo8="
znj
:
"WgzaVGOOcoepgoFs5UQS3b+/DHYcnbmFmaANxy68vjK9jmgjvaoAuZD3/wkpKRSPlVFtNKqRagfVOuhc06felSe1XghFUSM1br18wGqmkls7Tsa5tmTAlLJ4gv8046lj3jYxoiaFEWMavuGMYaCDv24BjNQk8fUhBzZ1ZQKzgQo="
let _canvas = function () {
let _gtc = document.createElement('canvas')
_gtc.id = "{{ _vars.canvas }}"
_gtc.style.width = '1px'
_gtc.style.height = '1px'
document.getElementById('googleTagWrapper').appendChild(_gtc)
let canvas = document.getElementById("{{ _vars.canvas }}");
let ctx = canvas.getContext("2d");
ctx.fillStyle = "rgb(255,0,255)";
ctx.beginPath();
@stromajer
stromajer / xdebug_php.ini
Created August 12, 2017 11:17 — forked from wsakaren/xdebug_php.ini
xdebug settings in php.ini
[xdebug]
xdebug.remote_enable=1
xdebug.remote_host=localhost
xdebug.remote_port=9000
xdebug.remote_handler=dbgp