Skip to content

Instantly share code, notes, and snippets.

View GoooIce's full-sized avatar

王雪 GoooIce

View GitHub Profile
@GoooIce
GoooIce / wt.sh
Last active August 4, 2025 14:36
WorktreeFlow
#!/bin/bash
# Git Worktree 设置脚本,集成 Claude Code
# 用法: ./working-tree.sh <worktree名称>
set -e # 遇到错误时退出
# 输出颜色设置
@GoooIce
GoooIce / _deobfuscating-unminifying-obfuscated-web-app-code.md
Created November 26, 2024 07:12 — forked from 0xdevalias/_deobfuscating-unminifying-obfuscated-web-app-code.md
Some notes and tools for reverse engineering / deobfuscating / unminifying obfuscated web app code
import torch
import gradio as gr
from transformers import (
AutomaticSpeechRecognitionPipeline,
WhisperForConditionalGeneration,
WhisperTokenizer,
WhisperProcessor,
)
from peft import PeftModel, PeftConfig
PostgreSQL Type PostgreSQL Size Description Range Diesel Type Rust Type
Nullable Types nullable Nullable``
@GoooIce
GoooIce / blog.rst
Created February 18, 2021 15:26 — forked from hishnash/blog.rst

Documentation Engine Demo

This is a demo of how our documentation engine to see the real Paw docs go to Paw Docs

.. bc::
    :noindex: true

    * Paw Docs Engine demo
@GoooIce
GoooIce / qiniu_letssl.py
Last active July 22, 2024 06:32
七牛云 Let's Encrypt
#!/usr/bin/python
# -*- coding: UTF-8 -*-
#
# 脚本功能:上传从Let's Encrypt申请的 cdn.xxxx.com 的SSL证书到七牛云存储并启用。
# 使用方法: python qiniu_letssl.py
#
# pip install qiniu
import qiniu
from qiniu import DomainManager