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
Ik, Simeon Duwel, bevestig bij deze dat ik enkel e-mailadressen verzamel voor appfunctionaliteitsdoeleinden. | |
Deze gegevens zijn optioneel tenzij je gegevens wilt bewaren op de server, maar ook dan verloopt alles via | |
een versleutelde verbinding waar ik zelf niet aan kan. Ik zal nooit je gegevens verkopen of gebruiken voor | |
marketingdoeleinden. |
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
[features] | |
seeds = false | |
[programs.devnet] | |
niels_vacancies = "666cAMTH2kZ1XrgDycUZsF45PTASy6ddBExjjJ1b6YUu" | |
[registry] | |
url = "https://anchor.projectserum.com" | |
[provider] | |
cluster = "devnet" |
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
<?xml version="1.0" encoding="UTF-8"?> | |
<kml xmlns="http://www.opengis.net/kml/2.2" xmlns:gx="http://www.google.com/kml/ext/2.2" xmlns:kml="http://www.opengis.net/kml/2.2" xmlns:atom="http://www.w3.org/2005/Atom"> | |
<Document> | |
<name>mestreech.kml</name> | |
<StyleMap id="m_ylw-pushpin"> | |
<Pair> | |
<key>normal</key> | |
<styleUrl>#s_ylw-pushpin</styleUrl> | |
</Pair> | |
<Pair> |
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
Den Ouden Almanac Van Mokumse Zegswyzen, Uitspraecken ende Humoristischen Vertier | |
Al wie niet gebruikt 't Système Internationale, | |
Die wordt de wanpraktijk al snel fataal |
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
from math import sqrt | |
from typing import List, Tuple | |
import requests | |
coordinaatX = float(input("geef de oosterlengte als een decimaal: ")) | |
coordinaatY = float(input("geef de noorderbreedte als een decimaal: ")) | |
delta = 0.02 | |
linkergrens = coordinaatX - delta | |
rechtergrens = coordinaatX + delta |