Results for code-coverage
When I export an image from GIMP in "C source code" format, it saves the RGBA pixel bytes using octal character codes in a string. However, it is prod...
So, I coded in a section of my project in which one image/link is hidden until the user goes to multiple other links and then back. When I open in liv...
Inspired by this answer implementing command execution time display with only substitutions, I'm trying to rewrite my exit code display with the same ...
I accidentally changed the location of my terminal vs code as shown in the picture.vs code screenshot I want to move to the original place at the bott...
( im gonna try to explain my problem onemore time ) I found a script on the internet and you can see in this link : Link But i couldnt change to code ...
There are a few questions out there about __declspec(dllexport), but none seem to fit my use case: Source code was originally written for Windows and...
function displayOutput(massage){ const element = document.getElementById("jsoutput4"); element.innerHTML = massage; } function calculateF(...
I tried to set height for footer and header for section in table view through code but it doesn't work . When I do it from storyboard , it works fine ...
I have a command that returns a number from 0 to n, and would like to catch that number and use as the exit code of the command itself. I was able to ...
Is this valid/proper code, or does it violate standards -- possibly invoking undefined behavior (UB)? --> Specifically, the cast of void * to char ** ...
I tried several codes, this is the latest, to download any file has a CSV extension from a provided URL. It does download the file, however it is corr...
Probably a stupid question from a mostly backend engineer, but I legitimately do not understand why it is important to keep your packages up to date i...
asm.s: .intel_syntax noprefix .global Foo Foo: mov ax, 146 ret main.c: #include extern int Foo(void); int main(int argc, char** args){ ...
I am making restful call to a service and getting 500 status code. The response looks like this: { "error": true, "message": "Test error", ...
I'm working on an internal tool built using Django. Part of what we're doing with this tool is digitizing content from old PDFs. The PDFs have been th...
I am having some issues with apply jQuery code on multiple classes with the same class name on a page. It looks like the code will only work for one o...
I'm trying to get the extra credit on an assignment and ran into an issue with the 3rd line from the bottom returning with an error! I need it to prin...
I have a date frame with a column containing lines of code. f1 'paste0("f","q","D",collapse = "")' f2 "q df 1:2 , lg=c(TRUE,FALSE)) the code can be ...
So there is a question on Leetcode to make a basic calculator (It just has operators + and -, and ( and ) brackets). For some reason the code is givin...
I am a beginner programmer, and I would like to know the best way to plan out my code. When I am faced with a problem that I must solve with code, wha...
Environment: Express 4.18.2, Node.js 20.10.0 Question: The default Express error handler crashes the server after an error. Is this correct? Am I mi...
I'm studying C and trying to solve exercise 412 of LeetCode. My problem is, when x is 127, when the line 64 of the code is executed, x returns to 124 ...
I'm studying C and trying to solve exercise 412 of LeetCode. My problem is, when x is 127, when the line 64 of the code is executed, x returns to 124 ...
I have a text file in UTF-8 encoding, but how do I detect if it is in code-points versus binary? I ask because NLTK (https://www.nltk.org/api/nltk.tok...
I am creating a VS Code extension. I want to add a custom button to the Git message field of the VS Code Source Control tab? To be specific location, ...
How do I undo the most recent local commits in Git?
How can I remove a specific item from an array in JavaScript?
How do I delete a Git branch locally and remotely?
How can I find all files containing a specific text (string) on Linux?
How to find all files containing specific text (string) on Linux?
How do I revert a Git repository to a previous commit?
How do I create an HTML button that acts like a link?
How do I check out a remote Git branch?