What is a faster alternative to Python’s http.server (or SimpleHTTPServer)?
Python’s http.server (or SimpleHTTPServer for Python 2) is a great way of serve the contents of the current directory from the command line: … Read more
Python’s http.server (or SimpleHTTPServer for Python 2) is a great way of serve the contents of the current directory from the command line: … Read more
How do I get the command-line build tools installed with the current Xcode/Mac OS X v10.8 (Mountain Lion) or later? Unlike Xcode there … Read more
Saw the following error when running an npm install which required node-gyp… but could be triggered by anything which requires xcode-select. xcode-select: error: … Read more