sequenceDiagram
actor Initiator
actor Recipient
participant KEM
participant KDF
participant AEAD
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
body { | |
min-height: fit-content; | |
background-color: #f7f2ff; | |
color: #392142; | |
font-family: 'Gambarino', serif; | |
&>.page { | |
min-height: 100dvh; | |
height: 100%; | |
padding: 3rem; |
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 { useRef, useEffect, useState } from 'preact/hooks'; | |
export function App() { | |
const [keys, setKeys] = useState<string[]>([]); | |
const [obj, setObj] = useState<any>(); | |
return ( | |
<> | |
<textarea | |
onInput={(ev) => { |
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
# example config | |
MINECRAFT_VERSION="1.18.1" | |
FABRIC_MODS=( | |
# add the mod id / slug from modrinth here | |
) | |
FORGE_MODS=( | |
# add the mod id / slug from modrinth here | |
) | |
QUILT_MODS=( |
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
# | |
# Automatically generated file; DO NOT EDIT. | |
# Linux/x86 5.16.4 Kernel Configuration | |
# | |
CONFIG_CC_VERSION_TEXT="gcc (GCC) 11.2.0" | |
CONFIG_CC_IS_GCC=y | |
CONFIG_GCC_VERSION=110200 | |
CONFIG_CLANG_VERSION=0 | |
CONFIG_AS_IS_GNU=y | |
CONFIG_AS_VERSION=23700 |
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
name: Rust | |
on: | |
push: | |
branches: [ master ] | |
pull_request: | |
branches: [ master ] | |
env: | |
CARGO_TERM_COLOR: always |
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
/* ==UserStyle== | |
@name monkeytype nord | |
@namespace github.com/openstyles/stylus | |
@version 1.0.0 | |
@description nord theme for monkeytype | |
@author refact0r | |
@homepageURL https://github.com/refact0r/monkeytype-themes | |
@updateURL https://github.com/refact0r/monkeytype-themes/raw/main/nord.user.css | |
==/UserStyle== */ | |
@-moz-document domain("monkeytype.com") { |
Amazon - $70 Waiting for restock...
Mechboards - £75.00($103.04)
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
#!/bin/bash | |
# My Fork of Who23's statify script, changed to kitty image protocol | |
# A script to display current spotify track info in a small terminal window | |
# this includes art, track name, and artist. All art/text centered | |
# Copyright 2020 Aditya Shrivastava | |
# | |
# Permission is hereby granted, free of charge, to any person obtaining a copy of this | |
# software and associated documentation files (the "Software"), to deal in the Software |
Preview
NewerOlder