전체 글 (65) 썸네일형 리스트형 Compiler vs Interpreter Compiler High-level language(Source code) → Machine Language(Executable) Therefore, running executable file does not require compiler to be installed. Pros Because they can see all the code up-front, they can perform a number of analyses and optimizations when generating code that makes the final version of the code executed faster than just interpreting each line individually. Compilers can oft.. Git and Github 사용법 총정리 What is Git?Git is open source and free source control management or what's referred to as Source Control Management.- Download git-scm.com - Manual# This command opens up a manual of command 'git config'git help config - User Configuration# Username configurationgit config --global user.name "Username Here"# Email configurationgit config --global user.email Youremailhere# Default branch configu.. 이전 1 ··· 19 20 21 22 다음