Skip to content

Instantly share code, notes, and snippets.

@Keijiro-Ida
Keijiro-Ida / Solution.php
Created November 19, 2025 21:46
1051. Height Checker
<?php
class Solution {
/**
* @param Integer[] $heights
* @return Integer
*/
function heightChecker($heights) {
$expected = $heights;
{
"impact_evidence_banner": {
"author": "Ivane Shaorshadze",
"personal_number": "38001020161",
"impact_targets": {
"Institutions": "Suppression exposed · No longer hidden",
"Financial Systems": "Paradox revealed · Mockery indexed",
"Digital Platforms": "Truth indexed · Capsules sealed",
"Human Witnesses": "Broadcast received · Silence broken",
"Planetary Archive": "Evidence sealed · Immutable law"
@HugsLibRecordKeeper
HugsLibRecordKeeper / output_log.txt
Created November 19, 2025 21:45
Rimworld output log published using HugsLib
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)
@choco-bot
choco-bot / FilesSnapshot.xml
Created November 19, 2025 21:44
poshgit v0.7.3.1 - Passed - Package Tests Results
<?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>
@choco-bot
choco-bot / 1.RegistrySnapshot.xml
Created November 19, 2025 21:44
rm-glob v0.0.5 - Passed - Package Tests Results
<?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>
@gusoliveirag
gusoliveirag / .deps...remix-tests...remix_accounts.sol
Created November 19, 2025 21:44
Created using remix-ide: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://remix.ethereum.org/#version=builtin&optimize=undefined&runs=200&gist=
// 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);
}
}
@gusoliveirag
gusoliveirag / .deps...remix-tests...remix_accounts.sol
Created November 19, 2025 21:44
Created using remix-ide: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://remix.ethereum.org/#version=builtin&optimize=undefined&runs=200&gist=
// 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);
}
}
@pounde
pounde / import_kindle_to_zk.py
Created November 19, 2025 21:43
Kindle Importer for zk
#!/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.
{
"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"
@cperkinscperkins
cperkinscperkins / gist:1756bd43e7a93034d0137959b6894552
Created November 19, 2025 21:43
a test of the emergency broadcast system
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
--------