Once again, Stack Overflow takes the pulse of the developer community where we have all collectively decided to switch to Clojure, while Michael is changing things up, Joe is a future predicting trailblazer, and Allen is "up in the books".
The full show notes for this episode are available at https://www.codingblocks.net/episode189.
Follow along with the show on the website (survey.stackoverflow.co)
grep -Pzo "(?s)^(\s)\Nmain.?{.?^\1}" *.c (Stack Overflow) vim? By default vim treats characters literally, but you can turn on "magic" characters with :set magic and then you're off to the races! (Stack Overflow)yum install will not return an error code when installing multiple packages at the same time if one succeeds and another fails. Yikes! So be sure to install your dependencies independent of their dependents. (Stack Overflow)