Skip to content

Instantly share code, notes, and snippets.

View ischurov's full-sized avatar

Ilya V. Schurov ischurov

View GitHub Profile
This file has been truncated, but you can view the full file.
2023-11-02 18:17:03.141 [info] 0xc808b0[_0x340664(0xf19)]){const _0x3d55fb=(0x0,_0x423d02[_0x340664(0xd83)+_0x340664(0x2b4)+_0x340664(0x15bd)])(_0xc808b0[_0x340664(0x1ab)]);_0x3d55fb&&(_0x17773a=_0x2f0587[_0x340664(0x108a)][_0x340664(0x5fd)](_0x17773a,_0x3d55fb));}return _0x17773a;}return _0xc808b0['node'];}[_0x1c92d8(0x1bbe)+_0x1c92d8(0x1282)+_0x1c92d8(0xb0c)+'ge'](_0x48e3a8,_0x645770){const _0x16eb95=_0x1c92d8;var _0x17c3d2,_0xc67b9c;const _0x241b40={};_0x241b40[_0x16eb95(0x9e6)+_0x16eb95(0xf1e)+_0x16eb95(0x7df)]=!0x0;const _0x4f87ce=(0x0,_0x37242e[_0x16eb95(0x1502)+_0x16eb95(0x138a)+'n'])(_0x645770)&&null!==(_0x17c3d2=(0x0,_0x423d02['getFirstAn'+_0x16eb95(0xb13)+_0x16eb95(0xa45)])(_0x645770[_0x16eb95(0x1ab)],0x3))&&void 0x0!==_0x17c3d2?_0x17c3d2:_0x645770[_0x16eb95(0x1ab)],_0x4fe0fc=(0x0,_0x423d02[_0x16eb95(0x1aba)+_0x16eb95(0x1257)+'e'])(_0x4f87ce,_0x48e3a8,_0x241b40);return null!==(_0xc67b9c=(0x0,_0x275dce[_0x16eb95(0x1752)+_0x16eb95(0xab6)+_0x16eb95(0xa6e)])(_0x4fe0fc,_0x48e3a8[_0x16eb95(0x665)+_0x16eb9
@ischurov
ischurov / index.html
Created July 24, 2017 16:01
pass object to javascript via json in flask
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Hello, World</title>
</head>
<body>
<p>Hello, <span id="username"></span></p>
<script>
var user = JSON.parse('{{ user | tojson | safe}}');
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ischurov
ischurov / pytorch-simple-function-example.ipynb
Created July 17, 2022 14:29
pytorch simple function example
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ischurov
ischurov / exhaustive-search-conaturals.ipynb
Created June 2, 2022 09:50
Exhaustive search over the Cantor space in Python
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ischurov
ischurov / clipsvg.sh
Last active May 22, 2022 13:45
Clip SVG (fit page to contents) with CLI using inkscape 1.2
#!/bin/bash
inkscape -g --actions="page-fit-to-selection; export-filename: $1; export-margin: 30; export-do; quit-immediate" $1