2022-07-25 11:57:54 +08:00
<?xml version="1.0" encoding="utf-8"?>
< !DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
< html xmlns = "http://www.w3.org/1999/xhtml" lang = "en" xml:lang = "en" >
< head >
2022-08-07 13:08:23 +08:00
<!-- 2022 - 08 - 07 日 21:50 -->
2022-07-25 11:57:54 +08:00
< meta http-equiv = "Content-Type" content = "text/html;charset=utf-8" / >
< meta name = "viewport" content = "width=device-width, initial-scale=1" / >
< title > Internet Collections< / title >
< meta name = "author" content = "dongdigua" / >
< meta name = "generator" content = "Org Mode" / >
< style >
#content { max-width: 60em; margin: auto; }
.title { text-align: center;
margin-bottom: .2em; }
.subtitle { text-align: center;
font-size: medium;
font-weight: bold;
margin-top:0; }
.todo { font-family: monospace; color: red; }
.done { font-family: monospace; color: green; }
.priority { font-family: monospace; color: orange; }
.tag { background-color: #eee; font-family: monospace;
padding: 2px; font-size: 80%; font-weight: normal; }
.timestamp { color: #bebebe; }
.timestamp-kwd { color: #5f9ea0; }
.org-right { margin-left: auto; margin-right: 0px; text-align: right; }
.org-left { margin-left: 0px; margin-right: auto; text-align: left; }
.org-center { margin-left: auto; margin-right: auto; text-align: center; }
.underline { text-decoration: underline; }
#postamble p, #preamble p { font-size: 90%; margin: .2em; }
p.verse { margin-left: 3%; }
pre {
border: 1px solid #e6e6e6;
border-radius: 3px;
background-color: #f2f2f2;
padding: 8pt;
font-family: monospace;
overflow: auto;
margin: 1.2em;
}
pre.src {
position: relative;
overflow: auto;
}
pre.src:before {
display: none;
position: absolute;
top: -8px;
right: 12px;
padding: 3px;
color: #555;
background-color: #f2f2f299;
}
pre.src:hover:before { display: inline; margin-top: 14px;}
/* Languages per Org manual */
pre.src-asymptote:before { content: 'Asymptote'; }
pre.src-awk:before { content: 'Awk'; }
pre.src-authinfo::before { content: 'Authinfo'; }
pre.src-C:before { content: 'C'; }
/* pre.src-C++ doesn't work in CSS */
pre.src-clojure:before { content: 'Clojure'; }
pre.src-css:before { content: 'CSS'; }
pre.src-D:before { content: 'D'; }
pre.src-ditaa:before { content: 'ditaa'; }
pre.src-dot:before { content: 'Graphviz'; }
pre.src-calc:before { content: 'Emacs Calc'; }
pre.src-emacs-lisp:before { content: 'Emacs Lisp'; }
pre.src-fortran:before { content: 'Fortran'; }
pre.src-gnuplot:before { content: 'gnuplot'; }
pre.src-haskell:before { content: 'Haskell'; }
pre.src-hledger:before { content: 'hledger'; }
pre.src-java:before { content: 'Java'; }
pre.src-js:before { content: 'Javascript'; }
pre.src-latex:before { content: 'LaTeX'; }
pre.src-ledger:before { content: 'Ledger'; }
pre.src-lisp:before { content: 'Lisp'; }
pre.src-lilypond:before { content: 'Lilypond'; }
pre.src-lua:before { content: 'Lua'; }
pre.src-matlab:before { content: 'MATLAB'; }
pre.src-mscgen:before { content: 'Mscgen'; }
pre.src-ocaml:before { content: 'Objective Caml'; }
pre.src-octave:before { content: 'Octave'; }
pre.src-org:before { content: 'Org mode'; }
pre.src-oz:before { content: 'OZ'; }
pre.src-plantuml:before { content: 'Plantuml'; }
pre.src-processing:before { content: 'Processing.js'; }
pre.src-python:before { content: 'Python'; }
pre.src-R:before { content: 'R'; }
pre.src-ruby:before { content: 'Ruby'; }
pre.src-sass:before { content: 'Sass'; }
pre.src-scheme:before { content: 'Scheme'; }
pre.src-screen:before { content: 'Gnu Screen'; }
pre.src-sed:before { content: 'Sed'; }
pre.src-sh:before { content: 'shell'; }
pre.src-sql:before { content: 'SQL'; }
pre.src-sqlite:before { content: 'SQLite'; }
/* additional languages in org.el's org-babel-load-languages alist */
pre.src-forth:before { content: 'Forth'; }
pre.src-io:before { content: 'IO'; }
pre.src-J:before { content: 'J'; }
pre.src-makefile:before { content: 'Makefile'; }
pre.src-maxima:before { content: 'Maxima'; }
pre.src-perl:before { content: 'Perl'; }
pre.src-picolisp:before { content: 'Pico Lisp'; }
pre.src-scala:before { content: 'Scala'; }
pre.src-shell:before { content: 'Shell Script'; }
pre.src-ebnf2ps:before { content: 'ebfn2ps'; }
/* additional language identifiers per "defun org-babel-execute"
in ob-*.el */
pre.src-cpp:before { content: 'C++'; }
pre.src-abc:before { content: 'ABC'; }
pre.src-coq:before { content: 'Coq'; }
pre.src-groovy:before { content: 'Groovy'; }
/* additional language identifiers from org-babel-shell-names in
ob-shell.el: ob-shell is the only babel language using a lambda to put
the execution function name together. */
pre.src-bash:before { content: 'bash'; }
pre.src-csh:before { content: 'csh'; }
pre.src-ash:before { content: 'ash'; }
pre.src-dash:before { content: 'dash'; }
pre.src-ksh:before { content: 'ksh'; }
pre.src-mksh:before { content: 'mksh'; }
pre.src-posh:before { content: 'posh'; }
/* Additional Emacs modes also supported by the LaTeX listings package */
pre.src-ada:before { content: 'Ada'; }
pre.src-asm:before { content: 'Assembler'; }
pre.src-caml:before { content: 'Caml'; }
pre.src-delphi:before { content: 'Delphi'; }
pre.src-html:before { content: 'HTML'; }
pre.src-idl:before { content: 'IDL'; }
pre.src-mercury:before { content: 'Mercury'; }
pre.src-metapost:before { content: 'MetaPost'; }
pre.src-modula-2:before { content: 'Modula-2'; }
pre.src-pascal:before { content: 'Pascal'; }
pre.src-ps:before { content: 'PostScript'; }
pre.src-prolog:before { content: 'Prolog'; }
pre.src-simula:before { content: 'Simula'; }
pre.src-tcl:before { content: 'tcl'; }
pre.src-tex:before { content: 'TeX'; }
pre.src-plain-tex:before { content: 'Plain TeX'; }
pre.src-verilog:before { content: 'Verilog'; }
pre.src-vhdl:before { content: 'VHDL'; }
pre.src-xml:before { content: 'XML'; }
pre.src-nxml:before { content: 'XML'; }
/* add a generic configuration mode; LaTeX export needs an additional
(add-to-list 'org-latex-listings-langs '(conf " ")) in .emacs */
pre.src-conf:before { content: 'Configuration File'; }
table { border-collapse:collapse; }
caption.t-above { caption-side: top; }
caption.t-bottom { caption-side: bottom; }
td, th { vertical-align:top; }
th.org-right { text-align: center; }
th.org-left { text-align: center; }
th.org-center { text-align: center; }
td.org-right { text-align: right; }
td.org-left { text-align: left; }
td.org-center { text-align: center; }
dt { font-weight: bold; }
.footpara { display: inline; }
.footdef { margin-bottom: 1em; }
.figure { padding: 1em; }
.figure p { text-align: center; }
.equation-container {
display: table;
text-align: center;
width: 100%;
}
.equation {
vertical-align: middle;
}
.equation-label {
display: table-cell;
text-align: right;
vertical-align: middle;
}
.inlinetask {
padding: 10px;
border: 2px solid gray;
margin: 10px;
background: #ffffcc;
}
#org-div-home-and-up
{ text-align: right; font-size: 70%; white-space: nowrap; }
textarea { overflow-x: auto; }
.linenr { font-size: smaller }
.code-highlighted { background-color: #ffff00; }
.org-info-js_info-navigation { border-style: none; }
#org-info-js_console-label
{ font-size: 10px; font-weight: bold; white-space: nowrap; }
.org-info-js_search-highlight
{ background-color: #ffff00; color: #000000; font-weight: bold; }
.org-svg { width: 90%; }
< / style >
< link rel = 'stylesheet' type = 'text/css' href = './../css/org-css.css' / >
< / head >
< body >
< div id = "content" class = "content" >
< h1 class = "title" > Internet Collections< / h1 >
2022-08-09 19:36:10 +08:00
< div id = "outline-container-org58a9dbf" class = "outline-2" >
< h2 id = "org58a9dbf" > < span class = "section-number-2" > 1.< / span > 一些(个人)博客收集< / h2 >
2022-07-25 11:57:54 +08:00
< div class = "outline-text-2" id = "text-1" >
< / div >
2022-08-09 19:36:10 +08:00
< div id = "outline-container-orgb1ee61f" class = "outline-3" >
< h3 id = "orgb1ee61f" > < span class = "section-number-3" > 1.1.< / span > < a href = "http://www.qiusir.com/" > qiusir< / a >       < span class = "tag" > < span class = "rssub" > rssub< / span > < / span > < / h3 >
2022-07-25 11:57:54 +08:00
< / div >
2022-08-09 19:36:10 +08:00
< div id = "outline-container-orgc6fc0cf" class = "outline-3" >
< h3 id = "orgc6fc0cf" > < span class = "section-number-3" > 1.2.< / span > < a href = "http://www.yinwang.org/" > 王垠< / a > < / h3 >
2022-07-25 11:57:54 +08:00
< / div >
2022-08-09 19:36:10 +08:00
< div id = "outline-container-org040811d" class = "outline-3" >
< h3 id = "org040811d" > < span class = "section-number-3" > 1.3.< / span > < a href = "http://ruanyifeng.com/blog/" > 阮一峰< / a >       < span class = "tag" > < span class = "rssub" > rssub< / span > < / span > < / h3 >
2022-07-25 11:57:54 +08:00
< / div >
2022-08-09 19:36:10 +08:00
< div id = "outline-container-org3fc16cc" class = "outline-3" >
< h3 id = "org3fc16cc" > < span class = "section-number-3" > 1.4.< / span > < a href = "https://shakaianee.top/" > 易姐< / a > < / h3 >
2022-07-25 11:57:54 +08:00
< / div >
2022-08-09 19:36:10 +08:00
< div id = "outline-container-org71746d9" class = "outline-3" >
< h3 id = "org71746d9" > < span class = "section-number-3" > 1.5.< / span > < a href = "https://blog.stdio.io/1385" > King's way< / a > < / h3 >
2022-07-25 11:57:54 +08:00
< / div >
2022-08-09 19:36:10 +08:00
< div id = "outline-container-org6967eec" class = "outline-3" >
< h3 id = "org6967eec" > < span class = "section-number-3" > 1.6.< / span > < a href = "https://floooh.github.io/2021/12/17/cycle-stepped-z80.html" > floooh< / a >       < span class = "tag" > < span class = "c" > c< / span > < / span > < / h3 >
2022-07-25 11:57:54 +08:00
< div class = "outline-text-3" id = "text-1-6" >
< p >
2022-07-25 12:47:10 +08:00
07 年开始, cpu emulator< br / >
2022-07-25 11:57:54 +08:00
< / p >
< / div >
< / div >
2022-08-09 19:36:10 +08:00
< div id = "outline-container-org169e6ab" class = "outline-3" >
< h3 id = "org169e6ab" > < span class = "section-number-3" > 1.7.< / span > < a href = "https://xiaosong.fun/" > 小耸< / a >       < span class = "tag" > < span class = "rust" > rust< / span >   < span class = "c" > c< / span > < / span > < / h3 >
2022-07-25 11:57:54 +08:00
< / div >
2022-08-09 19:36:10 +08:00
< div id = "outline-container-orgd866174" class = "outline-3" >
< h3 id = "orgd866174" > < span class = "section-number-3" > 1.8.< / span > < a href = "https://piaogewala.ga/" > 这可太刑了< / a > < / h3 >
2022-07-25 11:57:54 +08:00
< div class = "outline-text-3" id = "text-1-8" >
< p >
学习通事件相关< br / >
< / p >
< / div >
< / div >
2022-08-09 19:36:10 +08:00
< div id = "outline-container-org3784d80" class = "outline-3" >
< h3 id = "org3784d80" > < span class = "section-number-3" > 1.9.< / span > < a href = "https://www.cnblogs.com/zhongwencool/" > 写着写着就懂了< / a >       < span class = "tag" > < span class = "elixir" > elixir< / span > < / span > < / h3 >
2022-07-25 11:57:54 +08:00
< div class = "outline-text-3" id = "text-1-9" >
< p >
elixir/erlang大佬, 公众号: HelloElixir< br / >
< / p >
< / div >
< / div >
2022-08-09 19:36:10 +08:00
< div id = "outline-container-orgbe642e2" class = "outline-3" >
< h3 id = "orgbe642e2" > < span class = "section-number-3" > 1.10.< / span > < a href = "http://blog.lujun9972.win/emacs-document/" > lujun9972< / a >       < span class = "tag" > < span class = "emacs" > emacs< / span > < / span > < / h3 >
2022-07-25 11:57:54 +08:00
< div class = "outline-text-3" id = "text-1-10" >
< p >
超多emacs< br / >
< / p >
< / div >
< / div >
2022-08-09 19:36:10 +08:00
< div id = "outline-container-org68cff53" class = "outline-3" >
< h3 id = "org68cff53" > < span class = "section-number-3" > 1.11.< / span > < a href = "https://www.wenhui.space/" > 文辉的烂笔头< / a > < / h3 >
2022-07-25 11:57:54 +08:00
< div class = "outline-text-3" id = "text-1-11" >
< p >
第一次查过的问题,就应该记下来 !< br / >
第二次再查的问题,就必须记下来 !< br / >
< / p >
< / div >
< / div >
2022-08-09 19:36:10 +08:00
< div id = "outline-container-org6cefc6c" class = "outline-3" >
< h3 id = "org6cefc6c" > < span class = "section-number-3" > 1.12.< / span > < a href = "http://scinart.is-programmer.com/" > scinart< / a >       < span class = "tag" > < span class = "lisp" > lisp< / span > < / span > < / h3 >
2022-07-25 11:57:54 +08:00
< div class = "outline-text-3" id = "text-1-12" >
< p >
13年最后更新< br / >
< / p >
< / div >
< / div >
2022-08-09 19:36:10 +08:00
< div id = "outline-container-org1aa4452" class = "outline-3" >
< h3 id = "org1aa4452" > < span class = "section-number-3" > 1.13.< / span > < a href = "https://evanmeek.github.io/" > 我不会编程< / a > < / h3 >
2022-07-25 11:57:54 +08:00
< div class = "outline-text-3" id = "text-1-13" >
< p >
B站: 美味的樱桃菌< br / >
< / p >
< / div >
< / div >
2022-08-09 19:36:10 +08:00
< div id = "outline-container-org4d85366" class = "outline-3" >
< h3 id = "org4d85366" > < span class = "section-number-3" > 1.14.< / span > < a href = "https://lug.ustc.edu.cn/" > 中国科学技术大学 Linux 用户协会< / a > < / h3 >
2022-07-25 11:57:54 +08:00
< / div >
2022-08-09 19:36:10 +08:00
< div id = "outline-container-orgc723845" class = "outline-3" >
< h3 id = "orgc723845" > < span class = "section-number-3" > 1.15.< / span > < a href = "http://bzhang.lamost.org/website/" > bozhang< / a >       < span class = "tag" > < span class = "rssable" > rssable< / span > < / span > < / h3 >
2022-07-25 11:57:54 +08:00
< div class = "outline-text-3" id = "text-1-15" >
< p >
05 年开始, 天文学< br / >
< / p >
< / div >
< / div >
2022-08-09 19:36:10 +08:00
< div id = "outline-container-org4569b9b" class = "outline-3" >
< h3 id = "org4569b9b" > < span class = "section-number-3" > 1.16.< / span > < a href = "https://yaocc.cc/" > CC< / a >       < span class = "tag" > < span class = "linux" > linux< / span > < / span > < / h3 >
2022-07-25 11:57:54 +08:00
< div class = "outline-text-3" id = "text-1-16" >
< p >
B站: 称呼我C先生< br / >
< / p >
< / div >
< / div >
2022-08-09 19:36:10 +08:00
< div id = "outline-container-org8baf03e" class = "outline-3" >
< h3 id = "org8baf03e" > < span class = "section-number-3" > 1.17.< / span > < a href = "https://www.luogu.com.cn/blog/ivystorm/emacs-adventuredunnet-tong-guan-jiao-cheng" > emacs dunnet 教程< / a >       < span class = "tag" > < span class = "emacs" > emacs< / span > < / span > < / h3 >
2022-07-25 11:57:54 +08:00
< div class = "outline-text-3" id = "text-1-17" >
< p >
luogu< br / >
< / p >
< / div >
< / div >
2022-08-09 19:36:10 +08:00
< div id = "outline-container-orgfe37c70" class = "outline-3" >
< h3 id = "orgfe37c70" > < span class = "section-number-3" > 1.18.< / span > < a href = "https://iceguye.com/blog" > IceGuye< / a > < / h3 >
2022-07-25 11:57:54 +08:00
< / div >
2022-08-09 19:36:10 +08:00
< div id = "outline-container-orgda26e13" class = "outline-3" >
< h3 id = "orgda26e13" > < span class = "section-number-3" > 1.19.< / span > < a href = "http://jujuba.me/" > Ground Oddity< / a > < / h3 >
2022-07-25 11:57:54 +08:00
< div class = "outline-text-3" id = "text-1-19" >
< p >
出国< br / >
< / p >
< / div >
< / div >
2022-08-09 19:36:10 +08:00
< div id = "outline-container-orgea35238" class = "outline-3" >
< h3 id = "orgea35238" > < span class = "section-number-3" > 1.20.< / span > < a href = "https://cireu.github.io/" > NIL< / a >       < span class = "tag" > < span class = "emacs" > emacs< / span > < / span > < / h3 >
2022-07-25 11:57:54 +08:00
< div class = "outline-text-3" id = "text-1-20" >
< p >
elisp< br / >
< / p >
< / div >
< / div >
2022-08-09 19:36:10 +08:00
< div id = "outline-container-orgbe70036" class = "outline-3" >
< h3 id = "orgbe70036" > < span class = "section-number-3" > 1.21.< / span > < a href = "https://blog.stenmans.org/theBeamBook/" > the beam book< / a > and < a href = "https://learnyousomeerlang.com/content" > learn you some erlang< / a >       < span class = "tag" > < span class = "elixir" > elixir< / span > < / span > < / h3 >
2022-07-25 11:57:54 +08:00
< / div >
2022-08-09 19:36:10 +08:00
< div id = "outline-container-orgc5afe5e" class = "outline-3" >
< h3 id = "orgc5afe5e" > < span class = "section-number-3" > 1.22.< / span > < a href = "https://www.cnblogs.com/zjjws/p/13346020.html" > 第 N 个质数< / a >       < span class = "tag" > < span class = "c" > c< / span >   < span class = "algorithm" > algorithm< / span > < / span > < / h3 >
2022-07-25 11:57:54 +08:00
< div class = "outline-text-3" id = "text-1-22" >
< p >
看不懂, 先收藏着< br / >
< / p >
< / div >
< / div >
2022-08-09 19:36:10 +08:00
< div id = "outline-container-org7692f88" class = "outline-3" >
< h3 id = "org7692f88" > < span class = "section-number-3" > 1.23.< / span > < a href = "https://www.coder.rs/" > Zhangy233< / a >       < span class = "tag" > < span class = "rust" > rust< / span > < / span > < / h3 >
2022-07-25 11:57:54 +08:00
< / div >
2022-08-09 19:36:10 +08:00
< div id = "outline-container-orgc335d4a" class = "outline-3" >
< h3 id = "orgc335d4a" > < span class = "section-number-3" > 1.24.< / span > < a href = "https://blog.bluemangoo.net/" > 芒果快评< / a > < / h3 >
2022-07-25 11:57:54 +08:00
< div class = "outline-text-3" id = "text-1-24" >
< p >
今年的新博客, 友链有踏浪< br / >
< / p >
< / div >
< / div >
2022-08-09 19:36:10 +08:00
< div id = "outline-container-org5c8e2a5" class = "outline-3" >
< h3 id = "org5c8e2a5" > < span class = "section-number-3" > 1.25.< / span > < a href = "https://mrxn.net/" > mrxn< / a >       < span class = "tag" > < span class = "hacker" > hacker< / span > < / span > < / h3 >
2022-07-25 11:57:54 +08:00
< div class = "outline-text-3" id = "text-1-25" >
< p >
网安< br / >
< / p >
< / div >
< / div >
2022-08-09 19:36:10 +08:00
< div id = "outline-container-org84c465e" class = "outline-3" >
< h3 id = "org84c465e" > < span class = "section-number-3" > 1.26.< / span > < a href = "https://devbins.github.io/page" > devbins< / a > < / h3 >
2022-07-25 11:57:54 +08:00
< div class = "outline-text-3" id = "text-1-26" >
< p >
404?< br / >
< / p >
< / div >
< / div >
2022-08-09 19:36:10 +08:00
< div id = "outline-container-org2084449" class = "outline-3" >
< h3 id = "org2084449" > < span class = "section-number-3" > 1.27.< / span > < a href = "http://incf19.com/yynotes/" > include-yy< / a >       < span class = "tag" > < span class = "c" > c< / span >   < span class = "lisp" > lisp< / span >   < span class = "emacs" > emacs< / span > < / span > < / h3 >
2022-07-25 11:57:54 +08:00
< div class = "outline-text-3" id = "text-1-27" >
< p >
东方< br / >
< / p >
< / div >
< / div >
2022-08-09 19:36:10 +08:00
< div id = "outline-container-org2904b5d" class = "outline-3" >
< h3 id = "org2904b5d" > < span class = "section-number-3" > 1.28.< / span > < a href = "https://emacs.sexy/" > emacs is sexy!< / a >       < span class = "tag" > < span class = "emacs" > emacs< / span > < / span > < / h3 >
2022-07-25 11:57:54 +08:00
< / div >
2022-08-09 19:36:10 +08:00
< div id = "outline-container-org39c35a2" class = "outline-3" >
< h3 id = "org39c35a2" > < span class = "section-number-3" > 1.29.< / span > < a href = "https://stardiviner.github.io/" > stardiviner< / a > < / h3 >
2022-07-25 11:57:54 +08:00
< div class = "outline-text-3" id = "text-1-29" >
< p >
Coder & 文学< br / >
< / p >
< / div >
< / div >
2022-08-09 19:36:10 +08:00
< div id = "outline-container-org32083ce" class = "outline-3" >
< h3 id = "org32083ce" > < span class = "section-number-3" > 1.30.< / span > < a href = "https://nihil.cc/posts/rust_closure_and_y/" > Rust 闭包递归与 Y 组合子< / a >       < span class = "tag" > < span class = "rust" > rust< / span > < / span > < / h3 >
2022-07-25 11:57:54 +08:00
< / div >
2022-08-09 19:36:10 +08:00
< div id = "outline-container-org7952415" class = "outline-3" >
< h3 id = "org7952415" > < span class = "section-number-3" > 1.31.< / span > < a href = "https://blog.d46.us/advanced-emacs-startup/" > advanced emacs startup< / a >       < span class = "tag" > < span class = "emacs" > emacs< / span > < / span > < / h3 >
2022-07-25 11:57:54 +08:00
< / div >
2022-08-09 19:36:10 +08:00
< div id = "outline-container-orgc66a361" class = "outline-3" >
< h3 id = "orgc66a361" > < span class = "section-number-3" > 1.32.< / span > < a href = "https://stevenbai.top/" > steven< / a >       < span class = "tag" > < span class = "rust" > rust< / span > < / span > < / h3 >
2022-07-25 11:57:54 +08:00
< div class = "outline-text-3" id = "text-1-32" >
< p >
BlockChain< br / >
< / p >
< / div >
< / div >
2022-08-09 19:36:10 +08:00
< div id = "outline-container-orge62b1fa" class = "outline-3" >
< h3 id = "orge62b1fa" > < span class = "section-number-3" > 1.33.< / span > < a href = "https://zhuanlan.zhihu.com/p/138719668" > 用Go语言汇编计算fibonacci数列< / a >       < span class = "tag" > < span class = "lowlevel" > lowlevel< / span > < / span > < / h3 >
2022-07-25 11:57:54 +08:00
< / div >
2022-08-09 19:36:10 +08:00
< div id = "outline-container-org0a1056f" class = "outline-3" >
< h3 id = "org0a1056f" > < span class = "section-number-3" > 1.34.< / span > < a href = "https://sh.alynx.one/" > Alynx Zhou< / a >       < span class = "tag" > < span class = "linux" > linux< / span >   < span class = "rssable" > rssable< / span > < / span > < / h3 >
2022-07-25 11:57:54 +08:00
< / div >
2022-08-09 19:36:10 +08:00
< div id = "outline-container-org54b2d47" class = "outline-3" >
< h3 id = "org54b2d47" > < span class = "section-number-3" > 1.35.< / span > < a href = "https://www.clloz.com/" > Clloz< / a >       < span class = "tag" > < span class = "frontend" > frontend< / span > < / span > < / h3 >
2022-07-25 11:57:54 +08:00
< div class = "outline-text-3" id = "text-1-35" >
< p >
界面特别好看< br / >
< / p >
< / div >
< / div >
2022-08-09 19:36:10 +08:00
< div id = "outline-container-org56645b9" class = "outline-3" >
< h3 id = "org56645b9" > < span class = "section-number-3" > 1.36.< / span > < a href = "https://coredumped.dev/" > Core Dumped< / a >       < span class = "tag" > < span class = "rust" > rust< / span >   < span class = "lowlevel" > lowlevel< / span >   < span class = "emacs" > emacs< / span > < / span > < / h3 >
2022-07-25 11:57:54 +08:00
< div class = "outline-text-3" id = "text-1-36" >
< p >
VM< br / >
< / p >
< / div >
< / div >
2022-08-09 19:36:10 +08:00
< div id = "outline-container-orgbab14f0" class = "outline-3" >
< h3 id = "orgbab14f0" > < span class = "section-number-3" > 1.37.< / span > < a href = "https://www.zhihu.com/column/c_1313110231912726528" > 倔强的程序员< / a > < / h3 >
2022-07-25 11:57:54 +08:00
< div class = "outline-text-3" id = "text-1-37" >
< p >
编! 译! 原! 理!< br / >
< / p >
< / div >
< / div >
2022-08-09 19:36:10 +08:00
< div id = "outline-container-orgbb3b9ed" class = "outline-3" >
< h3 id = "orgbb3b9ed" > < span class = "section-number-3" > 1.38.< / span > < a href = "https://siciarz.net" > 24 days of rust< / a >       < span class = "tag" > < span class = "rust" > rust< / span > < / span > < / h3 >
2022-07-25 11:57:54 +08:00
< div class = "outline-text-3" id = "text-1-38" >
< p >
old< br / >
< / p >
< / div >
< / div >
2022-08-09 19:36:10 +08:00
< div id = "outline-container-org04bf077" class = "outline-3" >
< h3 id = "org04bf077" > < span class = "section-number-3" > 1.39.< / span > < a href = "https://liujiacai.net/" > keep coding< / a >       < span class = "tag" > < span class = "rust" > rust< / span >   < span class = "c" > c< / span >   < span class = "lowlevel" > lowlevel< / span >   < span class = "backend" > backend< / span > < / span > < / h3 >
2022-07-25 11:57:54 +08:00
< / div >
2022-08-09 19:36:10 +08:00
< div id = "outline-container-orgf33a340" class = "outline-3" >
< h3 id = "orgf33a340" > < span class = "section-number-3" > 1.40.< / span > < a href = "https://winsphinx.github.io/" > Cogito, ergo sum< / a >       < span class = "tag" > < span class = "rssable" > rssable< / span > < / span > < / h3 >
2022-07-27 13:20:18 +08:00
< div class = "outline-text-3" id = "text-1-40" >
< p >
文学< br / >
< / p >
< / div >
< / div >
2022-08-09 19:36:10 +08:00
< div id = "outline-container-org49dd3c2" class = "outline-3" >
< h3 id = "org49dd3c2" > < span class = "section-number-3" > 1.41.< / span > < a href = "http://tomasp.net/" > Tomas Petricek< / a >       < span class = "tag" > < span class = "rssub" > rssub< / span > < / span > < / h3 >
2022-07-27 13:20:18 +08:00
< div class = "outline-text-3" id = "text-1-41" >
< p >
very high quality< br / >
< / p >
< / div >
2022-08-09 19:36:10 +08:00
< div id = "outline-container-org6cd4240" class = "outline-4" >
< h4 id = "org6cd4240" > < span class = "section-number-4" > 1.41.1.< / span > < a href = "http://tomasp.net/commodore64" > commodore64 BASIC< / a > < / h4 >
2022-07-27 13:20:18 +08:00
< / div >
2022-08-09 19:36:10 +08:00
< div id = "outline-container-org5ecf54e" class = "outline-4" >
< h4 id = "org5ecf54e" > < span class = "section-number-4" > 1.41.2.< / span > < a href = "http://tomasp.net/blog/csharp-async-gotchas.aspx" > async in C#(gotchas) and F#< / a > < / h4 >
2022-07-27 13:20:18 +08:00
< / div >
< / div >
2022-08-09 19:36:10 +08:00
< div id = "outline-container-org14613e6" class = "outline-3" >
< h3 id = "org14613e6" > < span class = "section-number-3" > 1.42.< / span > < a href = "http://www.xianwaizhiyin.net/" > 弦外之音< / a >       < span class = "tag" > < span class = "c" > c< / span >   < span class = "lowlevel" > lowlevel< / span > < / span > < / h3 >
2022-07-29 16:13:34 +08:00
< / div >
2022-08-09 19:36:10 +08:00
< div id = "outline-container-orgf3ff53f" class = "outline-3" >
< h3 id = "orgf3ff53f" > < span class = "section-number-3" > 1.43.< / span > < a href = "https://creamidea.github.io/" > C-tone< / a > < / h3 >
2022-07-29 16:13:34 +08:00
< div class = "outline-text-3" id = "text-1-43" >
< p >
pretty and concise page< br / >
< / p >
< / div >
< / div >
2022-08-09 19:36:10 +08:00
< div id = "outline-container-org61cd0c4" class = "outline-3" >
< h3 id = "org61cd0c4" > < span class = "section-number-3" > 1.44.< / span > < a href = "https://lightless.me/" > lightless blog< / a >       < span class = "tag" > < span class = "hacker" > hacker< / span > < / span > < / h3 >
2022-08-07 13:08:23 +08:00
< / div >
2022-08-09 19:36:10 +08:00
< div id = "outline-container-org2c89879" class = "outline-3" >
< h3 id = "org2c89879" > < span class = "section-number-3" > 1.45.< / span > < a href = "https://www.lunaixsky.com/" > lunaixsky< / a >       < span class = "tag" > < span class = "c" > c< / span >   < span class = "lowlevel" > lowlevel< / span > < / span > < / h3 >
2022-08-07 13:08:23 +08:00
< / div >
2022-08-09 19:36:10 +08:00
< div id = "outline-container-org6d06701" class = "outline-3" >
< h3 id = "org6d06701" > < span class = "section-number-3" > 1.46.< / span > < a href = "https://bheisler.github.io/post/state-of-gpgpu-in-rust/" > The State of GPGPU in Rust< / a >       < span class = "tag" > < span class = "rust" > rust< / span >   < span class = "lowlevel" > lowlevel< / span > < / span > < / h3 >
2022-08-07 13:08:23 +08:00
< / div >
2022-08-09 19:36:10 +08:00
< div id = "outline-container-org36ac277" class = "outline-3" >
< h3 id = "org36ac277" > < span class = "section-number-3" > 1.47.< / span > < a href = "https://blog.yangmame.org/" > yanemame< / a > < / h3 >
2022-08-07 13:08:23 +08:00
< div class = "outline-text-3" id = "text-1-47" >
< p >
猴哥推荐的< br / >
< / p >
< / div >
< / div >
2022-07-25 11:57:54 +08:00
< / div >
2022-08-09 19:36:10 +08:00
< div id = "outline-container-org692c323" class = "outline-2" >
< h2 id = "org692c323" > < span class = "section-number-2" > 2.< / span > YouTube 收集(没有账号, 这就是我的收藏夹)< / h2 >
2022-07-25 11:57:54 +08:00
< div class = "outline-text-2" id = "text-2" >
< / div >
2022-08-09 19:36:10 +08:00
< div id = "outline-container-org592ebf2" class = "outline-3" >
< h3 id = "org592ebf2" > < span class = "section-number-3" > 2.1.< / span > Code< / h3 >
2022-07-25 11:57:54 +08:00
< div class = "outline-text-3" id = "text-2-1" >
< / div >
2022-08-09 19:36:10 +08:00
< div id = "outline-container-orgbc98ddd" class = "outline-4" >
< h4 id = "orgbc98ddd" > < span class = "section-number-4" > 2.1.1.< / span > < a href = "https://youtu.be/gG00NgcdNEk" > 代码视频片头< / a > < / h4 >
2022-07-25 12:47:10 +08:00
< div class = "outline-text-4" id = "text-2-1-1" >
< p >
java bad, python slow, nvidia fuck you, vi-sual studio, C艹 sucks< br / >
< / p >
< / div >
< / div >
2022-08-09 19:36:10 +08:00
< div id = "outline-container-org5778608" class = "outline-4" >
< h4 id = "org5778608" > < span class = "section-number-4" > 2.1.2.< / span > < a href = "https://youtu.be/0rJ94rbdteE" > Rust 让你感觉像个天才< / a > < / h4 >
2022-07-25 11:57:54 +08:00
< / div >
2022-08-09 19:36:10 +08:00
< div id = "outline-container-orga7c6625" class = "outline-4" >
< h4 id = "orga7c6625" > < span class = "section-number-4" > 2.1.3.< / span > < a href = "https://youtu.be/nfF91Z6fqGk" > CMD 登录B站< / a > < / h4 >
2022-07-25 12:47:10 +08:00
< / div >
2022-08-09 19:36:10 +08:00
< div id = "outline-container-org83cdfac" class = "outline-4" >
< h4 id = "org83cdfac" > < span class = "section-number-4" > 2.1.4.< / span > < a href = "https://youtu.be/l0AmlU-4IRM" > Rust aes加密< / a > < / h4 >
2022-07-25 12:47:10 +08:00
< div class = "outline-text-4" id = "text-2-1-4" >
< p >
legacy< br / >
< / p >
< / div >
< / div >
2022-08-09 19:36:10 +08:00
< div id = "outline-container-org58839bd" class = "outline-4" >
< h4 id = "org58839bd" > < span class = "section-number-4" > 2.1.5.< / span > < a href = "https://youtu.be/qKA2NZ1-kx0" > tsoding write cool shell in rust< / a > < / h4 >
2022-07-25 12:47:10 +08:00
< / div >
2022-08-09 19:36:10 +08:00
< div id = "outline-container-org12daaee" class = "outline-4" >
< h4 id = "org12daaee" > < span class = "section-number-4" > 2.1.6.< / span > < a href = "https://youtu.be/hmMtQe_mYr0" > tsoding helloworld in c< / a > < / h4 >
2022-07-25 12:47:10 +08:00
< / div >
2022-08-09 19:36:10 +08:00
< div id = "outline-container-orgc3f7f2d" class = "outline-4" >
< h4 id = "orgc3f7f2d" > < span class = "section-number-4" > 2.1.7.< / span > < a href = "https://www.youtube.com/playlist?list=RDCMUChl_NKOs1qqh_x7yJfaDpDw" > Tantan 合集< / a > < / h4 >
2022-07-25 12:47:10 +08:00
< div class = "outline-text-4" id = "text-2-1-7" >
< p >
Rust Graphics< br / >
< / p >
2022-07-25 11:57:54 +08:00
< / div >
< / div >
2022-08-09 19:36:10 +08:00
< div id = "outline-container-orgcea8082" class = "outline-4" >
< h4 id = "orgcea8082" > < span class = "section-number-4" > 2.1.8.< / span > < a href = "https://www.youtube.com/playlist?list=PLGNbPb3dQJ_446PjTYQ0mCn2OGoHSKraB" > build a virtual machine 合集(6/29)< / a > < / h4 >
2022-07-25 11:57:54 +08:00
< / div >
2022-08-09 19:36:10 +08:00
< div id = "outline-container-org77306eb" class = "outline-4" >
< h4 id = "org77306eb" > < span class = "section-number-4" > 2.1.9.< / span > < a href = "https://www.youtube.com/playlist?list=PLSiFUSQSRYAOFwfP-aMzXJlWKVyIuWfPU" > stack-based virtual machine(6 episode)< / a > < / h4 >
2022-07-25 12:47:10 +08:00
< div class = "outline-text-4" id = "text-2-1-9" >
< p >
and < a href = "https://youtu.be/cfPDeso3XwI" > register-based(13 episode)< / a > < br / >
< / p >
2022-07-25 11:57:54 +08:00
< / div >
< / div >
2022-08-09 19:36:10 +08:00
< div id = "outline-container-org5d4a73e" class = "outline-4" >
< h4 id = "org5d4a73e" > < span class = "section-number-4" > 2.1.10.< / span > < a href = "https://youtu.be/_uAMo-bXI5g" > register virtual machine in rust, with memory visualization< / a > < / h4 >
2022-07-25 11:57:54 +08:00
< / div >
2022-08-09 19:36:10 +08:00
< div id = "outline-container-orgc46c12f" class = "outline-4" >
< h4 id = "orgc46c12f" > < span class = "section-number-4" > 2.1.11.< / span > < a href = "https://www.youtube.com/playlist?list=PLpM-Dvs8t0VY73ytTCQqgvgCWttV3m8LM" > tsoding virtual machine in C< / a > , < a href = "https://dongdigua.github.io/tsoding_bm" > some notes< / a > < / h4 >
2022-07-25 11:57:54 +08:00
< / div >
2022-08-09 19:36:10 +08:00
< div id = "outline-container-orgca285fb" class = "outline-4" >
< h4 id = "orgca285fb" > < span class = "section-number-4" > 2.1.12.< / span > < a href = "https://youtu.be/Fq9chEBQMFE" > what if I try to malloc too much memory< / a > < / h4 >
2022-07-25 11:57:54 +08:00
< / div >
2022-07-25 12:47:10 +08:00
< div id = "outline-container-org687c919" class = "outline-4" >
< h4 id = "org687c919" > < span class = "section-number-4" > 2.1.13.< / span > < a href = "https://youtu.be/qF7dkrce-mQ" > fireship bitcoin< / a > < / h4 >
< div class = "outline-text-4" id = "text-2-1-13" >
< p >
大概是我见过最好的讲区块链的视频了, 除了… JS 啊啊啊< br / >
< / p >
2022-07-25 11:57:54 +08:00
< / div >
< / div >
2022-07-25 12:47:10 +08:00
< div id = "outline-container-org2f2c9ff" class = "outline-4" >
< h4 id = "org2f2c9ff" > < span class = "section-number-4" > 2.1.14.< / span > < a href = "https://youtu.be/zJ-8DZhzBEE" > what your favourite pl says about you< / a > < / h4 >
2022-07-25 11:57:54 +08:00
< / div >
2022-07-25 12:47:10 +08:00
< div id = "outline-container-org2810f24" class = "outline-4" >
< h4 id = "org2810f24" > < span class = "section-number-4" > 2.1.15.< / span > < a href = "https://youtu.be/R00JE6QRbno" > tsoding aoc 2020 day 12 in perl< / a > < / h4 >
< div class = "outline-text-4" id = "text-2-1-15" >
< p >
0:20:50 pythonbulubulu~< br / >
< / p >
2022-07-25 11:57:54 +08:00
< / div >
< / div >
2022-07-25 12:47:10 +08:00
< div id = "outline-container-org33fb4f2" class = "outline-4" >
< h4 id = "org33fb4f2" > < span class = "section-number-4" > 2.1.16.< / span > < a href = "https://youtu.be/ziXgdkTfmPU" > tsoding irc client in ocaml< / a > < / h4 >
< div class = "outline-text-4" id = "text-2-1-16" >
< p >
2022-07-27 13:20:18 +08:00
0:50 List.fold_left faster than fold_right, but haskell is opposite< br / >
2022-07-25 12:47:10 +08:00
1:00 I like ocaml, that's how python should look like,< br / >
but ocaml itself is not ideal, you have to take ocaml and throw O away, and that's perfect< br / >
2022-07-27 13:20:18 +08:00
1:03 to be fair p___hub is more interesting than this, that's for sure, so let's use Makefile (instead of dune)< br / >
2022-07-25 12:47:10 +08:00
1:50 sexplib?< br / >
2:00 build own irc lib< br / >
2:14 "how many american server you have already hacked" - "I don't count them I'm sorry"< br / >
< / p >
2022-07-25 11:57:54 +08:00
< / div >
< / div >
2022-07-29 16:13:34 +08:00
< div id = "outline-container-org746a030" class = "outline-4" >
< h4 id = "org746a030" > < span class = "section-number-4" > 2.1.17.< / span > < a href = "https://youtube.be/TLa2VqcGGEQ" > CVE-2021-3156 sudo< / a > < / h4 >
< / div >
2022-07-25 11:57:54 +08:00
< / div >
2022-07-25 12:47:10 +08:00
< div id = "outline-container-org791b0d5" class = "outline-3" >
< h3 id = "org791b0d5" > < span class = "section-number-3" > 2.2.< / span > Minecraft< / h3 >
2022-07-25 11:57:54 +08:00
< div class = "outline-text-3" id = "text-2-2" >
< / div >
2022-07-25 12:47:10 +08:00
< div id = "outline-container-orgeebf6e7" class = "outline-4" >
< h4 id = "orgeebf6e7" > < span class = "section-number-4" > 2.2.1.< / span > < a href = "https://youtu.be/VKydXD6Lr20" > Mojang & Minecraft 开始衰落了吗?< / a > < / h4 >
2022-07-25 11:57:54 +08:00
< / div >
2022-07-25 12:47:10 +08:00
< div id = "outline-container-orga45f666" class = "outline-4" >
< h4 id = "orga45f666" > < span class = "section-number-4" > 2.2.2.< / span > < a href = "https://youtu.be/Y9DIIh0s9cg" > SciCraft Update Plans< / a > < / h4 >
2022-07-25 11:57:54 +08:00
< / div >
2022-07-25 12:47:10 +08:00
< div id = "outline-container-orgda77878" class = "outline-4" >
< h4 id = "orgda77878" > < span class = "section-number-4" > 2.2.3.< / span > < a href = "https://youtu.be/m5S0gLgg2rs" > Tantan: MC + Fez< / a > < / h4 >
2022-07-25 11:57:54 +08:00
< / div >
< / div >
2022-07-25 12:47:10 +08:00
< div id = "outline-container-orgb913900" class = "outline-3" >
< h3 id = "orgb913900" > < span class = "section-number-3" > 2.3.< / span > ?< / h3 >
2022-07-25 11:57:54 +08:00
< div class = "outline-text-3" id = "text-2-3" >
< / div >
2022-07-25 12:47:10 +08:00
< div id = "outline-container-org9060268" class = "outline-4" >
< h4 id = "org9060268" > < span class = "section-number-4" > 2.3.1.< / span > < a href = "https://www.youtube.com/c/IceGuye" > IceGuye aka 姑射冰尘< / a > < / h4 >
2022-07-25 11:57:54 +08:00
< / div >
2022-07-25 12:47:10 +08:00
< div id = "outline-container-org398d64b" class = "outline-4" >
< h4 id = "org398d64b" > < span class = "section-number-4" > 2.3.2.< / span > < a href = "https://odysee.com/@IceGuye" > on odysee(lbry)< / a > < / h4 >
2022-07-25 11:57:54 +08:00
< / div >
< / div >
< / div >
2022-08-09 19:36:10 +08:00
< div id = "outline-container-org5c839a7" class = "outline-2" >
< h2 id = "org5c839a7" > < span class = "section-number-2" > 3.< / span > r< / h2 >
2022-07-25 11:57:54 +08:00
< div class = "outline-text-2" id = "text-3" >
< / div >
2022-08-07 13:08:23 +08:00
< div id = "outline-container-org54752be" class = "outline-3" >
< h3 id = "org54752be" > < span class = "section-number-3" > 3.1.< / span > < a href = "https://www.reddit.com/r/unixporn/" > unixporn< / a > < / h3 >
< / div >
< / div >
2022-08-09 19:36:10 +08:00
< div id = "outline-container-org8941bd7" class = "outline-2" >
< h2 id = "org8941bd7" > < span class = "section-number-2" > 4.< / span > Other< / h2 >
2022-08-07 13:08:23 +08:00
< div class = "outline-text-2" id = "text-4" >
< / div >
2022-08-09 19:36:10 +08:00
< div id = "outline-container-orgc8d5d5d" class = "outline-3" >
< h3 id = "orgc8d5d5d" > < span class = "section-number-3" > 4.1.< / span > < a href = "https://moonboos.fandom.com/zh/wiki/%E6%98%8E%E6%9C%88%E5%BA%84%E4%B8%BB_Wiki" > 日月脏主 Wiki< / a > < / h3 >
2022-08-07 13:08:23 +08:00
< div class = "outline-text-3" id = "text-4-1" >
2022-07-25 12:47:10 +08:00
< p >
MC 技术区毒瘤!< br / >
< / p >
< / div >
2022-07-25 11:57:54 +08:00
< / div >
2022-08-09 19:36:10 +08:00
< div id = "outline-container-orge72c918" class = "outline-3" >
< h3 id = "orge72c918" > < span class = "section-number-3" > 4.2.< / span > < a href = "https://en.wikipedia.org/wiki/Python_(missile)" > Python-5< / a > < / h3 >
2022-08-07 13:08:23 +08:00
< div class = "outline-text-3" id = "text-4-2" >
2022-07-25 12:47:10 +08:00
< p >
from < a href = "https://youtu.be/8QP2fDBIxjM" > tsoding's first porth video< / a > , (he is using debian, 37:00 copilot xd)< br / >
< / p >
2022-07-25 11:57:54 +08:00
< / div >
< / div >
2022-08-09 19:36:10 +08:00
< div id = "outline-container-org3e2cfc6" class = "outline-3" >
< h3 id = "org3e2cfc6" > < span class = "section-number-3" > 4.3.< / span > < a href = "http://harmful.cat-v.org/" > cat -v< / a > < / h3 >
2022-08-07 13:08:23 +08:00
< div class = "outline-text-3" id = "text-4-3" >
< p >
harmful stuff < 3< br / >
< / p >
< / div >
< / div >
2022-08-09 19:36:10 +08:00
< div id = "outline-container-orgeef7553" class = "outline-3" >
< h3 id = "orgeef7553" > < span class = "section-number-3" > 4.4.< / span > < a href = "http://sdf.org/" > http://sdf.org/< / a > < / h3 >
2022-08-07 13:08:23 +08:00
< div class = "outline-text-3" id = "text-4-4" >
< p >
SDF Public Access UNIX System .. Est. 1987< br / >
< / p >
< / div >
< / div >
2022-07-25 11:57:54 +08:00
< / div >
< / div >
< div id = "postamble" class = "status" >
< p class = "author" > Author: dongdigua< / p >
2022-08-07 13:08:23 +08:00
< p class = "date" > Created: 2022-08-07 日 21:50< / p >
2022-07-25 11:57:54 +08:00
< / div >
< / body >
< / html >