Displaying 13 results from an estimated 13 matches for "poitn".
Did you mean:
point
2017 Aug 12
4
Help to create bugzilla account
On 12 August 2017 at 15:10, luke-tierney at uiowa.edu wrote:
| As the Python posts poitns out, it is possible to use alternate malloc
| implementations, either rebuilding R to use them or using LD_PRELOAD.
| On Ubuntu for example, you can have R use jemalloc with
|
| sudo apt-get install libjemalloc1
| env LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libjemalloc.so.1 R
|
| This does not seem...
2017 Aug 12
3
Help to create bugzilla account
Strange because in my all my experiments calling malloc.trim always helped
- memory reported by top decreased to the level it supposed to be. Do you
have in mind case when calling malloc.trim won't do anything? Also
shouldn't MALLOC_TRIM_THRESHOLD_ env variable has impact on malloc.trim
calls? At the moment seems any value is ignored...
12 ???. 2017 ?. 6:09 ?? ???????????? "Simon
2004 Aug 06
2
Re: mp3pro and the mp3 streaming license]
...hat's all well and good. I agree here. But, what if I recorded
winamp's audio output on tapes. Do I owe them a royalty if I play the
tape for someone else?
This isn't a question of fraunhofer charging money for something they
should be. They are charging you money to send bits from poitn a to
poitn b, if those bits are in a certain pattern. There's no decoding or
encoding going on here. Just data transfer.
> It would be a "wonderful" world if everyone that came up with some sort of
> new technology or idea always gave it away for free, but that isn't the...
2004 Aug 06
0
Re: mp3pro and the mp3 streaming license]
...nd good. I agree here. But, what if I recorded
>winamp's audio output on tapes. Do I owe them a royalty if I play the
>tape for someone else?
>
>This isn't a question of fraunhofer charging money for something they
>should be. They are charging you money to send bits from poitn a to
>poitn b, if those bits are in a certain pattern. There's no decoding or
>encoding going on here. Just data transfer.
This paragraph answered your own question above. If you're playing it on
audio tape, it's no longer in the "bit pattern" of mp3. ;) But anyway...
2017 Aug 13
0
Help to create bugzilla account
...r switch R builds to use jemalloc on Debian, Ubuntu
Can't promise about timeline, but I will definitely try to investigate.
2017-08-13 1:36 GMT+04:00 Dirk Eddelbuettel <edd at debian.org>:
>
> On 12 August 2017 at 15:10, luke-tierney at uiowa.edu wrote:
> | As the Python posts poitns out, it is possible to use alternate malloc
> | implementations, either rebuilding R to use them or using LD_PRELOAD.
> | On Ubuntu for example, you can have R use jemalloc with
> |
> | sudo apt-get install libjemalloc1
> | env LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libjemalloc.so.1 R...
2017 Aug 14
0
Help to create bugzilla account
On Saturday, August 12, 2017 5:36:36 PM EDT Dirk Eddelbuettel wrote:
> On 12 August 2017 at 15:10, luke-tierney at uiowa.edu wrote:
> | As the Python posts poitns out, it is possible to use alternate malloc
> | implementations, either rebuilding R to use them or using LD_PRELOAD.
> | On Ubuntu for example, you can have R use jemalloc with
> |
> | sudo apt-get install libjemalloc1
> | env LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libjemalloc.so.1...
2011 May 08
1
SSH using Keys, no password and SFTP?
HI All,
I have setup (and it was so easy) using SSH with keys instead of password authentication. I want to turn password authentication off completely.
What I dont understand is how SFTP would work them. I dont see any settings in my FTP clients to use SFTP without providing a password.
If that is the case, that is fine since the FTP users have no real privileges except to their own web
2009 Apr 29
3
selecting ith rows of a matrix
Hi all,
If I have a huge matrix/ dataframe and I want to create a new matrix/
dataframe with every second (or third, or fourth etc.) row of the original
matrix, how can I do it? Any help much appreciated.
Thanks,
Umesh
[[alternative HTML version deleted]]
2004 Aug 06
2
[thomas@arkena.com: [vorbis] mp3pro and the mp3 streaming license]
> I agree with that much of it, but that doesn't seem to me like such a "bad"
> deal. I applaud the vorbis effort, don't get me wrong, but I don't think
> it's evil for Frauhofer/IIS to charge people who want to use their
> technology if they're using it for profit. It may be ugly and unsavory,
> but it's nothing to get terribly upset over. I
2011 Nov 14
1
Subset of a subset?
Hi All-
I have created a subset of my original csv for the times I am interested in
(9, 12, 3). I have a subset for all of those times then each individually. I
would like to have specific case studies to analyze individually for those
times. For example, I want to look at 2009/06/01-2009/06/10. Is the easiest
way to created a subset of ss? I haven't been able to figure out the easiest
way
2017 Aug 12
0
Help to create bugzilla account
...c and should
ideally be addressed upstream.
There has been some discussion of this in other contexts, e.g. Python at
https://nuald.blogspot.com/2013/06/memory-reclaiming-in-python.html
and emacs at
http://notes.secretsauce.net/notes/2016/04/08_glibc-malloc-inefficiency.html
As the Python posts poitns out, it is possible to use alternate malloc
implementations, either rebuilding R to use them or using LD_PRELOAD.
On Ubuntu for example, you can have R use jemalloc with
sudo apt-get install libjemalloc1
env LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libjemalloc.so.1 R
This does not seem to hold onto...
2000 Oct 26
8
Vorbis licensing...
We spent a little time here taking a look at
the Vorbis licensing scheme and ran into some
possible issues. In particular, the Vorbis
FAQ page here says that the LGPL license applies
to Vorbis libraries and GPL applies to source
code (at least that's what I gather).
http://www.vorbis.com/faq.html#flic
http://www.fsf.org/copyleft/lesser.html
Reading the text of these Gnu
2019 Jan 08
3
Solr -> Xapian ?
On 7 Jan 2019, at 16.05, Joan Moreau via dovecot <dovecot at dovecot.org> wrote:
>
> Hi
>
> ANyone to answer specifically ?
>
> Q1 : get_last_uid -> Is this the last UID indexed (which may be not the greatest value), or the gratest value (which may not be the latest) (the code of existing plugins is unclear about this, Solr looks for the greatest for insance)
All the