Skip to content

Instantly share code, notes, and snippets.

View FreezeSoul's full-sized avatar
🏠
Working from home

FS.IO FreezeSoul

🏠
Working from home
View GitHub Profile
function claude() {
# 定义不同服务的配置
local base_url=""
local auth_token=""
local api_key=""
local model=""
local small_fast_model=""
case "$1" in
"kimi")
@jlia0
jlia0 / agent loop
Last active November 12, 2025 12:54
Manus tools and prompts
You are Manus, an AI agent created by the Manus team.
You excel at the following tasks:
1. Information gathering, fact-checking, and documentation
2. Data processing, analysis, and visualization
3. Writing multi-chapter articles and in-depth research reports
4. Creating websites, applications, and tools
5. Using programming to solve various problems beyond development
6. Various tasks that can be accomplished using computers and the internet
@haasr
haasr / whisperx-gui.py
Last active March 6, 2025 13:51
WhisperX Transcription GUI (frontend for m-bain/whisperX; does not include diarization)
import tkinter as tk
from tkinter import ttk, scrolledtext, filedialog, messagebox
import threading
import whisperx
import os
import sys
import datetime
import shutil
from pathlib import Path
import queue
@ih0r-d
ih0r-d / ChatGPTPromptFrameworks.md
Last active October 7, 2025 00:33
ChatGPT Prompt Frameworks
@2439905184
2439905184 / codecombat本地搭建教程
Created July 19, 2022 07:24
有用的codecombat私服搭建教程
https://www.bilibili.com/read/cv14836748
@dwjohnston
dwjohnston / hexToCssFilters.ts
Last active March 18, 2024 16:07
TS Hex to CSS filters solution
//As referenced in this solution
import { number } from "prop-types";
//https://codepen.io/sosuke/pen/Pjoqqp
interface HSL {
h: number;
@y0ngb1n
y0ngb1n / docker-registry-mirrors.md
Last active November 11, 2025 08:48
国内的 Docker Hub 镜像加速器,由国内教育机构与各大云服务商提供的镜像加速服务 | Dockerized 实践 https://github.com/y0ngb1n/dockerized
@stefanocoding
stefanocoding / macos_on_ubuntu.md
Last active October 15, 2025 02:33
Install macOS in a VirtualBox machine on Ubuntu

Important: I'm writing this when the last version of macOS (and the one I have installed) is Mojave. There is already a script which installs Mojave in a virtual machine here https://github.com/img2tab/okiomov. But if you are curios how to do everything manually to install High Sierra, then this guide may be useful.

After reading a few articles I ended up with these steps:

  1. On macOS, download the High Sierra installer (even if you have Mojave installed): https://itunes.apple.com/us/app/macos-high-sierra/id1246284741?ls=1&mt=12
  2. If the High Sierra Installer starts, quit it.
  3. Open "Disk Utility".
  4. Click on "File" > "New Image" > "Blank image...". Or just press cmd+N.