Skip to content

Instantly share code, notes, and snippets.

View evilhawk00's full-sized avatar
🦅
I may be slow to respond.

evilhawk00 evilhawk00

🦅
I may be slow to respond.
  • Taipei, Taiwan
View GitHub Profile
@evilhawk00
evilhawk00 / claude-revert-checkpoint.md
Created July 12, 2025 13:35 — forked from sohei1l/claude-revert-checkpoint.md
CLAUDE.md rule for Git based Undo/Checkpoint in Claude Code

⚠️ MANDATORY SESSION RULES - MUST FOLLOW IMMEDIATELY

IMPORTANT: At the VERY START of any coding task, you MUST:

  1. Create a new branch using the format: claude-session-YYYYMMDD-[topic]
  2. Push the branch to origin
  3. Start committing changes immediately

Session Workflow

Starting a Session

@evilhawk00
evilhawk00 / gpg-signing.md
Created January 20, 2024 02:32 — forked from xavierfoucrier/gpg-signing.md
GPG signing with Git and Github Desktop

GPG signing – git github-desktop

Here is a short guide that will help you setup your environment to create signed commits or signed tags with Git locally. This has been extensively tested on Windows with Git and the Github Desktop application: I use it every day for my professional development projects.

I you face any issue, feel free to leave a comment below.

Summary

  1. Sign commits or tags
  2. Key passphrase
  3. Disable signatures
  4. Renew a GPG key
@evilhawk00
evilhawk00 / README.md
Created November 2, 2022 02:41 — forked from lopspower/README.md
Hexadecimal color code for transparency

Hexadecimal color code for transparency

Twitter

How to set transparency with hex value ?

For example, you want to set 40% alpha transparence to #000000 (black color), you need to add 66 like this #66000000.

Download This sample on Google Play Store

@evilhawk00
evilhawk00 / README.md
Created July 31, 2021 08:52 — forked from heri16/README.md
Download / Record Youtube Live stream
@evilhawk00
evilhawk00 / wl_monitor.sh
Created March 23, 2019 09:09 — forked from mkaminsky11/wl_monitor.sh
Enables monitor mode for wl driver(Broadcom)
#!/bin/sh
# so, by default, monitoring and injection cannot be used with Broadcom wl wifi drivers (such as those for Macs)
# this makes it impossible to do stuff like crack wifi passwords with aircrack-ng
# fortunately, there is a solution burried in https://www.broadcom.com/docs/linux_sta/README.txt
echo 1 > /proc/brcm_monitor0 #enables monitor mode. That's it!
# prism0 is now like "mon0" (monitor mode)