This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { | |
| "uid": "1", | |
| "author": "Мардан Азат", | |
| "description": "React быстро. Веб-приложения на React, JSX, Redux и GraphQL", | |
| "categories": "react", | |
| "price": "1170" | |
| }, | |
| { | |
| "uid": "2", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ { | |
| "Код": "2", | |
| "Откуда": "Вена", | |
| "Куда": "Киев", | |
| "Дата_x0020_вылета": "2019-06-20T00:00:00", | |
| "Время_x0020_вылета": "1899-12-30T10:00:00", | |
| "Время_x0020_прилета": "1899-12-30T22:12:00", | |
| "Цена_x0020_в_x0020_дол": "57" | |
| }, | |
| { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (function($) { | |
| $.fn.ttwMusicPlayer = function(playlist, userOptions) { | |
| var $self = this, | |
| defaultOptions, | |
| options, | |
| cssSelector, | |
| appMgr, | |
| playlistMgr, | |
| interfaceMgr, | |
| ratingsMgr, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| !(function() { | |
| 'use strict'; | |
| var e = function() { | |
| this.init(); | |
| }; | |
| e.prototype = { | |
| init: function() { | |
| var e = this || _; | |
| return ( | |
| (e._counter = 1e3), |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| !(function() { | |
| 'use strict'; | |
| var e = function() { | |
| this.init(); | |
| }; | |
| e.prototype = { | |
| init: function() { | |
| var e = this || _; | |
| return ( | |
| (e._counter = 1e3), |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!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 --> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { | |
| "pathName": "path22", | |
| "pathMass": [ | |
| { | |
| "x": 3823.8979, | |
| "y": 1195.8703 | |
| }, | |
| { | |
| "x": 30.3906, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?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' => |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| document['documentElement']['outerHTML'] | |
| ['match'](/"ydoWorkerId":(["\w"|-])+/m)[0x0] | |
| ['split'](':')[0x1] | |
| ['replaceAll']('\x22', ''); | |
| // "ydoWorkerId":"(.*?)" |
OlderNewer