返回排行榜

AngelKitty/review_the_national_post-graduate_entrance_examination

Ccnblogs.angelkitty.net

🌟复习考研的那些事儿(清华912考研)~~

algorithmctfacmkaoyansecurityoi912tsinghua-universityucore
Star 增长趋势
Star
1.1k
Forks
205
周增长
Issues
3
5001k
2019年3月2021年8月2024年2月2026年7月
README

复习考研的那些事儿~~

GitHub watchers GitHub stars GitHub forks GitHub followers GitHub repo size GitHub language count GitHub last commit GitHub

give_a_star

这里我将记录我考研的全过程,包括看过的书,写过的笔记,读过的杂志,推荐的番剧,电影,以及我在生活中一些零碎的记录和思考。

也许这一切对你们可能一无是处,但对我而言,这将会是人生中最宝贵的一段回忆,我希望以这种方式记录下来,所以在 Github 上开了此项目。

网上很多up主都喜欢通过拍摄 vlog 这种形式来记录自己的日常,我就突发奇想,能不能在这个词基础上稍微修改一下。于是我就想到了一个非常 nice 的词,自己取一个名叫 plog (Page weblog,plog似乎指代的意思很多,但是大多都是和日志系统有关吧,所以我这个翻译应该不算很偏门吧23333)

当然也欢迎你们加入到我们的复习队伍中,有好看的电影、番剧推荐或者一些有意思的书籍,请 fork 本项目到您的仓库后,再进行 pull request。

补充:对于有 Latex 公式的文章,由于 Github 的 markdown 解析是通过 SunDown 库实现的。这个库的宗旨就是 "Standards compliant, fast, securemarkdown processing library in C"。快就够用就行。并没打算加 latex 功能,并且 Markdown 原生就是不支持 LaTeX 的,GitHub Flavored Markdown 同样不支持。Markdown 的初衷就是成为一种与HTML兼容的“易读易写”的轻量级的网络标记语言,并不要求支持 LaTeX。我通过 codecogs 的云服务api 进行解析,所以文档中存在 Latex 书写的地方都以图片的形式存在。当然我建议你为了显示方便,也可以采用 Chrome 插件:MathJax Plugin for Github,在你自己的浏览器解析了 tex 公式,安装此插件需要科学上网,为了方便起见,我还是选择通过第三方 api 解析。

所有的公式格式均为 ![](http://latex.codecogs.com/gif.latex?+你要书写的 Latex 公式)

例如:

我们可以写成如下形式:

![](http://latex.codecogs.com/gif.latex?a^2+b^2=c^2)

本项目分为如下三个部分:

  • books_and_notes:存放着我复习时候看过的书以及笔记
  • exam:一些我复习的时候做过的一些题目
  • plog:记录着我每周的一些日常。

如何获取此项目?

本项目可以直接通过以下方式获取:

# clone
git clone git@github.com:AngelKitty/review_the_national_post-graduate_entrance_examination.git

如何获取项目中的部分文件?

可能随着文件的不断增多,项目的体积越来越庞大,可能对于网络环境相对较差的同学来讲,完整的 clone 此项目会变得非常的吃力。为了考虑到这一部分的同学,在这里,我提供几种开源的工具供大家使用:

1、DownGit

使用方法如下图所示:

DownGit

2、GitZip

用法和 DownGit 一样,下面为使用方法的演示图:

GitZip

上面的方法均无效?这里也许有你想要的答案:Download a single folder or directory from a GitHub repo

想了解更多?

欢迎大家关注我的微信公众号IT老实人(IThonest),如果您觉得该项目对您有很大的帮助,您可以考虑赏博主一杯咖啡以资鼓励,您的肯定将是我最大的动力。thx.

我的公众号是IT老实人(IThonest),一个有故事的公众号,欢迎大家来这里讨论,共同进步,不断学习才能不断进步。扫下面的二维码或者收藏下面的二维码关注吧(长按下面的二维码图片、并选择识别图中的二维码),个人QQ和微信的二维码也已给出,扫描下面👇的二维码一起来讨论吧!!!

qrcode

赞助 & 打赏

本项目支持赞助,资料来源于网络,搜集不易,搜集过程中也花费了一定的代价,可以考虑赏博主一杯咖啡以资鼓励,非常感谢各位一直以来的支持。

donate

版权声明

知识共享许可协议 本作品采用知识共享署名-非商业性使用-相同方式共享 4.0 国际许可协议进行许可。

The Star And Thank Author License

fork_and_star

相关仓库
jwasham/coding-interview-university

A complete computer science study plan to become a software engineer.

Creative Commons Attribution Share Alike 4.0 Internationalcomputer-scienceinterview
356.8k84.4k
TheAlgorithms/Python

All Algorithms implemented in Python

PythonPyPIMIT Licensepythonalgorithm
thealgorithms.github.io/Python/
223k50.9k
trekhleb/javascript-algorithms

📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings

JavaScriptnpmMIT Licensejavascriptalgorithms
196.3k31k
CyC2018/CS-Notes

:books: 技术面试必备基础知识、Leetcode、计算机操作系统、计算机网络、系统设计

algorithmleetcode
cyc2018.xyz
184.8k50.8k
yangshun/tech-interview-handbook

Curated coding interview preparation materials for busy software engineers

TypeScriptnpmMIT Licenseinterview-questionscoding-interviews
techinterviewhandbook.org
141.1k16.7k
krahets/hello-algo

《Hello 算法》:动画图解、一键运行的数据结构与算法教程。支持简中、繁中、English、日本語,提供 Python, Java, C++, C, C#, JS, Go, Swift, Rust, Ruby, Kotlin, TS, Dart 等代码实现

JavaMavenOtheralgorithmsdata-structures
hello-algo.com
128.7k15.3k
TheAlgorithms/Java

All Algorithms implemented in Java

JavaMavenMIT Licensejavaalgorithms
66k21.2k
kdn251/interviews

Everything you need to know to get the job.

JavaMavenMIT Licensejavainterview
youtube.com/channel/UCKvwPt6BifPP54yzH99ff1g
65.1k12.9k
youngyangyang04/leetcode-master

《代码随想录》LeetCode 刷题攻略:200道经典题目刷题顺序,共60w字的详细图解,视频难点剖析,50余张思维导图,支持C++,Java,Python,Go,JavaScript等多语言版本,从此算法学习不再迷茫!🔥🔥 来看看,你会发现相见恨晚!🚀

Shellleetcodeprogrammer
62k12.3k
azl397985856/leetcode

LeetCode Solutions: A Record of My Problem Solving Journey.( leetcode题解,记录自己的leetcode解题之路。)

JavaScriptnpmOtheralgorithmleetcode
leetcode-solution-leetcode-pp.gitbook.io/leetcode-solution/
55.8k9.4k
algorithm-visualizer/algorithm-visualizer

:fireworks:Interactive Online Platform that Visualizes Algorithms from Code

JavaScriptnpmMIT Licensealgorithmdata-structure
algorithm-visualizer.org
48.7k7.6k
huihut/interview

📚 C/C++ 技术面试基础知识总结,包括语言、程序库、数据结构、算法、系统、网络、链接装载库等知识及面试经验、招聘、内推等信息。This repository is a summary of the basic knowledge of recruiting job seekers and beginners in the direction of C/C++ technology, including language, program library, data structure, algorithm, system, network, link loading library, interview experience, recruitment, recommendation, etc.

C++Otherinterviewinterview-questions
interview.huihut.com
38.1k8.1k