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
/* | |
alexPrintPrep($("textarea#phrase").val(), null, 210); | |
alexPrintPrep(address, privkey, 100); | |
<div id="printable-view-for-alex" class="alex-qr-container"></div> | |
@media print | |
{ |
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
/* | |
* Copyright (c) 2023-2024 Alexander Zagniotov | |
* | |
* Licensed under the Apache License, Version 2.0 (the "License"); | |
* you may not use this file except in compliance with the License. | |
* You may obtain a copy of the License at | |
* | |
* http://www.apache.org/licenses/LICENSE-2.0 | |
* | |
* Unless required by applicable law or agreed to in writing, software |
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
/** | |
* The configuration parameters outlined below are specifically optimized for execution across | |
* four (4) distributed workers, each provisioned with the n2d-highmem-48 machine type—offering | |
* 48 virtual CPUs and 384 GB of RAM per node. These settings have been carefully fine-tuned to | |
* support Spark workloads that process data on a monthly cadence, where each job ingests and | |
* computes over an entire month's worth of data in a single run on DataProc. | |
* | |
* The cluster total resources: | |
* - 4 workers * 48 vCPUs/worker = 192 total vCPUs | |
* - 4 workers * 384 GB RAM/worker = 1,536 GB total RAM |
OlderNewer