If you try to use git gui on a folder that has more than 5000 files, you might notice that the git gui client only displays the first 5000 files and you will also receive the following message Display limit (gui.maxfilesdisplayed = 5000) reached, not showing all xxxxx files The limit is coming from the following line … Continue reading Git Gui does not display more than 5000 files
Category: Uncategorized
PwnageChecker
Download from App Store Download Source at Github I have recently submitted the PwnageChecker App I create a few months ago to App Store and early this week it was approved. Pwnagechecker is an iOS app built using Swift. It allows users to easily check whether an account has been compromised in a known data … Continue reading PwnageChecker
Bootswatch Theme Preview Google Chrome Extension
Bootswatch offers many beautiful free themes for bootstrap. Recently I created a Google Chrome Extension that makes it easy to preview any existing bootstrap sites in one of these Bootswatch themes. Install Extension From Chrome Web Store Download Source From GitHub How To Use Install the extension from Chrome Web Store. Once the extension is … Continue reading Bootswatch Theme Preview Google Chrome Extension
REINSTALLMODE vs ReinstallModeText
REINSTALLMODE This is a MSI Property. On MSDN: The REINSTALLMODE property is a string that contains letters specifying the type of reinstall to perform. Options are case-insensitive and order-independent. This property should normally always be used in conjunction with the REINSTALL property. However, this property can also be used during installation, not just reinstall. By … Continue reading REINSTALLMODE vs ReinstallModeText
Running ASPNET 5 and .NET Core on Linux
I have been hearing quite a bit about the new ASPNET 5 (vNext) and .NET Core for a while now. However, the frequent breaking changes between beta versions was too much for me to want to try it out. With ASPNET 5 and .NET Core in release candidate and a 1.0 release in sight, I thought it's … Continue reading Running ASPNET 5 and .NET Core on Linux