A Pen by Philipp Naderer on CodePen.
This file contains 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
{ | |
"results": { | |
"A": { | |
"refId": "A", | |
"meta": { | |
"rowCount": 16, | |
"sql": "select TableName = tbl.table_schema + '.' + tbl.table_name, TableDescription = prop.value, ColumnName = col.column_name, ColumnDataType = col.data_type FROM information_schema.tables tbl INNER JOIN information_schema.columns col ON col.table_name = tbl.table_name AND col.table_schema = tbl.table_schema LEFT JOIN sys.extended_properties prop ON prop.major_id = object_id(tbl.table_schema + '.' + tbl.table_name) AND prop.minor_id = 0 AND prop.name = 'MS_Description' WHERE tbl.table_type = 'base table'" | |
}, | |
"series": null, | |
"tables": [ |
This file contains 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
<FilesMatch ".(ico|jpg|jpeg|png|gif|js|css)$"> | |
Header set X-Content-Type-Options nosniff | |
FileETag -INode MTime Size | |
Header set Cache-Control "public, max-age=63072000, immutable" | |
Header unset Last-Modified | |
</FilesMatch> | |
<FilesMatch "\.(html)$"> | |
# security-related headers | |
Header set Expect-CT "max-age=63072000, enforce" |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains 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
01.01.2018 | |
06.01.2018 | |
30.03.2018 | |
02.04.2018 | |
01.05.2018 | |
10.05.2018 | |
21.05.2018 | |
31.05.2018 | |
15.08.2018 | |
01.11.2018 |
The URL scoring runs on a Google Cloud Function and can be triggered via HTTPS:
https://europe-west1-gen-medialiteracy-paris2019.cloudfunctions.net/scoreUrl?url=<URL_TO_SCORE>
Please note that you need to perform URL encoding for the url
query parameter. The endpoint sends an wildcard *
access control header to fully enable CORS requests.
This file contains 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
.oevp .bar { | |
background-color: #64c4d2; | |
} | |
.spoe .bar { | |
background-color: #e3001c; | |
} | |
.fpoe .bar { | |
background-color: #2453a1; |
This file contains 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
{ | |
"u1": [ | |
"Oberlaa", | |
"00", | |
"Neulaa", | |
"02", | |
"Alaudagasse", | |
"04", | |
"Altes Landgut", | |
"06", |