【Top】Summary of common software tools

Summary of common software tools

special statement

All the content in this article comes from the Internet and is collected by individuals. If there is any infringement, please contact [email protected]

  • Douban source installation tool
    pip install xxx -i http://pypi.douban.com/simple/

  • The source of USTC
    pip install dlib==18.17.100 -i https://mirrors.ustc.edu.cn/pypi/web/simple

    sudo pip3 install tensorflow -i https://pypi.douban.com/simple/

    如:pip install opencv-contrib-python==3.4.2.16 -i https://pypi.tuna.tsinghua.edu.cn/simple

  • github download configuration-DNS query
    http://tool.chinaz.com/dns/
    78.16.49.15 github.global.ssl.fastly.net
    13.229.188.59 github.com

GitHub acceleration URL: https://ghproxy.com/

  • Commonly used software under windows:
    Browser: 360 Speed ​​Browser
    Search Engine: Bing
    Screenshot Software: WeChat Screenshot, 360 Browser Screenshot, Snipaste
    Note Software: Evernote, Typora
    Screen Recording Software: EV Screen Recording
    and Decompression Software: Bandizip (abandoned Winrar)
    picture software: Honey Browser (HoneyView)
    antivirus software: Huorong security software
    Input method software: palm input method (sogou input method has been abandoned)
    PDF reader: extreme speed PDF reader , CAJviewer (not Aurora pdf)
    video playback Software: PotPlayer
    File Search Software: Everything
    Uninstall Software: Uninstaller Tool
    Baidu Library Download: Freezing Point Software
    Text Screenshot Recognition: Tianruo OCR
    Other Software: AutoCAD2007, BaiduNetDisk, CarSim, CloudMusic, MDK5, MathType, matlab2018, Notepad++, Anaconda, Photoshop CS6, python35, SW2018, VS2019, VMware

    Recently found two super useful software: VScode and Mathpix Snipping Tool
    1. VScode: temporarily used for markdown notes, with Latex paper typesetting, and python programming
    2. Mathpix Snipping Tool: can cut and recognize mathematical formulas, and cooperate with mathtype use.

  • Commonly used software under ubuntu:
    file comparison software: Meld (linux)
    knowledge management software: obsidian
    image editing software: kolourpaint (linux)
    remote software: rdesktop (linux)
    network debugging assistant: sokit (linux)
    screenshot software: flameshot (linux)
    code Insert highlight into word: https://highlightcode.com/

  • Practical website
    computer HD wallpaper download: https://wallpapershome.com

  • VScode common plug-in summary

plugin name Developer use
C/C++ Microsoft Write C/C++ code
Chinese(Simplified) Microsoft Chinese (Simplified) Language Pack for VS Code
CMake twxs compile cmake file
CMake Tools Microsoft compile cmake file
Code Translate w88975 word translation plugin
Codelf unbug Variable naming artifact
Dracula Official Dracula Theme VScode theme
Markdown All in Yu Zhang markdown
                         ——2022年7月6日 更新

Guess you like

Origin blog.csdn.net/qq_41821678/article/details/104745972