Random Programming Hints
Thursday, September 3, 2020
Clear dirty bit for exfat external drive:
›
" exFAT offset is 6a . On HxD, press CTRL + G and type 0x6a , which will get you to the exact byte that needs to be zeroed." ...
Thursday, September 12, 2019
kmod-nvidia install Centos
›
Directions on setting up elrepo and the general info about kmod-nvidia https://elrepo.org/tiki/kmod-nvidia Answer to kernel dependency er...
Wednesday, May 29, 2019
Solution for trouble installing Windows 10 build 1903 "Windows could not configure one or more system components..."
›
A few days ago 1903 became available for my machine. When I tried to install the update using windows update it gave me the following error...
Wednesday, March 13, 2019
Send Window to Back
›
Windows shortcut to sending window to back is: ALT + ESC. Nice alternative to minimizing a window and helps if a maximized window is ...
Wednesday, January 23, 2019
Visual Studio Code Set Environment Variable for Task
›
I was unable to find a solution for setting an environment variable for a specific task but setting one for all tasks can be done like this:...
Friday, July 27, 2018
Restoring Missing Icons in Visual Studio 2017
›
If you find that the icons in Visual Studio 2017 are missing, a potential fix is to delete a specific folder that contains icon cache, and t...
Wednesday, April 11, 2018
Converting float to int using bits
›
Sometimes it makes sense to place an integer into an array of floats but not want to represent it a float. GLSL has a function for convert...
›
Home
View web version