search for: smoothie

Displaying 12 results from an estimated 12 matches for "smoothie".

2004 Apr 05
2
Change IP info.
Hello i was wondering how i can change the IP address information for my Asterisk box, IP addy, Gateway, DNS. I have a smoothwall router that i am using and i am tring to put the Asterisk box on the orange interface so if anyone can help me please i can use it. Thanks alot William Ray -------------- next part -------------- An HTML attachment was scrubbed... URL:
2003 May 22
1
Plot observed vs. fitted values (weighted nls)
Dear WizaRds, Given the experimental data, csdata<-data.frame( time=c(0,1,3,9,20), conc=c(638.697,395.69,199.00,141.58,112.16) ) weighted nls is applied, wt.MM<- function(resp, time,A1,a1,A2,a2) { pred <- A1*exp(-a1*time)+A2*exp(-a2*time) (resp - pred) / sqrt(pred) } # cs.wt <- nls( ~ wt.MM(conc, time,A1,a1,A2,a2), data=csdata,
2012 Sep 24
2
add lowess predicted line to scatter plot
Hi, I have a scatter plot of the variables GNI and Lifeexp (Gross National Income and Life Expectancy, both metric). So I plotted them and I want to add a regression line and a lowess line. I use lowess and not loess because I have missing values. My code: plot(GNI,Lifeexp) abline(lm(Lifeexp~GNI), col="red") y.loess<-loess(Lifeexp~GNI,na. action = na.exclude)
2010 Aug 09
2
Setting up webmail in DMZ
I have a Smoothwall server on my network and am running three network interfaces off it. 1) local LAN 192.168.0.0 with PCs and an internal dovecot server on 192.168.0.154. 2) internet interface 3) DMZ 192.168.2.0 which has a linux web server 192.168.2.1 on which I want to install a webmail so I can access my email remotely. Originally 192.168.2.1 couldn't see the 192.168.0.0 network but with
2008 May 08
1
rmpi/snow grabs all available CPU
Hi, I'm testing affyPara on Debian lenny with R 2.7 from unstable, and the corresponding bioconductor packages from bioconductor.org downloaded using biocLite as per usual. The command cl = makeMPIcluster(k) succeeds, but spawns k R slaves which promptly soak up all available CPU, which is odd since they are not doing anything yet. This looks like a bug to me. Similar behaviour is shown
2006 Oct 12
4
Cannot start Photoshop
I have installed Photoshop 7 via winetools. However, I cannot start it: dotancohen@ubuntu:~$ photoshop detecting Wine version... done. Drive C: is /home/dotancohen/.wine/drive_c Wine 0.9.7 wine is executed as wine Parameters are dotancohen@ubuntu:~$ cd ~/.wine/drive_c/Program\ Files/Adobe/Photoshop\ 7.0/ dotancohen@ubuntu:~/.wine/drive_c/Program Files/Adobe/Photoshop 7.0$ ./Photoshop.exe
2012 Jan 09
1
What is the function for "smoothing splines with the smoothing parameter selected by generalized maximum likelihood?
Dear all, I am new to R, and I am a biotechnologist, I want to fit a smoothing spline with smoothing parameter selected by generalized maximum likelihood. I was wondering what function implement this, and, if possible how I can find the fitted results for a certain point (or predict from the fitted spline if this is the correct language) -- View this message in context:
2008 Oct 07
0
associations not saved in migration
...m.name}, type id: #{type.id}" item.menu_item_type_id = type.id puts "item: #{item.name}, type id: #{item.menu_item_type_id}" item.save! end type = MenuItemType.create :name => ''Drinks'' type = MenuItemType.create :name => ''Smoothies'' type = MenuItemType.create :name => ''Deserts'' type = MenuItemType.create :name => ''Wraps'' end def self.down end end -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this...
2005 Dec 21
0
(Debian Bug 344248): R segfaults when pressing Delete (PR#8421)
On Wed, 2005-12-21 at 15:00 +0100, edd at debian.org wrote: > --CE+1k2dSO48ffgeK > Content-Type: text/plain; charset=us-ascii > Content-Disposition: inline > > Resend after type in mailheader. I have the bug on my system with > yesterday's R 2.2.1. A library mismatch is still a likely cause. > > Dirk <SNIP> > On 21 December 2005 at 01:50, Ethan
2004 Sep 07
3
OT: firewalls
What is everyone using for a firewall? I'm currently using www.astaro.com but their recent releases have soured me on ASL as a practical solution on my hardware (1.2MHz Athlon, 30G, and 256M). I only have 4 computers going through the firewall wall but it's consistently at 50% cpu load. There is very little network traffic (<10k bits per second on the wan connection, < 40k
2005 Dec 21
2
(Debian Bug 344248): R segfaults when pressing Delete (PR#8420)
--CE+1k2dSO48ffgeK Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Resend after type in mailheader. I have the bug on my system with yesterday's R 2.2.1. A library mismatch is still a likely cause. Dirk -- Hell, there are no rules here - we're trying to accomplish something. -- Thomas A. Edison
2005 Dec 21
1
(Debian Bug 344248): R segfaults when pressing Delete (PR#8422)
On Wed, 21 Dec 2005 edd at debian.org wrote: > > --CE+1k2dSO48ffgeK > Content-Type: text/plain; charset=us-ascii > Content-Disposition: inline > > Resend after type in mailheader. I have the bug on my system with > yesterday's R 2.2.1. A library mismatch is still a likely cause. This seems to be a readline 5.1 error. I was unable to reproduce it with 4.3 or 5.0. gdb)