更新目录

This commit is contained in:
sqrtthree 2016-10-11 15:23:07 +08:00
parent 0ca88672a4
commit d43b294e71

View File

@ -74,25 +74,25 @@
- [Unicode](#unicode) - [Unicode](#unicode)
- [Endianness](#endianness) - [Endianness](#endianness)
- [Emacs and vi(m)](#emacs-and-vim) - [Emacs and vi(m)](#emacs-and-vim)
- [Unix command line tools](#unix-command-line-tools) - [Unix 命令行工具](#unix-命令行工具)
- [Information theory](#information-theory) - [信息资源 (视频)](#信息资源-视频)
- [Parity & Hamming Code](#parity--hamming-code) - [奇偶校验位 & 汉明码 (视频)](#奇偶校验位--汉明码-视频)
- [Entropy](#entropy) - [系统熵值(系统复杂度)](#系统熵值系统复杂度)
- [Cryptography](#cryptography) - [密码学](#密码学)
- [Compression](#compression) - [压缩](#压缩)
- [Networking](#networking) - [网络 (视频)](#网络-视频)
- [Computer Security](#computer-security) - [计算机安全](#计算机安全)
- [Garbage collection](#garbage-collection) - [释放缓存](#释放缓存)
- [Parallel Programming](#parallel-programming) - [平行化(多线程)编程](#平行化多线程编程)
- [Design patterns](#design-patterns) - [设计模式](#设计模式)
- [Messaging, Serialization, and Queueing Systems](#messaging-serialization-and-queueing-systems) - [信息传输, 序列化, 和队列化的系统](#信息传输-序列化和队列化的系统)
- [Fast Fourier Transform](#fast-fourier-transform) - [快速傅里叶变换](#快速傅里叶变换)
- [Bloom Filter](#bloom-filter) - [布隆过滤器](#布隆过滤器)
- [van Emde Boas Trees](#van-emde-boas-trees) - [van Emde Boas 树](#van-emde-boas-树)
- [Augmented Data Structures](#augmented-data-structures) - [更深入的数据结构](#更深入的数据结构)
- [Skip lists](#skip-lists) - [跳表](#跳表)
- [Network Flows](#network-flows) - [网络流](#网络流)
- [Disjoint Sets & Union Find](#disjoint-sets--union-find) - [不相交集 & 联合查找](#不相交集--联合查找)
- [Math for Fast Processing](#math-for-fast-processing) - [Math for Fast Processing](#math-for-fast-processing)
- [Treap](#treap) - [Treap](#treap)
- [Linear Programming](#linear-programming) - [Linear Programming](#linear-programming)
@ -1381,7 +1381,7 @@
- [ ] [视频](https://www.youtube.com/playlist?list=PLEbnTDJUr_IegfoqO4iPnPYQui46QqT0j) - [ ] [视频](https://www.youtube.com/playlist?list=PLEbnTDJUr_IegfoqO4iPnPYQui46QqT0j)
- [ ] [子网络解密 - 第五部分 经典内部域名指向 CIDR 标记](https://www.youtube.com/watch?v=t5xYI0jzOf4) - [ ] [子网络解密 - 第五部分 经典内部域名指向 CIDR 标记](https://www.youtube.com/watch?v=t5xYI0jzOf4)
- ### 电脑安全 - ### 计算机安全
- [MIT](https://www.youtube.com/playlist?list=PLUl4u3cNGP62K2DjQLRxDNRi0z2IRWnNh) - [MIT](https://www.youtube.com/playlist?list=PLUl4u3cNGP62K2DjQLRxDNRi0z2IRWnNh)
- [ ] [威胁模型:入门](https://www.youtube.com/watch?v=GqmQg-cszw4&index=1&list=PLUl4u3cNGP62K2DjQLRxDNRi0z2IRWnNh) - [ ] [威胁模型:入门](https://www.youtube.com/watch?v=GqmQg-cszw4&index=1&list=PLUl4u3cNGP62K2DjQLRxDNRi0z2IRWnNh)
- [ ] [控制攻击](https://www.youtube.com/watch?v=6bwzNg5qQ0o&list=PLUl4u3cNGP62K2DjQLRxDNRi0z2IRWnNh&index=2) - [ ] [控制攻击](https://www.youtube.com/watch?v=6bwzNg5qQ0o&list=PLUl4u3cNGP62K2DjQLRxDNRi0z2IRWnNh&index=2)