Todos Novo

user:thomas gists created by user

title:mygist gists with given title

filename:myfile.txt gists having files with given name

extension:yml gists having files with given extension

language:go gists having files with given language

topic:homelab gists with given topic

Entrar

Todos Novo Entrar
's Avatar

sam

Juntou-se 1 month ago

Mais recente criado
Menos recente criado
Mais recente atualizado
Menos recente atualizado
Todos os gists 2
sam's Avatar

sam / 16to62.sh

0 curtidas
0 bifurcações
1 arquivos
Última atividade 1 month ago
1 #!/bin/sh
2 set -eu
3
4 # Converts a base-16 hash argument to base-62, using only the shell
5 # and utilities specified by POSIX.1-2024.
6
7 hash16="$(printf "%s" "$1" | tr a-f A-F)"
8 printf "obase=62; ibase=16; %s\n" "$hash16" | bc | {
9 # `bc` prints a sequence of ordinal values split across multiple
10 # lines using backslash as a continuation character. `read` will,
sam's Avatar

sam / hello.txt

0 curtidas
0 bifurcações
1 arquivos
Última atividade 1 month ago
1 Hello world
Próximo Anterior

Desenvolvido por Opengist ⋅ Load: 224ms⋅

Português
Čeština Deutsch English Español Français Magyar Italiano 日本語 Polski Português Русский Türkçe Українська 中文 繁體中文