python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
how can I change a byte list from decimal to hex?
basically, I have a list of bytes, and I want to convert that to ASCII text
so I converted that list into a single bytearray (I apologize if that's the wrong term), to then be able to convert it into ...
andrebpina
Votes: 0
Answers: 1
Python Script to read text from one excel file and convert it to a number value and write to a different excel file
I haven't written python since college so I am very out of practice. I am trying to have the script read from the second column starting at row 2, which contains text and change it to a value (0-6) an...
medusa
Votes: 0
Answers: 0
How to convert .txt files to BDIC format?
I was recently looking for a spell checker add-on for Anki and I found this add-on named (Legacy) Spelling Police™ and here it's GitHub page but the problem is that it needs to feed with user's own di...
Aman
Votes: 0
Answers: 0
Conversion of decimal to binary format with predefined amount of bits in shell?
Yes, I have seen Bash shell Decimal to Binary base 2 conversion , but I cannot tell how to do the following easily:
Say, I want to convert the decimal number 47803625 to a 32-bit binary string, that i...
sdbbs
Votes: 0
Answers: 1