tab

  • vimrc settings

    Located in ~/.vimrc If it doesn’t exist, create it! To see more info on these settings, from within vim: To format a file with mixed tabs and spaces, after applying the above settings, from within vim: Continue reading

  • PHP Quick Reference

    Escape sequences for print output: Max integer and float size (overflow): generate random number: Get Current Page Name: Came across the following on stackoverflow while looking for the PHP equivalent of string.format. Sprintf (similar to php printf, in c# string.format):… Continue reading