Results for How to design a disaster recovery plan for critical systems
I'm using Ant-Design uploader/dragger in my reactjs project, I want to upload files after push the button, so I used customRequest, everything works g...
Folks I am following a design that have: image and the bottom navbar have that unique background, I am wondering how to make it in react native or wh...
I have a header file which describes the format of binary data stored. This file has fields like DTYPE for datatype, NMEMB for number of members, NFIL...
Suppose I have a (pseudo-code) function divideTwenty. fn integer divideTwenty(int divisor) { return 20/divisor; } This function is simple, but erro...
I'm going to study this Computer Systems: A Programmer's Perspective, and do labs from http://csapp.cs.cmu.edu/3e/labs.html But I can't figure out how...
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...
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 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 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 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...
How can I get from execution plan xml list of used indexes by a query? I've tried below query SELECT DISTINCT ExecutionPlan.value('(//@Index)[1]',...
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...
Can I use the Resource Editor of dialogs from VS2022 to add buttons to a Toolbar? The Toolbar is defined in the .rc file as: CONTROL "Custom1"...
I am trying to get a list of all devices from Intune and their associated bitlocker keys, if there is one. I am able to get a list of all devices no p...
After following Prepare your environment and other prerequisites for custom policies, I've met difficulty with how to design my B2C application regist...
Using geospatial data in Bigquery, I'm trying to reduce the cost of my queries. I have two queries, one where I filter on a polygon that I get from a ...
I want to use https://ant.design/components/tour/ component. But there is a question raised: it's possible to use it with Ant Design Table? (https://a...
I want to flip this design as vertically. In here curves position is in bottom I want this curve to position in top. So which value should I change? I...
I am trying to follow this Blog Post to adapt Design Automation to support access to Revit Cloud Models link to Blog My question is how to adapt comma...
I would like to develop a design using ReactJS where the sum of values on each side will be 100% and values will divided into 3 sections which can be ...
I always have such an intuition that an expression inside code can be mentally substituted by its evaluation result. However, the following two code s...
Prev, my device was stolen and I didn't write/save any recovery code for 2FA. Because of that, right now I can't log in to my GitHub account. I alread...
I am trying to practice using the visitor design pattern, but I keep getting an error: CarVistor.visit() takes 1 positional argument but 2 were given...
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?