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
{ | |
pkgs, | |
lib, | |
config, | |
inputs, | |
... | |
}: | |
{ | |
# https://devenv.sh/basics/ |
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
Sorteo | Fecha | Nº 1 | Nº 2 | Nº 3 | Nº 4 | Nº 5 | Tipo Lotería | Acumulado | |
---|---|---|---|---|---|---|---|---|---|
1690 | 19/04/2022 | 12 | 27 | 26 | 25 | 20 | Lotto | 46000000.00 | |
1691 | 19/04/2022 | 13 | 25 | 34 | 31 | 17 | Lotto | 25000000.00 | |
1692 | 19/04/2022 | 26 | 24 | 13 | 21 | 0 | Lotto | 52700000.00 | |
1693 | 25/04/2020 | 32 | 23 | 27 | 20 | 3 | Lotto | 25000000.00 | |
1694 | 25/04/2020 | 4 | 13 | 26 | 19 | 20 | Lotto | 25000000.00 | |
1695 | 25/04/2020 | 28 | 23 | 17 | 26 | 3 | Lotto | 55200000.00 | |
1696 | 26/04/2020 | 32 | 14 | 2 | 5 | 31 | Lotto | 86300000.00 | |
1697 | 26/04/2020 | 1 | 20 | 11 | 3 | 9 | Lotto | 25000000.00 | |
1698 | 26/04/2020 | 24 | 26 | 1 | 20 | 11 | Lotto | 53200000.00 |
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
➜ LC_ALL=C sudo nixos-rebuild build --flake .# --show-trace | |
building the system configuration... | |
evaluating derivation 'git+file:///home/jorge/puntoarchivos#nixosConfigurations."woody".config.system.build.toplevel'fatal: unable to read tree (fdcdd095f3b721485bee6c4b61f101e52aeecc88) | |
error: | |
… while calling anonymous lambda | |
at /nix/store/vj980b72z6zb0yg6v0a7nzc9rcww3jmn-source/lib/attrsets.nix:1529:14: | |
1528| zipAttrsWith ( | |
1529| n: values: | |
| ^ | |
1530| let |
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
may 25 22:22:54 woody kernel: call_irq_handler: 1.55 No irq handler for vector | |
may 25 22:22:54 woody kernel: call_irq_handler: 2.55 No irq handler for vector | |
may 25 22:22:54 woody kernel: call_irq_handler: 3.55 No irq handler for vector | |
may 25 22:22:54 woody kernel: call_irq_handler: 4.55 No irq handler for vector | |
may 25 22:22:54 woody kernel: call_irq_handler: 5.55 No irq handler for vector | |
may 25 22:22:54 woody kernel: call_irq_handler: 6.55 No irq handler for vector | |
may 25 22:22:54 woody kernel: call_irq_handler: 7.55 No irq handler for vector | |
may 25 22:22:54 woody kernel: call_irq_handler: 8.55 No irq handler for vector | |
may 25 22:22:54 woody kernel: call_irq_handler: 9.55 No irq handler for vector | |
may 25 22:22:54 woody kernel: call_irq_handler: 10.55 No irq handler for vector |
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
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
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; |
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, |
NewerOlder