I hereby claim:
- I am stellarstoic on github.
- I am stellarstoic (https://keybase.io/stellarstoic) on keybase.
- I have a public key ASCcRT7m7FiMKqzA8UnOxGDCTel_HrWFsyYoDnKJYEGefQo
To claim this, I am signing this object:
npub1qqqqqqz7nhdqz3uuwmzlflxt46lyu7zkuqhcapddhgz66c4ddynswreecw |
SELECT | |
?airportName ?pageBanner ?logo ?icao ?iata ?faa ?website ?operator ?opening ?status ?elevation ?elevationUnitLabel ?image | |
?runway ?runwayLabel ?lengthValue ?lengthUnitLabel ?widthValue ?widthUnitLabel ?materialLabel | |
WHERE { | |
BIND(wd:Q8685 AS ?airport) # JFK International Airport's Wikidata ID | |
# Fetching general airport information | |
OPTIONAL { ?airport wdt:P373 ?airportName. } | |
OPTIONAL { ?airport wdt:P948 ?pageBanner. } | |
OPTIONAL { ?airport wdt:P154 ?logo. } |
import requests | |
from bs4 import BeautifulSoup | |
from datetime import datetime, timedelta | |
import pytz | |
import re | |
# the URL of the page you want to scrape | |
url = "https://www.sloveniacontrol.si/Strani/Summary-C.aspx" | |
# send a GET request to the URL |
I hereby claim:
To claim this, I am signing this object:
/* | |
##Device = Desktops | |
##Screen = 1281px to higher resolution desktops | |
*/ | |
@media (min-width: 1281px) { | |
//CSS | |
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags --> | |
<title>FS-Hairstyler</title> |
<!DOCTYPE html> | |
<html> | |
<head> | |
<link rel="stylesheet" href="style.css"> | |
</head> | |
<body> | |
<div id="header"> |
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>FakeBook</title> | |
<meta charset="utf-8" /> | |
<link rel="stylesheet" href="style.css"> | |
</head> | |
<body> |
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>FaKeBooK</title> | |
<meta charset="utf-8" /> | |
<!--Ali je META charset pravilno zaključen z poševnico kot mi jo je zaključil | |
sam autoclose-html? | |
Na W3Schol, te poševnice ni. | |
NA stackoverflow pravijo da poševnica ni potrebna ampak če je že nič ne škodi--> | |
</head> |
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>MojaStran</title> | |
</head> | |
<body> | |
<p>moja prva spletna stran</p> |