I have a program developed in typescript, a function is executed each hour (I have try to execute it each 5, 10 min) and that is defined in index.ts that I exec
I'm developing an algorithm in Ruby with the following properties: It works on two objects of type Set, where each element is an Array, where all elements are o
I would like to check if the file exists before trying to delete it as I want to avoid the exception. Removal method below - DeleteAssetAsync() using Google.Api
Is it possible to log out the source file and line number from a spark submit application using python? I've tried a number of things but haven't had any luck y
Suppose we have a table employees which contains name, employee_id and citizen_id. We want to filter the table using also 3 python variables name, employee_id a
I'm using an API route in Next.js. In the 'api' folder, my 'file.tsx' contain the following: import type { NextApiRequest, NextApiResponse } from "next"; const
I have a VB ASP.net page that allow user to upload, crop and save the image and this hapens in a dialog so I don't want to refresh the page. So, I'm trying to u
I'm writing a minimal C++ wrapper around the Gstreamer library. I have a class Element, which represents an Gstreamer element. class Element { private: prop
Here's the basic premise: My user clicks some gizmos and a PDF file is spit out to his desktop. Is there some way for me to send this file to the printer queue