jupyter-notebook
hscspring / All4NLP
All For NLP, especially Chinese.
Good Stuff
Mikoto10032 / DeepLearning
深度学习入门教程&&优秀文章&&Deep Learning Tutorial
Good Stuff
- hangdong的深度学习博客,论文推荐
- 3. colah’s blog
- 反卷积
- 凭什么相信CNN的结果?–可视化
- Hands-on tour to deep learning with PyTorch
- Keep Up With New Trends
- 如何端到端地写科研论文-邱锡鹏
python
ytdl-org / youtube-dl
Command-line program to download videos from YouTube.com and other video sites
Release
Windows users can download an .exe file and place it in any location on their PATH except for %SYSTEMROOT%\System32
(e.g. do not put in C:\Windows\System32
).
Good Stuff
- Alternatively, refer to the developer instructions for how to check out and work with the git repository. For further options, including PGP signatures, see the youtube-dl Download Page.
- If you’ve followed our manual installation instructions, you can simply run
youtube-dl -U
(or, on Linux,sudo youtube-dl -U
). - Afterwards, simply follow our manual installation instructions:
- In particular, the generic extractor (used when your website is not in the list of supported sites by youtube-dl cannot mandate one specific downloader.
- Most users do not need to build youtube-dl and can download the builds or get them from their distribution.
donnemartin / system-design-primer
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
Good Stuff
ranger / ranger
A VIM-inspired filemanager for the console
Good Stuff
- Website: https://ranger.github.io/
- Download: https://ranger.github.io/ranger-stable.tar.gz
instagrambot / instabot
🐙
Free Instagram scripts, bots and Python API wrapper. Get free instagram followers with our auto like, auto follow and other scripts!
Good Stuff
- Read the Docs | Contribute
- or see this for more details.
RustPython / RustPython
A Python Interpreter written in Rust
Good Stuff
- Check out our online demo running on WebAssembly.
javascript
ziahamza / webui-aria2
The aim for this project is to create the worlds best and hottest interface to interact with aria2. Very simple to use, just download and open index.html in any web browser.
Good Stuff
- If aria2 is not installed in your local machine then head on to https://aria2.github.io/ and follow the instructions there.
- Or you could just head on to https://ziahamza.github.io/webui-aria2 and start downloading files! Once you have visited the URL thanks to Progressive Web Apps you can open the same URL even when you are offline.
- You can always select which files to download in case of torrents or metalinks. Just pause a download and a list icon should appear next to the settings button. To select which files to download before starting the download, give the flag –pause-metadata to aria2. See link
yangshun / tech-interview-handbook
💯
Materials to help you rock your next coding interview
Good Stuff
- How to prepare for coding interviews
- Interview Cheatsheet - Straight-to-the-point Do’s and Don’ts
- Algorithm tips and the best practice questions categorized by topic
- Interview formats of the top tech companies
- Behavioral questions asked by the top tech companies
- Good questions to ask your interviewers at the end of the interviews
- Helpful resume tips to get your resume noticed and the Do’s and Don’ts
- A Docusaurus website has been created to provide a better reading experience. Check out the website here!
agalwood / Motrix
A full-featured download manager.
Good Stuff
- Aria2 (Note: macOS and Linux versions use 64-bit aria2c, Windows version uses 32-bit)
laurent22 / joplin
Joplin - a note taking and to-do application with synchronization capabilities for Windows, macOS, Linux, Android and iOS. Forum: https://discourse.joplinapp.org/
Release
Windows (32 and 64-bit) | | Or get the Portable version
The portable application allows installing the software on a portable device such as a USB key. Simply copy the file JoplinPortable.exe in any directory on that USB key ; the application will then create a directory called “JoplinProfile” next to the executable file.
macOS | | You can also use Homebrew:
brew cask install joplin
Good Stuff
- | Multitable | See MultiMarkdown page | Adds more power and customization to markdown tables | no |
- Math expressions can be added using the KaTeX notation. To add an inline equation, wrap the expression in
$EXPRESSION$
, eg.$\sqrt{3x-1}+(1+x)^2$
. To create an expression block, wrap it as follow:
r-spacex / SpaceX-API
🚀
Open Source REST API for rocket, core, capsule, pad, and launch data
Good Stuff
go
miekg / dns
DNS library in Go
Good Stuff