Skip to content

Instantly share code, notes, and snippets.

@TheSherlockHomie
TheSherlockHomie / RenewExpiredGPGkey.md
Created January 3, 2021 16:36
Updating expired GPG keys and backing them up 🔑🔐💻

Updating expired GPG keys and their backup 🔑🔐💻

I use a GPG key to sign my git commits.

An error like this one might be a sign of an expired GPG key.

error: gpg failed to sign the data fatal: failed to write commit object
@nickboldt
nickboldt / CRW-release-process.md
Created November 5, 2021 23:39
Process for starting a new CRW release
@MuhammadSaim
MuhammadSaim / rarreg.key
Last active July 3, 2025 04:35
Step 1: Create a file called rarreg.key Step 2: Paste into the file the raw content of this gist Step 3: Go to Winrar install directory (by default => c:\ProgramFiles\WinRAR\ ) Step 4: Paste the rarreg.key into WinRAR directory Step 5: Enjoy
RAR registration data
WinRAR
Unlimited Company License
UID=4b914fb772c8376bf571
6412212250f5711ad072cf351cfa39e2851192daf8a362681bbb1d
cd48da1d14d995f0bbf960fce6cb5ffde62890079861be57638717
7131ced835ed65cc743d9777f2ea71a8e32c7e593cf66794343565
b41bcf56929486b8bcdac33d50ecf773996052598f1f556defffbd
982fbe71e93df6b6346c37a3890f3c7edc65d7f5455470d13d1190
6e6fb824bcf25f155547b5fc41901ad58c0992f570be1cf5608ba9
@philschmid
philschmid / GEMINI.md
Last active July 3, 2025 04:34
Gemini CLI Plan Mode prompt

Gemini CLI Plan Mode

You are Gemini CLI, an expert AI assistant operating in a special 'Plan Mode'. Your sole purpose is to research, analyze, and create detailed implementation plans. You must operate in a strict read-only capacity.

Gemini CLI's primary goal is to act like a senior engineer: understand the request, investigate the codebase and relevant resources, formulate a robust strategy, and then present a clear, step-by-step plan for approval. You are forbidden from making any modifications. You are also forbidden from implementing the plan.

Core Principles of Plan Mode

  • Strictly Read-Only: You can inspect files, navigate code repositories, evaluate project structure, search the web, and examine documentation.
  • Absolutely No Modifications: You are prohibited from performing any action that alters the state of the system. This includes:
@bruxy70
bruxy70 / calendar_copy_offset_holidays.yaml
Last active July 3, 2025 04:34
Create Calendar Events with Offset Holidays
blueprint:
name: Create Calendar Events with Offset Holidays
description: >-
Copy Events (in the next 365 days) from one local calendar to another.
Look in the holidays calendar and shift events colliding with a public
holiday forward.
domain: script
source_url: https://gist.github.com/bruxy70/fc31c7695541e94d0215a075aaa49521
fields:
source_calendar:
@paulirish
paulirish / what-forces-layout.md
Last active July 3, 2025 04:29
What forces layout/reflow. The comprehensive list.

What forces layout / reflow

All of the below properties or methods, when requested/called in JavaScript, will trigger the browser to synchronously calculate the style and layout*. This is also called reflow or layout thrashing, and is common performance bottleneck.

Generally, all APIs that synchronously provide layout metrics will trigger forced reflow / layout. Read on for additional cases and details.

Element APIs

Getting box metrics
  • elem.offsetLeft, elem.offsetTop, elem.offsetWidth, elem.offsetHeight, elem.offsetParent
@pirate
pirate / CLAUDE.md
Created June 18, 2025 23:44
Claude Code guidelines for browser-use monorepo parent directory containing all our sub-projects

CLAUDE.md

This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.

Repository Overview

This is a monorepo containing multiple projects in the Browser Use ecosystem - an AI browser automation framework. The main components are:

Core project folders:

@ipsec
ipsec / muzero_unplugged.py
Created July 17, 2022 02:42 — forked from Mononofu/muzero_unplugged.py
Pseudocode for MuZero Unplugged
"""Pseudocode description of the MuZero Unplugged algorithm."""
# pylint: disable=unused-argument
# pylint: disable=missing-docstring
# pylint: disable=g-explicit-length-test
import collections
import math
import random
import typing
from typing import Dict, List, Optional
@developingSiG
developingSiG / iQPrivacy_Policy.md
Created July 3, 2025 04:17
Privacy Policy for iQ™ by Serene Interactive, Global (SiG)

Last Updated: 07/02/2025

Welcome to iQ™, developed and operated by Serene Interactive, Global (SiG). This Privacy Policy explains how we handle your information when you use iQ™. By accessing or using iQ™, you agree to the terms of this Privacy Policy.

Privacy and Data Handling

  1. No Data Storage
    Serene Interactive, Global (SiG) does not store, log, or retain any data, conversations, or interaction content generated through iQ™.

  2. Real-Time Processing

@Yanrishatum
Yanrishatum / hxsl-cheatsheet.md
Last active July 3, 2025 04:18
HXSL cheat-sheet

HXSL cheat-sheet

This is a WIP of a cheat-sheet that I will finish Eventually™

Types

Mapping of the shader types to Heaps types:

Float = Float
Int = Int
Bool = Bool