Learncado
Learncado

Learncado brings together a vast collection of questions and answers. Expand your knowledge, learn new skills, and find solutions to your queries effortlessly. Enhance your learning experience and save valuable time by exploring our website today.

Resources

  • Questions
  • Question By Tags

Help and support

  • Contact
  • About

  • Geniecourse
  • Jetsodeals
  • Rentcado
  • Dealcado
© 2021-2023 Learncado All Rights Reserved.

Search Results (561)

Results for How to design a fault-tolerant system for high availability

December 2nd, 2023
Segmentation Fault in MPI sending a receiving string in C

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...

cmpi
Read more
December 1st, 2023
how to solve System.StackOverflowException: 'Exception of type 'System.StackOverflowException' was thrown.' exception while generating random code?

I'm getting System.StackOverflowException: 'Exception of type 'System.StackOverflowException' was thrown.' while generating random numeric string usin...

c#asp.netwebforms
Read more
December 1st, 2023
Unable to bind an object as a value for Select component (Ant Design) in react js

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...

javascriptreactjsantd
Read more
November 30th, 2023
wcstok causes segmentation fault

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. ...

csplitc-stringssubstringwchar-t
Read more
November 30th, 2023
Unable to resolve segmentation Fault in C program

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...

cpointers
Read more
November 27th, 2023
Rust Specs Crate Generic Component in System

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...

rustgenericsspecs
Read more
November 27th, 2023
VS Code Error and Related System Path Question

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...

pythonvisual-studio-codepath
Read more
November 25th, 2023
Ant Design - How can I disable a specific hour/minute in a rangepicker based on the date?

I have a rangepicker: RangePicker changeOnBlur={true} onChange={horas} disabledDate={datasImp} disabledTime={horasImp} placeholder={["B...

reactjsantddayjs
Read more
November 25th, 2023
Material Design - Bootstrap Input Field Problem

This is MDB bootstrap Code which i got. Link for the Code : https://mdbootstrap.com/docs/standard/extended/login/#:~:text=EDIT%20IN%20SANDBOX-,Registr...

cssbootstrap-4material-designbootstrap-5
Read more
November 24th, 2023
State pattern implementation in C++ run into segmentation fault

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...

c++stateqnx
Read more
November 25th, 2023
Is there a generic way to make deep recursive functions work without changing system recursion limit?

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...

pythonrefactoringrecursionautomated-refactoring
Read more
November 23rd, 2023
Automate the calculation in Python of a Distribution Function in a system of equations

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) ...

pythonpython-3.xnumpyscipyscikit-learn
Read more
November 29th, 2023
System.Diagnostics.DiagnosticSource, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51

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...

c#azureazure-blob-storagesystem.diagnostics
Read more
November 22nd, 2023
OSDev -- double buffering rebooting system

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...

cosdevdouble-buffering
Read more
November 21st, 2023
Aligning one game object to another for base building system considering different rotations based on raycast hit

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...

c#unity-game-enginegame-developmentgame-physics
Read more
November 23rd, 2023
How to save all logs printed by System.out.println to ta file in Tomcat 9

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...

javaloggingtomcattomcat9
Read more
November 26th, 2023
Ignore json null value in System.Text.Json Deserialize

model: public class Demo { public int A { get; set; } public string B { get; set; } = "Default value"; } json strJson: { "A" : 1, "B" ...

c#asp.net-core.net-coresystem.text.json
Read more
November 20th, 2023
Material Design 3 with Angular

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...

angularmaterial-design
Read more
November 19th, 2023
Extract first high definition image from a Slideshare presentation using BeautifulSoup

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...

pythonweb-scrapingbeautifulsouppython-requests
Read more
November 17th, 2023
Why getting "segmentation fault" when sending 127 characters to a buffer with capacity of 128

I have the following code taken from a binary exploitation exercises: #include #include #include #include #define BANNER \ "Welcome to " LEVELN...

csegmentation-faultbuffer-overflow
Read more
November 21st, 2023
Endpoint Design: Querying AWS Athena instead of a database

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...

spring-bootendpointamazon-athena
Read more
November 16th, 2023
C# SpreadsheetGear AutoFit failed to run on linux with error "System.Drawing.Common is not supported on this platform."

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...

c#spreadsheetgear
Read more
November 15th, 2023
Trouble adding test to output (enabled system administrators)

I'm having trouble with adding "=>" to each line of the output of the list of enabled administrators $localAdminUsers = (Get-CimInstance Win32_GroupUs...

powershellwindows-administration
Read more
November 15th, 2023
Trying to design the preview of a Square in a C# form

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 ...

c#winformsshapes
Read more
November 14th, 2023
How to create this list Tile or card design?

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...

androidflutter
Read more

Hot Topic

  • 25881

    How do I undo the most recent local commits in Git?

  • 11618

    How can I remove a specific item from an array in JavaScript?

  • 20343

    How do I delete a Git branch locally and remotely?

  • 7387

    How can I find all files containing a specific text (string) on Linux?

  • 7330

    How to find all files containing specific text (string) on Linux?

  • 7611

    How do I revert a Git repository to a previous commit?

  • 2671

    How do I create an HTML button that acts like a link?

  • 8481

    How do I check out a remote Git branch?