Просто відкрийте і залиште сайт відкритим (можна і на телефоні) - https://stop-russian-desinformation.near.page/
За можливості увімкніть VPN
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
import { useCallback, useEffect } from 'react'; | |
type TUseCustomEventListenerRes = { | |
dispatchEvent: (data: CustomEventInit) => void; | |
}; | |
/** | |
* @name dispatchGlobalEvent | |
* @param {String} eventName The name of the event to dispatch | |
* @param {Array} meta Any optional data to pass to the event |
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
const input = `$ cd / | |
$ ls | |
dir a | |
14848514 b.txt | |
8504156 c.dat | |
dir d | |
$ cd a | |
$ ls | |
dir e | |
29116 f |
This file has been truncated, but you can view the full file.
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
INSERT INTO city(name,state_code,state,county,lat,lon,population,status,country) VALUES ('New York','NY','New York','Queens',40.6943,-73.9249,18680025,'public','USA'); | |
INSERT INTO city(name,state_code,state,county,lat,lon,population,status,country) VALUES ('Los Angeles','CA','California','Los Angeles',34.1141,-118.4068,12531334,'public','USA'); | |
INSERT INTO city(name,state_code,state,county,lat,lon,population,status,country) VALUES ('Chicago','IL','Illinois','Cook',41.8375,-87.6866,8586888,'public','USA'); | |
INSERT INTO city(name,state_code,state,county,lat,lon,population,status,country) VALUES ('Miami','FL','Florida','Miami-Dade',25.784,-80.2101,6076316,'public','USA'); | |
INSERT INTO city(name,state_code,state,county,lat,lon,population,status,country) VALUES ('Dallas','TX','Texas','Dallas',32.7935,-96.7667,5910669,'public','USA'); | |
INSERT INTO city(name,state_code,state,county,lat,lon,population,status,country) VALUES ('Houston','TX','Texas','Harris',29.786,-95.3885,5724418,'public','USA'); | |
INSERT INTO city(name,s |
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
const states = { | |
'USA': [ | |
{ | |
"name": "Alabama", | |
"abbreviation": "AL" | |
}, | |
{ | |
"name": "Alaska", | |
"abbreviation": "AK" | |
}, |
Usage:
npm run example "hi there!"