I want to test two boolean values in Perl. In case both are 0 do x, in case not do y. For example: $var1 = 0; false in Perl $var2 = 0; false in Perl if($var1==0
Trying to filter out empty values from getRange values but still giving me all data. I've tried the following but still not what I expected. Data array logs the
I’m new to the forum, I wonder if anyone can help me with how to use data from Arduino accelerometer to control camera and perspective in Processing? I&rs
In one of my steps in a github action, I am trying to create a JSON string that I can use in a later step. I get an error on the following step, - name: Generat
Here is my code I add marker to the location within the radius GeoQuery geoQuery = geoFire.queryAtLocation( new GeoLocation( latitude, longitude ), 1 ); HashMa
I wanna send some DTO object to server. Server have "Valid" annotation, and when server getting not valid DTO, he should send validation errors and something li
i am currently using GPT-3 and i am trying to compare its capabilities to related language models for my masters thesis. Unfortunatly GPT-3 is an API based appl
I created a header element which at its initial state shows loading export const FmHeader = (data) => { fetch("../../templates/fm-header/index.html") .
Asking this question due to not found solution anywhere else. I created an infinite parallax scrolling background, but now wherever I go with character, the til
I want to ingest data from kafka to postgres for which i have to connect kafka and postgres.I have used io.aiven.connect.jdbc.JdbcSinkConnector.My standalone.pr