This commit is contained in:
linghuam 2018-11-21 11:06:18 +08:00
parent 2c56a23f9a
commit d950a56241
10 changed files with 61 additions and 21 deletions

13
.gitignore vendored Normal file
View File

@ -0,0 +1,13 @@
.DS_Store
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Editor directories and files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln

21
LICENSE
View File

@ -1,21 +0,0 @@
MIT License
Copyright (c) 2018 linghuam
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

View File

@ -1,2 +1,50 @@
# boutique-books
Some of the fine books I have read
# 索引
- [数学](#b01-数学)
- [计算机基本理论](#b02-计算机基本理论)
- [数据结构与算法](#b03-数据结构与算法)
- [图形学与可视化](#b04-图形学与可视化)
- [HTML与CSS](#HTML与CSS)
- [JS与NodeJS](#b06-JS与NodeJS)
- [其他](#b07-其他)
# b01-数学
##《程序员的数学》
### 作者
平冈和幸堀玄著
### 简介
如果数学不好,是否可以成为一名程序员呢?答案是肯定的。
名程序员呢?答案是肯定的名程序员呢?答案是肯定的。
### 读后感
编程的基础是计算机科学,而计算机科学的基础是数学。
# b02-计算机基本理论
# b03-数据结构与算法
# b04-图形学与可视化
# HTML与CSS
fdasdfasfdasdf
fd
asf
a
sfda
sfdasdf
# b06-JS与NodeJS
# b07-其他

0
b01-数学/.gitkeep Normal file
View File

View File

View File

View File

0
b05-HTML与CSS/.gitkeep Normal file
View File

0
b06-JS与NodeJS/.gitkeep Normal file
View File

0
b07-其他/.gitkeep Normal file
View File