Need some help. I have a JSON file that is a result of a Auth0 export data dump. Each of the lines are not separated by commas. Below is the file called OUTPUT_
i need to filter a report generated by a time tracking software. However the format delivered is not the best to filter. What i want as result is a list of empl
The steps "[internal] load metadata for docker.io..." and "[internal] load build context" take soooooo long every time that I build my docker image that it's pa
Trying to embed a google form in my react application, but the main POC is getting a trigger/acknowledgment/control in my code, when a user successfully submitt
So I have read through the other threads regarding this and have not found a solution. The problem Im having is because im setting "access-control-allow-method
I'm trying to calculate the smallest difference between two angles. This is my current code (a slight variation of something I found online): float a1 = MathH
#include <stdlib.h> #include <stdio.h> int main(int argc, char *argv[] ) { float out_radius,in_radius,area, perimeter, in_radius2, out_radi
I am trying to visualize data in my Django project using Chartjs. right now I'm only concerned with the visualize part and not the backend stuff but for some st