I am coding a little program in pascal and I have run into a small problem. In other languages there is a function named 'split' or 'explode' to take a long str
I am trying to listen for changes in specific user document in 'users' Firestore and get from this document avatarPath. When I get it I want to request for down
I am just learning how to implement a pass in LLVM. I have generated the CFG for the code and now I want to count the number of edges in the CFG in each functio
I need a lib recommendation or a solution that allows me to place a marker on a PNG, and save the marker location. The marker has to be a html/css element, allo
my main programming language is C# and lately I've been trying to learn about vector programming and some simd instructions on the intel x86 axv2 for self-learn
for a project I need to create an executable that includes all the libraries that I used (opencv, cgal) in order to execute it on a computer that has not those
I have this structure in my C++ code: struct sData { DWORD Number; int CurrentNumber; bool GameOver; }; I need to save it to Clipboard as a s
I want to Change Scintilla Net Text Editor's Font Fore color to Black in C#.Net. i changed like in C# font color. But it doesn't work. How can i do that? Is tha
I have an express.js application and I am trying to write a script to run mocha tests "npm run test" but I am getting an error message that "." is not recocnize