This file contains hidden or 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
MISAL DIARIO | |
CATÓLICO APOSTÓLICO ROMANO | |
(Imagen del Corazón con cruz) | |
1962 | |
CON KYRIALE EN NOTACIÓN GREGORIANA | |
COMPILADO DEL MISSALE ROMANUM | |
CON UN SUPLEMENTO QUE CONTIENE |
This file contains hidden or 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": "FanSubs Hispanos", | |
"includeCustomFormatWhenRenaming": false, | |
"specifications": [ | |
{ | |
"name": "Dantalian", | |
"implementation": "ReleaseGroupSpecification", | |
"negate": false, | |
"required": false, | |
"fields": { |
This file contains hidden or 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
package seed | |
import ( | |
"crypto/ed25519" | |
"crypto/hmac" | |
"crypto/sha512" | |
"math/big" | |
"github.com/gagliardetto/solana-go" | |
"github.com/mr-tron/base58" |
This file contains hidden or 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
Checks: > | |
-*, | |
bugprone-*, | |
misc-*, | |
modernize-*, | |
performance-*, | |
portability-*, | |
readability-*, | |
cppcoreguidelines-*, | |
-misc-non-private-member-variables-in-classes, |
This file contains hidden or 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
Alajuela | |
Cartago | |
Guanacaste | |
Heredia | |
Limón | |
Puntarenas | |
San José | |
Abangares | |
Acosta | |
Alajuela |
This file contains hidden or 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
#!/usr/bin/env python3 | |
results: dict[int, list[int]] = {} | |
for i in range(2, 20): | |
for j in range(2, 20): | |
result = i * j | |
operands = [i, j] | |
operands.sort() |
This file contains hidden or 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
let | |
nixpkgs-src = builtins.fetchTarball { | |
# 23.05 | |
url = "https://github.com/NixOS/nixpkgs/archive/nixos-23.11.tar.gz"; | |
}; | |
pkgs = import nixpkgs-src { | |
config = { | |
# allowUnfree may be necessary for some packages, but in general you should not need it. | |
allowUnfree = false; |
This file contains hidden or 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
# This flake was initially generated by fh, the CLI for FlakeHub (version 0.1.9) | |
{ | |
# A helpful description of your flake | |
description = "Editor depedencies for development"; | |
# Flake inputs | |
inputs = { | |
pre-commit-hooks.url = "github:cachix/pre-commit-hooks.nix"; | |
flake-schemas.url = | |
"https://flakehub.com/f/DeterminateSystems/flake-schemas/*.tar.gz"; |
This file contains hidden or 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
Verifying that I control the following Nostr public key: npub149050rmfuher7u6wkssq5mvsagappqxnumheupe4mevgmp3aaw9s3f538q |
This file contains hidden or 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
let | |
nixpkgs-src = builtins.fetchTarball { | |
# 23.05 | |
url = "https://github.com/NixOS/nixpkgs/archive/nixos-23.05.tar.gz"; | |
}; | |
pkgs = import nixpkgs-src { | |
config = { | |
# allowUnfree may be necessary for some packages, but in general you should not need it. | |
allowUnfree = false; |
NewerOlder