Its can't find button Setup -> Load Option My apps screen I has that code import time from pywinauto import application app = application.Appl
I have created my own Julia package and I am new to such practices. I previously had this code: using Parameters @with_kw mutable struct MWE @deftype String mwe
how to copy records from one database to another django ? I tried for the first database python manage.py dumpdata material - indent = 1 material is the dire
This is the code I am using and I am getting partial output def main(): with open('time.txt') as f: linenumber=0 for lines in f:
The problem that I've is tx returned in result set doesn't have all fields set. Not able to figure out why? It has value in the actual database table. // reques
Windows Form Application C# I have four TextBox on windows Form. i have written code to handle Text_Validating event for each textbox. Now when user clicks on
I've got a question about dumping a simple transofmer model. I trained a model, than dump it using joblib : dump(model, 'Simple_transfomers.joblib') and when
import discord from discord import Intents from discord import guild from discord import permissions from discord import member from discord.ext import command