query() ->select([ 'order_items.id', DB::raw("(order_qty * mp_price) as grossamount"), 'order_items.discount_amount',
I want to embed a bokeh graphic in streamlit. the interactive bokeh graph is operational with the command boker serve --show application. But when I integrate i
I am trying to get some data from the user and send it to another function in gcc. The code is something like this. printf("Enter your Name: "); if (!(fgets(Na
I am using select2.js Version: 3.4.3 with bootstrap I have one drop down. When I click on drop down i got list with search text fields. But I my cursor not f
I have auto scroll function and scroll will start when user click the function as follow. It is scroll 50px to y axis once when user click play button. But it i
I'm trying to write a game where the player has to remain on the generated rectangles which are constantly moving to the left. The player loses if their charact
I have the following images: https://i.stack.imgur.com/sdEJQ.jpg - Die showing 1 https://i.stack.imgur.com/I4FTB.jpg - Die showing 2 https://i.stack.imgur.com/v
I am trying to draw circles from same y coordinate. and creating arrays for xPos. I put the speed and xPos random, how to make sure they are not overlapping and
I have configured KeyCloak in EKS and the application is exposed using CloudFront when i browse the application and enter the credentials the credentials are se
I made query for frontend search in Laravel. When I typing keyword then random result showing then when I press space then showing exact result. How can I get r