I have the following form of code written in a new script: function f1=f1(X,Y) A=f2(X,Y) end where f2 is written in another script. I assigned vectors for bo
---> 30 cvtrain = train.subset([ a for a in cvtrains[i]]) 31 cvtest = train.subset([ a for a in cvtests[i]]) 32 cvX_train = scale_orig.
I wrote a class that includes some functions in it. I use the 'result' variable in many places, so I make it a public variable in the class. But when I call it,
I need to write a .dts overlay file to use a Microchip enc28j60 on a Radxa Zero, which is an Amlogic Meson G12A platform via SPI. The kernel I'm using is 5.10 f
my problem is as follows: i have a database, each row represents a delivery that my agent has to make. The first column contains the specific name of the delive
I tried every method I could find online but non of them worked. Can someone help me to turn everything in lista lowercase. I try to find duplicates in it but i
function getMembers(serverId) { const server = client.guilds.cache.get(serverId) server.members.fetch({limit: 1}) .then(console.log) .ca