Wow… quite a list of programming books!
https://github.com/vhf/free-programming-books/blob/master/free-programming-books.md Doubt anyone would finish all of these in their lifetime…
https://github.com/vhf/free-programming-books/blob/master/free-programming-books.md Doubt anyone would finish all of these in their lifetime…
Yes…you CAN run a php script inside a bash script. (or any other programming language actually, inside a bash script). The syntax is shown below. Now I’m not sure that it’s always wise to do that, but it’s interesting that you can do that ๐ I actually needed the output of a php script insideโฆ Read More »
Auto indenting php/html files with vim Not really hard once you know how ๐ :set ft=phtml gg=G Vim is pretty cool, and can do some really interesting stuff if you take the time to learn how ๐