Skip to content

Instantly share code, notes, and snippets.

View PhilipTang's full-sized avatar

philip PhilipTang

  • 保密
  • China.BeiJing
View GitHub Profile
var CryptoJS = require('crypto-js')
var request = require('request-promise')
/*
* npm install crypto-js request-promise request
* node wx_t1t_hack.js
*/
// export function testEncription(msg, fullKey) {
// var fullKey = fullKey.slice(0, 16)
@thedreamwork
thedreamwork / unwxapkg.py
Last active September 13, 2024 21:40
unpack wxapkg
#!/usr/bin/python
# usage python unwxapkg.py filename
import sys,os
import struct
class WxapkgFile:
nameLen = 0
name = ""
## Adobe PhotoShop CC 2017安装包汉化
* 下载:[zh_CN.zip](https://pan.baidu.com/s/1jHCfU4m)
* 密码:i9ud
* 语言包安装方法:
* 1 安装好photoshop以后,将解压好的语言包文件夹复制到 应用程序/Adobe Photoshop CC 2017/Locales 目录下
* 2 打开 photoshop,点击左上角 Photoshop CC/Preferences/Interface... 在弹出的界面中间部分修改UI Language的值 为Simplified Chinese 点击右上角 OK按钮。
* 3 重启 photoshop 即可。
@VincentSit
VincentSit / update_gfwlist.sh
Last active March 24, 2024 14:39
Automatically update the PAC for ShadowsocksX. Only tested on OS X. (Deprecated)
#!/bin/bash
# update_gfwlist.sh
# Author : VincentSit
# Copyright (c) http://xuexuefeng.com
#
# Example usage
#
# ./whatever-you-name-this.sh
#
# Task Scheduling (Optional)