Good afternoon to everyone, I am kind of a newbie in programming so I am sorry if I make stupid comments of questions I was building an LSTM model in which I ha
how do I Link options with Specidied commands I need to make sure certain options are only required with certain commands. for example: suppose i have two comma
Just want to ask how to make a countdown timer with alert message every 6 hour and its reset every day. I already make one with var countdowndate but its not wh
How can I efficiently store hundreds of 3D volumes and serve selected instance slices on-demand with Flask? I am currently solving the issue by saving each subv
Hello I'm trying to save data into AsyncStorage after logging in to application, but Im not quite sure where to implement the Asyncstorage syntax? Asyncstorage
What I'm trying to do I'm trying to implement a table header with a border and drop shadow, and have it include padding on the table head. What I've tried I gav
Good morning, I have 2 docker container configured, with the same Dockerfile, but different ports, see configuration mariadb: container_name: mariadb image:
I have seen all the posts about undefined symbols when loading a c++ module from python. What I haven't really seen is undefined symbol once loaded and used. He
While thinking of a counter-example for this question, I came up with: struct A { alignas(2) char byte; }; But if that's legal and standard-layout, is it