I have a flask application that I would like to run it on an EC2 instance and TensorFlow is needed cause it is image classification. However, after the necessar
I have this program: package com.example.java public class Main{ public static void main(String[] args){ for(i=0; i
I am using React to create my personal portfolio website. I store images in the public folder and use them as src='imageNames'. However, After I deployed the we
I'm updating two websites both built within YII framework, one has the older version installed and has the new version. I'm facing almost similar problem regard
Is there anyway to set a fields default timestamp to n days in the future. For example I can setup a table as follows: CREATE TABLE t1 ( name varchar(64),
With manifest V3, the background's Service Worker will unload (being inactive) after idling for 30 seconds. When I send a runtime message from popup to backgrou
I built a single thread http server using lws on embedded linux. When a request is received, while previous one is being processed, it starts processing the sec
I have a python code like this. File named mymodule.py class MyBase(object): pass File named data.py from mymodule import MyBase class A: class Ne
I got the following Component and I want to init TextInput with defaultValue and then when user type update the value of it. How do I do that? Here what I've