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
| package main | |
| import "fmt" | |
| func reverse[T any](s []T) { | |
| for i, j := 0, len(s)-1; i < j; i, j = i+1, j-1 { | |
| s[i], s[j] = s[j], s[i] | |
| } | |
| } |
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
| absl-py==0.12.0 | |
| alabaster==0.7.12 | |
| albumentations==0.1.12 | |
| altair==4.1.0 | |
| appdirs==1.4.4 | |
| argon2-cffi==20.1.0 | |
| arviz==0.11.2 | |
| astor==0.8.1 | |
| astropy==4.2.1 | |
| astunparse==1.6.3 |
We can make this file beautiful and searchable if this error is corrected: Unclosed quoted field in line 9.
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
| Regione,Capoluogo,Popolazione (ab),Superficie (km²),Densità (ab./km²),Province e *città metropolitane*[6],Comuni | |
| Lombardia,Milano,10 103 969,23 864,423,"Bergamo, Brescia, Como, Cremona, Lecco, Lodi, Mantova, *Milano*, Monza e Brianza, Pavia, Sondrio, Varese",1 506 | |
| Lazio,Roma,5 865 544,17 232,340,"Frosinone, Latina, Rieti, *Roma*, Viterbo",378 | |
| Campania,Napoli,5 785 861,13 671,423,"Avellino, Benevento, Caserta, *Napoli*, Salerno",550 | |
| Sicilia,Palermo,4 968 410,25 832,192,"Agrigento, Caltanissetta, *Catania*, Enna, *Messina*, *Palermo*, Ragusa, Siracusa, Trapani",390 | |
| Veneto,Venezia,4 907 704,18 345,268,"Belluno, Padova, Rovigo, Treviso, *Venezia*, Verona, Vicenza",563 | |
| Emilia-Romagna,Bologna,4 467 118,22 453,199,"*Bologna*, Ferrara, Forlì-Cesena, Modena, Parma, Piacenza, Ravenna, Reggio Emilia, Rimini",328 | |
| Piemonte,Torino,4 341 375,25 387,171,"Alessandria, Asti, Biella, Cuneo, Novara, *Torino*, Verbano-Cusio-Ossola, Vercelli",1 181 | |
| Puglia,Bari,4 008 296,19 541,205,"*Bari*, Barletta-Andria-Trani, Brindisi, Foggia, |
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
| Type | Province | Capital | Code | Region | Macroregion | Population | Area | Density | Comuni | President | |
|---|---|---|---|---|---|---|---|---|---|---|---|
| F | *Agrigento* | Agrigento | AG | Sicily | Insular | 434,870 | 3,053 | 144 | 43 | Marcello Maisano (commissioner) | |
| O | *Alessandria* | Alessandria | AL | Piedmont | North-West | 421,284 | 3,559 | 119 | 188 | Gianfranco Lorenzo Baldi (R) | |
| O | *Ancona* | Ancona | AN | Marche | Centre | 471,228 | 1,963 | 241 | 47 | Liana Serrani (L) | |
| D | *Aosta* | Aosta | AO | Aosta Valley | North-West | 125,666 | 3,261 | 39 | 74 | — | |
| O | *Arezzo* | Arezzo | AR | Tuscany | Centre | 342,654 | 3,233 | 106 | 36 | Roberto Vasai (L) | |
| O | *Ascoli Piceno* | Ascoli Piceno | AP | Marche | Centre | 207,179 | 1,228 | 170 | 33 | Paolo D'Erasmo (L) | |
| O | *Asti* | Asti | AT | Piedmont | North-West | 214,638 | 1,510 | 143 | 118 | Marco Gabusi (R) | |
| O | *Avellino* | Avellino | AV | Campania | South | 418,306 | 2,792 | 157 | 118 | Domenico Gambacorta (R) | |
| M | *Bari* | Bari | BA | Apulia | South | 1,251,994 | 3,821 | 329 | 41 | Antonio Decaro (L) |
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
| // knockout 3.5.0 | |
| ko.utils.addOrRemoveItem = function (array, value, included) { /* .. */ } | |
| ko.utils.anyDomNodeIsAttachedToDocument = function (nodes) { /* .. */ } | |
| ko.utils.arrayFilter = function (array, predicate) { /* .. */ } | |
| ko.utils.arrayFirst = function (array, predicate, predicateOwner) { /* .. */ } |
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
| // knockout 3.4.0 | |
| ko.utils.addOrRemoveItem = function (array, value, included) { /* .. */ } | |
| ko.utils.anyDomNodeIsAttachedToDocument = function (nodes) { /* .. */ } | |
| ko.utils.arrayFilter = function (array, predicate) { /* .. */ } | |
| ko.utils.arrayFirst = function (array, predicate, predicateOwner) { /* .. */ } |
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
| // knockout 3.3.0 | |
| ko.utils.addOrRemoveItem = function (array, value, included) { /* .. */ } | |
| ko.utils.anyDomNodeIsAttachedToDocument = function (nodes) { /* .. */ } | |
| ko.utils.arrayFilter = function (array, predicate) { /* .. */ } | |
| ko.utils.arrayFirst = function (array, predicate, predicateOwner) { /* .. */ } |
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
| ko.utils.addOrRemoveItem = function (array, value, included) { /* .. */ } | |
| ko.utils.anyDomNodeIsAttachedToDocument = function (nodes) { /* .. */ } | |
| ko.utils.arrayFilter = function (array, predicate) { /* .. */ } | |
| ko.utils.arrayFirst = function (array, predicate, predicateOwner) { /* .. */ } | |
| ko.utils.arrayForEach = function (array, action) { /* .. */ } |
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
| // knockout 3.0.0 | |
| ko.utils.addOrRemoveItem = function (array, value, included) { /* .. */ } | |
| ko.utils.anyDomNodeIsAttachedToDocument = function (nodes) { /* .. */ } | |
| ko.utils.arrayFilter = function (array, predicate) { /* .. */ } | |
| ko.utils.arrayFirst = function (array, predicate, predicateOwner) { /* .. */ } |
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
| // knockout 2.3.0 | |
| ko.utils.addOrRemoveItem = function (array, value, included) { /* .. */ } | |
| ko.utils.anyDomNodeIsAttachedToDocument = function (nodes) { /* .. */ } | |
| ko.utils.arrayFilter = function (array, predicate) { /* .. */ } | |
| ko.utils.arrayFirst = function (array, predicate, predicateOwner) { /* .. */ } |
NewerOlder