Skip to content

Instantly share code, notes, and snippets.

View HappiePlant's full-sized avatar
💭
:)

HappiePlant HappiePlant

💭
:)
View GitHub Profile
@HappiePlant
HappiePlant / overheid_websites.nu
Last active February 26, 2024 20:37
Nushell command to get a list of all domains of the Dutch government / Nederlandse overheid
# ODS Source: https://www.communicatierijk.nl/vakkennis/rijkswebsites/verplichte-richtlijnen/websiteregister-rijksoverheid
# Direct source: https://www.communicatierijk.nl/binaries/communicatierijk/documenten/publicaties/2016/05/26/websiteregister/websiteregister-rijksoverheid-2024-01-25.ods
open websiteregister-rijksoverheid-2024-01-25.ods
| get Sheet1.column0
| skip 2
| str replace "http://" ""
| split column .
| each {|e|
transpose
| get column1
@HappiePlant
HappiePlant / unicode-symbols-minecraft.md
Last active September 29, 2024 13:34
Unicode Symbols supported by Minecraft

« » ░ ▒ ▓ ∙ ■

ℹ ⚠ ☞ ☜ ☮

⓪ ① ② ③ ④ ⑤ ⑥ ⑦ ⑧ ⑨ ⑩ ⑪ ⑫ ⑬ ⑭ ⑮ ⑯ ⑰ ⑱ ⑲ ⑳ Ⓐ Ⓑ Ⓒ Ⓓ Ⓔ Ⓕ Ⓖ Ⓗ Ⓘ Ⓙ Ⓚ Ⓛ Ⓜ Ⓝ Ⓞ Ⓟ Ⓠ Ⓡ Ⓢ Ⓣ Ⓤ Ⓥ Ⓦ Ⓧ Ⓨ Ⓩ ⓐ ⓑ ⓒ ⓓ ⓔ ⓕ ⓖ ⓗ ⓘ ⓙ ⓚ ⓛ ⓜ ⓝ ⓞ ⓟ ⓠ ⓡ ⓢ ⓣ ⓤ ⓥ ⓦ ⓧ ⓨ ⓩ

<html lang="nl-NL">
<head>
<title>Exporting test</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="created" content="2021-02-09T17:31:00.0000000" />
</head>
<body data-absolute-enabled="true" style="font-family:Calibri;font-size:11pt">
<div style="position:absolute;left:48px;top:115px;width:720px">
<p style="margin-top:0pt;margin-bottom:0pt">Hello world!</p>
</div>
body{margin:0 auto;padding:12vmin 10vmin;max-width:35em;line-height:1.5em;font-family: -apple-system,BlinkMacSystemFont,sans-serif;word-wrap: break-word;}