The code simplified below uses a Form composed of two TextFormField's. Under the form, a submit button does concatenate the two input fields in an output Text f
When I passing parameters a1 as "a1", a2 as ["a21","a22"] @Query(value = "select * from a where if(:a1 !='', a1=:a1,1=1)" + "and if(:a2 !='',a2 in (
When I delete history in chrome, it is showing history as one of item on top of history list from : icon. How do I delete history in history.
I'm implementing a fake 3D rendering using raycasting method (such as Wolfenstein3D). I have following the permandi's tutorial (https://permadi.com/1996/05/ray-
I'm currently learning C++, and at the moment I'm starting off by making multiple kinds of calculators to test my problem solving capabilities
I have copied the sample code from the Xero developers site but keep getting an error with the DateOfBirth here is the code <?php require_once(__DIR__ . '/ve
I made a regular HTML table in angular, whose data comes from API. I want to add mat-paginator in it. This is my code: <table class="table" style="text-align
I have a working a ajax call thats get data form a file and load in to database. $.ajax({ xhr: function() { // Download progress
When using 2 related product loops on the same single product page, is it possible to exclude the products in 1 loop from being duplicated in the 2nd loop. By d
Would be great to get your help/ input on this! I'm trying to scrape job info from indeed. Everything in the code was working fine until I tried to get full job
I have a DataFrame like below but much larger: df = pd.DataFrame({'team': ['Mavs', 'Lakers', 'Spurs', 'Cavs', 'Mavs', 'Lakers', 'Spurs', 'Cavs'],
I have downloaded a file to getApplicationDocumentsDirectory(). Then I have inserted the file path to a SQLite database. In this case the file is a png file, a
I need to login to my application only with googleSSO login not with firebase, I have used ionic & capacitor and googlePlus plugin i followed all the steps
I have a pipeline with a source stage, build stage, and self-mutate stage. I'm trying to take an existing yaml file and prepare the project it's associated with
I have a problem with ArrayList. I have 2 ArrayList and they are dependent. class MainActivity : AppCompatActivity() { var arrayList1 = arrayListOf<Stri
I have the below C++ code which issues a compilation warning as shown below. Case 1: char temp_buffer[80]; double **data; .... sprintf(temp_buffer, "%.*g", size
I want to check if a id exist in database it will just simply replace it. When i try to do that it is adding the same id. addEntry = (e,id) => { e.preventD
I am stuck with this error. I don't know how to set the authorization header with a token. Java code: package URL; import org.json.simple.JSONObject; import su
I am trying to write a very simple game using C++ and SDL2. I have a gameObject class and a player object. I am trying to change the update function for the pla
We have a bunch of queries where we UNION data from 3 tables at query time ( we get data from 3 sources ) . I was wondering if query performance would be any be
Hi I have a form that implements jquery-repeater. Code was working fine and somehow it has stopped functioning properly. Basically I have 2 different pages 1 fo
I am trying to run the below code to load the dataset into a PyTorch dataset class with a custom collate function and map them but I am getting the error. The d
Going to preface this post with the obligatory, "I'm new to coding and to VS so go easy on me! I'm learning." With that being said, I'm writing a script for an
When I use the CONVERT(VARCHAR(200), Field) to extract the first 200 characters of a varchar(max) field, SQL show me a warning on the select operator on the exe
I cannot find a way that works to re-populate multiple select boxes, Since it is stored as an array is there a way to cross-check and repopulate the selections
I'm writing some code to automate data entry at work. My issue is that the if statements are not working despite the conditions being met. I've tested the code
I have a build a process in ADF that is triggered to run every day at a specific time, ex each day at 20:00PM. In this process there are many pipelines dependen
I have two integration flows that get files from two different directories. @Bean public IntegrationFlow processBridgeFlow() { return Integratio