Im use terraform to create infrastr. in AWS. I'm using script on ec2 userdata, that connects to rds.But this script doesn`t work. #! /bin/bash yum update -y yu
I've created a quote form, and in one cell (C6:H9) I enter the address with the city name. In another cell (C31:F31), I have a drop down list with different cit
I was trying to upload the same files to two different URLs, which weirdly enough was not working. The second POST request never got the file. So, I tried to im
I am building a MacOS c++ application in CMake that is a terminal program with a few associated libraries. I would like bundle the executable because customers
I've created a project in Proteus and I have the following code in mikroC: sbit LCD_RS at RC0_bit; sbit LCD_EN at RC1_bit; sbit LCD_D4 at RC4_bit; sbit LCD_D5 a
let array = [ {2008: 234, 2009: 234, 2010: 234, 2011: 234, 2012: 234, Type: 'A', ID: 'A1'}, {2008: 237, 2009: 243, 2010: 325, 2011: 378, 201
Give array A consist of N (1 <= N <= 10^5) positive integer less than 10^6. Given Q (1 <= Q <= 10^5) queries, for each query of the form (L, R) (1 &
REOPEN THIS Someone marked this as duplicate for 403 Forbidden vs 401 Unauthorized HTTP responses but that doesn't answer my question. I know
which is the best hook for dispatching API calls in a component. Usually I use useMemo for calling the API on the first render, and useEffect if I need extra si