Cradicle Explorer
ai-agents-prototypes_china-dictatorship
Info
Issues
Patches
Wallets
Source
Source
.github
china_dictatorship
evil-man
hello-world
#
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
Plain text.txt
Raffalang.bro
TCSH.tcsh
THP.hrp
THue.th
TI Hexadecimal.hex
TIBasic.ti
TK.tk
TSQL.sql
TTCN3.ttcn
Tao Presentations.ddd
TapeBagel.tb
Tcl.tcl
TeX.tex
Telephone
Terra.t
Tri.tri
TrollScript.troll
TrumpScript.py
Turing.oot
Turing.t
TypeScript.ts
u
v
w
x
y
z
license
index-split
template_dir
.gitignore
.gitlab-ci.yml
CONTRIBUTING.md
Gemfile
Gemfile.lock
LICENSE
MANIFEST.in
Makefile
README-docinfo.html
README.adoc
ZOV by Pavel Filatyev 2022.txt
ZOV от Павла Филатьева 2022.txt
action.js
censorship.md
china-dictatorship
china-dictatorship.py
communities-that-censor-politics.md
description
description-cirosantilli
description-filter
dissidents.md
foot.html
generate-redirects
gifs.sh
head.html
images.js
index.js
linkedin-profile.md
media.md
misc.md
movements.md
package-lock.json
package.json
people.md
policies.md
push
push-mirrors
push-mirrors-bump-package-json-version
push-mirrors-bump-setup-py-version
random-links
setup.py
stack-exchange-lost-freedom-of-speech.md
stack-overflow-profile.md
trump-ban-is-bad.md
岳昕-致北京大学师生和北大外国语学院的一封公开信.md
许章润-愤怒的人民已不再恐惧.md
许章润-我们当下的恐惧与期待.md
贾植芳-《访苏联归来》新译本序.md
赫连禾-21世纪新政宣言.md
郝雪森-三朝罪恶元凶王沪宁.adoc
魏京生-第五个现代化.md
黎安友-中国中产阶级谜题.md
/
hello-world
/
t
/ TSQL.sql
TSQL.sql
1
DECLARE @message varchar(128)
2
SELECT @message = 'Hello World'
3
PRINT @message