Skip to content

Instantly share code, notes, and snippets.

View jokereven's full-sized avatar
:octocat:
All is for consistent.

zhou jing jokereven

:octocat:
All is for consistent.
View GitHub Profile
@jokereven
jokereven / pio.js
Last active April 16, 2022 14:44 — forked from journey-ad/oh-my-diana.user.js
[live2d 嘉然] 对嘉然live2d模型的使用 #live2d #嘉然
// ==UserScript==
// @name #相亲相爱一嘉人#
// @description 在哔站右下角添加嘉然小姐的live2d模型
// @version 1.0.1
// @namespace https://github.com/journey-ad
// @author journey-ad
// @include /^https:\/\/(www|live|space|t)\.bilibili\.com\/.*$/
// @icon https://www.google.com/s2/favicons?domain=bilibili.com
// @license GPL v2
// @run-at document-end
Python 🕓 18h18m ██████████████████████████▊░░ 92.5%
Bash 🕓 42m █░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 3.5%
TOML 🕓 19m ▍░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 1.7%
Go 🕓 14m ▎░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 1.2%
JSON 🕓 11m ▎░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0.9%
@jokereven
jokereven / latest_videos
Last active January 12, 2023 01:00
My Latest BiliBili videos 👇
【Joker Even】arch in wsl of wind... ▶️:0.1k 💬:1
【掘银】我们的低代码平台2win19virus ▶️:43 💬:0
【Joker Even】vim chrome MyKeymap ... ▶️:0.1k 💬:4
【Joker Even】Vim Vscode Goland NGC ▶️:72 💬:0
【Joker Even】serverless-vercel-G... ▶️:0.1k 💬:7
@jokereven
jokereven / .zshrc
Last active October 31, 2022 04:15
# If you come from bash you might have to change your $PATH.
# export PATH=$HOME/bin:/usr/local/bin:$PATH
# Path to your oh-my-zsh installation.
export ZSH="$HOME/.oh-my-zsh"
# Set name of the theme to load --- if set to "random", it will
# load a random theme each time oh-my-zsh is loaded, in which case,
# to know which specific one was loaded, run: echo $RANDOM_THEME
# See https://github.com/ohmyzsh/ohmyzsh/wiki/Themes
@jokereven
jokereven / nw.sh
Last active November 19, 2022 08:07
#!/bin/sh
host_ip=$(cat /etc/resolv.conf | grep nameserver | awk '{ print $2 }')
port=7890
PROXY_SOCK5="socks5://${host_ip}:${port}"
set_all_proxy(){
export all_proxy="${PROXY_SOCK5}"
@jokereven
jokereven / .arch_zshrc
Last active January 6, 2023 14:08
my arch .zshrc in wsl of windows.
# language
export LANG=zh_CN.UTF-8
export LANGUAGE=zh_CN:en_US
# If you come from bash you might have to change your $PATH.
# export PATH=$HOME/bin:/usr/local/bin:$PATH
# Path to your oh-my-zsh installation.
export ZSH="$HOME/.oh-my-zsh"
{
//
//
// edit
//
//
"editor.accessibilityPageSize": 10,
"editor.autoClosingBrackets": "languageDefined",
"editor.autoClosingOvertype": "auto",
// 将键绑定放在此文件中以覆盖默认值auto[]
[
{
"key": "shift+alt+z",
"command": "editor.action.copyLinesUpAction",
"when": "editorTextFocus && !editorReadonly"
},
{
"key": "shift+alt+up",
"command": "-editor.action.copyLinesUpAction",
@jokereven
jokereven / main.py
Created August 12, 2023 08:56
Catchmint_Little_Love
from dotenv import load_dotenv
from xiaoaitts import XiaoAi
import threading
import requests
import time
import os
class fm(object):
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.7;
import "@chainlink/contracts/src/v0.8/interfaces/AggregatorV3Interface.sol";
/**
* THIS IS AN EXAMPLE CONTRACT THAT USES HARDCODED
* VALUES FOR CLARITY.
* THIS IS AN EXAMPLE CONTRACT THAT USES UN-AUDITED CODE.
* DO NOT USE THIS CODE IN PRODUCTION.