I've been trying to use this gstreamer c code(my system is running on ubuntu 20.04 with GStreamer 1.16.2 and gcc 9.4.0): #include <gst/gst.h> #include <
I have one method that looks like this: void throwException(string msg) { throw new MyException(msg); } Now if I write int foo(int x, y) { if (y ==
I just can't find this simple thing. exports.contentServer = functions.https.onRequest((request, response) => I am getting ipn from PayPal (POST), and i
I'm currently working on a form where you can create a new car which gets saved into a list of cars in my database. However, when you create a car, you can also
How to fix, "google.auth.exceptions.DefaultCredentialsError: The file C:\Users\camer\Desktop\Video projects__SCRIPTS_VIDEOMASHUP\client_secret_672522134118-dv5s
Newbie question. I have a semi-complex JSON file that I have parsed in my program. The relevant parts are below: { "version": "36", "released": "2022022
I am trying to setup the use of a one time pass code (OTP) on an Azure B2C Custom Policy. I have a working set of Orchestration steps that extract an email fro
I am looking for some apps code to read to learn react native, from simple and well written apps. I want to have access to the full code of fully functional app
I found this quote on the Vercel website: When using Next.js, Vercel optimizes Serverless Function output for server-rendered pages and API Routes. All functio