mirror.dongdigua.github.io/js/random-quote.js
dongdigua 6c67aeb0c1 emacs29: update about musl build; collections
youtube:
- tsoding: neural network
- <C> : PDP-11 & Zork
- recover $2M crypto
2023-01-05 11:25:29 +08:00

45 lines
2.7 KiB
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

var data = [
"富强民主文明和谐, 自由平等公正法治, 爱国敬业诚信友善",
"解放思想, 实事求是, 与时俱进",
"绿水青山就是金山银山",
"为中华之崛起而读书!",
"减轻义务教育阶段学生作业负担、减轻校外培训负担",
"实践是检验真理的唯一标准",
"<a id=quote href=https://www.bilibili.com/video/BV1vW411g7tN>谁甘人生黯淡无光 谁愿做叶不争艳芳</a>",
"Fly high my friend, until we meet again",
"HsCnPtPSrYZn",
"李无用地瓜碱水, 硒钫铕𬭶鿔合金",
"我这人有几个缺点: 第一, 不会数数; 第二, 记性不好; 第四, 不会数数",
"圈纸带回家研磨了",
"我们从这里启航♫",
"Learn. Unlearn. Relearn.",
"The internet is FULL, go away!",
"<a id=quote href=new_blog_arch>May the --force be with you</a>",
"<a id=quote href=https://suckless.org>Software that sucks less</a>",
"whoami: No system is safe",
"Cant keep up! Is the server overloaded?\nRunning 5000ms or 100 ticks behind",
"大炮做好了不放珍珠是什么意思?",
"write terrible nonsensical code to\nensure the Copilot doesn't take over as captain",
"<a id=quote href=https://www.curseforge.com/minecraft/mc-mods/carpet>NOT VANILLA!</a>",
"Big Brother is Watching You",
"衬衫的价格是9磅15便士",
"李彦宏: 我想中国人可以更加开放,对隐私问题没有那么敏感。\n如果他们愿意用隐私交换便捷性很多情况下他们是愿意的。",
"<a id=quote href=https://wiki.evageeks.org/A.T._Field>AT&T field</a>",
"I □ Unicode",
"<a id=quote href=https://ravynos.com>ravynOS, Always; FreeBSD, Mostly; Linux, Sometimes; macOS, Maybe</a>",
"<a id=quote href=damn_tencent_meeting>有什么业务是腾讯不做的吗?!</a>",
"Your text editor runs in a web browser,\nMy web browser runs inside a text editor,\nWe are not the same",
"<a id=quote href=https://youbroketheinternet.org>Its the metadata, stupid</a>",
"<a id=quote href=https://youtu.be/8QP2fDBIxjM>tsoding: </a><a id=quote href=https://en.wikipedia.org/wiki/Python_(missile)>I know there is Python-5</a>",
"他很善于表达, 可惜没什么可表达的",
"<a id=quote href=emgud2lraXBlZGlhLm9yZy96aC1jbi/pmLLngavplb/ln44K>It's confidential</a>",
"你说得对,但是《长安汽车》是由艺画开天自主研发的一款全新开放世界冒险游戏。",
"Emacs has Evil, but Vim doesn't have Magit",
"免费服务的代价就是你自己",
];
var index = Math.floor((Math.random() * data.length));
window.document.getElementById("quote").innerHTML = "\"" + data[index] + "\"";