Displaying 20 results from an estimated 56 matches for "150,000".
Did you mean:
10,000
2008 Nov 26
3
Looking for an application to work with Centos
I'm looking for a application, and or ideas on how to ....
Set up a web page that can be cataloged by search engines capturing all
of the part numbers in a db. This page would be tied to a MySql or
other Linux DB so that people can also do a basic on site part number
search.. We have 150,000 different part numbers, we would like all
150,000 picked up by the different search engines.
Can anyone come up with any ideas??
The platform is a basic P4 running Centos 5, disk space isn't much of an
issue, I have 100 gig available for the application. The only other
application on t...
2005 Sep 19
1
Complete NPA-NXX list for USA/Canada npanxx,
...ay "city, st" for the
> > caller-ID name in the event that none was provided.
>
> Interesting code. What sort of memory does * take up when you load up
> all those CLID values?
>
> Nathan
>
I am a little late to this thread, but the answer is WAY TO MUCH.
With 150,000 "pattern" match extensions * takes a very long time to
reload, during which time calls do not proceed.
If you use Realtime MySQL it pulls in ALL patter match extensions in the
context on every call (150,000 rows per query).
There are two ways to fix this;
The one we did, use the ap...
2004 Apr 14
2
Weird Error
R-Users,
I hope this is not a uniformed question, but I am a little lost.
I ran into a problem this morning and I was wondering if anyone had
seen it before. I was trying to summarize each column of a data set
(150,000 rows, ~50mb, so it was a relatively big file) imported from a text
file using the below code;
data.summary <- read.csv("c:/summary.txt", sep="")
data.summary <- as.matrix(data.summary)
my.summary <- function(x){
return(c(min=min(x),max=max(x), mean=mean(x)))}
a...
2007 Jan 22
2
Query about using optimizers in R without causing program to crash
...reciate your input as it would
avoid me having to manually type
for fileId in (c(4351:46000)) { ... }
for fileId in (c(5761:46000)) { ... }, etc...
Thanks
Lalitha
____________________________________________________________________________________
Now that's room service! Choose from over 150,000 hotels
2005 Feb 04
3
Handling large data sets via scan()
I'm trying to read in datasets with roughly 150,000 rows and 600
features. I wrote a function using scan() to read it in (I have a 4GB
linux machine) and it works like a charm. Unfortunately, converting the
scanned list into a datafame using as.data.frame() causes the memory
usage to explode (it can go from 300MB for the scanned list to 1.4GB f...
2011 Aug 15
3
Rackspace, Engine Yard, Heroku, etc. - Which do you recommend?
...our Rails site -- we have
outgrown our current provider (for the past 4 years) since our business
is beginning to take off in a big way this year.
Which provider (e.g. Rackspace, Engine Yard, Heroku, Serverbeach, etc.)
would you recommend to run a highly scalable site?
FYI, we currently have over 150,000 users that will likely grow to a
million in the next year.
Thanks in advance.
--
Posted via http://www.ruby-forum.com/.
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-...
2017 Apr 12
1
Rsync slow with hard links
I am running rsync throuhg cygwin and trying to "mirror" two hard drives
(hd1 -> hd2). HD1 have tons of hard links (I will say about 2 millions)
because I do monthly backups and have about 13 folders and maybe about
150,000 files. Every month when I make a new snapshot I would also want to
mirror HD1 to HD2. I tried running
rsync -aH --progress -vv /cygdrive/d/ /cygdrive/e/
I though this was going to be a very quick process because not many files
changed but surprisingly it takes over a day. Is there a faster wa...
2007 Jan 27
1
Canging the type of point points sizein plots..
...to plot variation of more than one variable in
single plot with different point types and points
sizes . Can someone help me to do that,
Thanks in advance.
vinod
____________________________________________________________________________________
Now that's room service! Choose from over 150,000 hotels
2007 Feb 25
3
Random Integers
Hi all,
Is there an R function to generate random integers? Thanks in advance.
Sincerely
Anup
---------------------------------
Now that's room service! Choose from over 150,000 hotels
[[alternative HTML version deleted]]
2009 Oct 30
1
possible memory leak in predict.gbm(), package gbm ?
Dear gbm users,
When running predict.gbm() on a "large" dataset (150,000 rows, 300 columns,
500 trees), I notice that the memory used by R grows beyond reasonable
limits. My 14GB of RAM are often not sufficient. I am interpreting this as a
memory leak since there should be no reason to expand memory needs once the
data are loaded and passed to predict.gbm() ?
Runn...
2007 Mar 30
1
xten web phone
hi
xten.de produced an activex for web phone.
but I can not find any link for download.
can u help me ?
best
Mani
____________________________________________________________________________________
Now that's room service! Choose from over 150,000 hotels
in 45,000 destinations on Yahoo! Travel to find your fit.
http://farechase.yahoo.com/promo-generic-14795097
2014 Jun 17
1
DTMF transmitting letter A
Dear list,
maybe not really an Asterisk question, but... all my users dial in via
PSTN (via SIP DIDs) and enter a target number via DTMF through my
Asterisk 1.4. Out of about 150,000 calls per month I see on average
about 1 call per month where an arbitrary caller enters the letter 'A'
via DTMF. These callers use their mobile phones to dial in. I just
reread the Wikipedia article on DTMF but I don't understand how someone
can send an 'A'. Any clue?...
2007 Apr 10
1
XO Flex T-1 & Asterisk
...actual
call running over XO would also take bandwidth, right?
If someone could explain the best way for me to set this up, I would
really appreciate it.
____________________________________________________________________________________
Now that's room service! Choose from over 150,000 hotels
in 45,000 destinations on Yahoo! Travel to find your fit.
http://farechase.yahoo.com/promo-generic-14795097
2006 Dec 16
2
Asterisk 1.4.0 B4 Sounds Directory
...M) witch existed in asterisk-1.4.0-beta3.tar.gz has GSM Core
Sounds and some MOH.
Does anyone know why it has been removed from the latest beta?
Regards.
____________________________________________________________________________________
Sponsored Link
Mortgage rates near historic lows:
$150,000 loan as low as $579/mo. Intro-*Terms
https://www2.nextag.com/
2006 Feb 11
2
how do I "relate" tables in R?
...o fill column z in data2 with appropriate z-values from data1 that
correspond to a given ID.
I'm looking for something akin to a relational database, or a lookup table
in Excel.
I can construct a simple for-loop (with if else statement) to fill the
z-column in data2, but in my case data2 is 150,000 records long, so this
approach is not efficient.
Thanks for any help
Jeff
******************************************
Jeffrey Moore, Ph.D.
Postdoctoral Research Scientist
Duke Center for Marine Conservation
Duke University Marine Laboratory
135 Duke Marine Lab Road
Beaufort, NC 28516
Phone:...
2012 Jul 17
1
Need Help in a Combinatorial Optimzation Problem
Dear Community,
I have a problem I am trying to code in R.
Suppose there are 7 products and each have a ROI value attached to it.
There are 400 representatives who calls 150,000 customers with these
product detailing and achieve sales through the calls.
There is a cost per call and revenue earned from the call.
Constraint is revenue should be greater than the cost.
Now there can be at most 7 choose 3 = 35 poduct combinations that is
possible and each call can at most d...
2007 Feb 17
3
Problem with busydetect and cell phones
...rxgain=0.0
txgain=0.0
immediate=no
busydetect=yes
busycount=4
;busypattern=500,500
;answeronpolarityswitch=yes
;hanguponpolarityswitch=yes
;callprogress=yes
;progzone=us
channel => 3-4
_________________________________________________________________
Mortgage rates as low as 4.625% - Refinance $150,000 loan for $579 a month.
Intro*Terms http://www.NexTag.com
2007 Mar 13
2
turn regression coefficients into matrix or...
...icted
probabilities in glm model, etc.. Or, is there any function in r that I can
use to do something along that line? thanks.
Jun Xu, Ph.D.
Department of Sociology
Ball State University
_________________________________________________________________
Mortgage rates as low as 4.625% - Refinance $150,000 loan for $579 a month.
Intro*Terms
https://www2.nextag.com/goto.jsp?product=100000035&url=%2fst.jsp&tm=y&search=mortgage_text_links_88_h27f6&disc=y&vers=743&s=4056&p=5117
2007 May 10
1
how to pass "arguments" to a function within a function?
...vars.in, ...) {
for(v in 1: ncol(vars) ) {
assign( names(vars)[v] , vars[1,v] , env=.GlobalEnv)
}
fun(...) }
examplefun(fun=minus, vars = vars.in)
---------------------------------
Now that's room service! Choose from over 150,000 hotels
[[alternative HTML version deleted]]
2008 Jul 01
2
"Invalid object" error in boxplot
.../04/2000 20 422 784,700 10,910,700 170,000 28,000
37 12/04/2000 0 7,671 640,000 9,851,750 470,000 100,000
38 12/04/2000 2 7,671 600,625 9,339,400 490,000 170,000
39 12/04/2000 10 5,865 585,650 8,439,300 450,000 180,000
40 12/04/2000 20 1,276 595,225 7,297,150 360,000 92,000
41 14/04/2000 0 10,479 730,000 12,406,650 540,000 140,000
42 14/04/2000 2 10,479 700,000 10,406,650 490,000 110,000
43 14/04/2000 10 6,576 682,500 9,869,050 470,000 100,000
44 14/04/2000 20 3,307 739,075 8,875,250 420,000 180,000
45 16/04/2000 0 1...