I've a list; lis=['orange','apple','orange','apple','orange','apple','car','bus'] In this list, we see orange and apple repeating adjacently 3 times. Let's write since we see...
I ran into a problem! I was a happy Arch + Win dual boot user. After updating bios, it messed everything. I'm using hp laptop. So I played with efibootmgr. My problem was my s...
Okay, let's say; [['a', 'b'], 1, 2, ['a', 'b'], 1, 2] Is there a "better" way to add *adjacent* numbers in the list and replace adjacent indexes with result of addition? Exp...
how can i make this "Missing" output in one fixed position to easy identify?
Which is better to run on Pi 3? Ubuntu or official Raspberry pi os?
Somebody using WhatsApp with NO Status feature? I hate it and trying to remove. Tried all methods on internet. Most of them are from 2018.
I've my laptop connected to a WiFi network. I've an Android phone with Termux Installed in it. So I connected both in a LAN via usb tethering via USB cable. So Android doesn't...
Have a question. Do i need to uninstall Magisk when installing Google security patch? My situation is like; i replaced stock recovery with twrp (but not modified system, it's ...
In my host, I've few files worth few GBs. Can i make use of it inside qemu guest without actually copying that file from host?
I just bought a new hp laptop. There is no partition except C: and Recovery. means, I've to manually make partition. Drive is 1tb where 500gb goes for C:\ So remaining 400 so...
Hello.. I have a raspberry pi, I have designed a switch which with output a 3.3v to pi GPIO input pin, when this signal is received to PI, I need to print "signal received". H...
flask can have JS, so, i can still use it?
Do i need to uninstall Magisk when installing Google security patch? My situation is like; i replaced stock recovery with twrp (but not modified system, it's read only). And ...
I've a situation. A socks server and client program. There are client.py and server.py My question is: Can I make these 2 into two functions in a single program file? Yes, th...
are both stable?
oh, format can have f strings? new knowledge
Isn't this configuration okay? nginx -t says okay
Can anyone help me with this error? It shows most time. I ran dmesg , I can also see this error there. I'm using Arch. Hp laptop with dual boot
Here, does get_max and the result b will have same address? I see different addresses. Because get_max is a pointer function, and return b is storing address it's address into...
This is python interpreter. How can I execute this bash script inside python script?