Skip to content

Instantly share code, notes, and snippets.

View AjianNie's full-sized avatar
💩
Home Office

AjianNie

💩
Home Office
View GitHub Profile
@zoltan-magyar
zoltan-magyar / xcode-claude-code-third-party.md
Last active April 29, 2026 13:34
Xcode Claude Code integration with third-party APIs

Setting Up Xcode Claude Code with Third-Party API Endpoints

This guide explains how to configure Xcode's built-in Claude Code integration to work with third-party API endpoints instead of the official Anthropic API. You need macOS 26.2+ and Xcode 26.3+ for the Claude Code integration.

Step 1: Install Claude Code component in Xcode

You need to first install Xcode's own Claude Code instance, with its own Claude Code binary.

Xcode Settings -> Intelligence -> Anthropic -> Claude Agent -> press Get button

@bookfere
bookfere / fix-google-translate-cn.bat
Last active March 30, 2026 03:41
Fix Google Translate CN for Windows
:: Copyright (c)2022 https://bookfere.com
:: This is a batch script for fixing Google Translate and making it available
:: in the Chinese mainland. If you experience any problem, visit the page below:
:: https://bookfere.com/post/1020.html
@echo off
setlocal enabledelayedexpansion
chcp 437 >NUL
set "ips[0]=74.125.137.90"
@bookfere
bookfere / fix-google-translate-cn.sh
Last active December 22, 2025 01:54
Fix Google Translate CN for macOS
#!/bin/bash
# Copyright (c)2022 https://bookfere.com
# This is a batch script for fixing Google Translate and making it available
# in the Chinese mainland. If you experience any problem, visit the page below:
# https://bookfere.com/post/1020.html
set -e
IPS=(
74.125.137.90
@JamesHopbourn
JamesHopbourn / feishu.json
Last active May 9, 2026 13:23
含参数的 URL Scheme 收集.md
{
"key_open_app_link_config": {
"hosts": {
"eu_ea": [
"applink.feishu.cn",
"applink.larksuite.com"
],
"eu_nc": [
"applink.feishu.cn",
"applink.larksuite.com"