Results for How to design a fault-tolerant system for high availability
I want to send an string from the rank 0 to the last rank. I have already installed all the mpi dependencies, and I guess there is some issue with the...
I'm getting System.StackOverflowException: 'Exception of type 'System.StackOverflowException' was thrown.' while generating random numeric string usin...
I have an issue while selecting the object as value for Select component (Ant Design). This is what I'm trying to do import React, { useEffect, useSta...
I'm writing program that splits cyrillic text from stdin and prints it line by line. After reading text using fgetws i am getting Segmentation fault. ...
My assignment is to write a C function void censor(char *start) that will replace all 4 letter words in the string pointed to by start with ****. Assu...
I am trying to implement a system to use a generic component, but I keep having issues with join method when I try to mutate the variable. Here is a s...
I recently got the following error msg in VSCode on my windows machine: "The environment variable 'Path' seems to have some paths containing the '"' c...
I have a rangepicker: RangePicker changeOnBlur={true} onChange={horas} disabledDate={datasImp} disabledTime={horasImp} placeholder={["B...
This is MDB bootstrap Code which i got. Link for the Code : https://mdbootstrap.com/docs/standard/extended/login/#:~:text=EDIT%20IN%20SANDBOX-,Registr...
I'm implementing state patter in C++, generally all works fine and according to needs, but after state is changed multiple times i get segmentation fa...
We have a Python codebase containing quite a lot recursive functions, they may run into deep recursions and break the recursion limit with default Pyt...
I would like to calculate an approximation of the data Distribution Function in a system of equations: F(t) := P(X sum_i_frequency(observation_i f(t) ...
I'm encountering a problem, but with a more recent version. I receive an error stating "System.Diagnostics.DiagnosticSource, Version=6.0.0.0," althoug...
Hello I'm trying to make a simple os, and I'm currently trying to do double buffering. I have two arrays in the size of the screen and a function that...
I am creating base building system similiar to Valheim's one, but I have problems with aligning objects towards themselves. I want to be able to place...
I have some windows product, which comes as .exe file. When I run it, it has tomcat 9 server with some webapp inside and it runs the tomcat via startu...
model: public class Demo { public int A { get; set; } public string B { get; set; } = "Default value"; } json strJson: { "A" : 1, "B" ...
I am new to material design and I am researching whether I can use Material Design 3 with Angular version 17. I have followed the steps mentioned in M...
I'm trying to extract the first image URL from a Slideshare presentation, so that I can then iterate through the page numbers and scrape the whole sli...
I have the following code taken from a binary exploitation exercises: #include #include #include #include #define BANNER \ "Welcome to " LEVELN...
I have an endpoint that I'm building that will be used by 5k - 10k users, say: GET /magic/spells?spellIds=1,2,3 The underlying data source for 'spells...
I am trying to move my project from Windows to Linux. Everything works fine, but I get an error: C# SpreadsheetGear AutoFit failed to run on linux wi...
I'm having trouble with adding "=>" to each line of the output of the list of enabled administrators $localAdminUsers = (Get-CimInstance Win32_GroupUs...
I am trying to create a square by dragging the mouse while being clicked,I can create the sqaure alone but cant make it work with a preview.While it ...
I'm trying to implement this custom tile but cant seem to figure it out this is what I tried. I have it implemented as a custom widget to make the cod...
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?