I am doing an HttpPost to the FedEx tracking API endpoint from the backend of a web app that I am hosting in Azure. The app works fine on my development machine
I have included bootstrap 5 in index.html <link href="assets/css/bootstrap.min.css" rel="stylesheet" media="screen"> I tired to use the sample c
In table, data is in Timestamp format, but I shared it in Time(start_at), Time(end_at) format. Table structure: id, start_at, end_at 1, 03:00:00, 06:00:00 2,
I am trying to replicate the page loading template from here HTML <div class="loading"> <div class="loading__ring"> <svg xmlns="http://www.
I have a pygame grid with two points, x1 y2 and x2 y2. I would like to calculate the points x3 y3 which correspond to a point on a tangent orthogonal to x1 y1 a
I'm trying to display multiple images I selected from a gallery into an imageView or RecyclerView. I'm using this repository I found on github. Here is the Java
class ScannedCoupon{ Long id; String scannedcode; } class WinnerCoupon{ Long id; String winnercode; boolean won; } List<Sca
I'm trying to find the balance of ERC20 tokens (such as Tether) of specific addresses. Actually, I hope to find an API that works like below, get the account ad
I have a text input which value most be unique, to ensure that, I make an API call every time the input changes its value, giving a instantly feedback to the us