- hashCode
- simpleHash
- hash-sum
- js-xxhash Web Assembly version
- object-hash
- SubtleCrypto digest (browser built-in SHA1, SHA256)
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
<!doctype html> | |
<html lang="en" data-theme="light"> | |
<head> | |
<meta charset="UTF-8"> | |
<title>dark mode</title> | |
<link rel="stylesheet" href="style.css" /> | |
<script src="script.js" defer></script> | |
</head> |
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
<?php | |
// ASN.1 parsing library | |
// Attribution: http://www.krisbailey.com | |
// license: unknown | |
// modified: Mike Macgrivin [email protected] 6-oct-2010 to support Salmon auto-discovery | |
// from openssl public keys | |
class ASN_BASE { |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
import Foundation | |
import AVKit | |
// This extension is based upon https://www.thonky.com/qr-code-tutorial/data-encoding | |
extension AVMetadataMachineReadableCodeObject | |
{ | |
var binaryValue: Data? | |
{ | |
switch type | |
{ |
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
/* SYSTEM FONTS */ | |
.body { font: -apple-system-body; } | |
.headline { font: -apple-system-headline; } | |
.subheadline { font: -apple-system-subheadline; } | |
.caption1 { font: -apple-system-caption1; } | |
.caption2 { font: -apple-system-caption2; } | |
.footnote { font: -apple-system-footnote; } | |
.short-body { font: -apple-system-short-body; } |
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
Akabeko | |
Anchor | |
Ancient Tea Set | |
Art of War | |
Astrolabe | |
Bag of Marbles | |
Bag of Preparation | |
Bird-Faced Urn | |
Black Blood | |
Black Star |
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
<!DOCTYPE html> | |
<html lang="de"> | |
<head> | |
<meta charset="utf-8" /> | |
<title>Raster Tests</title> | |
<style> | |
html { | |
font: 24px/1.25 system-ui, sans-serif; | |
} |
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
const $ = document.querySelector.bind(document); | |
const $$ = document.querySelectorAll.bind(document); |
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
html { | |
font: 125%/1.2 system-ui; | |
background-color: #999; | |
} | |
img { | |
max-width: 100%; | |
height: auto; | |
display: block; | |
} |
NewerOlder