I'm trying to achieve something like this: basically a list containing a variable number of entries, each of one being a frame that contains
I have the following code for the query router.get('/a', isLoggedIn, async(req,res)=>{ const data = await pool.query('SELECT * FROM supporting_documents
I'm debugging a script and would like to step into a certain command. self.definedKey="1234" import ipdb;ipdb.set_trace() self.executeWithKey(exekey="9876") Is
I have made a zooming animation to get a close view of a GameObject. I am triggering this animation by using the PlayableDirector. I can just call the Play() me
I am currently working on a simple task management MVVM application. Minimal code of the project: MainPage.xaml <Page x:Class="TestArea.MainPage" xmlns
I have a SQL Server with sales_revenue, region, and Year_Quarters. I want to create a table that shows sales_revenue per region by quarter. Desired output would
I am new to Hibernate and Spring I am trying to save Employee Object into SQL server 2012 using Spring and Hibernate Configuration. But I am getting error!
I have setup my Dialogflow CX and Messenger on my web site and I want to execute commands with Google Tag manager. Basically what I want to do is that if a user
Ok so i am trying to do some basic while loop to show text formated in this way: A - 80%-100% B - 60%-80% C - 50-60% D - less then 50% with this code: dictionar