Skip to content

Instantly share code, notes, and snippets.

View Raincal's full-sized avatar
💦

Raincal

💦
View GitHub Profile
payload:
- '136.22.64.0/24'
- '136.22.65.0/24'
- '136.22.67.0/24'
- '136.22.76.0/24'
- '136.22.83.0/24'
- '136.22.85.0/24'
- '136.22.86.0/24'
- '136.22.87.0/24'
- '136.22.92.0/24'
@Raincal
Raincal / PuerNya_sing-box_fakeip_client_config.jsonc
Created November 23, 2023 11:36 — forked from CHIZI-0618/PuerNya_sing-box_fakeip_client_config.jsonc
sing-box 带有 Proxy Providers 的客户端配置示例
{
"log": {
"level": "info",
"output": "sing-box.log",
"timestamp": true
},
"dns": {
"servers": [
{
"tag": "cloudflare",
@Raincal
Raincal / ReactDOMRe.re
Created April 19, 2020 08:14
Testing React Context
[@bs.optional] [@bs.as "data-testid"]
dataTestid: string,

Keybase proof

I hereby claim:

  • I am raincal on github.
  • I am raincal (https://keybase.io/raincal) on keybase.
  • I have a public key ASAk1KosbLNOcvnchci3q4b5YqUc-F5RtIz2fgMh5NA1yQo

To claim this, I am signing this object:

@Raincal
Raincal / keybase.md
Last active September 14, 2019 12:03

Keybase proof

I hereby claim:

  • I am raincal on github.
  • I am raincal (https://keybase.io/raincal) on keybase.
  • I have a public key ASDleUyCJCTks176BpYYiDxcJt6g138a8Vzw1Ak1DlUFrQo

To claim this, I am signing this object:

@Raincal
Raincal / graphql.ts
Created July 9, 2019 10:19 — forked from mfellner/graphql.ts
Using Apollo Server in Next.js 9 with API route in pages/api/graphql.ts
import { ApolloServer, gql } from 'apollo-server-micro';
const typeDefs = gql`
type Query {
sayHello: String
}
`;
const resolvers = {
Query: {
@Raincal
Raincal / hooks.js
Created July 3, 2019 03:04
react-loop-2019
import { useEffect, useRef, useState } from 'react';
export function useLogging(message) {
useEffect(() => {
console.log(message);
}, [message]);
}
function getLocalStorageValue(key) {
const val = localStorage.getItem(key);

Keybase proof

I hereby claim:

  • I am Raincal on github.
  • I am raincal (https://keybase.io/raincal) on keybase.
  • I have a public key whose fingerprint is 7495 3D1B A936 5169 396D 4E6F BDB2 F7AC 26B1 32A3

To claim this, I am signing this object:

@Raincal
Raincal / rxjs_operators_by_example.md
Created November 8, 2017 08:03 — forked from btroncone/rxjs_operators_by_example.md
RxJS 5 Operators By Example
!/bin/bash
apt-get update
apt-get install privoxy -y
git clone https://github.com/Raincal/shadowsocksr.git
python2 shadowsocksr/shadowsocks/local.py -s pub.liuboping.com -p 443 -l 1090 -k www.liuboping.com -m aes-128-ctr -O auth_aes128_md5 -o tls1.2_ticket_auth --fast-open