What does the git index contain EXACTLY?

The Git book contains an article on what an index includes: The index is a binary file (generally kept in .git/index) containing a sorted list of path names, each with permissions and the SHA1 of a blob object; git ls-files can show you the contents of the index: $ git ls-files –stage 100644 63c918c667fa005ff12ad89437f2fdc80926e21c 0 … Read more

Practical uses for the “internal” keyword in C#

Utility or helper classes/methods that you would like to access from many other classes within the same assembly, but that you want to ensure code in other assemblies can’t access. From MSDN (via archive.org): A common use of internal access is in component-based development because it enables a group of components to cooperate in a … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)