Skip to content
Hanlei Qin edited this page Nov 11, 2023 · 54 revisions

Search

  • 指定url内查找相关信息,将以下内容放入Google的搜索框内并回车
    site:https://github.com/doubility-sky/daydayup/wiki 搜索

Design

Editor

  • Vim is a highly configurable text editor built to make creating and changing any kind of text very efficient. It is included as "vi" with most UNIX systems and with Apple OS X.
  • neovim: Vim-fork focused on extensibility and usability
    • NvChad: An attempt to make neovim cli as functional as an IDE while being very beautiful, blazing fast startuptime ~ 0.05 secs
  • GNU Emacs: An extensible, customizable, free/libre text editor — and more.
  • Atom is a hackable text editor for the 21st century, built on Electron, and based on everything we love about our favorite editors. We designed it to be deeply customizable, but still approachable using the default configuration.

Windows Only

Codes

  • CoatiSoftware/Sourcetrail is a free and open-source cross-platform source explorer that helps you get productive on unfamiliar source code.
  • Count Lines of Code
  • Artistic Style 格式化利器,别人代码瞬间变成你熟悉的风格。
    使用案例
    astyle \
    --mode=c \
    --style=kr \
    --indent=force-tab \
    --attach-namespaces \
    --attach-classes \
    --attach-inlines \
    --indent-switches \
    --indent-col1-comments \
    --pad-oper \
    --pad-header \
    --unpad-paren \
    --align-pointer=type \
    --fill-empty-lines \
    --add-brackets \
    --recursive \
    --suffix=none *.c *.cpp *.h *.hpp
  • clang-format

SAAS

Clone this wiki locally