Skip to content

Instantly share code, notes, and snippets.

@ZeroOne3010
ZeroOne3010 / unicode_escape_codes.html
Last active October 11, 2019 12:30
A web page from which you can easily copy certain Unicode escape codes to clipboard.
<html>
<head>
<title>Unicode escape characters</title>
<link rel="icon" href="data:image/png;base64,
iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAABGdBTUEAALGPC/xhBQAAACBjSFJN
AAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAABIFBMVEUAAABUACFVACFVACJx
KUaZZ3trIT7////+/v7dzNOld4qidIbfz9ZpHjz+/f5wKEXXw8uqgJGdbH/l2N1kFzb9/Px1MUxk
FjW/n6x4NVCofo+dbIDSu8SwiJhtJEGOVWzbydDIrbiXY3jq3+NWASNhETH7+fp7OVPMs721kZ+S
W3Hu5ulXAyRdDS359veBQVvHqra7maeMU2ny7O5YBSZbCCn28fOGSmKPV27Boq5mGjihcoXz7fBW
AiSLUWj38/XRusPy7O+MUmm3lKLJrrmCRF16OFKUX3T6+PlbCSq7mqfGqrVhEjLPuMFxKkf07vFs
Array.from(document.getElementsByTagName('tr'))
.filter(e => e.getAttribute('bgcolor') == '#FFFFBB' || e.getAttribute('bgcolor') == '#FFFFDD')
.map(e => ({fileName: e.children[0].innerText, fileSize: e.children[1].innerText, publishDate: e.children[2].innerText, description: e.children[3].innerText}))
@ZeroOne3010
ZeroOne3010 / java-micro-frameworks-in-github.html
Last active October 31, 2023 08:57
A list of some Java micro frameworks and their GitHub star and fork counts, as parsed from the GitHub API.
<html>
<head>
<style type="text/css">
body {
padding-left: 24px;
padding-right: 24px;
}
</style>
<link href=" https://cdn.jsdelivr.net/npm/picnic@7.1.0/picnic.min.css " rel="stylesheet" />
@ZeroOne3010
ZeroOne3010 / index.html
Created December 22, 2017 23:34
A page that displays three other web pages in iframes, side by side, based on the query parameters.
<html>
<head>
<style type="text/css">
body {
margin: 0;
}
iframe {
padding: 0;