Skip to content

Instantly share code, notes, and snippets.

View KevinZonda's full-sized avatar
🐞
Code once, bug everywhere

Xiang Shi KevinZonda

🐞
Code once, bug everywhere
View GitHub Profile
----------------------------------------------------------
-----------金庸群侠传复刻之Lua版----------------------------
--版权所无,敬请复制
--您可以随意使用代码
---本代码由游泳的鱼编写
--本模块是lua主模块,由C主程序JYLua.exe调用。C程序主要提供游戏需要的视频、音乐、键盘等API函数,供lua调用。
@imba-tjd
imba-tjd / .Windows Optimization.md
Last active November 14, 2024 17:23
记录我使用的软件和优化Windows的操作
@ditzel
ditzel / I18n.cs
Last active June 30, 2023 21:05
Internationalization - See code comments for usage
/*
* Internationalization
*
* Author: Daniel Erdmann
*
* 1. Add this File to you Project
*
* 2. Add the language files to the folder Assets/Resources/I18n. (Filesnames: en.txt, es.txt, pt.txt, de.txt, and so on)
* Format: en.txt: es.txt:
* =============== =================
@jiahuif
jiahuif / main.go
Created October 16, 2017 06:00
golang: tunnel tcp over socks5
package main
import (
"flag"
"io"
"net"
"time"
log "github.com/sirupsen/logrus"
"golang.org/x/net/proxy"
@journey-ad
journey-ad / 2233.zenra.js
Last active August 7, 2024 03:28
哔站直播间的2233娘挂件替换为全裸版本
// ==UserScript==
// @name 哔站直播全裸2233娘
// @description 哔站直播间的2233娘挂件替换为全裸版本
// @description:zh-TW 嗶站直播間的2233娘掛件替換為全裸版本
// @namespace https://github.com/journey-ad
// @author journey-ad
// @include *://live.bilibili.com/*
// @require https://cdn.jsdelivr.net/jquery/1.12.4/jquery.min.js
@edp1096
edp1096 / tidb_win_build.cmd
Last active December 28, 2020 23:22 — forked from tupunco/tidb_win_build.bat
tidb build for windows
rem tidb build in pcbangstudio project folder - http://enjoytools.net/xe/board_vngc57/8978
rem go get tidb
go get -v github.com/pingcap/tidb
rem build goyacc
go build -v -o bin/goyacc.exe src/github.com/pingcap/tidb/parser/goyacc/main.go
rem then below error message will be shown. Just go on.
rem can't load package: package github.com/pingcap/tidb: no Go files in blahblah_directory
package main
import (
"encoding/json"
"fmt"
"log"
"github.com/graphql-go/graphql"
)
@imba-tjd
imba-tjd / .Cloud.md
Last active November 19, 2024 04:28
☁️ 一些免费的云资源

  • IaaS指提供系统(可以自己选)或者储存空间之类的硬件,软件要自己手动装。PaaS提供语言环境和框架(可以自己选)。SaaS只能使用开发好的软件(卖软件本身,如税务会计、表格文字)。BaaS一般类似于非关系数据库,但各家不通用
  • 云服务的特点:零前期成本&按需付费&弹性(类似于租,可随时多加、退掉;但没有残值)、高可用(放在机房中,不同AZ间水电隔离)

其他人的集合

@tomac4t
tomac4t / ipip-bt.py
Last active April 3, 2024 12:33
IPIP Firefox Extension API
#!/usr/bin/python3
import requests
import sys
n = len(sys.argv)
for i in range (1, n):
ipipapi = "https://btapi.ipip.net/host/info?ip=" + sys.argv[i] + "&host=&lang=cn"
@vhxubo
vhxubo / FastGit.user.js
Last active February 2, 2024 16:09
GitHub Clone or download、releases 下载加速
// ==UserScript==
// @name FastGit
// @version 0.8
// @description GitHub Clone or download、Releases 下载加速
// @author Vhxubo
// @license MIT
// @icon https://github.githubassets.com/favicon.ico
// @homepage https://gist.github.com/vhxubo/d67fbd5bb3b7308b2e3690ca58e12c12
// @namespace https://gist.github.com/vhxubo/d67fbd5bb3b7308b2e3690ca58e12c12
// @match https://github.com/*/*