Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/the0demiurge/notes

CharlesNotes
https://github.com/the0demiurge/notes

Last synced: about 2 months ago
JSON representation

CharlesNotes

Awesome Lists containing this project

README

        

# CharlesNotes

This is my notes, powered by GitBook, GitHub Pages, Travis CI.

Book Source: [CharlesNotes](https://github.com/the0demiurge/Notes)

Online Reading: [notes.love-y.eu](https://notes.love-y.eu)

![GitBook-Legacy to GitHub Pages](https://github.com/the0demiurge/Notes/workflows/GitBook-Legacy%20to%20GitHub%20Pages/badge.svg)

## Download Offline Version

- [EPUB](https://raw.githubusercontent.com/the0demiurge/Notes/gh-pages/books/CharlesNotes.epub)
- [MOBI](https://raw.githubusercontent.com/the0demiurge/Notes/gh-pages/books/CharlesNotes.mobi)

## How to Write Notes Likes This?

You can read my blog: [最好的电子笔记本:GitBook + Typora](https://the0demiurge.blogspot.jp/2018/02/gitbooktypora.html).

## Files List

```
Notes
├── A0-Mathmatics
│   ├── attractor.py
│   ├── attractor.py.md
│   └── Matrix_Calculus.md
├── A1-Computer_Science
│   ├── Algorithm
│   │   ├── Bit_Manipulation.md
│   │   ├── Calculator_AST.py
│   │   ├── Calculator_AST.py.md
│   │   ├── DFS-BFS.md
│   │   ├── Diffie_Hellman_Key_Exchange.md
│   │   ├── Diffie_Hellman_Key_Exchange.py
│   │   ├── dsr.py
│   │   ├── Dynamic_Programming.md
│   │   ├── Eight_Queen.py
│   │   ├── Eight_Queen.py.md
│   │   ├── FullBinaryTreeHeap.py
│   │   ├── FullBinaryTreeHeap.py.md
│   │   ├── longest_common_substr.cc
│   │   ├── sort.py
│   │   ├── sort.py.md
│   │   ├── swap.cc
│   │   ├── swap.md
│   │   └── swap.py
│   ├── Network
│   │   ├── OSI.md
│   │   └── routing.dot
│   └── Programming
│   ├── Front_End
│   │   ├── HTML
│   │   │   └── split_panes_html.md
│   │   └── 热力图
│   │   ├── FrontEnd_html.md
│   │   └── 百度api获取城市坐标.py.md
│   ├── Language
│   │   ├── C_or_C++
│   │   │   ├── Gramma
│   │   │   │   ├── argv.cc.md
│   │   │   │   └── inherit.cc.md
│   │   │   ├── STL
│   │   │   │   └── README.md
│   │   │   ├── pthread.md
│   │   │   └── README.md
│   │   ├── Python
│   │   │   ├── DevTools
│   │   │   │   ├── crash_on_ipy.py.md
│   │   │   │   └── jupyter_hide_code.py.md
│   │   │   └── Example
│   │   │   ├── sendmail
│   │   │   │   ├── attachment.py.md
│   │   │   │   ├── pic.py.md
│   │   │   │   ├── qq_smtp.py.md
│   │   │   │   ├── README.md
│   │   │   │   └── sendmail.py.md
│   │   │   ├── argparse_example.py.md
│   │   │   ├── create_epubook.py.md
│   │   │   ├── ctypes.md
│   │   │   ├── cython.md
│   │   │   ├── keyboard-mouse.md
│   │   │   ├── ncurses_example.py.md
│   │   │   ├── pandas.md
│   │   │   ├── qrcode_example.py.md
│   │   │   ├── socket.md
│   │   │   └── 动态修改幻灯片内容.md
│   │   └── Regular_Expression.md
│   ├── Software_Engineering
│   │   └── Design
│   │   ├── Factory_Pattern.md
│   │   └── README.md
│   └── Learning.md
├── A2-Machine_Learning
│   ├── Algorithms
│   │   ├── NatrualLanguageProcessing
│   │   │   ├── README.md
│   │   │   ├── transformer.md
│   │   │   └── word2vec.md
│   │   ├── NeuralNetwork
│   │   │   ├── nn_mnist.py.md
│   │   │   └── nn_mnist_static.py.md
│   │   ├── ReinforcementLearning
│   │   │   ├── bandit
│   │   │   │   └── bandit.py
│   │   │   ├── Deep_Reinforcement_Learning
│   │   │   │   ├── Basics
│   │   │   │   │   ├── Q-Learning.md
│   │   │   │   │   ├── Value_Based.md
│   │   │   │   │   └── Variance.md
│   │   │   │   ├── Policy_Gradient
│   │   │   │   │   ├── karpathy-pg-pong.py.md
│   │   │   │   │   ├── kvfrans-ddpg.py.md
│   │   │   │   │   ├── my_simple_PG.py.md
│   │   │   │   │   └── replay_buffer.py.md
│   │   │   │   ├── Fine_Tuning.md
│   │   │   │   ├── OU-process.md
│   │   │   │   ├── README.md
│   │   │   │   ├── step_by_step_q_learning.ipynb
│   │   │   │   └── step_by_step_q_learning.md
│   │   │   ├── README.md
│   │   │   └── Thinking.md
│   │   ├── SupportVectorMachine
│   │   │   ├── SMO_Simple.ipynb
│   │   │   └── SMO_Simple.md
│   │   └── LDA.py.md
│   ├── Problems
│   │   └── Imbalance.md
│   └── Tools
│   ├── PyTorch
│   │   ├── Example.md
│   │   └── README.md
│   ├── SciKit-Learn
│   │   └── tsne.py.md
│   └── TensorFlow
│   ├── TensorBoard
│   │   ├── mnist_with_summaries.py.md
│   │   └── tensorboard_advanced.py.md
│   ├── 1-TensorFlow_Cheatsheet.md
│   ├── Distributed_tensorflow.py.md
│   ├── Duplicate_a_tensorflow_graph.md
│   └── README.md
├── A3-Unix-Like
│   ├── Bash
│   │   ├── bash的高级技巧.md
│   │   └── README.md
│   ├── Server_Maintenance
│   │   ├── scripts
│   │   │   ├── backup_server_data.py.md
│   │   │   ├── charles-adduser.sh.md
│   │   │   ├── mv2cron.bash.md
│   │   │   ├── README.md
│   │   │   └── sendlog.py.md
│   │   ├── AUTO_UPGRADE.md
│   │   ├── QUOTA.md
│   │   └── SECURITY.md
│   ├── Tools
│   │   └── ffmpeg.md
│   ├── Arch_Linux_Installation.md
│   └── macOS.md
├── A4-Control_Theory
│   └── OptimalControl_AA203
│   ├── Lecture_01.md
│   ├── Lecture_02.md
│   ├── mrac.pdf
│   └── README.md
├── B1-Management
│   ├── HumanResource
│   │   ├── Curriculum_Vitae
│   │   │   ├── 2022
│   │   │   │   ├── 2022.en.md
│   │   │   │   └── 2022.zh.md
│   │   │   ├── curriculum_viate_markdown_generator.py
│   │   │   ├── cv.css
│   │   │   └── README.md
│   │   └── Interview
│   │   ├── 2018ST实习收获.md
│   │   ├── 2020面试总结.md
│   │   ├── Inwerviewer.md
│   │   └── README.md
│   └── ManagementByObject
│   ├── OKR.md
│   ├── README.md
│   ├── Self-Control.md
│   └── SMART.md
├── B2-Economics
│   ├── Principle
│   │   └── README.md
│   └── Quantitative_Investment
│   ├── PB_PE.md
│   └── 基本概念.md
├── C-Traffic
│   ├── 1_Traffic_Control
│   │   ├── Objects.md
│   │   ├── README.md
│   │   └── Terms.md
│   └── 2_Autopilot
│   ├── 2_0_Planning.md
│   ├── 2_1_Search.md
│   ├── 2_2_Sampling.md
│   └── README.md
├── X-Photography
│   └── 1-纽约摄影学院三原则.md
├── Y-Academic
│   ├── README.md
│   ├── 论文写作.md
│   ├── 论文阅读.md
│   └── 论文阅读流程图.dot
├── Z-Sundry
│   └── DPT-RP1_Config.md
├── build.sh
├── CNAME
├── HEADER
├── index.html
├── README.md
└── SUMMARY.md

56 directories, 137 files
```