i'd like to know if it's possible, and how to script Hestia in order to add users, databases, dns and all. I know this tool to script the installation of hestia
I want to create a menu with show-menu that will depend on what is present on the computer. I want to list in the menu usernames available on c:\users\ (based
What's an intuitive way to understand how this algorithm finds the GCD? function gcd(a, b) { while (a != b) if (a, b) a -= b; el
I am coming across the following error and cannot find a way out of it. Could anyone please help? export 'Switch' (imported as 'Switch') was not found in 'reac
from tkinter import * import tkinter as ttk root = Tk() root.title("Age Selector") mainframe = Frame(root) mainframe.grid(c
I have an existing application in Django. I want to add a translation on the page. On page I have: {% trans 'Projects'%} In .po file I added: #: templates/s
This is my javascript code ...i want call a function when click close browser at window.close().But not working..You can help me.Thank so much.<3 <script&
I have TensorFlow 2.0 and Python 3.7.5. I have written the following code for performing mini-batch gradient descent which is: @tf.function def train_one_step