Skip to content

Instantly share code, notes, and snippets.

View Chapoly1305's full-sized avatar

Junming Chen Chapoly1305

  • George Mason University
  • Fairfax, VA
  • 02:20 (UTC -04:00)
  • LinkedIn in/junming-c
View GitHub Profile
@Jalalx
Jalalx / DeleteAllClaudeAiChats.md
Last active February 25, 2026 10:40
Script to delete Claude AI conversations history without any dependency or using external tool.

Update on 25 Feb 2025

You do not need this script anymore, to delete all chats follow this instruction on desktop web:

  1. Go to https://claude.ai/recents
  2. Click on the checkbox below the search box. This should select all chats in the page. If you have more, you can click on the "Load more" in the bottom of the page.
  3. Click on "Delete" icon.

What is this?

You want to delete all your conversations with Claude AI, but there is no button to clean them by one click (Like what ChatGPT has). Using this instructions, you can clean all conversations. No dependency or external tool is needed (except your Google Chrome browser!)

To delete all chats with the Claude AI:

@noobnooc
noobnooc / cloudflare-worker-proxy.js
Last active January 10, 2026 07:48
cloudflare-worker-proxy
// Website you intended to retrieve for users.
const upstream = 'api.openai.com'
// Custom pathname for the upstream website.
const upstream_path = '/'
// Website you intended to retrieve for users using mobile devices.
const upstream_mobile = upstream
// Countries and regions where you wish to suspend your service.
@OmkarKirpan
OmkarKirpan / SCORM_cheat.js
Created March 1, 2023 19:53
SCORM LMS Hack
let ok = SCORM_GetAPI()
// setting lesson_status
ok.LMSSetValue('cmi.core.lesson_status', 'completed')
ok.LMSGetValue('cmi.core.lesson_status')
// setting score
ok.LMSSetValue('cmi.core.score.raw', '100')
ok.LMSGetValue('cmi.core.score.raw')
// Saving
ok.LMSCommit()
ok.LMSFinish()
@gbevan
gbevan / INSTALL.md
Last active June 2, 2022 08:47
Gnuradio 3.8 on Ubuntu 18.04
@syneart
syneart / build_wireshark.sh
Last active February 6, 2026 01:54
BUILD WIRESHARK ON UBUNTU OR DEBIAN
#!/bin/sh
# This shell script is made by SyneArt <sa@syneart.com>
#######################################
# BUILD WIRESHARK ON UBUNTU OR DEBIAN #
#######################################
# | THIS SCRIPT IS TESTED CORRECTLY ON |
# |----------------------------------------------------------|
# | OS | Wireshark | Test | Last test |
# |--------------------|----------------|------|-------------|
@pavel-kirienko
pavel-kirienko / arm-bin-to-elf.sh
Last active September 23, 2025 20:55
Converting flat binary into ARM ELF format, useful for firmware uploading via GDB
# The part .data=0x08000000 should be replaced with the correct base offset of the ROM.
# The value 0x08000000 is valid for STM32.
arm-none-eabi-objcopy -I binary -O elf32-little --change-section-address .data=0x08000000 input.bin output.elf

HomeKit Service and Characteristic UUIDs

Thanks to HAP-NodeJS

Service UUID
Accessory Information 0000003E-0000-1000-8000-0026BB765291
Air Quality Sensor 0000008D-0000-1000-8000-0026BB765291
Battery Service 00000096-0000-1000-8000-0026BB765291
Bridging State 00000062-0000-1000-8000-0026BB765291