search for: billions

Displaying 20 results from an estimated 889 matches for "billions".

Did you mean: millions
2005 Jun 14
2
ordinary polynomial coefficients from orthogonal polynomials?
How can ordinary polynomial coefficients be calculated from an orthogonal polynomial fit? I'm trying to do something like find a,b,c,d from lm(billions ~ a+b*decade+c*decade^2+d*decade^3) but that gives: "Error in eval(expr, envir, enclos) : Object "a" not found" > decade <- c(1950, 1960, 1970, 1980, 1990) > billions <- c(3.5, 5, 7.5, 13, 40) > # source: http://www.ipcc.ch/present/graphics/2001syr/large/08.1...
2018 Oct 31
4
Would RHEL, CentOS, and Fedora Remain Open Source/Free Software After IBM Buys Red Hat for $34 Billion?
Good morning from Singapore, This is of paramount importance. Would Red Hat Enterprise Linux (RHEL), CentOS, and Fedora remain open source/free software after IBM buys Red Hat for $34 Billion? ===BEGIN SIGNATURE=== Turritopsis Dohrnii Teo En Ming's Academic Qualifications as at 30 Oct 2017 [1] https://tdtemcerts.wordpress.com/ [2] http://tdtemcerts.blogspot.sg/ [3]
2018 Oct 31
2
Would RHEL, CentOS, and Fedora Remain Open Source/Free Software After IBM Buys Red Hat for $34 Billion?
Why do you say so? ________________________________ From: CentOS <centos-bounces at centos.org> on behalf of Itamar Reis Peixoto <itamar at ispbrasil.com.br> Sent: Wednesday, October 31, 2018 12:04 PM To: centos at centos.org Subject: Re: [CentOS] Would RHEL, CentOS, and Fedora Remain Open Source/Free Software After IBM Buys Red Hat for $34 Billion? On 10/31/18 12:44 AM,
2005 Aug 12
4
Billion BRI PCI card
I'm looking at experimenting with asterisk with an ISDN BRI and ISDN phones (since I have these already). I saw that the Billion card was cheap and could be used in either TE or NT modes. I have the following question which I couldn't answer by reading through the manual. Maybe someone has experience of using this card and can help me out. when using in NT mode does the card require
2011 Apr 15
1
simulations with very large number of iterations (1 billion)
Hello R-help list I'm trying to run 1 billion iterations of a code with calls to random distributions to implement a data generating process and subsequent computation of various estimators that are recorded for further comparison of performance. I have two question about how to achieve this: 1. the most important: on my laptop, R gives me an error message saying that it cannot
2015 Mar 24
3
[LLVMdev] RFC - Improvements to PGO profile support
On Tue, Mar 24, 2015 at 11:46 AM, Xinliang David Li <xinliangli at gmail.com> wrote: > On Tue, Mar 24, 2015 at 11:29 AM, Chandler Carruth <chandlerc at google.com> > wrote: > >> Sorry I haven't responded earlier, but one point here still doesn't make >> sense to me: >> >> On Tue, Mar 24, 2015 at 10:27 AM, Xinliang David Li <davidxl at
2007 Apr 23
2
Billion ISDN problem
hello friends, I am configurin my Billion ISDN and when I start asterisk (asterisk -vvvc) I have this error message: [chan_zap.so] => (Zapata Telephony w/PRI) == Parsing '/etc/asterisk/zapata.conf': Found Apr 23 15:27:23 WARNING[2205]: config.c:525 process_text_line: No '=' (equal sign) in line 29 of zapata.conf Apr 23 15:27:23 WARNING[2205]: config.c:525 process_text_line:
2018 Oct 31
0
Would RHEL, CentOS, and Fedora Remain Open Source/Free Software After IBM Buys Red Hat for $34 Billion?
On 10/31/18 12:44 AM, Turritopsis Dohrnii Teo En Ming wrote: > Good morning from Singapore, > > This is of paramount importance. Would Red Hat Enterprise Linux (RHEL), CentOS, and Fedora remain open source/free software after IBM buys Red Hat for $34 Billion? yes, because closing the code is the same as burning $34 Billion.
2018 Oct 31
0
Would RHEL, CentOS, and Fedora Remain Open Source/Free Software After IBM Buys Red Hat for $34 Billion?
On 10/30/2018 9:12 PM, Turritopsis Dohrnii Teo En Ming wrote: > Why do you say so? > > On 10/31/18 12:44 AM, Turritopsis Dohrnii Teo En Ming wrote: >> Good morning from Singapore, >> >> This is of paramount importance. Would Red Hat Enterprise Linux (RHEL), CentOS, and Fedora remain open source/free software after IBM buys Red Hat for $34 Billion? > yes, because
2025 Jan 21
1
Creating a long list triggers billions of messages
Reprex (not recommended in an interactive session as it is difficult to kill): x <- vector("list", 2^31) which triggers (presumably) billions of error messages like Error: long vectors are not supported yet ../include/Rinlinedfuns.h I believe the error arises from checking each element of the list (all 2^31 of them) and issuing an error message for each of them regarding the length of the overall list.
2007 May 29
0
Billion on Debian Etch
Hello everybody, I am 20 days with the same item and I can't configure it. I want to know if someone has the Billion ISDN card on a Debian Etch, because everybody tells me to do that, then the other one but no one has the same configuration. If some one has the same configuration (Billion + Debian Etc), can you help? What packages install and what steps continue. Thanks to all and have a
2012 Feb 01
3
A Billion Files on OCFS2 -- Best Practices?
We have an application that has many processing threads writing more than a billion files ranging from 2KB ? 50KB, with 50% under 8KB (currently there are 700 million files). The files are never deleted or modified ? they are written once, and read infrequently. The files are hashed so that they are evenly distributed across ~1,000,000 subdirectories up to 3 levels deep, with up to 1000 files
2025 Jan 21
1
Creating a long list triggers billions of messages
? Tue, 21 Jan 2025 16:51:34 +1100 Hugh Parsonage <hugh.parsonage at gmail.com> ?????: > x <- vector("list", 2^31) > > which triggers (presumably) billions of error messages like > Error: long vectors are not supported yet ../include/Rinlinedfuns.h I couldn't reproduce this with some released versions of R or a recent R-devel. Would you mind sharing your sessionInfo()? If you'd like to, could you please run R -q -s -e 'x <- vector...
2013 Jul 01
3
Asterisk 1.8.20 AGI function SAY DATETIME does not play anything when mode in say.conf is changed to "new"
Hi I am using following say.conf file. Its a default file, which comes with Asterisk installation. When I call SAY DATETIME AGI function, it simply returns without playing date & time. Where as if I use mode=old setting, it works. Is this a bug or mode=new is not implemented for SAY DATETIME AGI function? [general] mode=new ; method for playing numbers and dates ;
2007 May 23
1
Bristuff with Billion ISDN
Hello, I am trying to install a Billion ISDN on Asterisk I have Debian Etch and I installed theese packages: apt-get install linux-headers-`uname -r` apt-get install make apt-get install ncurses-base ncurses-bin ncurses-term apt-get install libncurses5 libncurses5-dev apt-get install bison apt-get install openssl apt-get install libssl0.9.8 apt-get install libssl-dev apt-get install
2007 May 07
0
ISDN with Billion
Hello again. I can't configure the Billion PCI in my ISDN. I want to know if AsteriskNow and the TrixBox LiveCDs configure it automatically. Thanks to all -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070507/8882b000/attachment.htm
2018 Oct 31
2
Would RHEL, CentOS, and Fedora Remain Open Source/Free Software After IBM Buys Red Hat for $34 Billion?
If I heard/remember correctly, AT&T's UNIX was proprietary but they released it to academic institutions under NDA and were lax in enforcement. We all know what happened. In this case it's obviously open source, we know what will happen if someone tries something. My main concern is future development, will it remain open source. My real fear is that a certain un-named company is
2004 Dec 06
3
Recomended ISDN for Asterisk ?
Hi I have installed the http://asteriskathome.sourceforge.net/ with a Digium card with no problems, very good ! Now I want to install my Billion PCI ISDN card (HFC based) in TE mode. I get a little confused with Isdn4Linux, ZapHFC HIAX and the need to install Capi ! Please suggest best and easiest approach ? Thank you ! HB Norway
2025 Jan 21
1
Creating a long list triggers billions of messages
...ols_4.4.2 On Tue, 21 Jan 2025 at 22:56, Ivan Krylov <ikrylov at disroot.org> wrote: > > ? Tue, 21 Jan 2025 16:51:34 +1100 > Hugh Parsonage <hugh.parsonage at gmail.com> ?????: > > > x <- vector("list", 2^31) > > > > which triggers (presumably) billions of error messages like > > Error: long vectors are not supported yet ../include/Rinlinedfuns.h > > I couldn't reproduce this with some released versions of R or a recent > R-devel. Would you mind sharing your sessionInfo()? > > If you'd like to, could you please run &gt...
2009 Jun 23
1
Indexing more than 15 billion documents
Hi, Sorry to follow up on an old thread, but I am wondering if there has been any work done on, or interest in, increasing the maximum document id beyond a 32bit limit? Daniel On Mon, Jun 18, 2007 at 04:11:54AM +0100, Olly Betts wrote: > > In particular, there is currently a limit of 4 billion documents in a > > database, due to using a 32 bit type for document IDs, but I don't