# 工具网站

TIP

本模块记录一些实用的工具网站

# 精选

  • 算法可视化工具网站visualgo

  • 可视化代码执行网站工具pythontutorhttps://pythontutor.com/

  • 将markdown转换成HTML的工具MDcathttps://github.com/calganaygun/MDcat

# 常用

Anurag's github stats

Top Langs

ReadMe Card

# 必备

  eg: https://sourcegraph.com/加上GitHub项目地址
  eg: https://sourcegraph.com/github.com/huskyAreYouScared/subtitle
1
2
  // 具体使用方式
  // <Document Location> 可访问的文件地址
  "http://view.officeapps.live.com/op/view.aspx?src=<Document Location>"
1
2
3
// 使用方式:https://gitmemory.com/<账号>/<开源仓库名>
eg:https://gitmemory.com/huskyareyouscared/subtitle
1
2
  ,---,                                    ,-.                                                           
,--.' |                                ,--/ /|                                                           
|  |  :             ,--,             ,--. :/ |                                 __  ,-.                   
:  :  :           ,'_ /|   .--.--.   :  : ' /                                ,' ,'/ /|                   
:  |  |,--.  .--. |  | :  /  /    '  |  '  /        .--,            ,--.--.  '  | |' | ,---.             
|  :  '   |,'_ /| :  . | |  :  /`./  '  |  :      /_ ./|           /       \ |  |   ,'/     \            
|  |   /' :|  ' | |  . . |  :  ;_    |  |   \  , ' , ' :          .--.  .-. |'  :  / /    /  |           
'  :  | | ||  | ' |  | |  \  \    `. '  : |. \/___/ \: |           \__\/: . .|  | ' .    ' / |           
|  |  ' | ::  | : ;  ; |   `----.   \|  | ' \ \.  \  ' |           ," .--.; |;  : | '   ;   /|           
|  :  :_:,''  :  `--'   \ /  /`--'  /'  : |--'  \  ;   :          /  /  ,.  ||  , ; '   |  / |           
|  | ,'    :  ,      .-./'--'.     / ;  |,'      \  \  ;         ;  :   .'   \---'  |   :    |           
`--''       `--`----'      `--'---'  '--'         :  \  \        |  ,     .-./       \   \  /      ,---, 
             ,---.           ,--,                  \  ' ;         `--`---'    __  ,-. `----'     ,---.'| 
            '   ,'\        ,'_ /|           .--.--. `--`                    ,' ,'/ /|            |   | : 
      .--, /   /   |  .--. |  | :          /  /    '     ,---.     ,--.--.  '  | |' | ,---.      |   | | 
    /_ ./|.   ; ,. :,'_ /| :  . |         |  :  /`./    /     \   /       \ |  |   ,'/     \   ,--.__| | 
 , ' , ' :'   | |: :|  ' | |  . .         |  :  ;_     /    / '  .--.  .-. |'  :  / /    /  | /   ,'   | 
/___/ \: |'   | .; :|  | ' |  | |          \  \    `. .    ' /    \__\/: . .|  | ' .    ' / |.   '  /  | 
 .  \  ' ||   :    |:  | : ;  ; |           `----.   \'   ; :__   ," .--.; |;  : | '   ;   /|'   ; |:  | 
  \  ;   : \   \  / '  :  `--'   \         /  /`--'  /'   | '.'| /  /  ,.  ||  , ; '   |  / ||   | '/  ' 
   \  \  ;  `----'  :  ,      .-./        '--'.     / |   :    :;  :   .'   \---'  |   :    ||   :    :| 
    :  \  \          `--`----'              `--'---'   \   \  / |  ,     .-./       \   \  /  \   \  /   
     \  ' ;                                             `----'   `--`---'            `----'    `----'    
      `--`                                                                                               
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
  +---------------+                     +---------------+
  |               |                     |               |
  |---------------|                     |---------------|
  |               +--------------------+|               |
  |  husky  are   |                     |   you scared  |
  |               |                     |               |
  |               |                     |               |
  |               |                     |               |
  +---------------+                     +---------------+
1
2
3
4
5
6
7
8
9
# 首先定位到一个文件
https://github.com/huskyAreYouScared/blog/blob/master/docs/.vuepress/config.js
# 只需要改变网址即可
https://github.githistory.xyz/huskyAreYouScared/blog/blob/master/docs/.vuepress/config.js
1
2
3
4
Last Updated: 1/23/2022, 10:16:22 AM