Skip to content

Instantly share code, notes, and snippets.

View chrisguox's full-sized avatar
😃
Happy Coding.

Chris Guo chrisguox

😃
Happy Coding.
  • Guangzhou, China
View GitHub Profile
// ==UserScript==
// @name auto-discord
// @namespace http://tampermonkey.net/
// @version 0.16
// @description try to take over the world!
// @updateURL https://gist.githubusercontent.com/chrisguox/5383df93cd0fe62165d89a9b45c41710/raw/auto-discord.js
// @downloadURL https://gist.githubusercontent.com/chrisguox/5383df93cd0fe62165d89a9b45c41710/raw/auto-discord.js
// @author You
// @match https://discord.com/invite/*
// @match https://discord.gg/*
@chrisguox
chrisguox / attestation.txt
Created September 6, 2021 00:54
Attestation
I contributed to the clr.fund Trusted Setup Multi-Party Ceremony.
The following are my contribution signatures:
Circuit: qvt32
Contributor # 643
Hash: aea0684b 5e5a1c48 986ff45e b647f221
01babe9b 6a977cee 7b0af340 d4e7b00c
cb3cf06e 707637a4 fe959563 b45aaf69
fcc97162 8c4d515d 4be65f8a 0d7a5f44
class ResponseMixin:
@property
def _base_result_dict():
result_dict = {
'res': 'Test'
}
return result_dict
class A(ResponseMixin, View):