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
| // all test 0 => failed, test [1,2,3] => passed | |
| 'use strict'; | |
| process.stdin.resume(); | |
| process.stdin.setEncoding('utf-8'); | |
| let inputString = ''; | |
| let currentLine = 0; |
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
| => testcase-0 => success | |
| test-case-1 => failed | |
| process.stdin.resume(); | |
| process.stdin.setEncoding('ascii'); | |
| var input_stdin = ""; | |
| var input_stdin_array = ""; | |
| var input_currentline = 0; |
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
| /* eslint-disable comma-dangle */ | |
| /* eslint-disable quotes */ | |
| /* eslint-disable class-methods-use-this */ | |
| /* eslint-disable @typescript-eslint/no-explicit-any */ | |
| import http from '@/services/http-common'; | |
| class HproxyService { | |
| getHttpProxies( | |
| getproxies: string, | |
| type: string, |
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 | |
| $pagetitle = "Shared proxies " . $_GET["id"]; # how did you get id. | |
| $pagedescription = "Shared proxies " . $_GET["id"]; | |
| $pagekeywords = "Shared proxies " . $_GET["id"]; | |
| $header_html = '<meta name="robots" content="noindex, follow">'; | |
| include "assets/inc/header.inc.php"; | |
| ?> | |
| <script type='text/javascript' | |
| src='https://platform-api.sharethis.com/js/sharethis.js#property=5ea8732e81693d0012e58a78&product=sop' | |
| async='async'></script> |
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
| fetch("https://api.proxyscrape.com/v2/order/get_details.php", { | |
| method: "POST", | |
| body: JSON.stringify(price_urls) | |
| }).then(function(res) { | |
| return res.json(); | |
| }).then(function(data) { | |
| console.log(data, 'data'); | |
| const keys = Object.keys(data); | |
| keys.forEach((key, index) => { |
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
| here is the list of my work in python ecosystem | |
| https://malik-aqib-mehmood.netlify.app/# |
NewerOlder