Hash and UID tools
hash
- hashCode
- simpleHash
- hash-sum
- js-xxhash Web Assembly version
- object-hash
- SubtleCrypto digest (browser built-in SHA1, SHA256)
Akabeko | |
Anchor | |
Ancient Tea Set | |
Art of War | |
Astrolabe | |
Bag of Marbles | |
Bag of Preparation | |
Bird-Faced Urn | |
Black Blood | |
Black Star |
[ | |
{ | |
"hex":"fff1ce", | |
"name":"blanc", | |
"hbw":72, | |
"id":"32001", | |
"collection":1931 | |
},{ | |
"hex":"585d5e", | |
"name":"gris foncé 31", |
<?php | |
//check for PHP version requirements | |
if(version_compare(phpversion(), '5.3.0', '<')) die('This requires at least PHP 5.3 to run.'); | |
date_default_timezone_set('Europe/Berlin'); | |
$conversions = array( | |
array( | |
'text' => 'UTF-8 Decode', | |
'function' => function($input) { | |
return utf8_decode($input); |
<!DOCTYPE html> | |
<html lang="de"> | |
<head> | |
<meta charset="utf-8" /> | |
<title>Raster Tests</title> | |
<style> | |
html { | |
font: 24px/1.25 system-ui, sans-serif; | |
} |
on run {input, parameters} | |
with timeout of 360 seconds | |
tell application "System Events" | |
activate | |
display dialog input buttons {"OK"} default button 1 with title "File Hashes" giving up after 300 --seconds | |
end tell | |
end timeout | |
end run |
const $ = document.querySelector.bind(document); | |
const $$ = document.querySelectorAll.bind(document); |
html { | |
font: 125%/1.2 system-ui; | |
background-color: #999; | |
} | |
img { | |
max-width: 100%; | |
height: auto; | |
display: block; | |
} |
Abessinier | |
Ägyptische Mau | |
American Bobtail Shorthair | |
American Curl Shorthair | |
American Shorthair | |
American Wirehair | |
Anatoli | |
Arabische Mau | |
Asian | |
Australian Mist |
Die Bitrate bestimmt die Qualität des Inhalts. Wird sie größer, steigen Qualität und Speicherbedarf an. Bilddimensionen, bzw. Länge des Musikstücks beeinflussen ebenfalls die Dateigröße: Höhere Auflösung bewirkt in der Regel größeren Platzbedarf.
Kompression | Bild | Video | Audio |
---|---|---|---|
lossy | JPG, PNG-8, WEBP, HEIC | H.264, H.265, DivX, Xvid, 3GP, MJPEG | MP3, AAC, OGG |
lossless | PNG-24 | DV-PAL, PNG | FLAC, APE, ALAC, AIFF, WAV |