I have this directory structure: --/home/user/main_git_project --main_files.txt --sub_git_project --sub_files.txt I added the submodule with git subm
I'm trying to install a certificate using cmd on a remote machine. Before you suggest PS please keep in mind I can't use PS since the remote machine is some cus
how can i convert stl to the file type of my vb6 program. My vb6 program is a 3d viewer, the file type is .prt. .prt is a mesh model, just like stl (not unigrap
So atm I'm working on a Discord.js bot and have a command to ban people. The issue is if I turn the bot off and on again all the setTimeouts reset. So say, if I
Because I can only change the data format for only one column I need a loop which counts from column "E:E" to column "GN:GN" to change the format for each colum
i have all required python module libraries for my standalone software in my main laptop.But if i run my software in another laptop,it is getting errors.Do i ha
The documentation discusses how to send simple integers and strings. For example: <argument android:name="myIntArg" android:defaultValue="255" a
from random import * lotto_num = [] for j in range(7) : for i in range(1, 8) : number = randint(1, 46) while number in lotto_num: