Skip to content

Commit e0eeab8

Browse files
committed
add gdown
1 parent 05b0fa2 commit e0eeab8

File tree

6 files changed

+10
-1
lines changed

6 files changed

+10
-1
lines changed

.DS_Store

0 Bytes
Binary file not shown.

Efficient_Tools.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
- [Check the usage for authenticity](#check-the-usage-for-authenticity)
1313
- [6. AI pair programmer: Github Copilot](#6-ai-pair-programmer-github-copilot)
1414
- [7. PARSEC: Free Remote Desktop](#7-parsec-free-remote-desktop)
15+
- [8. gdown: Download Large files from Google Drive in command line](#8-gdown-download-large-files-from-google-drive-in-command-line)
1516
- [Reference](#reference)
1617
## 1. Torchinfo: Visualize Network Architecture
1718

@@ -121,12 +122,19 @@
121122
## 7. PARSEC: Free Remote Desktop
122123

123124
<div align=center>
124-
<img src='images/parsec.png' width=800 >
125+
<img src='images/parsec.png' width=8500 >
125126
</div>
126127

127128
- **Website**: [https://parsec.app](https://parsec.app)
128129
- Parsec is a free, HD, powerful remote desktop. It allows you to play games with your friends, watch movies with your family, or collaborate with colleagues from anywhere.
129130

131+
## 8. gdown: Download Large files from Google Drive in command line
132+
133+
<div align=center>
134+
<img src='images/gdown.png' width=500 >
135+
</div>
136+
- **Github**: [https://github.com/wkentaro/gdown](https://github.com/wkentaro/gdown)
137+
- We all faced the problem of downloading large files from Google Drive. The download speed is very slow, and it is easy to be interrupted. Moreover, it is difficult to download on linux. gdown is a command line tool that can download large files from Google Drive in command line. It is very easy to use, and the download speed is very fast.
130138

131139
# Reference
132140
- [知乎: 有没有什么可以节省大量时间的 Deep Learning 效率神器?](https://www.zhihu.com/question/384519338/answer/1196326124?utm_source=wechat_session&utm_medium=social&utm_oi=1094267717124816896&utm_content=group1_Answer&utm_campaign=shareopn)

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@
6666
- [Linggle: Grammer checker](Efficient_Tools.md#5-linggle-grammer-checker)
6767
- [AI pair programmer: Github Copilot](Efficient_Tools.md#6-ai-pair-programmer-github-copilot)
6868
- [PARSEC: Free Remote Desktop](Efficient_Tools.md#7-parsec-free-remote-desktop)
69+
- [gdown: Download Large files from Google Drive in command line](Efficient_Tools.md#8-gdown-download-large-files-from-google-drive-in-command-line)
6970
----
7071

7172
## 7.Efficient Writting

images/.DS_Store

0 Bytes
Binary file not shown.

images/gdown.png

336 KB
Loading

images/parsec.png

567 KB
Loading

0 commit comments

Comments
 (0)