Skip to content

Commit 794f85b

Browse files
committed
增加索引文件
1 parent a188fec commit 794f85b

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

lanzhiwang_index.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
```bash
22
$ tree -a .
33
.
4-
├── Assembler
4+
├── Assembler 自定义汇编解释器
55
│   ├── assembler.py
66
│   ├── examples
77
│   │   ├── code2.txt
@@ -11,7 +11,7 @@ $ tree -a .
1111
│   │   └── test.txt
1212
│   ├── GUIDE.txt
1313
│   └── README.txt
14-
├── async_downloader
14+
├── async_downloader 异步下载
1515
│   ├── async_downloader.py
1616
│   └── requirements.txt
1717
├── backup_automater_services.py
@@ -22,12 +22,12 @@ $ tree -a .
2222
│   └── README.md
2323
├── calculator.py
2424
├── chaos.py
25-
├── check_file.py
25+
├── check_file.py 检查文件是否存在和可读
2626
├── check_for_sqlite_files.py
2727
├── check_input.py
2828
├── check_internet_con.py
2929
├── chicks_n_rabs.py
30-
├── CountMillionCharacter.py
30+
├── CountMillionCharacter.py 统计大字符串
3131
├── CountMillionCharacters-2.0.py
3232
├── CountMillionCharacters-Variations
3333
│   └── variation1.py
@@ -46,12 +46,12 @@ $ tree -a .
4646
├── ex20.py
4747
├── factorial_perm_comp.py
4848
├── factors.py
49-
├── fileinfo.py
49+
├── fileinfo.py 获取文件相关属性信息
5050
├── find_prime.py
5151
├── folder_size.py
5252
├── four_digit_num_combination.py
5353
├── FTP in python
54-
├── ftp_send_receive.py
54+
├── ftp_send_receive.py FTP上传和下载文件操作
5555
├── game_of_life
5656
│   ├── game_o_life.py
5757
│   └── sample.gif
@@ -100,9 +100,9 @@ $ tree -a .
100100
│   └── tags
101101
├── .gitignore
102102
├── Google Image Downloader
103-
│   ├── create_dir.py
103+
│   ├── create_dir.py 创建、删除目录的相关操作
104104
│   ├── create_dir.py~
105-
│   ├── image grapper.py
105+
│   ├── image grapper.py 同步下载文件
106106
│   ├── image grapper.py~
107107
│   └── __pycache__
108108
│   └── create_dir.cpython-35.pyc
@@ -118,7 +118,7 @@ $ tree -a .
118118
│   └── README.txt
119119
├── LICENSE.md
120120
├── life
121-
├── linear-algebra-python
121+
├── linear-algebra-python 矩阵相关操作
122122
│   ├── README.md
123123
│   └── src
124124
│   ├── lib.py
@@ -205,7 +205,7 @@ $ tree -a .
205205
├── wiki_random.py
206206
├── work_connect.py
207207
├── xkcd_downloader.py
208-
├── XORcipher
208+
├── XORcipher 加解密字符串、列表、文件等
209209
│   ├── README.md
210210
│   └── XOR_cipher.py
211211
├── youtube-downloader fast.py

0 commit comments

Comments
 (0)