Skip to content

Instantly share code, notes, and snippets.

View enganese's full-sized avatar
🟢
Online

Ulan Aitbay enganese

🟢
Online
View GitHub Profile
#!/usr/bin/env bash
set -euo pipefail
# patch-claude-code.sh — Rebalance Claude Code prompts to fix corner-cutting behavior
#
# What this does:
# Patches the npm-installed @anthropic-ai/claude-code cli.js to rebalance
# system prompt instructions that cause the model to cut corners, simplify
# excessively, and defer complicated work.
#
@py563
py563 / ABC_Learn_English_Series.md
Last active January 30, 2023 11:41
python scripts that download notes for ABC Learn English Series

Steps to be followed to run the script

  1. Python 3.5 or later is required (Programmers and Linux users please help your fellow blog readers).

  2. To check If python is installed or not on your system, please follow below steps

    • open terminal /command prompt,
    • type python3 --version or python --version and press enter.
    • The terminal window will display text in the format of _Python 3.6.7_, signifying that python is installed.
    • Skip the next step(4) and proceed to Step(5).
@sundowndev
sundowndev / GoogleDorking.md
Last active June 17, 2026 04:40
Google dork cheatsheet

Google dork cheatsheet

Search filters

Filter Description Example
allintext Searches for occurrences of all the keywords given. allintext:"keyword"
intext Searches for the occurrences of keywords all at once or one at a time. intext:"keyword"
inurl Searches for a URL matching one of the keywords. inurl:"keyword"
allinurl Searches for a URL matching all the keywords in the query. allinurl:"keyword"
intitle Searches for occurrences of keywords in title all or one. intitle:"keyword"