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
tap "hashicorp/tap" | |
tap "homebrew/bundle" | |
tap "homebrew/cask" | |
tap "homebrew/cask-drivers" | |
tap "homebrew/core" | |
tap "osx-cross/arm" | |
tap "osx-cross/avr" | |
tap "qmk/qmk" | |
tap "romkatv/powerlevel10k" | |
# Run your GitHub Actions locally 🚀 |
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
"""Convergence of Pi using QMC. | |
--------------------------- | |
MIT License | |
Copyright (c) 2022 Pamphile Tupui ROY | |
Permission is hereby granted, free of charge, to any person obtaining a copy | |
of this software and associated documentation files (the "Software"), to deal |
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
"""Timing MC vs QMC. | |
Comparison of `numpy.random.Generator` (MC) vs `scipy.stats.qmc.Sobol` (QMC) | |
speed to sample points. | |
---------------- | |
MIT License | |
Copyright (c) 2022 Pamphile Tupui ROY |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
import binascii | |
import json | |
from base64 import b64encode, b64decode | |
from Crypto.Cipher import AES | |
from Crypto.Random import get_random_bytes | |
data = b"..." | |
header = b"storachaProof" |
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
brew install wimlib | |
diskutil eraseDisk MS-DOS "WINDOWS11" GPT disk5 | |
rsync -avh --progress --exclude=sources/install.wim /Volumes/CCCOMA_X64FRE_DE-DE_DV9/ /Volumes/WINDOWS11 | |
wimlib-imagex split /Volumes/CCCOMA_X64FRE_DE-DE_DV9/sources/install.wim /Volumes/WINDOWS11/sources/install.swm 3800 |
OlderNewer