Skip to content

Instantly share code, notes, and snippets.

(async () => {
const recordsUrl = 'https://reestr.rublacklist.net/api/v3/records/'
const response = await fetch(recordsUrl)
const { urls } = await response.json()
for (const url of urls) {
fetch(url)
.then(response => response.json())
.then(details => {
// Do something with details
This file has been truncated, but you can view the full file.
[
656,
6482,
8231,
8232,
8672,
9008,
10304,
37824,
48499,
@lk-geimfari
lk-geimfari / clojure-beginner.md
Created June 7, 2023 20:14 — forked from yogthos/clojure-beginner.md
Clojure beginner resources

Introductory resources

[
{
"id": "1",
"name": "Tiger Nixon",
"position": "System Architect",
"salary": "$320,800",
"start_date": "2011/04/25",
"office": "Edinburgh",
"extn": "5421"
},
{
"name": "Isaak"
}

Зайдите в Chrome в раздел с расширениями, включите режим разработчика, нажмите на «Установить распакованное расширение» и укажите путь до папки, в которую вы распаковали расширение:

import cProfile
from mimesis import Person
from mimesis.locales import Locale
from faker import Faker
person = Person(Locale.EN)
faker = Faker('en_US')
This file has been truncated, but you can view the full file.
// Update: 2019-12-30 15:42:00.776014
// Author: Roskomsvoboda
// Registry: reestr.rublacklist.net
// Read more about PAC: https://bit.ly/2SrGDml
'use strict';
/**
* Returns a string describing the configuration
* @returns {string} Proxy string.