Skip to content

Instantly share code, notes, and snippets.

View sphp's full-sized avatar

Shamim sphp

View GitHub Profile
@sphp
sphp / cities.json
Created August 10, 2022 22:43 — forked from Miserlou/cities.json
1000 Largest US Cities By Population With Geographic Coordinates, in JSON
[
{
"city": "New York",
"growth_from_2000_to_2013": "4.8%",
"latitude": 40.7127837,
"longitude": -74.0059413,
"population": "8405837",
"rank": "1",
"state": "New York"
},
@sphp
sphp / js-task-1.md
Created August 10, 2022 22:42 — forked from codedokode/js-task-1.md
Задания на яваскрипт (простые)