How i can do something like that and fix this (i learn script) local Event = game.ReplicatedStorage.SoundPlayEventWirlord Event.OnServerEvent:Connect(function(
I am using google autocomplete address api, it returns all the required data but not postal code. Any idea how to get postal code in api response. Below is the
I would like to ask if there is a way to split segmented image into sub-images? I want to extract each object in predicted image into separate image. To visuali
I have a function called unit_unify() that I want to apply to every column of the dataframe. I have been trying to devise the pandas equivalent using apply/appl
Why does this work: buttonGrid.addEventListener('click', e => { calculate(e); }); let calculate = (e) => { if (e.target.id === "back") { displayArea.te
class MyClass { public int[] arr; } public static void main(String args[]) { MyClass thing; thing.arr = new int[]{1, 2, 3, 4, 5}; } Error: variabl
Im trying to use a TensorFlow Lite Model I trained using Microsoft Custom Vision with Tensorflow Task Library to run object detection inference on an Android ap
I have a CMake custom target that depends on an input file and a program, like this: add_custom_command( OUTPUT generate COMMAND install generate ) add_
I have several microservices in my architecture. I want to implement an API Gateway to route request to services. To achieve that, I implement spring-cloud-gate