Skip to content

Instantly share code, notes, and snippets.

View altilunium's full-sized avatar

Altilunium altilunium

  • Altilunium
  • Indonesia
View GitHub Profile
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
<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>
<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>
<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>
<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>
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.
@altilunium
altilunium / fibo.html
Created September 14, 2022 05:33
Fibonacci Javascript
<!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>
@altilunium
altilunium / index.html
Created September 13, 2022 09:28
branching html
<!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/>