search for: 10,000

Displaying 20 results from an estimated 760 matches for "10,000".

Did you mean: 40,000
2008 Dec 04
3
Bad mime type reported for flac file
...; utility reports some (but not all) of my flac files as having a mime type of "audio/mpeg". Obviously this is incorrect, but why is it reported as such? I've cut and paste a few commands below from my shell to illustrate what I'm seeing: black:/media/mildred/music/Tool/10,000 Days$ file -i * 01-Vicarious-10,000 Days-Tool.flac: audio/mpeg 02-Jambi-10,000 Days-Tool.flac: audio/mpeg 03-Wings For Marie (Part 1)-10,000 Days-Tool.flac: audio/mpeg 04-10,000 Days (Wings Part 2)-10,000 Days-Tool.flac: audio/mpeg 05-The Pot-10,000 Days-...
2007 Feb 12
3
processing a large matrix
I would like to compare every column in my matrix with every other column and get the r-squared. I tried using the following formula and looping through every column: > summary(lm(matrix[,x]~matrix[,y]))$r.squared If I have 10,000 columns, the loops (10,000 * 10,000) take forever even if there is no formula inside. Then, I attempted to vectorize my code: > cor(matrix)^2 With 10,000 columns, this works great. With 30,000, R tells me it cannot allocate vector of that length even if the memory limit is set to 4 GBs. Is...
2012 Jan 27
1
repeat function for entire list of matrices
hi all. perhaps someone can help me with subsetting here............ i'm trying to use the nested() function in the bipartite package. my problem is that i have a list of 10,000 matrices and i want the output to be a vector of the nested() function on each of the 10,000 matrices (so i can use these numbers in a statistical test). here is what i'm working with currently: #to store 10,000 matrices of null.distr() in listofmatrices listofmatrices <- null.distr(10...
2009 Jul 18
1
Plotting question
Hi I have a data set that needs to be plotted (see below) When I plot it using the simple plot(read_count ~ Cn), I get box plots for the read_count numbers plotted according to Cn. The Cn's on the x-axis are ordered: 10000, 100, 1000, 40, 400, 4000... How do I plot so that Cn is plotted on the x-axis in an ascending order: 40, 60, 80, .......10000? Thanks for your help. Anjan ID Cn read_count 1 MJ-2000-79 10,000 6876 2 MJ-2000-80 10,000 23440 3 MJ-2000-87 10,000 18787 4 MJ...
2013 Feb 01
2
help on proportions
...may sound very basic and stupid for this forum?, I honestly do not know how to solve it and I do not have a teacher who can help me understand. ? I have list of genes (200)?that are involved in a particular process and I call this as a?ProcSet.?? From an independent experiment I found that out of 10,000 genes, 1500 are significant and I call these1500 genes as ResultSet.?? ? The intersection of ResultSet and ProcSet are 80 genes.? ? That means 40% of ProcSet are significant.? ? ?How do I calculate that 40% is significant and more than I expect by chance given ResultSet and 10,000 genes I eva...
2009 May 13
1
Asterisk+a2billing for over 10,000 ext
Hellos, I want to setup Asterisk+a2billing for over 10,000 extensions for voip resale. Has anyone done this before. What are the hardware requirements and challenges? James -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090513/186b2bde/attachment.htm
2006 Feb 18
14
Composite primary key support in ActiveRecord?
...databases. I tend to think that using multiple integer column id''s (composite primary key) are often natural way to implement one-to-many relationships, for things like "forum replies". For example, ID for the third comment of forum topic #87 should be (87, 3) not (87, 1074), format being (topic_id, reply_id). Currently, I''m trying to work around this by using ''TopicReply.find (:fist, conditions => ["topic_id=? AND id=?", 87, 3]'' instead of ''TopicReply.find(1074)''. However, I haven''t figured o...
2002 Jul 03
2
Name resolution problems
...ts find the DATABASE server by name, as well as another machines on my network. How can it be done, using just LINUX ??? Do I need to use any another application as DNS or BIND, or just SAMBA can solve my problem??? Thanks a lot!!! -- -- Intel + PsYLinuX Marcos Azevedo I have not failed 10,000 times, I have sucessfully found 10,000 ways that won't work." -- Thomas A. Edison -------------- next part -------------- HTML attachment scrubbed and removed
2017 Jun 12
2
Open bug count passes 10,000 mark
> -----Original Message----- > From: llvm-dev [mailto:llvm-dev-bounces at lists.llvm.org] On Behalf Of > Krzysztof Parzyszek via llvm-dev > Sent: Monday, June 12, 2017 1:24 PM > To: llvm-dev at lists.llvm.org > Subject: Re: [llvm-dev] Open bug count passes 10,000 mark > > On 6/12/2017 3:18 PM, Robinson, Paul via llvm-dev wrote: > > > > I have been tracking this number weekly since 8/20/2012 (when we had > > 2911 open bugs) > > Have you also kept track of the amount of code in LLVM? I'm wondering > is the bug densi...
2010 Jul 26
12
how to generate a random data from a empirical distribition
hi, this is more a statistical question than a R question. but I do want to know how to implement this in R. I have 10,000 data points. Is there any way to generate a empirical probablity distribution from it (the problem is that I do not know what exactly this distribution follows, normal, beta?). My ultimate goal is to generate addition 20,000 data point from this empirical distribution created from the existing...
2008 Dec 06
1
squid server for 10,000 accounts
Hi all, I am running squid proxy server integrated with Content filter Dansguardian, squidguard and clamav for Http level scanning on centos 5 .Configured webmin management tool to create and manage access control using squidguard plug in. Now it is serving request for 100 machines and Below is my hardware details. Hardware Details SUN BLADE 6000 2.67 GHz * 1 4 Gb RAM 2*146Gb HDD we intend to scale proxy servers with around 7000 to 10000 users in future.Just i want to confirm whether the the above hardware is sufficient enough to serve 10000 users.If not plea...
2017 Sep 01
2
Asterisk bugs make a right mess of RTP
...h RTP and the SDP and when customers use NAT you need a way to figure out what their external RTP IP is. One option is to use IPv6 so the IP in the SDP is the one and only IP the media should be coming from. Another option is to increase the range of RTP ports in use. By default asterisk uses ports 10,000 to 20,000. You can change that to say use 20,000 to 30,0000 or better yet use 10,000 to 20,0000 widening the range of ports being used. Another point to keep in mind is they have to hit the same ports that you are using. Say for instance you have 1000 calls on a box that's 1000 UDP ports b...
2006 Aug 29
2
EOF and CCA analysis
Hello! I would like to do Empirical Orthogonal functions and Canonical correlation analysis on satellite data. My matrices are going to be very big (more than 10,000 locations). Are there limitations in R regarding the size of the matrix? thanks a lot regards Isidora
2017 Jun 12
2
Open bug count passes 10,000 mark
...buglist.cgi?action=wrap&resolution=---&bug_status=ASSIGNED> REOPENED 299<https://bugs.llvm.org/buglist.cgi?action=wrap&resolution=---&bug_status=REOPENED&=%20> 299<https://bugs.llvm.org/buglist.cgi?action=wrap&resolution=---&bug_status=REOPENED> Total 10011<https://bugs.llvm.org/buglist.cgi?action=wrap&resolution=---&=%20> 10011<https://bugs.llvm.org/buglist.cgi?action=wrap&resolution=---> I have been tracking this number weekly since 8/20/2012 (when we had 2911 open bugs) and the trend line is extraordinarily consiste...
2012 Mar 01
2
range of group variables
...ow: cox <- summary( coxph( Surv( mortality , TIME ) ~ Independent variables ) ) My query is about specifying a range of independnt variables in R, such that each independent variable is included as the main defining variable independently of other variables in the variable list. I have around 10,000 independent variables or groups by which I hope to study differences in mortality rates over a period of time. All the 10,000 variables have one thing in common, i.e. their names start with the same alphabets rs followed by unique 6-8 digit numbers. Regards, Sajjad [[alternativ...
2008 Dec 15
3
Fukuoka Ruby Award--about $10,000 for first prize
I am working with the Government of Fukuoka, Japan to get the word out about the Fukuoka Ruby Award to Ruby developers in the US. It is free to apply for this award. The top prize is about $10,000. Deadline is December 25, so there is not much time, but the application is fairly simple for developers who have existing projects. Here are the details: Fukuoka Ruby Award http://www.ruby-award.jp/english.html Matz''s posting about the award is here: http://www.ruby-forum.com/topi...
2009 May 28
2
Bug in base function sample ( ) (PR#13727)
Full_Name: Michael Chajewski Version: 2.9.0 OS: Windows XP Submission from: (NULL) (150.108.71.185) I was programming a routine which kept reducing the array from which a random sample was taken, resulting in a single number. I discovered that when R attempts to sample from an object with only one number it does not reproduce/report the number but instead chooses a random number betwee...
2009 Feb 06
1
format \Sexpr{}
Hi everyone: It is probably something simple but I can't find anything related to this. Could someone show me how to format the sum of x. the result is 10000 but I need comma formatted like this: 10,000. Since I am going to be using this number to be added to another calculation, I want to be able to remove the comma from the 10,000 value. Thanks x <- c(2000,3000,5000) this is the sum of x: \Sexpr{sum(x)} Felipe D. Carrillo Supervisory Fishery...
2004 Feb 23
1
Creating 10,000 Active Directory users?
...to script creation of unix users; does anyone know an easy way to script the creation of windows 2000 active directory users? Thank you, - -Tom -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFAOnWi2dxAfYNwANIRAs10AJ41K+qdcV8ACNnOmZbHZ4d+QNUubwCdFlKc 3HLDRDRWN5WaIuggdBEAMNc= =gdP3 -----END PGP SIGNATURE-----
2012 Oct 10
1
glmmPQL and spatial correlation
...ogram (spherical). The problem is that when I run it for my 1/3 of my data (about 70k points), the calculatations go on forever. I was running the first model for over a week and was still not getting past the first iteration. This is the model I used M1.f.Spa <- glmmPQL(presence ~ sst + tmax100 + tbot + sss + ssu + tmax100d + sbot, random = ~1|fPTT, family = binomial, correlation = corSpher(c(91323.53,0.4279603), form =~ x+y, nugget = TRUE), data = sample.df1) This week, I tried a different approach and split the 70k subset into smaller datasets of 10,000 points, and now the model runs...