Skip to content

Instantly share code, notes, and snippets.

View quericy's full-sized avatar
🎯
Focusing

quericy quericy

🎯
Focusing
View GitHub Profile
@quericy
quericy / semantic-commit-messages.md
Created February 13, 2022 15:33 — forked from joshbuchea/semantic-commit-messages.md
Semantic Commit Messages

Semantic Commit Messages

See how a minor change to your commit message style can make you a better programmer.

Format: <type>(<scope>): <subject>

<scope> is optional

Example

@quericy
quericy / BaiduPCS-appid-getter.py
Created January 7, 2019 05:40 — forked from pcmid/BaiduPCS-appid-getter.py
获取有效的百度app_id
from __future__ import print_function
import requests
import threading
import sys
def eprint(*args, **kwargs):
print(*args, file=sys.stderr, **kwargs)
@quericy
quericy / bench.sh
Created January 1, 2018 14:59 — forked from TimothyYe/bench.sh
Bench test script
#!/usr/bin/env bash
#
# Description: Auto test download & I/O speed script
#
# Copyright (C) 2015 - 2016 Teddysun <i@teddysun.com>
#
# Thanks: LookBack <admin@dwhd.org>
#
# URL: https://teddysun.com/444.html
#
@quericy
quericy / Laravel_validation.php
Last active July 1, 2019 04:01
Localization Validation Message For Chineses With Laravel 5
<?php
/* Last Update : 20170208 ,Laravel 5.3 */
return [
/*
|--------------------------------------------------------------------------
| Validation Language Lines
|--------------------------------------------------------------------------
|
| The following language lines contain the default error messages used by