— 🤔 almost end of afternoon here 😄
— Anyone use jenkins for continuos integration?
— Hi guys , anyone can help me to solve this problem , i tried but i still get O(n*logn) ..
— Hi anyone know a good script to parse documents into sentences (strings)
— Ok, i got an strange problem
the name of a file is shortened if it has an underscore
https://hastebin.com/jonuyozida.py
Message permanent page
— It seems that after the underscore there is an id, the thing is that it's not into the name :/
—
>>>a=tempfile.NamedTemporaryFile(delete=False)
>>> a.name
'/tmp/tmp9kfrt2lb'
>>> import os
>>> os.path.getsize(a.name)
0
Message permanent page