Displaying 20 results from an estimated 249 matches for "25000".
Did you mean:
2000
2010 Dec 20
6
sample() issue
> length(sample(25000, 25000*(1-.55)))
[1] 11249
> 25000*(1-.55)
[1] 11250
> length(sample(25000, 11250))
[1] 11250
> length(sample(25000, 25000*.45))
[1] 11250
So the question is, why do I get 11249 out of the first command and not
11250? I can't figure this one out.
Thanks
Cory
[[alternative HTML...
2011 Oct 22
1
Does R has a similar way as DATA in SPSS?
Hi there,
In SPSS, small piece of data can be input as following:
DATA LIST LIST /x1 x2 x3 x4 x5 .
BEGIN DATA
5700 12.8 2500 270 25000
1000 10.9 600 10 10000
3400 8.8 1000 10 9000
3800 13.6 1700 140 25000
4000 12.8 1600 140 25000
8200 8.3 2600 60 12000
1200 11.4 400 10 16000
9100 11.5 3300 60 14000
9900 12.5 3400 180 18000
9600 13.7 3600 390 25000
9600 9.6 3300 80 12000
9400 11.4 4000 1...
2009 Nov 19
1
SIP Calls on Asterisk fails after 25000 calls
Hi,
I am trying to use asterisk open source version(asterisk-1.6.0.5) with
MySQL (using res_odbc)support for extensions and users list.
The call rate is 7 calls / second and each call stays for 120 seconds.
after making 25000 successful calls , calls started
failing with following message on CLI.
[Nov 11 08:50:04] WARNING[2258]: app_dial.c:1502 dial_exec_full: Unable
to create channel of type 'SIP' (cause 20 - Unknown)
[Nov 11 08:50:04] WARNING[2259]: app_dial.c:1502 dial_exec_full: Unable
to create channel o...
2017 Nov 02
2
What global_quota option mean? What's its logic?
Hi techs,
Could you please explain or refer me to documentation where I could find a
description of global_quota schedinfo option. Someone told me that it could
mean a cpu limitation in percents like:
global_quota : 25000 (does it mean cpu limit % set to 25 ?)
Is it true?
What other parameters mean in below output?
I didn't find any related documentation at libvirt.org.
Could you help me to describe me or refer to some description what below
schedinfo options mean? Thanks.
[root@cpkvm ~]# virsh list
Id N...
2017 Jan 14
2
IDMAP problems after upgrade to Debian jessie
...config thus far was:
passdb backend = ldapsam:ldap://ldap/
ldap ssl = Start_tls
obey pam restrictions = no
ldap admin dn = uid=admin,dc=intra
ldap suffix = dc=intra
ldap group suffix = ou=groups
ldap user suffix = ou=users
ldap machine suffix = ou=machines
ldap idmap suffix = ou=idmap
idmap uid = 25000-27000
idmap gid = 25000-27000
However, ou=idmap in the LDAP tree is empty and winbind was running.
I thought maybe it is because of the deprecated idmap uid option but no
matter what I set for "idmap config", wbinfo always returns the wrong UID:
# wbinfo --sid-to-uid S-1-5-21-390990141...
2011 Feb 14
0
Freelancer.com Video Contest $25000
Free - Freelancer.com Video Contest $25000
http://www.youtube.com/watch?v=VLmPPCFklEI
Read more at http://contest.freelancer.com/
Work part time on great projects. C, C++, Perl, Ruby. Dot Net etc. Earn big
money.
http://contest.freelancer.com/town_downunder/index.php?action=video&start=0&order=time&dir=0
--
You...
2009 Jan 07
2
Plotting a graph for every Level of a Factor
...stock.
Data frame (fish)
Year Species Stock TACC Catch
2001 ORH OR1 5000 4687
2002 ORH OR1 6000 3215
2003 ORH OR1 7000 6782
2004 ORH OR1 9000 10000
2005 ORH OR1 9000 12000
2001 ORH OR3 20000 7892
2002 ORH OR3 25000 27000
2003 ORH OR3 30000 32000
2004 ORH OR3 30000 29000
2005 ORH OR3 30000 30000
2001 ORH OR5 23000 10982
2002 ORH OR5 23000 24590
2003 ORH OR5 23000 24035
2004 ORH OR5 25000 29008
2005 ORH OR5 20000...
2017 Jan 14
1
Problems with ID mapping after upgrade to Debian jessie
...config thus far was:
passdb backend = ldapsam:ldap://ldap/
ldap ssl = Start_tls
obey pam restrictions = no
ldap admin dn = uid=admin,dc=intra
ldap suffix = dc=intra
ldap group suffix = ou=groups
ldap user suffix = ou=users
ldap machine suffix = ou=machines
ldap idmap suffix = ou=idmap
idmap uid = 25000-27000
idmap gid = 25000-27000
However, ou=idmap in the LDAP tree is empty and winbind was running.
I thought maybe it is because of the deprecated idmap uid option but no
matter what I set for "idmap config", wbinfo always returns the wrong UID:
# wbinfo --sid-to-uid S-1-5-21-390990141...
2020 Aug 26
2
accessing foreign AD users to NT domain
Per chi vuole guardare il log generato aggiungo una piccola legenda:
ZIZI (192.168.70.3) ? il server samba, win7pro-v01 (192.168.64.12) ? il
client win7; inoltre il dominio AD si chiama CSATEST mentre il dominio
NT (anche se non compare nei logs) si chiama DOMINIOCSA.
Piviul
2006 Oct 31
0
about mantelhaen.test (PR#7779)
..., 0, 0, 1, 3, 0, 1,
+ 2, 5, 7, 9, 1, 1, 3, 6),
+ dim =3D c(4, 4, 2),
+ dimnames =3D
+ list(Income =3D
+ c("<5000", "5000-15000",
+ "15000-25000", ">25000"),
+ "JobSatisfaction" =3D
+ c("V_D", "L_S", "M_S", "V_S"),
+ Gender =3D c("Female", "Male"))))
> Satisfaction
, , Gender =...
2008 Aug 24
3
Igraph library: How to calculate APSP (shortest path matrix) matrix for a subset list of nodes.
Dear R Users,
I have a network of 25000 total nodes and a list of 500 node which is a
subset of all nodes. Now I want to calculate the APSP (all pair shortest
path) matrix only for these 500 nodes.
I would appreciate any help.
Thanks in advance
Dinesh
--
Dinesh Kumar Barupal
Research Associate
Metabolomics Fiehn Lab
UCD Genome Center...
2008 Jun 30
6
Plotting three time series on the same graph
Dear R Users,
I would like to plot three time series on the same graph, two axis on the
left and one axis on the right.
The time series that I am graphing on the left do not share a similar
scale: one has a range of 1:100 and the other a range of 25000:70000. How
can I display the tick marks for both on the left hand side without
superimposing them, i.e. one set of tick marks in black right up on the
edge of the plot and another set of tick marks in red placed further to
the left so that the tick marks and axis identifiers do not sit on top o...
2020 Sep 22
4
[PATCH] drm/nouveau/kms/nv50-: Fix clock checking algorithm in nv50_dp_mode_valid()
...x 7b640e05bd4cd..24c81e423d349 100644
--- a/drivers/gpu/drm/nouveau/nouveau_dp.c
+++ b/drivers/gpu/drm/nouveau/nouveau_dp.c
@@ -231,23 +231,26 @@ nv50_dp_mode_valid(struct drm_connector *connector,
const struct drm_display_mode *mode,
unsigned *out_clock)
{
- const unsigned min_clock = 25000;
- unsigned max_clock, ds_clock, clock;
+ const unsigned int min_clock = 25000;
+ unsigned int max_clock, ds_clock, clock;
+ const u8 bpp = 18; /* 6 bpc */
enum drm_mode_status ret;
if (mode->flags & DRM_MODE_FLAG_INTERLACE && !outp->caps.dp_interlace)
return MODE_NO_INTE...
2010 Aug 16
2
How to make flowchart in R?
...a1
rows= 100000
|
/ \
/ \
males females,
rows=500000 rows=500000
/\
/ \
/ \
brown hair white hair
rows=25000 rows=25000
Any ideas how this can be done using R?
-J
2009 Oct 22
1
queues autopause
Hi,
I have 3 queue set in the table as below.
name,autopause
1000,1
2000,1
3000,1
In queue 1000, the autopause works after member failed to answer call.
However, other queues don't work for the autopause function.
queue 1000:
-- Nobody picked up in 25000 ms
-- Auto-Pausing Queue Member SIP/1234 in queue 1000 since they
failed to answer.
queue 2000/3000:
-- Nobody picked up in 25000 ms
-- SIP/1234-1544cd90 is ringing
Is it the limitation of the asterisk to support one queue of autopause
function? Or any setting I need to take care to...
2004 Sep 15
2
Winbind could not convert sid to gid...
Hi,
I'm using the Samba RPM's from Fedora Core 2 RPM's (3.0.7-2.FC2) as an
authentication backend for a Squid Proxy server. It all seems to work fine,
until I (try to)authenticate against a domain-group.. I started trying with
3.0.6-2.FC2, which also didn't work... This is a pretty clean/fresh
installation of Fedora Core 2, for whatever that's worth...
I've succeeded
2004 Aug 18
1
Memory Problems in R
...R gives me an error. Is there anything I can do to
create large matrices? Or do I have to manipulate large objects as a
vector?
Output from the 3 different scenarios is below:
1) - can't create a matrix, but can create a vector
[Previously saved workspace restored]
> m<-matrix(rep(0,25000*10000),nrow=10000)
Error: cannot allocate vector of size 1953125 Kb
> v<-rep(0,25000*10000)
> object.size(v)/1024
[1] 1953125
>
2) gc trigger is set slightly higher than the size of the vector
> ls()
character(0)
> mem.limits()
nsize vsize
NA NA
> gc()
used...
2020 Sep 29
1
[PATCH v2 1/2] drm/nouveau/kms/nv50-: Get rid of bogus nouveau_conn_mode_valid()
...30,7 @@ nouveau_connector_mode_valid(struct drm_connector *connector,
struct nouveau_connector *nv_connector = nouveau_connector(connector);
struct nouveau_encoder *nv_encoder = nv_connector->detected_encoder;
struct drm_encoder *encoder = to_drm_encoder(nv_encoder);
- unsigned min_clock = 25000, max_clock = min_clock;
+ unsigned int min_clock = 25000, max_clock = min_clock, clock = mode->clock;
switch (nv_encoder->dcb->type) {
case DCB_OUTPUT_LVDS:
@@ -1082,8 +1059,15 @@ nouveau_connector_mode_valid(struct drm_connector *connector,
return MODE_BAD;
}
- return nouveau...
2004 May 05
3
[LLVMdev] opt, llcc, ll++, -O1, -O2, -O3
...-
time -p ./gcc_nestedloop 33
user 2.40
time -p ./llvm_nestedloop 33
user 3.66
----
time -p ./gcc_objinst 10000000
user 2.25
time -p ./llvm_objinst 10000000
user 2.12
----
time -p ./gcc_random 60000000
user 2.42
time -p ./llvm_random 60000000
user 2.42
----
time -p ./gcc_sieve 25000
user 2.41
time -p ./llvm_sieve 25000
user 4.36
----
time -p ./gcc_strcat 50000000
user 2.77
time -p ./llvm_strcat 50000000
user 3.98
2020 Aug 25
2
accessing foreign AD users to NT domain
...gning = if_required
> unix password sync = Yes
> template shell = /bin/bash
> winbind cache time = 1
> winbind enum groups = Yes
> winbind enum users = Yes
> winbind use default domain = Yes
> dns proxy = No
> wins server = 192.168.70.2
> idmap config * : range = 25000-30000
> idmap config dominiocsa : range = 10000-25000
> idmap config dominiocsa : backend = rid
> idmap config * : backend = tdb
> map archive = No
> map acl inherit = Yes
> inherit acls = Yes
> invalid users = root
when a user of the AD domain try to access to a share...