| title | Saas - Notes | ||||
|---|---|---|---|---|---|
| date | 2021-03-01 | ||||
| og |
|
||||
| author |
|
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
| [ | |
| { | |
| "name": "DOCKER_REGISTRY_SERVER_PASSWORD", | |
| "value": "xxxxxxxxxxx", | |
| "slotSetting": false | |
| }, | |
| { | |
| "name": "DOCKER_REGISTRY_SERVER_URL", | |
| "value": "app_url", | |
| "slotSetting": false |
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
| NAME,SUBSCRIPTION,LOCATION, | |
| "appsvc_linux_centralus","Azure for Students","Central US" | |
| "cloud-shell-storage-centralindia","Azure for Students","Central India" | |
| "handsOn","Azure for Students","West India" |
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
| //removing the duplicates from an array | |
| const arr = [1, 2, 2, 3, 4, 5, 6, 6]; | |
| // using set | |
| const uniqueNumbers = [...new Set(arr)]; | |
| const unique = Array.from(new Set(arr)) | |
| console.log(uniqueNumbers); | |
| console.log(unique); |
We can make this file beautiful and searchable if this error is corrected: Unclosed quoted field in line 3.
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
| "Main ID","Incident ID",Region,"Incident Date",Year,"Reported Month","Number Dead","Minimum Estimated Number of Missing","Total Number of Dead and Missing","Number of Survivors","Number of Females","Number of Males","Number of Children","Cause of Death","Location of death","Information Source",Coordinates,"Migrantion route",URL,"UNSD Geographical Grouping","Source Quality" | |
| 2021.MMP00001,2021.MMP00001,"North America","Fri, 01/01/2021 - 12:00",2021,January,2,,2,,,,,"Harsh environmental conditions / lack of adequate shelter, food, water","Unspecified location in Big Bend Border Patrol Sector, Terrell County Texas, USA","US Border Patrol","29.36820243, -103.7272989","US-Mexico border crossing",https://archive.vn/TFgOs,"Northern America",5 | |
| 2021.MMP00002,2021.MMP00002,"North America","Sat, 01/02/2021 - 12:00",2021,January,1,,1,,1,,,"Vehicle accident / death linked to hazardous transport","Sierra Blanca, Hudspeth County, Texas, USA","El Comercio, Ministry of Foreign Affairs Ecuador","31.1745732, -105.3571764","US-Me |
NewerOlder