All Projects → AngelKitty → Review_the_national_post Graduate_entrance_examination

AngelKitty / Review_the_national_post Graduate_entrance_examination

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

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Review the national post Graduate entrance examination

Cardinal
CTF🚩 AWD (Attack with Defense) 线下赛平台 / AWD platform - 欢迎 Star~ ✨
Stars: ✭ 379 (-5.01%)
Mutual labels:  ctf
Hyperpwn
A hyper plugin to provide a flexible GDB GUI with the help of GEF, pwndbg or peda
Stars: ✭ 387 (-3.01%)
Mutual labels:  ctf
Ctcwordbeamsearch
Connectionist Temporal Classification (CTC) decoder with dictionary and language model for TensorFlow.
Stars: ✭ 398 (-0.25%)
Mutual labels:  algorithm
Algorithms Primer
A consolidated collection of resources for you to learn and understand algorithms and data structures easily.
Stars: ✭ 381 (-4.51%)
Mutual labels:  algorithm
Samples
Sample projects using Material, Graph, and Algorithm.
Stars: ✭ 386 (-3.26%)
Mutual labels:  algorithm
Ctf writeup
CTF writeups from Balsn
Stars: ✭ 393 (-1.5%)
Mutual labels:  ctf
Proalgos Cpp
C++ implementations of well-known (and some rare) algorithms, while following good software development practices
Stars: ✭ 369 (-7.52%)
Mutual labels:  algorithm
Pinctf
Using Intel's PIN tool to solve CTF problems
Stars: ✭ 399 (+0%)
Mutual labels:  ctf
Quickgraph
Generic Graph Data Structures and Algorithms for .NET
Stars: ✭ 386 (-3.26%)
Mutual labels:  algorithm
Blurtestandroid
This is a simple App to test some blur algorithms on their visual quality and performance.
Stars: ✭ 396 (-0.75%)
Mutual labels:  algorithm
Cpp Sort
Sorting algorithms & related tools for C++14
Stars: ✭ 382 (-4.26%)
Mutual labels:  algorithm
Algowiki
Repository which contains links and resources on different topics of Computer Science.
Stars: ✭ 3,886 (+873.93%)
Mutual labels:  algorithm
Competitive coding
This repository contains some useful codes, techniques, algorithms and problem solutions helpful in Competitive Coding.
Stars: ✭ 393 (-1.5%)
Mutual labels:  algorithm
Algorithms
Minimal examples of data structures and algorithms in Python
Stars: ✭ 20,123 (+4943.36%)
Mutual labels:  algorithm
Leetcode Swift
Solutions to LeetCode by Swift
Stars: ✭ 4,099 (+927.32%)
Mutual labels:  algorithm
Bottleneckosmosis
瓶颈渗透,web渗透,red红队,fuzz param,注释,js字典,ctf
Stars: ✭ 368 (-7.77%)
Mutual labels:  ctf
Scalgos
algorithms in scala
Stars: ✭ 390 (-2.26%)
Mutual labels:  algorithm
Algorithmsanddatastructure
Algorithms And DataStructure Implemented In Python & CPP, Give a Star 🌟If it helps you
Stars: ✭ 400 (+0.25%)
Mutual labels:  algorithm
Tstl
TypeScript-STL (Standard Template Library, migrated from C++)
Stars: ✭ 397 (-0.5%)
Mutual labels:  algorithm
Stegcracker
Steganography brute-force utility to uncover hidden data inside files
Stars: ✭ 396 (-0.75%)
Mutual labels:  ctf

复习考研的那些事儿~~

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 [email protected]: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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].