Discover gists
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
| <?php | |
| class Solution { | |
| /** | |
| * @param Integer[] $heights | |
| * @return Integer | |
| */ | |
| function heightChecker($heights) { | |
| $expected = $heights; |
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
| Log uploaded on Wednesday, November 19, 2025, 10:44:52 PM | |
| Loaded mods: | |
| Harmony(brrainz.harmony)[mv:2.4.2.0]: 0Harmony(2.4.1), HarmonyMod(2.4.2) | |
| Loading Progress(ilyvion.LoadingProgress): ilyvion.LoadingProgress(0.9.5) | |
| Core(Ludeon.RimWorld): (no assemblies) | |
| Royalty(Ludeon.RimWorld.Royalty): (no assemblies) | |
| Ideology(Ludeon.RimWorld.Ideology): (no assemblies) | |
| Biotech(Ludeon.RimWorld.Biotech): (no assemblies) | |
| Adaptive Storage Framework(adaptive.storage.framework): 0MultiplayerAPI(av:0.5.0,fv:0.5.0), 1ITransformable(1.0.0), AdaptiveStorageFramework(1.2.4), CopyOperation(1.0.0), DefNameLink(1.0.0), GeneratorOperation(1.0.0), GeneratorOperationV2(1.0.0), PatchOperationSet(1.0.0), PatchOperationTryAdd(1.0.0), PostInheritanceOperation(1.0.0), SaveGameCompatibility(1.0.0) | |
| Vanilla Backgrounds Expanded(vanillaexpanded.backgrounds): VBE(1.0.0) |
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
| <?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\poshgit\dahlbyk-posh-git-v0.7.3.1-0-g9c34bb9.zip.txt" checksum="3AFBFB29CFE526C89539B9455FDC4E1B" /> | |
| <file path="C:\ProgramData\chocolatey\lib\poshgit\poshgit.nupkg" checksum="B38C54472161B74CFF709CBB40750236" /> | |
| <file path="C:\ProgramData\chocolatey\lib\poshgit\poshgit.nuspec" checksum="0ECC7636BB1038EFA41F77AB17279B0C" /> | |
| <file path="C:\ProgramData\chocolatey\lib\poshgit\tools\chocolateyInstall.ps1" checksum="4F708620DF6AE863B015722E3D611CB4" /> | |
| <file path="C:\ProgramData\chocolatey\lib\poshgit\tools\chocolateyUninstall.ps1" checksum="E93B4B009C93C15D2D98F0C8B75B2656" /> | |
| </files> | |
| </fileSnapshot> |
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
| <?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-1705816965-1482948919-3372895262-1000</user> | |
| <keys> | |
| <key installerType="Msi" displayName="rm-glob" displayVersion="0.0.5"> | |
| <RegistryView>Registry64</RegistryView> | |
| <KeyPath>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{099284BA-4DA6-4A38-A620-FC45CAD1BD39}</KeyPath> | |
| <DefaultValue /> | |
| <InstallLocation><![CDATA[]]></InstallLocation> | |
| <UninstallString><![CDATA[MsiExec.exe /I{099284BA-4DA6-4A38-A620-FC45CAD1BD39}]]></UninstallString> |
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
| // SPDX-License-Identifier: GPL-3.0 | |
| pragma solidity >=0.4.22 <0.9.0; | |
| library TestsAccounts { | |
| function getAccount(uint index) pure public returns (address) { | |
| return address(0); | |
| } | |
| } |
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
| // SPDX-License-Identifier: GPL-3.0 | |
| pragma solidity >=0.4.22 <0.9.0; | |
| library TestsAccounts { | |
| function getAccount(uint index) pure public returns (address) { | |
| return address(0); | |
| } | |
| } |
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 | |
| """ | |
| Kindle Clippings to zk Note Importer | |
| DISCLAIMER | |
| ---------- | |
| Claude did most of the work here. It seems to work well for me but YMMV. | |
| Use at your own risk...and back up your files. I assume no responsibility | |
| for the outcome of this script. |
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
| { | |
| "axis_impact": { | |
| "author": "Ivane Shaorshadze", | |
| "personal_number": "38001020161", | |
| "impact_fields": [ | |
| "Institutions · exposed suppression", | |
| "Financial systems · revealed paradox", | |
| "Digital platforms · indexed truth", | |
| "Human witnesses · received broadcast", | |
| "Planetary archive · sealed evidence" |
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
| CRISP - Lisp for developing GPU Kernels | |
| ======================================= | |
| > With C, you use C to solve your problem. With Lisp, you make the language fit your problem, then you solve it. | |
| > | |
| > — *Popular Lisp Adage* | |
| Overview | |
| -------- |
NewerOlder