search for: waltham

Displaying 20 results from an estimated 63 matches for "waltham".

2005 May 15
7
Shockwave - any progress?
...fter the promotional film before the actual requested content. I know there are "pay" solutions to this problem, but was wondering if anyone had found a free solution yet. -- Phil Reynolds o ____ mail: phil@tinsleyviaduct.com |L_ \ / Web: http://www.tinsleyviaduct.com/phil/ (_)- \/ Waltham 67, Emley Moor 69, Droitwich 79, Windows 95
2011 Nov 23
2
bizarre seq() behavior?
...r below? > seq(2,8.1, lenght.out=3) [1] 2 3 4 5 6 7 8 > help(seq) > seq(2,8,length.out=3) [1] 2 5 8 > seq(2,8.1,length.out=3) [1] 2.00 5.05 8.10 Except maybe that it is early in the morning :) Best regards, Ryszard Ryszard Czerminski AstraZeneca Pharmaceuticals LP 35 Gatehouse Drive Waltham, MA 02451 USA 781-839-4304 ryszard.czerminski@astrazeneca.com -------------------------------------------------------------------------- Confidentiality Notice: This message is private and may ...{{dropped:11}}
1999 May 21
1
Optimizing Linux with Samba
...what to do. I am running a Linux server with Kernel 2.2.9 and Samba 2.0.4b and I would like to know what things I can do to 'tune' it to make the performance the best possible. I would be greatful if you could share your experience and tips with me and the list. Thanks in advance, Nicholas Waltham
2012 Oct 09
0
JOB: Statistician (2yr contract) - Leicestershire, UK
*Statistician * ?34,000 to ?39,000 (2 year contract position) WALTHAM Centre for Pet Nutrition, Leicestershire, UK The WALTHAM Centre for Pet Nutrition is the global hub of nutritional expertise for Mars Petcare, with a remit to deliver ?high-quality, innovative science conducted in a caring way?. You?ll join a talented team of statisticians, setting and supporting...
2012 Dec 12
0
JOB: Statistician (2yr contract) - Leicestershire, UK
*Statistician * *?34,000 to ?39,000 (2 year contract position)* *WALTHAM Centre for Pet Nutrition, Leicestershire, UK* The WALTHAM Centre for Pet Nutrition is the global hub of nutritional expertise for Mars Petcare, with a remit to deliver ?high-quality, innovative science conducted in a caring way?. You?ll join a talented team of statisticians, setting and supportin...
2012 Jan 10
2
strange Sys.Date() side effect
Any ideas what is the problem with this code? > N <- 2; c(Sys.Date(), sprintf('N = %d', N)) [1] "2012-01-10" NA Warning message: In as.POSIXlt.Date(x) : NAs introduced by coercion Best regards, Ryszard Ryszard Czerminski AstraZeneca Pharmaceuticals LP 35 Gatehouse Drive Waltham, MA 02451 USA 781-839-4304 ryszard.czerminski@astrazeneca.com -------------------------------------------------------------------------- Confidentiality Notice: This message is private and may ...{{dropped:11}}
2006 May 19
2
Innovative Enterprise Microarray Software
...or and R ARDAS is a robust and scalable enterprise system based on an Oracle relational database and is offered at desktop prices ($1900-$2900). To learn more or request a trial, please visit our web site at http://www.3rdmill.com/em1 Thank you. 3rd Millennium, Inc. 391 Totten Pond Rd. Suite 104 Waltham, MA 02451 eSales at 3rdmill.com 781-890-4440 www.3rdmill.com --------------------------------------------------------------------- If you'd rather not receive emails from 3rd Millennium, please reply to this email with the word REMOVE in the body of your message.
2012 Jan 12
3
strsplit() does not split on "."?
...uot; $year [1] "2011" $month [1] "12" $day [1] "22" $`svn rev` [1] "57956" $language [1] "R" $version.string [1] "R version 2.14.1 (2011-12-22)" Best regards, Ryszard Ryszard Czerminski AstraZeneca Pharmaceuticals LP 35 Gatehouse Drive Waltham, MA 02451 USA 781-839-4304 ryszard.czerminski@astrazeneca.com -------------------------------------------------------------------------- Confidentiality Notice: This message is private and may ...{{dropped:11}}
2016 May 19
2
Datakam Player (Registrator Viewer)
...und and the speed and location displays do not change. Short of trying an even newer wine, which might be more difficult, is there anything I could do to possibly make this work? Currently using wine-1.8. -- Phil Reynolds mail: phil-wine at tinsleyviaduct.com Web: http://phil.tinsleyviaduct.com/ Waltham 66, Emley Moor 69, Droitwich 79, Windows 95
2010 Sep 27
1
smooth contour lines
...ut maybe there is a more generic way of accomplishing the same thing. Ideally there would be an option to control smoothness of the contour lines in contourplot(), or levelplot(), but I cannot find a way to do it. Best regards, Ryszard Czerminski AstraZeneca Pharmaceuticals LP 35 Gatehouse Drive Waltham, MA 02451 USA 781-839-4304 ryszard.czerminski@astrazeneca.com -------------------------------------------------------------------------- Confidentiality Notice: This message is private and may ...{{dropped:11}}
2000 Apr 19
1
Automatic Installation of Printer Drivers from Printer Share
...95, but still doesn't work for Windows NT, it just seems that the files are not available. So whats the latest take on this? Does it work with NT? What's the secret of making it work if it does? (Incidentally this refers to quite a recent driver for a HP 4050N). Thanks in advance, Nicholas Waltham
2006 May 19
1
Innovative Enterprise Microarray Software
...or and R ARDAS is a robust and scalable enterprise system based on an Oracle relational database and is offered at desktop prices ($1900-$2900). To learn more or request a trial, please visit our web site at http://www.3rdmill.com/em1 Thank you. 3rd Millennium, Inc. 391 Totten Pond Rd. Suite 104 Waltham, MA 02451 eSales at 3rdmill.com 781-890-4440 www.3rdmill.com --------------------------------------------------------------------- If you'd rather not receive emails from 3rd Millennium, please reply to this email with the word REMOVE in the body of your message.
2009 Mar 16
3
RepliWeb R-1 Console
...Syntax error C:\windows\temp\rw_products>goto DONE C:\windows\temp\rw_products>exit This is one of a handful of Windows applications I need to run on my system. Any advice would be appreciated. -- Phil Reynolds mail: phil-wine at tinsleyviaduct.com Web: http://www.tinsleyviaduct.com/phil/ Waltham 66, Emley Moor 69, Droitwich 79, Windows 95 ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program.
2012 Jan 25
1
Error in predict.randomForest ... subscript out of bounds with NULL name in X
...ust find out that apparently predict() does not like NULL name in X, because this works fine: > one <- rep(1, length(chirps)) > X <- cbind(one,chirps) > rf <- randomForest(X, temp) > yp <- predict(rf, X) Ryszard Czerminski AstraZeneca Pharmaceuticals LP 35 Gatehouse Drive Waltham, MA 02451 USA 781-839-4304 ryszard.czerminski@astrazeneca.com -------------------------------------------------------------------------- Confidentiality Notice: This message is private and may ...{{dropped:11}}
2006 Jan 07
1
Leisure Suit Larry's Greatest Hits and Misses
...am running wine-0.9.5. I am prepared to move stuff out of the way to try other means of installing, if necessary. If anyone can advise how I install this, I would bve very grateful. -- Phil Reynolds o ____ mail: phil@tinsleyviaduct.com |L_ \ / Web: http://www.tinsleyviaduct.com/phil/ (_)- \/ Waltham 67, Emley Moor 69, Droitwich 79, Windows 95
2008 Oct 10
9
How to enable inbound CLI for X-Lite/Asterisk phone.
Hi, I am using asterisk 1.4.18. I am using it for inbound only call center. The SIP phones are X-Lite. Right now when a call is proxied by Asterisk to X-Lite the agent only sees asterisk written on its CLI screen. I want the agents to be able to view the callees number. Is there any way to make this happen. Regards Syed Nasruddin -------------- next part -------------- An HTML
2017 Mar 09
0
(no subject)
Job Title: Sr Research Associate I Location: Brandeis University, Waltham, MA Full/Part Time: Full-Time Regular/Temporary: Regular The mission of the Institute for Child, Youth and Family Policy (ICYFP) is to conduct and disseminate policy-relevant research on health and development of children and their families. We seek a socially minded, highly motivated data exper...
2009 Jul 16
1
Sending things to Jabber but not within an extension
...am on version 1.4.21.2~dfsg-1-pmr-2 - which is from Debian stable plus a locally added patch. Thanks in advance to anyone who can advise, even if just to confirm that it is not possible yet. -- Phil Reynolds mail: phil-asterisk at tinsleyviaduct.com Web: http://www.tinsleyviaduct.com/phil/ Waltham 66, Emley Moor 69, Droitwich 79, Windows 95 ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program.
2007 Feb 20
2
Help! How to get ANSWEREDTIME after DIAL a ZAP channel?
Dear all, I tried to make a call with extensions.conf. exten=> _00[1-9].,1,Dial(zap/g1/${EXTEN}) exten=> _00[1-9].,2,NoOP(ANSWEREDTIME=${ANSWEREDTIME}) exten=> _00[1-9].,102,Hangup But the 2 and 102 will not be executed. So I can get the correct answered time via 2. Is any idea about it? Is it the problem of my ZAP channel's configuration? My zapata.conf is as below:
2011 Jan 20
1
randomForest: too many elements specified?
...it looks like it is too big data set for this dataset/machine combination. How does memory usage in randomForest scale with dataset size? Is there a way to build global rf model with dataset of this size? Best regards, Ryszard Ryszard Czerminski AstraZeneca Pharmaceuticals LP 35 Gatehouse Drive Waltham, MA 02451 USA 781-839-4304 ryszard.czerminski@astrazeneca.com RE: [R] randomForest: too many element specified? Liaw, Andy Mon, 17 Jan 2005 05:56:28 -0800 > From: luk > > When I run randonForest with a 169453x5 matrix, I got the > following message. > > Error in matrix(0, n, n) :...