Created | OSM ID |
---|---|
2008-01-01 00:00:00+00:00 | way/10701530 |
2008-01-01 00:00:00+00:00 | way/10701590 |
2008-01-01 00:00:00+00:00 | way/18579556 |
2008-01-01 00:00:00+00:00 | way/14189427 |
2008-01-01 00:00:00+00:00 | way/18086625 |
2008-01-01 00:00:00+00:00 | way/13506365 |
2008-01-01 00:00:00+00:00 | way/14188588 |
2008-01-01 00:00:00+00:00 | way/14188576 |
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
The OpenStreetMap Foundation in 2022 – The upcoming elections | |
https://imagico.de/blog/en/the-openstreetmap-foundation-in-2022-the-upcoming-elections/ | |
The OpenStreetMap Foundation in 2022 – looking back | |
https://imagico.de/blog/en/the-openstreetmap-foundation-in-2022-looking-back/ | |
Green Marble version 3 | |
https://imagico.de/blog/en/green-marble-version-3/ | |
Autumn and spring in polar regions |
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
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
</head> | |
<body> | |
<div id="nyaa"></div> | |
</body> | |
<script src="https://cdn.plot.ly/plotly-2.16.1.min.js"></script> | |
<script type='text/javascript' src='tweets.js'></script> |
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
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
</head> | |
<body> | |
<div id="nyaa"></div> | |
</body> | |
<script src="https://cdn.plot.ly/plotly-2.16.1.min.js"></script> | |
<script type='text/javascript' src='tweets.js'></script> |
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
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
</head> | |
<body> | |
<div id="nyaa"></div> | |
</body> | |
<script type='text/javascript' src='tweets.js'></script> |
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
INTRODUCTION | |
============ | |
This archive was generated at the request of the following user: | |
- @username at the time the archive was generated: _____ | |
- Account ID: _____ | |
The easiest way to navigate your archive is to open the HTML renderer in a desktop web browser by double clicking the “Your archive” file included in the main folder once the archive is unzipped. | |
Note that the HTML renderer only works if the archive is less than 50GB. Also note that the HTML renderer only includes a subset of the data included in the archive. To see all the data included in the archive, please navigate the JSON files located in the “data” folder. |
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
<!DOCTYPE html> | |
<html> | |
<body> | |
<p>Masukkan Angka | |
<body> | |
<form action="" id="ff"> | |
Angka: <br/> | |
<input type="number" id="angka"><br/> | |
<input type="submit" value="Hitung Fibonacci" onclick="kirim()"> | |
</form> |
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
<!DOCTYPE html> | |
<html> | |
<body> | |
<p>Masukkan nama dan umur Anda | |
<body> | |
<form action="" id="ff"> | |
Nama: <br/> | |
<input type="text" id="nama"><br/> | |
Umur: <br/> | |
<input type="number" id="umur"><br/> |