python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Best Way to store hash In MYSQL DB and Indexing it (PHP)
I recently learned to use UUID, and I use UUIDShortener(https://packagist.org/packages/keiko/uuid-shortener) to get a string I can use to share publicly in URL (ex: mavTAjNm4NVztDwh4gdSrQ)
I want this...
Unknown User
Votes: 0
Answers: 0
Unpacking multiple values from a nested dictionary in one line "pythonically"
Suppose I have a nested dictionary that looks like this:
numbers = {
'one': {"square": "one", "cube": "one"},
'two': {"square": "four&qu...
Adam
Votes: 0
Answers: 2
How can I unpack multi-part archives (zip/rar) in Python?
I have a 2 GB archive (prefer .zip or .rar) file in parts (let's assume 100 parts x 20MB), and I am trying to find a way to unpack it properly. I started with a .zip archive; I had files like test.zip...
KyluAce
Votes: 0
Answers: 1
ISO8583 Unpack Issue
How I will unpack ISO message using JPOS library in java?
here is the sample ISO message.
0800. ..............1224190516424997001003
Sample Hex Dump:
30 38 30 30 82 20 01 00 00 00 00 00 04 00 0...
zubair mujeeb
Votes: 0
Answers: 1