| bio | website | github.com/gagan405 |
|---|---|---|
| location | Stuttgart, Germany | |
| age | 27 | |
| visits | member for | 2 years, 4 months |
| seen | 34 mins ago | |
| stats | profile views | 43 |
I am a student of Embedded Systems at the University of Stuttgart.
|
May 3 |
suggested | suggested edit on Listen to multicast ranges in Python |
|
May 3 |
comment |
Listen to multicast ranges in Python Thanks. Got some information about the parameter. Will put it in edit. |
|
May 2 |
comment |
Listen to multicast ranges in Python thanks for the example. I came across this question where they say that I can join as many groups as I can. Can you explain a bit on the limiting '20' number of groups that you are saying. Any reference will be helpful. |
|
Apr 30 |
asked | Listen to multicast ranges in Python |
|
Apr 25 |
comment |
Convert string of 0s and 1s to byte in Python @abarnet Oh, I meant to say I do not have the rights to install stuff in the systems I am using. More of an administrative pain :) |
|
Apr 25 |
accepted | Convert string of 0s and 1s to byte in Python |
|
Apr 25 |
comment |
Convert string of 0s and 1s to byte in Python Thanks for the explanation. I had used other libraries as bitstring. But at present 3rd party libraries can't be used for some reason. |
|
Apr 25 |
comment |
Convert string of 0s and 1s to byte in Python @martineau you can put this as answer. This works. |
|
Apr 24 |
comment |
Convert string of 0s and 1s to byte in Python Ok. Let me try this. |
|
Apr 24 |
comment |
Convert string of 0s and 1s to byte in Python That gives b'\n\x0f'. Somehow the lower byte is missing! |
|
Apr 24 |
comment |
Convert string of 0s and 1s to byte in Python I need bytes. Not int. |
|
Apr 24 |
asked | Convert string of 0s and 1s to byte in Python |
|
Apr 15 |
accepted | Split stock quote to tokens in Python |
|
Apr 15 |
comment |
Split stock quote to tokens in Python @Dhara I tried some regex that I got from SO, for example print (re.findall('\[[^\]]*\]|\"[^\"]*\"|\S+',str)) . But this doesn't work. |
|
Apr 15 |
comment |
Split stock quote to tokens in Python @Ofiris Yes, the output is a list of tokens, where each token is a string |
|
Apr 15 |
asked | Split stock quote to tokens in Python |
|
Mar 28 |
comment |
Python: Bitwise OR between integers docs.python.org/2/reference/… |
|
Mar 25 |
comment |
Weird Java math execution As it is already answered, I am just adding a side-note that if you want precise value of 0.67 unlike something like 0.669999999999 you should use BigDecimal. stackoverflow.com/questions/322749/… |
|
Mar 25 |
comment |
what is the result of modulo opeartion on (a-b)%n This explains it pretty well : stackoverflow.com/questions/4003232/… |
|
Mar 25 |
asked | Multicast over layer 2 |