Displaying 7 results from an estimated 7 matches for "nachm".
Did you mean:
nach
2017 Oct 20
2
split() - unexpected sorting of results
Thanks, for the explanation.
Still, I think this is surprising bahaviour which might be handled better.
Best, Peter
Am 20.10.2017 9:49 nachm. schrieb "I?aki ?car" <i.ucar86 at gmail.com>:
> Hi Peter,
>
> 2017-10-20 21:33 GMT+02:00 Peter Meissner <retep.meissner at gmail.com>:
> > Hey,
> >
> > I found this - for me - quite surprising and puzzling behaviour of
> split().
> >
>...
2017 Oct 21
1
split() - unexpected sorting of results
...explicitly specifying the levels when making
> a factor e.g.
>
> f <- factor(x, levels=unique(x))
> split(1:11, f)
>
> This is particularly sensible when writing unit tests.
>
> Cheers,
> H.
>
>>
>> Best, Peter
>>
>> Am 20.10.2017 9:49 nachm. schrieb "I?aki ?car" <i.ucar86 at gmail.com>:
>>
>>> Hi Peter,
>>>
>>> 2017-10-20 21:33 GMT+02:00 Peter Meissner <retep.meissner at gmail.com>:
>>>> Hey,
>>>>
>>>> I found this - for me - quite surprising an...
2016 Sep 09
1
question
All,
I'm having a problem running the configure script for xapian bindings.
Before posting details, I wanted to find out if my query should go here,
the devel list or the tickets list. Thanks!
John
2017 Oct 20
0
split() - unexpected sorting of results
...to guarantee consistent results across
platforms/locales is by explicitly specifying the levels when making
a factor e.g.
f <- factor(x, levels=unique(x))
split(1:11, f)
This is particularly sensible when writing unit tests.
Cheers,
H.
>
> Best, Peter
>
> Am 20.10.2017 9:49 nachm. schrieb "I?aki ?car" <i.ucar86 at gmail.com>:
>
>> Hi Peter,
>>
>> 2017-10-20 21:33 GMT+02:00 Peter Meissner <retep.meissner at gmail.com>:
>>> Hey,
>>>
>>> I found this - for me - quite surprising and puzzling behaviour of
>...
2017 Aug 07
0
Volume hacked
> It really depends on the application if locks are used. Most (Linux)
> applications will use advisory locks. This means that locking is only
> effective when all participating applications use and honour the locks.
> If one application uses (advisory) locks, and an other application now,
> well, then all bets are off.
>
> It is also possible to delete files that are in
2017 Oct 20
2
split() - unexpected sorting of results
Hey,
I found this - for me - quite surprising and puzzling behaviour of split().
split(1:11, as.character(1:11))
split(1:11, 1:11)
When splitting by numerics everything works as expected - sorting of input
== sorting of output -- but when using a character vector everything gets
re-sorted alphabetical.
Although, there are some references in the help files to what happens when
using split, I
2017 Aug 07
2
Volume hacked
On Sun, Aug 06, 2017 at 08:54:33PM +0100, lemonnierk at ulrar.net wrote:
> Thinking about it, is it even normal they managed to delete the VM disks?
> Shoudn't they have gotten "file in use" errors ? Or does libgfapi not
> lock the access files ?
It really depends on the application if locks are used. Most (Linux)
applications will use advisory locks. This means that