Skip to content

Instantly share code, notes, and snippets.

View izyForever's full-sized avatar
😊
Focusing

lin yudong izyForever

😊
Focusing
View GitHub Profile
@hjeffrey
hjeffrey / replace_kangxi_radical.py
Last active April 7, 2024 12:14
把康熙部首替换为简体中文
#!/usr/bin/python
# -*- coding:utf-8 -*-
# 把康熙部首替换为简体中文
import os
import sys
import glob
import json
# 查看编码
@evilpacket
evilpacket / gist:3647908
Created September 5, 2012 23:46
Pure lua MD5 Implementation
--[[---------------
LuaBit v0.4
-------------------
a bitwise operation lib for lua.
http://luaforge.net/projects/bit/
How to use:
-------------------
bit.bnot(n) -- bitwise not (~n)