slmgr /ipk your_license_key
Replace your_license_key
with following volumn license keys according to Windows Edition:
<?xml version="1.0" encoding="utf-8"?> | |
<registrySnapshot xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | |
<user>S-1-5-21-2270195762-3335344054-2709297393-1000</user> | |
<keys> | |
<key installerType="Msi" displayName="gh-api-cli" displayVersion="4.0.2"> | |
<RegistryView>Registry64</RegistryView> | |
<KeyPath>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{12B2F28F-DCF9-4518-BAB5-7CA5BD91357A}</KeyPath> | |
<DefaultValue /> | |
<InstallLocation><![CDATA[]]></InstallLocation> | |
<UninstallString><![CDATA[MsiExec.exe /I{12B2F28F-DCF9-4518-BAB5-7CA5BD91357A}]]></UninstallString> |
gray_image = cv2.cvtColor(image, cv2.COLOR_BGR2GRAY) | |
sobel = cv2.Sobel(gray_image, ddepth=cv2.CV_64F, dx=1, dy=1, ksize=3) | |
sobel_gray = cv2.Sobel(image, ddepth=cv2.CV_64F, dx=1, dy=1, ksize=3) |
// SPDX-License-Identifier: MIT | |
pragma solidity ^0.8.20; | |
import "@openzeppelin/contracts/access/Ownable.sol"; | |
interface IGitcoinPassport { | |
function getScore(address account) external view returns (uint256); | |
} | |
contract Factory is Ownable { |
{"abi":[{"type":"constructor","inputs":[{"name":"_name","type":"string","internalType":"string"},{"name":"_description","type":"string","internalType":"string"},{"name":"_ipfsHash","type":"string","internalType":"string"},{"name":"_tokensPerUser","type":"uint256","internalType":"uint256"},{"name":"_tokensPerVerifiedUser","type":"uint256","internalType":"uint256"},{"name":"_minScoreToJoin","type":"uint256","internalType":"uint256"},{"name":"_minScoreToVerify","type":"uint256","internalType":"uint256"},{"name":"_endTime","type":"uint256","internalType":"uint256"},{"name":"_passportScorer","type":"address","internalType":"address"},{"name":"_admin","type":"address","internalType":"address"}],"stateMutability":"nonpayable"},{"type":"function","name":"castVote","inputs":[{"name":"pollId","type":"uint256","internalType":"uint256"},{"name":"votingPower","type":"uint256","internalType":"uint256"}],"outputs":[],"stateMutability":"nonpayable"},{"type":"function","name":"config","inputs":[],"outputs":[{"name":"name","ty |
<?xml version="1.0" encoding="utf-8"?> | |
<registrySnapshot xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | |
<user>S-1-5-21-1554833228-56566251-3449598448-1000</user> | |
<keys> | |
<key installerType="Unknown" displayName="MyHarmony" displayVersion="1.0.1.257"> | |
<RegistryView>Registry64</RegistryView> | |
<KeyPath>HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\036a0e4fc6a247ec</KeyPath> | |
<DefaultValue /> | |
<InstallLocation><![CDATA[]]></InstallLocation> | |
<UninstallString><![CDATA[rundll32.exe dfshim.dll,ShArpMaintain MyHarmony.application, Culture=neutral, PublicKeyToken=893f52c973591bc9, processorArchitecture=msil]]></UninstallString> |
Authors: Julia Wiesinger, Patrick Marlow
and Vladimir Vuskovic
Acknowledgements
Reviewers and Contributors
Evan Huang
Log uploaded on Tuesday, February 11, 2025, 2:20:35 PM | |
Loaded mods: | |
Prepatcher(zetrith.prepatcher): 0Harmony(2.3.3), 0PrepatcherAPI(1.2.0), 0PrepatcherDataAssembly(1.0.0), PrepatcherImpl(1.0.0), Prestarter(1.0.0) | |
Harmony(brrainz.harmony)[mv:2.3.1.0]: 0Harmony(2.3.3), HarmonyMod(2.3.1) | |
Fishery - Modding Library(bs.fishery): 0PrepatcherAPI(1.2.0), 1Fishery(0.6.1), System.Runtime.CompilerServices.Unsafe(av:6.0.0,fv:6.0.21.52210) | |
Core(Ludeon.RimWorld): (no assemblies) | |
Better Log - Fix your errors(bs.betterlog): 0PrepatcherAPI(1.2.0), 1Fishery(av:0.6.1,fv:0.5.1.2), BetterLog(1.1.0), System.Runtime.CompilerServices.Unsafe(av:6.0.0,fv:6.0.21.52210) | |
Performance Fish(bs.performance): PerformanceFish(0.6.2) | |
Royalty(Ludeon.RimWorld.Royalty): (no assemblies) |
<?xml version="1.0" encoding="utf-8"?> | |
<fileSnapshot xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | |
<files> | |
<file path="C:\ProgramData\chocolatey\lib\readyshare-vault\readyshare-vault.nupkg" checksum="03C9297940F3C37F16C1F9B7F789D0DE" /> | |
<file path="C:\ProgramData\chocolatey\lib\readyshare-vault\readyshare-vault.nuspec" checksum="A10C45087D2CFD1B4FED02DF3FF3E898" /> | |
<file path="C:\ProgramData\chocolatey\lib\readyshare-vault\ReadySHAREVault-install-v1.0.50.500.zip.txt" checksum="81B5610EB2E5AE9130B1CB3352A88462" /> | |
<file path="C:\ProgramData\chocolatey\lib\readyshare-vault\tools\chocolateyinstall.ps1" checksum="7BEDE5727902CB4FE6ABF798193E6DB8" /> | |
<file path="C:\ProgramData\chocolatey\lib\readyshare-vault\tools\ReadySHAREVault-install.exe" checksum="2408B9EBAA770310AD316B26C6DD358B" /> | |
<file path="C:\ProgramData\chocolatey\lib\readyshare-vault\tools\ReadySHAREVault-install.exe.ignore" checksum="BEA07E6D2B8DCE396FE21BAA61B349 |
I am sharing some notes on building HEIR on my M3 ARM64x Mac OS X.