Skip to content

Instantly share code, notes, and snippets.

View Kenshinhu's full-sized avatar
🎯
Focusing

Kenshinhu Kenshinhu

🎯
Focusing
View GitHub Profile
# NAME: Claude
# AUTHOR: blackmatrix7
# REPO: https://github.com/blackmatrix7/ios_rule_script
# UPDATED: 2024-07-03 16:18:28
# DOMAIN: 1
# DOMAIN-SUFFIX: 5
# TOTAL: 6
DOMAIN,cdn.usefathom.com
DOMAIN-SUFFIX,anthropic.com
DOMAIN-SUFFIX,claude.ai
@Kenshinhu
Kenshinhu / gist:590b51ce1c91c224cb4c3cf37b54f04b
Created March 28, 2017 03:16 — forked from jaredsinclair/set-build-number.sh
Simple, Git-friendly run script for automated build numbering in Xcode
#
# Set the build number to the current git commit count.
# If we're using the Dev scheme, then we'll suffix the build
# number with the current branch name, to make collisions
# far less likely across feature branches.
# Based on: http://w3facility.info/question/how-do-i-force-xcode-to-rebuild-the-info-plist-file-in-my-project-every-time-i-build-the-project/
#
# Updated with dSYM handling from http://yellowfeather.co.uk/blog/auto-incrementing-build-number-in-xcode-revisited/
#
@Kenshinhu
Kenshinhu / leancloud node service formhelper
Created February 16, 2016 09:29
leancloud node service formhelper
require! \debug
require! \fs
require! \multiparty
_ = require \lodash
{isArray} = require \util
AV = require \leanengine
log = debug "carlive:formHelper"
#!/bin/bash
# Please run this shell with "sudo ..."
SERVICE=Wi-Fi
# You could change the service. List all network services via:
# networksetup -listallnetworkservices
echo ""
echo "Current DNS on ${SERVICE}:"