search for: 72000

Displaying 20 results from an estimated 31 matches for "72000".

Did you mean: 2000
2004 Aug 06
0
Table of bitrates
...32000, 1, 5, 37200, 37600, 1.0% 32000, 1, 6, 44800, 44800, 0.0% 32000, 1, 7, 51200, 51200, 0.0% 32000, 1, 8, 59200, 59200, 0.0% 32000, 1, 9, 72000, 72000, 0.0% 32000, 1, 10, 88000, 88000, 0.0% Ultrawideband, Stereo 32000, 2, 0, 10000, 10400, 3.8% 32000, 2, 1, 16800, 16800, 0.0% 32000, 2, 2, 20800,...
2010 Jul 15
1
Very slow subsetting by name
...) keys <- sample(c(names(x3), paste("b", 1:36000, sep=""))) > system.time(y3 <- x3[keys]) user system elapsed 8.900 0.010 9.227 x4 <- 1:8000 names(x4) <- paste("a", x4, sep="") keys <- sample(c(names(x4), paste("b", 1:72000, sep=""))) > system.time(y4 <- x4[keys]) user system elapsed 130.390 0.000 132.316 And it's apparently worse than quadratic in time! I'm wondering why this subsetting by name is so slow since it seems it could be implemented with x4[match(keys, names(x4))], which i...
2009 Dec 22
1
as.Date function yields inconsistent results (PR#14166)
Full_Name: Mario Luoni Version: 2.10.0 OS: Windows XP HE SP3 Submission from: (NULL) (217.194.59.134) This piece of code: zzz1 <- as.POSIXct("1999-03-18", tz="CET") zzz2 <- as.POSIXlt("1999-03-18", tz="CET") zzz1 == zzz2 as.Date(zzz1) as.Date(zzz2) yields TRUE for "zzz1==zzz2", but the two dates returned by as.Date are different: >
2005 May 10
8
fastcgi approach?
I''ve just had a problem with fastcgi killing processes off while they were running (I have a long-running background process)... but it took me a while to track it down and pinpoint that fastcgi was asking the process to quit. So i was thinking if it would be a good idea to tweak the way ruby-fastcgi handles this. At the moment, in fcgi.rb (part of the fcgi gem) there is
2006 Mar 22
3
PRI DMS100 -> Nortel Meridian Option 81
...s currently setup as DMS100. Here are the relevant lines from zaptel.conf and zapata.conf: zaptel.conf: span=1,1,0,esf,b8zs bchan=1-23 dchan=24 loadzone = us defaultzone = us zapata.conf: [channels] language=en context=from-internal musiconhold=default switchtype=dms100 resetinterval=72000 signalling=pri_net channel=>1-23 The Asterisk box will see the call setup message, but according to the d-channel trace (below) a RELEASE(77) message happens shortly after the CALL PROCEEDING(2) message. The effect is that calls between the two systems do not happen. Can someone versed in d-c...
2004 Apr 23
1
Busy error
...the local user (1) > Ext: 1 Progress Description: Inband information or appropriate pattern now available. (8) ] -- Accepting call from '666343536' to '917151314' on channel 15, span 2 -- Executing Macro("Zap/19-1", "stdexten|72000|Zap/1") in new stack -- Executing Dial("Zap/19-1", "Zap/1|200") in new stack Apr 23 21:22:02 NOTICE[1130522]: app_dial.c:554 dial_exec: Unable to create channel of type 'Zap' == Everyone is busy at this time -- Executing Busy("Zap/19-1", "&q...
2009 Dec 07
0
A Gamma-GLM with log link
...97 0.067% 65001 - 66000 65,486.95 82 0.057% 66001 - 67000 66,518.80 72 0.050% 67001 - 68000 67,507.95 85 0.059% 68001 - 69000 68,516.98 86 0.060% 69001 - 70000 69,541.52 89 0.062% 70001 - 71000 70,519.49 77 0.053% 71001 - 72000 71,488.88 74 0.051% 72001 - 73000 72,483.43 72 0.050% 73001 - 74000 73,489.59 82 0.057% 74001 - 75000 74,601.14 92 0.064% 75001 - 76000 75,467.29 78 0.054% 76001 - 77000 76,550.53 74 0.051% 77001 - 78000 77,525.18...
2014 Nov 28
2
[RESEND PATCH nouveau 3/3] volt: add support for GK20A
...; diff --git a/nvkm/subdev/clock/gk20a.c b/nvkm/subdev/clock/gk20a.c > index 82abbea2be12..fb4fad374bdd 100644 > --- a/nvkm/subdev/clock/gk20a.c > +++ b/nvkm/subdev/clock/gk20a.c > @@ -470,76 +470,91 @@ gk20a_pstates[] = { > { > .base = { > .domain[nv_clk_src_gpc] = 72000, > + .voltage = 0, > }, > }, > { > .base = { > .domain[nv_clk_src_gpc] = 108000, > + .voltage = 1, > }, > }, > { > .base = { > .domain[nv_clk_src_gpc] = 180000, > + .voltage = 2, > }, > }, > { >...
2014 Nov 28
2
[RESEND PATCH nouveau 3/3] volt: add support for GK20A
...gt;> index 82abbea2be12..fb4fad374bdd 100644 >>> --- a/nvkm/subdev/clock/gk20a.c >>> +++ b/nvkm/subdev/clock/gk20a.c >>> @@ -470,76 +470,91 @@ gk20a_pstates[] = { >>> { >>> .base = { >>> .domain[nv_clk_src_gpc] = 72000, >>> + .voltage = 0, >>> }, >>> }, >>> { >>> .base = { >>> .domain[nv_clk_src_gpc] = 108000, >>> + .voltage = 1, >>> }, >>> }, >&gt...
2005 Jul 16
5
Implementing a ISDN home PBX
Hi, I would like to implement a inexpensive home PBX with Asterisk. I have an internal ISDN bus with 6 ISDN phones. I now thought, I connect a Fritz card to my Mehrgerateanschluss (Point-to-Multipoint) supplied by my provider and a second Fritz card to the internal bus. Will this work? Thanks for the help, Arik
2014 Nov 29
0
[RESEND PATCH nouveau 3/3] volt: add support for GK20A
...12..fb4fad374bdd 100644 >>>> --- a/nvkm/subdev/clock/gk20a.c >>>> +++ b/nvkm/subdev/clock/gk20a.c >>>> @@ -470,76 +470,91 @@ gk20a_pstates[] = { >>>> { >>>> .base = { >>>> .domain[nv_clk_src_gpc] = 72000, >>>> + .voltage = 0, >>>> }, >>>> }, >>>> { >>>> .base = { >>>> .domain[nv_clk_src_gpc] = 108000, >>>> + .voltage = 1, >>>>...
2014 Nov 28
0
[PATCH 2/2] volt: add support for GK20A
...au_voltgpio_get(struct nouveau_volt *); diff --git a/nvkm/subdev/clock/gk20a.c b/nvkm/subdev/clock/gk20a.c index 82abbea2be12..fb4fad374bdd 100644 --- a/nvkm/subdev/clock/gk20a.c +++ b/nvkm/subdev/clock/gk20a.c @@ -470,76 +470,91 @@ gk20a_pstates[] = { { .base = { .domain[nv_clk_src_gpc] = 72000, + .voltage = 0, }, }, { .base = { .domain[nv_clk_src_gpc] = 108000, + .voltage = 1, }, }, { .base = { .domain[nv_clk_src_gpc] = 180000, + .voltage = 2, }, }, { .base = { .domain[nv_clk_src_gpc] = 252000, + .voltage = 3, }, }, { .base = {...
2014 Nov 28
0
[RESEND PATCH nouveau 3/3] volt: add support for GK20A
...au_voltgpio_get(struct nouveau_volt *); diff --git a/nvkm/subdev/clock/gk20a.c b/nvkm/subdev/clock/gk20a.c index 82abbea2be12..fb4fad374bdd 100644 --- a/nvkm/subdev/clock/gk20a.c +++ b/nvkm/subdev/clock/gk20a.c @@ -470,76 +470,91 @@ gk20a_pstates[] = { { .base = { .domain[nv_clk_src_gpc] = 72000, + .voltage = 0, }, }, { .base = { .domain[nv_clk_src_gpc] = 108000, + .voltage = 1, }, }, { .base = { .domain[nv_clk_src_gpc] = 180000, + .voltage = 2, }, }, { .base = { .domain[nv_clk_src_gpc] = 252000, + .voltage = 3, }, }, { .base = {...
2018 Oct 09
3
Generar nombres de vectores dentro de una función y asignarles valor
Problema de autodidacta que no sabe cómo se llaman a las cosas, entonces no le sabe preguntar Google: Tengo una función que tiene que generar unos vectores, para después evaluarlos y devolverme el resultado; necesito que genere los nombres de los vectores y asignarles valores. Y No sé ni hacerlo ni decirlo con pocas palabras. a function(describir, segun.variable) { matriz <-
2014 Nov 28
8
[RESEND V2 PATCH 1/3] soc/tegra: fuse: export tegra_sku_info for module use
Some Tegra drivers might be complied as kernel modules, and they need the fuse information for initialization. One example is the GK20A Nouveau driver. It needs the GPU speedo value to calculate frequency-voltage table. So export the tegra_sku_info. Signed-off-by: Vince Hsu <vinceh at nvidia.com> --- v2: add more description why we need this patch drivers/soc/tegra/fuse/fuse-tegra.c | 1
2014 Nov 28
0
[RESEND PATCH nouveau 3/3] volt: add support for GK20A
...m/subdev/clock/gk20a.c >> index 82abbea2be12..fb4fad374bdd 100644 >> --- a/nvkm/subdev/clock/gk20a.c >> +++ b/nvkm/subdev/clock/gk20a.c >> @@ -470,76 +470,91 @@ gk20a_pstates[] = { >> { >> .base = { >> .domain[nv_clk_src_gpc] = 72000, >> + .voltage = 0, >> }, >> }, >> { >> .base = { >> .domain[nv_clk_src_gpc] = 108000, >> + .voltage = 1, >> }, >> }, >> { >> .base =...
2006 Aug 10
1
Can't join a computer to my Samba PDC.
...in "test.domain.com"; option domain-name-servers 192.168.200.1; option netbios-name-servers 192.168.200.1; option ntp-servers 192.168.200.1; option netbios-node-type 8; option time-servers 192.168.200.1; ddns-updates on; ddns-update-style interim; default-lease-time 60000; max-lease-time 72000;
2014 Nov 28
2
[PATCH 1/2] volt: allow non-bios voltage scaling
Signed-off-by: Vince Hsu <vinceh at nvidia.com> --- nvkm/subdev/volt/base.c | 67 ++++++++++++++++++++++++++++--------------------- 1 file changed, 38 insertions(+), 29 deletions(-) diff --git a/nvkm/subdev/volt/base.c b/nvkm/subdev/volt/base.c index 32794a999106..26ccd8df193f 100644 --- a/nvkm/subdev/volt/base.c +++ b/nvkm/subdev/volt/base.c @@ -101,6 +101,41 @@ nouveau_volt_set_id(struct
2014 Dec 01
2
[V3 PATCH 1/3] soc/tegra: fuse: export tegra_sku_info
Some Tegra drivers might be compiled as kernel modules, and they need the fuse information for initialization. One example is the GK20A Nouveau driver. It needs the GPU speedo value to calculate frequency-voltage table. So export the tegra_sku_info. Signed-off-by: Vince Hsu <vinceh at nvidia.com> Acked-by: Alexandre Courbot <acourbot at nvidia.com> Acked-by: Thierry Reding <treding
2010 Sep 07
0
AHRQ - Creation of Comorbidity Variables
..., 19600:19909, 20970:20975, 20979, 78951) tumor = c(1400:1729, 1740:1759, 14000:17289, 17400:17589, 20900:20924, 20931:20936, 25801:25803, 2093, 20925:20929, 179:195, 1790:1958, 17900:19579) arth = c(7010, 7100:7109, 7140:7149, 7200:7209, 71000:71089, 71400:71489, 72000:72089, 725) c1 = paste(c(2860:2869, 2871, 2873:2875), "", sep = "") coag = c(2860:2869, 2871, 2873:2875, 28600:28689, 28730:28749, 64930:64934, 28984) ob3 = paste("V", c(8530:8549, 8554), sep = "") obese = c(2780, "V854", ob...