I have a problem with the D3DX11CreateShaderResourceViewFromMemory helper function. I read some texture from a file or ZIP and pass the raw bytes and leng...
I swear I looked everywhere, and disabled almost everything (insertion of matching brackets etc), but when I type an opening brace and hit enter, it auto-...
I have a SQL Server database on my server and I've taken a backup of it. When I try to restore it to a local machine it is throwing me an error and t...
I have encountered situation that I can't explain how Redshift handles division of SUMs. There is example table: create table public.datatype_test( a...
I am working on an app in which I want to show a ProgressBar, but I want to replace the default Android ProgressBar. So how can I customize the ProgressBa...
I have to make some changes in my NextJS project because my endpoint API doesn't support many calls and I would like to make a refresh from the origi...
When creating an react native app with expo, expo installs many module that i don't need. Is there a way to remove these unwanted modules like barcod...