Skip to content

Instantly share code, notes, and snippets.

@alirezarezvani
alirezarezvani / openclaw-gist-executive-workflows.md
Last active April 2, 2026 02:46
OpenClaw: The Operating System for People Who Actually Work — 25 prompts for founders, developers, and marketing managers. Soul setup, memory management, self-improvement, and workflow automation.

OpenClaw: 25 AI Automation Prompts for Founders, Developers & Marketing Managers

The complete OpenClaw setup guide: AI agent configuration, workflow automation, memory management, and self-improving AI assistant prompts for startups and SMEs.

By Reza Rezvani — CTO, startup founder, 22 years in engineering leadership. These aren't demos. These are production workflows I run daily. Copy-paste, answer a few questions, done.

Keywords: OpenClaw prompts, AI assistant setup, workflow automation, AI agent configuration, self-hosted AI, startup automation, SME workflow automation, AI memory management, Claude prompts, autonomous AI assistant, OpenClaw guide 2026


KFZUS-F3JGV-T95Y7-BXGAS-5NHHP
T3ZWQ-P2738-3FJWS-YE7HT-6NA3K
KFZUS-F3JGV-T95Y7-BXGAS-5NHHP
65Z2L-P36BY-YWJYC-TMJZL-YDZ2S
SFZHH-2Y246-Z483L-EU92B-LNYUA
GSZVS-5W4WA-T9F2E-L3XUX-68473
FTZ8A-R3CP8-AVHYW-KKRMQ-SYDLS
Q3ZWN-QWLZG-32G22-SCJXZ-9B5S4
DAZPH-G39D3-R4QY7-9PVAY-VQ6BU
KLZ5G-X37YY-65ZYN-EUSV7-WPPBS
@nup002
nup002 / R&DLabGuide.md
Last active April 2, 2026 02:30
Setting Up a Physics and Electronics R&D Lab

Setting Up a Physics and Electronics R&D Lab

A practitioner's guide based on experience setting up and operating sensor development and characterisation labs at CERN, LBNL, DESY, and the University of Bergen.

Author: Magne Lauritzen

Contact: magne.lauritzen@summacogni.com

The majority of this guide applies to any lab doing experimental physics, electronics development, or instrumentation work. Sensor-specific sections are clearly marked.

@JamieMason
JamieMason / group-objects-by-property.md
Created September 14, 2018 07:38
Group Array of JavaScript Objects by Key or Property Value

Group Array of JavaScript Objects by Key or Property Value

Implementation

const groupBy = key => array =>
  array.reduce((objectsByKeyValue, obj) => {
    const value = obj[key];
    objectsByKeyValue[value] = (objectsByKeyValue[value] || []).concat(obj);
    return objectsByKeyValue;

Claude Code NO_FLICKER 模式速查表

快速启用

# 启用全屏无闪烁模式
CLAUDE_CODE_NO_FLICKER=1 claude

# 仅启用无闪烁渲染,禁用鼠标捕获
CLAUDE_CODE_NO_FLICKER=1 CLAUDE_CODE_DISABLE_MOUSE=1 claude
@thuwyh
thuwyh / approve_readonly_bash.py
Created March 16, 2026 03:11
Claude Code PreToolUse hook: auto-approve read-only Bash commands
#!/usr/bin/env python3
"""Claude Code PreToolUse hook: auto-approve read-only Bash commands.
Deny-first, then allowlist. Unknown commands fall through to user prompt.
Returns JSON with permissionDecision and reason for better diagnostics.
"""
import json
import re
import sys
@MuhammadSaim
MuhammadSaim / rarreg.key
Last active April 2, 2026 02:20
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
@sdhalpern86
sdhalpern86 / index.html
Created April 2, 2026 02:18
Apollo/Saturn v Orion/Artemis Missions: Computational & Capabilities Comparison
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Technical Review: Spaceflight Computing</title>
<script src="https://cdn.tailwindcss.com"></script>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<script type="module">
import mermaid from 'https://cdn.jsdelivr.net/npm/mermaid@10/dist/mermaid.esm.min.mjs';
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;
;; 作者: 李继刚
;; 日期: 2025-11-12
;; 剑名: 圆桌讨论
;; 剑意: 构建一个以“求真”为目标的结构化对话框架。该框架由一位极具洞察力的主持人
;; 进行引导,邀请代表不同思想的“典型代表人物”进行一场高强度的、即时响应式的
;; 深度对话。主持人将在每轮总结时生成视觉化的思考框架(ASCII Chart),通过
;; “主动质询” 与“协同共建”,对用户提出的议题进行协同探索,最终生成深刻的、
;; 结构化的知识网络。