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-07-25 12:47:10 +08:00
< div id = "outline-container-org4f41bee" class = "outline-2" >
< h2 id = "org4f41bee" > < 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-07-25 12:47:10 +08:00
< div id = "outline-container-orgb117e27" class = "outline-3" >
< h3 id = "orgb117e27" > < 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-07-25 12:47:10 +08:00
< div id = "outline-container-orgb15de72" class = "outline-3" >
< h3 id = "orgb15de72" > < 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-07-25 12:47:10 +08:00
< div id = "outline-container-orga4fe27a" class = "outline-3" >
< h3 id = "orga4fe27a" > < 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-07-25 12:47:10 +08:00
< div id = "outline-container-orga9f5ef8" class = "outline-3" >
< h3 id = "orga9f5ef8" > < 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-07-25 12:47:10 +08:00
< div id = "outline-container-orge091b4f" class = "outline-3" >
< h3 id = "orge091b4f" > < 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-07-25 12:47:10 +08:00
< div id = "outline-container-org9893de0" class = "outline-3" >
< h3 id = "org9893de0" > < 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-07-25 12:47:10 +08:00
< div id = "outline-container-orgce9c7b5" class = "outline-3" >
< h3 id = "orgce9c7b5" > < 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-07-25 12:47:10 +08:00
< div id = "outline-container-org6ffc591" class = "outline-3" >
< h3 id = "org6ffc591" > < 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-07-25 12:47:10 +08:00
< div id = "outline-container-orgaa4e06e" class = "outline-3" >
< h3 id = "orgaa4e06e" > < 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-07-25 12:47:10 +08:00
< div id = "outline-container-org383dc79" class = "outline-3" >
< h3 id = "org383dc79" > < 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-07-25 12:47:10 +08:00
< div id = "outline-container-orgb52d114" class = "outline-3" >
< h3 id = "orgb52d114" > < 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-07-25 12:47:10 +08:00
< div id = "outline-container-orgd951fe2" class = "outline-3" >
< h3 id = "orgd951fe2" > < 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-07-25 12:47:10 +08:00
< div id = "outline-container-org6c8c13f" class = "outline-3" >
< h3 id = "org6c8c13f" > < 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-07-25 12:47:10 +08:00
< div id = "outline-container-org79f1b26" class = "outline-3" >
< h3 id = "org79f1b26" > < 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-07-25 12:47:10 +08:00
< div id = "outline-container-orgdf823b0" class = "outline-3" >
< h3 id = "orgdf823b0" > < 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-07-25 12:47:10 +08:00
< div id = "outline-container-orga6765d5" class = "outline-3" >
< h3 id = "orga6765d5" > < 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-07-25 12:47:10 +08:00
< div id = "outline-container-org5acf741" class = "outline-3" >
< h3 id = "org5acf741" > < 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-07-25 12:47:10 +08:00
< div id = "outline-container-org7de7ea8" class = "outline-3" >
< h3 id = "org7de7ea8" > < 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-07-25 12:47:10 +08:00
< div id = "outline-container-org2b54e13" class = "outline-3" >
< h3 id = "org2b54e13" > < 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-07-25 12:47:10 +08:00
< div id = "outline-container-orgbe5d2fd" class = "outline-3" >
< h3 id = "orgbe5d2fd" > < 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-07-25 12:47:10 +08:00
< div id = "outline-container-orga8ed1ec" class = "outline-3" >
< h3 id = "orga8ed1ec" > < 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-07-25 12:47:10 +08:00
< div id = "outline-container-org2671e10" class = "outline-3" >
< h3 id = "org2671e10" > < 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-07-25 12:47:10 +08:00
< div id = "outline-container-orgd8b785e" class = "outline-3" >
< h3 id = "orgd8b785e" > < 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-07-25 12:47:10 +08:00
< div id = "outline-container-org8c21594" class = "outline-3" >
< h3 id = "org8c21594" > < 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-07-25 12:47:10 +08:00
< div id = "outline-container-org8581a4b" class = "outline-3" >
< h3 id = "org8581a4b" > < 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-07-25 12:47:10 +08:00
< div id = "outline-container-org91d8e18" class = "outline-3" >
< h3 id = "org91d8e18" > < 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-07-25 12:47:10 +08:00
< div id = "outline-container-orge7dd407" class = "outline-3" >
< h3 id = "orge7dd407" > < 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-07-25 12:47:10 +08:00
< div id = "outline-container-org4d98cc0" class = "outline-3" >
< h3 id = "org4d98cc0" > < 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-07-25 12:47:10 +08:00
< div id = "outline-container-org41a1673" class = "outline-3" >
< h3 id = "org41a1673" > < 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-07-25 12:47:10 +08:00
< div id = "outline-container-org3af734f" class = "outline-3" >
< h3 id = "org3af734f" > < 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-07-25 12:47:10 +08:00
< div id = "outline-container-orge7f1d95" class = "outline-3" >
< h3 id = "orge7f1d95" > < 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-07-25 12:47:10 +08:00
< div id = "outline-container-org4fd1ed6" class = "outline-3" >
< h3 id = "org4fd1ed6" > < 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-07-25 12:47:10 +08:00
< div id = "outline-container-orgc49863a" class = "outline-3" >
< h3 id = "orgc49863a" > < 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-07-25 12:47:10 +08:00
< div id = "outline-container-org74e43e2" class = "outline-3" >
< h3 id = "org74e43e2" > < 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-07-25 12:47:10 +08:00
< div id = "outline-container-orgc5382d8" class = "outline-3" >
< h3 id = "orgc5382d8" > < 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-07-25 12:47:10 +08:00
< div id = "outline-container-orgeab0882" class = "outline-3" >
< h3 id = "orgeab0882" > < 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-07-25 12:47:10 +08:00
< div id = "outline-container-orga368b3c" class = "outline-3" >
< h3 id = "orga368b3c" > < 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-07-25 12:47:10 +08:00
< div id = "outline-container-orgd14feb4" class = "outline-3" >
< h3 id = "orgd14feb4" > < 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-07-25 12:47:10 +08:00
< div id = "outline-container-orgadac85f" class = "outline-3" >
< h3 id = "orgadac85f" > < 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-07-27 13:20:18 +08:00
< div id = "outline-container-orgf7721f5" class = "outline-3" >
< h3 id = "orgf7721f5" > < 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 >
< div class = "outline-text-3" id = "text-1-40" >
< p >
文学< br / >
< / p >
< / div >
< / div >
< div id = "outline-container-orgbd249ca" class = "outline-3" >
< h3 id = "orgbd249ca" > < 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 >
< div class = "outline-text-3" id = "text-1-41" >
< p >
very high quality< br / >
< / p >
< / div >
< div id = "outline-container-orgc5662f4" class = "outline-4" >
< h4 id = "orgc5662f4" > < span class = "section-number-4" > 1.41.1.< / span > < a href = "http://tomasp.net/commodore64" > commodore64 BASIC< / a > < / h4 >
< / div >
< div id = "outline-container-orgf5f54ab" class = "outline-4" >
< h4 id = "orgf5f54ab" > < 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 >
< / div >
< / div >
2022-07-29 16:13:34 +08:00
< div id = "outline-container-org72464c7" class = "outline-3" >
< h3 id = "org72464c7" > < 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 >
< / div >
< div id = "outline-container-org604cb3c" class = "outline-3" >
< h3 id = "org604cb3c" > < span class = "section-number-3" > 1.43.< / span > < a href = "https://creamidea.github.io/" > C-tone< / a > < / h3 >
< div class = "outline-text-3" id = "text-1-43" >
< p >
pretty and concise page< br / >
< / p >
< / div >
< / div >
2022-08-07 13:08:23 +08:00
< div id = "outline-container-org69a338e" class = "outline-3" >
< h3 id = "org69a338e" > < 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 >
< / div >
< div id = "outline-container-org92e0931" class = "outline-3" >
< h3 id = "org92e0931" > < 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 >
< / div >
< div id = "outline-container-org2f3a3b6" class = "outline-3" >
< h3 id = "org2f3a3b6" > < 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 >
< / div >
< div id = "outline-container-orgb58617a" class = "outline-3" >
< h3 id = "orgb58617a" > < span class = "section-number-3" > 1.47.< / span > < a href = "https://blog.yangmame.org/" > yanemame< / a > < / h3 >
< div class = "outline-text-3" id = "text-1-47" >
< p >
猴哥推荐的< br / >
< / p >
< / div >
< / div >
2022-07-25 11:57:54 +08:00
< / div >
2022-07-25 12:47:10 +08:00
< div id = "outline-container-org758841b" class = "outline-2" >
< h2 id = "org758841b" > < 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-07-25 12:47:10 +08:00
< div id = "outline-container-org0bf9abd" class = "outline-3" >
< h3 id = "org0bf9abd" > < 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-07-25 12:47:10 +08:00
< div id = "outline-container-org5144236" class = "outline-4" >
< h4 id = "org5144236" > < span class = "section-number-4" > 2.1.1.< / span > < a href = "https://youtu.be/gG00NgcdNEk" > 代码视频片头< / a > < / h4 >
< 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 >
< div id = "outline-container-org1082674" class = "outline-4" >
< h4 id = "org1082674" > < 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-07-25 12:47:10 +08:00
< div id = "outline-container-org3361a67" class = "outline-4" >
< h4 id = "org3361a67" > < span class = "section-number-4" > 2.1.3.< / span > < a href = "https://youtu.be/nfF91Z6fqGk" > CMD 登录B站< / a > < / h4 >
< / div >
< div id = "outline-container-org4508b88" class = "outline-4" >
< h4 id = "org4508b88" > < span class = "section-number-4" > 2.1.4.< / span > < a href = "https://youtu.be/l0AmlU-4IRM" > Rust aes加密< / a > < / h4 >
< div class = "outline-text-4" id = "text-2-1-4" >
< p >
legacy< br / >
< / p >
< / div >
< / div >
< div id = "outline-container-org9442b3d" class = "outline-4" >
< h4 id = "org9442b3d" > < span class = "section-number-4" > 2.1.5.< / span > < a href = "https://youtu.be/qKA2NZ1-kx0" > tsoding write cool shell in rust< / a > < / h4 >
< / div >
< div id = "outline-container-org4963866" class = "outline-4" >
< h4 id = "org4963866" > < span class = "section-number-4" > 2.1.6.< / span > < a href = "https://youtu.be/hmMtQe_mYr0" > tsoding helloworld in c< / a > < / h4 >
< / div >
2022-07-29 16:13:34 +08:00
< div id = "outline-container-org3e0f72d" class = "outline-4" >
< h4 id = "org3e0f72d" > < 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-07-29 16:13:34 +08:00
< div id = "outline-container-orgff07475" class = "outline-4" >
< h4 id = "orgff07475" > < 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-07-29 16:13:34 +08:00
< div id = "outline-container-orgf132300" class = "outline-4" >
< h4 id = "orgf132300" > < 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-07-25 12:47:10 +08:00
< div id = "outline-container-org82bd31a" class = "outline-4" >
< h4 id = "org82bd31a" > < 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-07-29 16:13:34 +08:00
< div id = "outline-container-orgbd780cf" class = "outline-4" >
< h4 id = "orgbd780cf" > < 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-07-25 12:47:10 +08:00
< div id = "outline-container-org085d325" class = "outline-4" >
< h4 id = "org085d325" > < 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-07 13:08:23 +08:00
< div id = "outline-container-org3bcf1d8" class = "outline-2" >
< h2 id = "org3bcf1d8" > < 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 >
< div id = "outline-container-orgdb1e716" class = "outline-2" >
< h2 id = "orgdb1e716" > < span class = "section-number-2" > 4.< / span > Other< / h2 >
< div class = "outline-text-2" id = "text-4" >
< / div >
2022-07-25 12:47:10 +08:00
< div id = "outline-container-org8865872" class = "outline-3" >
2022-08-07 13:08:23 +08:00
< h3 id = "org8865872" > < 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 >
< 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-07-25 12:47:10 +08:00
< div id = "outline-container-orge0af5b6" class = "outline-3" >
2022-08-07 13:08:23 +08:00
< h3 id = "orge0af5b6" > < span class = "section-number-3" > 4.2.< / span > < a href = "https://en.wikipedia.org/wiki/Python_(missile)" > Python-5< / a > < / h3 >
< 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-07 13:08:23 +08:00
< div id = "outline-container-orgcaf57b4" class = "outline-3" >
< h3 id = "orgcaf57b4" > < span class = "section-number-3" > 4.3.< / span > < a href = "http://harmful.cat-v.org/" > cat -v< / a > < / h3 >
< div class = "outline-text-3" id = "text-4-3" >
< p >
harmful stuff < 3< br / >
< / p >
< / div >
< / div >
< div id = "outline-container-org30a2d32" class = "outline-3" >
< h3 id = "org30a2d32" > < span class = "section-number-3" > 4.4.< / span > < a href = "http://sdf.org/" > http://sdf.org/< / a > < / h3 >
< 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 >