On 12/21/19 8:25 PM, MRAB wrote:
> On 2019-12-22 00:22, Michael Torrie wrote:
>> On 12/21/19 2:46 PM, Ben Hearn wrote:
>>> These 2 paths look identical, one from the drive & the other from an
>>> xml url:
>>> a = '/Users/macbookpro/Music/tracks_new/_NS_2018/J.Staaf -
>>> ¡Móchate! _PromoMix_.wav'
On 2019-12-22 00:22, Michael Torrie wrote:
On 12/21/19 2:46 PM, Ben Hearn wrote:
These 2 paths look identical, one from the drive & the other from an xml url:
a = '/Users/macbookpro/Music/tracks_new/_NS_2018/J.Staaf - ¡Móchate!
_PromoMix_.wav'
On Sun, Dec 22, 2019 at 11:33 AM Michael Torrie wrote:
>
> On 12/21/19 2:46 PM, Ben Hearn wrote:
> > These 2 paths look identical, one from the drive & the other from an xml
> > url:
> > a = '/Users/macbookpro/Music/tracks_new/_NS_2018/J.Staaf - ¡Móchate!
> > _PromoMix_.wav'
>
On 12/21/19 2:46 PM, Ben Hearn wrote:
> These 2 paths look identical, one from the drive & the other from an xml url:
> a = '/Users/macbookpro/Music/tracks_new/_NS_2018/J.Staaf - ¡Móchate!
> _PromoMix_.wav'
^^
> b = '/Users/macbookpro
On Mon, Dec 16, 2019 at 7:02 PM Bill Deegan
wrote:
> - EXPERIMENTAL NEW FEATURE: Enable caching MSVC configuration
> If SCONS_CACHE_MSVC_CONFIG shell environment variable is set,
> SCons will cache the results of past calls to vcvarsall.bat to
> a file; integrates with exist
On 12/21/19 4:46 PM, Ben Hearn wrote:
import difflib
print('\n'.join(difflib.ndiff([a], [b])))
- /Users/macbookpro/Music/tracks_new/_NS_2018/J.Staaf - ¡Móchate!
_PromoMix_.wav
?
^^
+ /Users/ma
Ben Hearn writes:
> Hello all,
>
> I am having a bit of trouble with a string mismatch operation in my tool I am
> writing.
>
> I am comparing a database collection or url quoted paths to the paths on the
> users drive.
>
> These 2 paths look identical, one from the drive & the other from an xm
Hello all,
I am having a bit of trouble with a string mismatch operation in my tool I am
writing.
I am comparing a database collection or url quoted paths to the paths on the
users drive.
These 2 paths look identical, one from the drive & the other from an xml url:
a = '/Users/macbookpro/Music
Glad that helped!
Big thanks to Mats Wichmann for that one!
On Sat, Dec 21, 2019 at 10:41 AM Eric Fahlgren
wrote:
> On Mon, Dec 16, 2019 at 7:02 PM Bill Deegan
> wrote:
>
>> - EXPERIMENTAL NEW FEATURE: Enable caching MSVC configuration
>> If SCONS_CACHE_MSVC_CONFIG shell environment v
On Thursday, December 19, 2019 at 2:53:18 AM UTC-8, lampahome wrote:
> I meet performance is low when I use struct.unpack to unpack binary data.
>
> So I tried to use numpy.ndarray
> But meet error when I want to unpack multiple dtypes
>
> Can anyone teach me~
>
> Code like below:
> # python3
>
fixed now. I guess pip3 is linked to pip2 and installed python3 again.
On Sat, Dec 21, 2019 at 8:44 AM tommy yama wrote:
> Thanks to all giving me helpful comments.
> Multiple hexdump files are found. Maybe that"s the reason.
>
> I guess i can figure out
>
>
>
>
> On Thu, Dec 19, 2019 at 5:29 PM
> On 19 Dec 2019, at 14:19, onlinejudge95 wrote:
>
> Hi Devs,
>
> I am currently writing some custom Django commands for data updation, my
> workflow is like
>
> Fetch data from *PostgreSQL*.
> Call *Elasticsearch* for searching based on the data fetched from
> *PostgreSQL*.
> Query *Postgre
> On 20 Dec 2019, at 15:31, Dr Rainer Woitok wrote:
>
> Greetings,
>
> One of my Python scripts basically does the following:
>
> source = tarfile.open(name=tar_archive , mode='r|*')
> dest = tarfile.open(fileobj=sys.stdout, mode='w|', format=fmt)
>
> .
> .
> .
>
> source.close()
> dest
Thanks to all giving me helpful comments.
Multiple hexdump files are found. Maybe that"s the reason.
I guess i can figure out
On Thu, Dec 19, 2019 at 5:29 PM Dennis Lee Bieber
wrote:
> On Thu, 19 Dec 2019 12:43:11 +, tommy yama
> declaimed the following:
>
> >
> >user@USERnoMacBook-Air
Chris,
On Saturday, 2019-12-21 06:45:24 +1100, you wrote:
> ...
> This construct can be simplified down to:
>
> stdout = getattr(sys.stdout, "buffer", sys.stdout)
Nice! And with my admittedly trivial test case it correctly works under
both, Python 2 and Python 3.
Now I'll do some more serious
15 matches
Mail list logo