Skip to content

Instantly share code, notes, and snippets.

View Paulswith's full-sized avatar

jevo747 Paulswith

View GitHub Profile
@soxrok2212
soxrok2212 / Xiaomi Redmi AX6000 RB06 OpenWrt Config
Created June 7, 2022 06:12
Xiaomi Redmi AX6000 RB06 OpenWrt Config
#
# Automatically generated file; DO NOT EDIT.
# OpenWrt Configuration
#
# CONFIG_release is not set
CONFIG_current=y
# CONFIG_stable is not set
CONFIG_MODULES=y
CONFIG_HAVE_DOT_CONFIG=y
# CONFIG_SDK_PACKAGE is not set
@mayufo
mayufo / 验证中国身份证 前6位对应地区码
Created January 16, 2018 10:12
验证中国身份证 前6位对应地区码
var GB2260 = {
"110000": "北京市",
"110100": "北京市市辖区",
"110101": "北京市东城区",
"110102": "北京市西城区",
"110103": "北京市崇文区",
"110104": "北京市宣武区",
"110105": "北京市朝阳区",
"110106": "北京市丰台区",
"110107": "北京市石景山区",
@LeCoupa
LeCoupa / redis_cheatsheet.bash
Last active March 18, 2024 09:08
Redis Cheatsheet - Basic Commands You Must Know --> UPDATED VERSION --> https://github.com/LeCoupa/awesome-cheatsheets
# Redis Cheatsheet
# All the commands you need to know
redis-server /path/redis.conf # start redis with the related configuration file
redis-cli # opens a redis prompt
# Strings.