Skip to content

Instantly share code, notes, and snippets.

[
{
"uid": "1",
"author": "Мардан Азат",
"description": "React быстро. Веб-приложения на React, JSX, Redux и GraphQL",
"categories": "react",
"price": "1170"
},
{
"uid": "2",
[ {
"Код": "2",
"Откуда": "Вена",
"Куда": "Киев",
"Дата_x0020_вылета": "2019-06-20T00:00:00",
"Время_x0020_вылета": "1899-12-30T10:00:00",
"Время_x0020_прилета": "1899-12-30T22:12:00",
"Цена_x0020_в_x0020_дол": "57"
},
{
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>Document</title>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
</head>
<body>
(function($) {
$.fn.ttwMusicPlayer = function(playlist, userOptions) {
var $self = this,
defaultOptions,
options,
cssSelector,
appMgr,
playlistMgr,
interfaceMgr,
ratingsMgr,
!(function() {
'use strict';
var e = function() {
this.init();
};
e.prototype = {
init: function() {
var e = this || _;
return (
(e._counter = 1e3),
!(function() {
'use strict';
var e = function() {
this.init();
};
e.prototype = {
init: function() {
var e = this || _;
return (
(e._counter = 1e3),
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Generation qr-code 🤠</title>
<link rel="stylesheet" href="styles.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/picnic" />
<!-- Подключаем файл jsPDF.js -->
@evikza
evikza / paths.json
Last active September 1, 2020 19:18
[
{
"pathName": "path22",
"pathMass": [
{
"x": 3823.8979,
"y": 1195.8703
},
{
"x": 30.3906,
@evikza
evikza / latest.php
Created February 9, 2021 16:47
Получения котировок ЦБ РФ в формате JSON с cbr.ru
<?php
$request = simplexml_load_string(
file_get_contents(
$uri = 'https://www.cbr.ru/scripts/XML_daily.asp',
false,
stream_context_create([
'http' => [
'method' => 'GET',
'header' =>
@evikza
evikza / ydoWorkerId.js
Last active March 31, 2022 11:34
Get value `worker_id` from https://yandex.ru/uslugi/
document['documentElement']['outerHTML']
['match'](/"ydoWorkerId":(["\w"|-])+/m)[0x0]
['split'](':')[0x1]
['replaceAll']('\x22', '');
// "ydoWorkerId":"(.*?)"