I'm trying to write a function which get: An integer. (s) A list with integers separated by math symbols.(L) By using recursion to determinate if the value of s
I am using FMX. Does anyone know how I can run an .exe file in a button click? There is not enough resources on this issue. I am trying extern DELPHI_PACKAGE Na
We have been using RadzenBlazor for a while now with good success. Recently, the Filtering is causing an exception. The actual exception is not forthcoming to m
I'm trying to create users in Google directory using the Google Directory APIs, specifically Google.Apis.Admin.Directory.directory_v1. If I add a user with an a
I am using Xcode Cloud workflows for my app. I see everything related to workflows right in Xcode and also on App Store Connect website. When I granted to other
I can't find solution for my problem. I have two vectors pandas.Series type T = [a1, a2, a3,....,an] M = [b1, b2, b3,...bn] I need to create n
This is my simple code for database insertion. But when am trying to insert to datetime column in the database, I got the error: Conversion of a datetime2 data
I want to import foo-bar.py. This works: foobar = __import__("foo-bar") This does not: from "foo-bar" import * My question: Is there any way that I can us
I've got a problem: I'm writing a new WebApp without a Framework. In my index.php I'm using: require_once('load.php'); And in load.php I'm using require_once