search for: pur

Displaying 20 results from an estimated 71 matches for "pur".

Did you mean: per
2006 Jun 27
3
Decoding Unicode URLs Properly
Please help, I have an application I switched over to UTF-8, but I am unable to decode URLs with unicode characters in them properly. For instance, if I have "item=Pur%E9ed" as a parameter in my url, when it''s decoded by rails, it returns "Pur?ed" and not "Pur?ed". Is there an easy way to fix my controller to accept these characters properly? Or is there perhaps a plugin someone wrote that is less extreme then unicode_...
2003 Oct 30
2
'nls' and its arguments
...ments, i.e. I defined it as f(...) {<body>}. (Ok, that's not actually impotant). 2) Second, I would NOT like to supply every parameter in the formula. To illustrate this, let's look at the last example of 'nls' help page: ## weighted nonlinear regression data(Puromycin) Treated <- Puromycin[Puromycin$state == "treated", ] weighted.MM <- function(resp, conc, Vm, K) { ## Purpose: exactly as white book p.451 -- RHS for nls() ## Weighted version of Michaelis-Menten model ## -----------------------------------...
2005 Jun 12
0
Simple antidotes pur.chase, brings greater financial gains. (PR#7933)
Select from a wide variety of brand name and generic curatives. It is lawful to pur.chase from our appraised chemist zones. We distribute customers quick medz on Soreness, ErectionDysfunction, Sleeping Disorders, Raised Cholesterin, Diabetes and other problems. We create a cyber world where customers can experience complete convenience brought by expeditious carriage work. Review...
2012 Mar 06
1
How to eliminate for next loops in this script
...es of nested for next loops. I know that there must be a better way to do so, but could use some assistance pointing the way. Here is my working, but inefficient script: library(Hmisc) rm(list=ls()) load('NHTS.Rdata') day.wt <- day[c("HOUSEID","WTTRDFIN", "TRIPPURP","TRVLCMIN")] hh.wt <- hh[c("HOUSEID","WTHHFIN","HHSIZE","HHVEHCNT","HOMETYPE")] hh.wt$HHBIN <- with(hh.wt,{ cut(HHSIZE, breaks=c(0,1,2,3,4,max(HHSIZE)),labels=c("1","2","3","4","5+&...
2012 Feb 23
7
[PATCH 2/2] RFC: Xen pad logic
...terms and conditions of the GNU General Public License, + * version 2, as published by the Free Software Foundation. + * + * This program is distributed in the hope it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for + * more details. + */ + +#include <linux/kernel.h> +#include <linux/types.h> +#include <acpi/acpi_bus.h> +#include <acpi/acpi_drivers.h> + +#include <asm/xen/hypercall.h> + +static DEFINE_MUTEX(xen_cpu_lock); + +static int...
2011 Aug 18
0
Strange: Repeatedly lose domain functionality
...password level = 8 wins support = yes dns proxy = yes passdb backend = ldapsam:ldap://localhost ldapsam:trusted = yes ldapsam:editposix = yes unix password sync = Yes nt pipe support = Yes nt status support = Yes time server = Yes ldap ssl = no host msdfs = no ldap suffix = dc=methabau-pur,dc=local ldap delete dn = yes ldap admin dn = uid=admin,dc=methabau-pur,dc=local ldap idmap suffix = ou=idmap ldap user suffix = ou=users ldap group suffix = ou=groups ldap machine suffix = ou=machines ldap passwd sync = yes null passwords = yes hide files = /desktop.ini/ntuser.ini/NTUSER....
2007 Jun 07
2
Nonlinear Regression
Hello I followed the example in page 59, chapter 11 of the 'Introduction to R' manual. I entered my own x,y data. I used the least squares. My function has 5 parameters: p[1], p[2], p[3], p[4], p[5]. I plotted the x-y data. Then I used lines(spline(xfit,yfit)) to overlay best curves on the data while changing the parameters. My question is how do I calculate the residual sum of squares.
2020 Apr 17
2
Thank You
Just reaching out to say thanks to all the folks that keep CentOS, EPEL, this mailing list, etc running. It is probably partly due to having used Red Hat for over two decades, but I always have a good experience with CentOS. The recent servers that I have setup with CentOS 8 are purring along. Thanks for the work and support. Cheers, Ian
1998 Sep 17
1
Lazy Samba (that'd make it Waltz)
...\ R |Linuxeiro, alvinegro, X-Phile e Carioca Folgado| O A I / / \ \ Y |Diretor de Inform?tica e Eventos Sobrenaturais | GIN D ~~~ ~~~ T |da E-RACE CORPORATION | RACER H ----------------------------------------------- G ING @ E PUR SI MUOVE @ THE TRUTH IS OUT THERE @ EVERYTHIN
2003 Nov 24
2
How to get the parameters of nls(...) for later use
Hi all, I need to use the parameter estimates of nls() for further analysis. I know how to do in S+, e.g. nls(...)$parameters. In R, the attributes(nls(...)) does not have parameters, how would one get the parameter values out of nls()? Thanks in advance. Nancy
2004 Feb 19
1
Runnin' Samba on a machine with multiple Interfaces
Hi Samba, I am sorry if this is a Newbie Question, But I am confused on what I read in the FAQ about this. What I have at the moment is a machine with Two net cards, one of which is purly a Snort interface, but due to a quirk in the OS must have a IP, the other is the network card. What would I have to put into smb.conf for samba to use only one network card? Not both as it is at the moment. -- Best regards, Michael (mike@thompsonmike.co.uk) 5 days a week my bo...
2010 Jun 17
1
Rails won't execute backticked OS commands
I''m at a loss as what to look for... I can issue a command result = `some_os_command_string` on my dev system just fine in both a pur ruby test file, and from Rails in dev mode. When I push that code to my server, the backtick command doesn''t work. No failure message -- even if I wrap it in begin/rescue so I have no specific clues to work from. I can run that same back ticked command on the server from a simple ruby te...
2012 Oct 30
2
error in lm
Hi everybody I am trying to run the next code but I have the next problem Y1<-cbind(score.sol, score.com.ext, score.pur) > vol.lm<-lm(Y1~1, data=vol14.df) > library(MASS) > stepAIC(vol.lm,~fsex+fjob+fage+fstudies,data=vol14.df) Start: AIC=504.83 Y1 ~ 1 Error in addterm.mlm(fit, scope$add, scale = scale, trace = max(0, trace - : no addterm method implemented for "mlm" models Does anybody...
2007 Jun 04
0
nls problems
...list(conc1=conc[1], conc.1=conc[-1], rate=rate)) # Passing arguments using a list that can not be coerced to a data.frame weighted.MM1 <- function(resp, conc1, conc.1, Vm, K){ conc <- c(conc1, conc.1) resp <- TI$rate # pred <- (Vm * conc)/(K + conc) (resp - pred) / sqrt(pred) } Pur.wt1 <- nls( ~ weighted.MM1(rate, conc1, conc.1, Vm, K), data=TreatIrreg, start = list(Vm = 200, K = 0.1), trace = TRUE) ## ## ERROR MESSAGE: ## Error in data.frame(conc1 = 0.02, conc.1 = c(0.02, 0.06, 0.06, 0.11, 0.11, : ## arguments imply differing number of rows: 1, 11, 1...
2023 Feb 26
2
Own server
have i configured this correctly? could you take a look please On Sun, Feb 26, 2023 at 1:54?PM uktony <uktony at radiocompany.net> wrote: > You can turn on some port to https bt purring a 1 in the secure setting > for that port in the icecast xml file. > > For instance sett 8443 to secure but port 80 no not secure. > > Tony > > > > Sent from my Galaxy > > > -------- Original message -------- > From: Coolvibes Reloaded <jayaubs89 at gma...
2023 Feb 26
1
Own server
You can turn on some port to https bt purring a 1 in the secure setting for that port in the icecast xml file.For instance sett 8443 to secure but port 80 no not secure.?TonySent from my Galaxy -------- Original message --------From: Coolvibes Reloaded <jayaubs89 at gmail.com> Date: 26/02/2023 20:12 (GMT+07:00) To: Icecast streamin...
2023 Feb 26
1
Own server
...(GMT+07:00) To: Icecast streaming server user discussions <icecast at xiph.org> Subject: Re: [Icecast] Own server have i configured this correctly?could you take a look pleaseOn Sun, Feb 26, 2023 at 1:54?PM uktony <uktony at radiocompany.net> wrote:You can turn on some port to https bt purring a 1 in the secure setting for that port in the icecast xml file.For instance sett 8443 to secure but port 80 no not secure.?TonySent from my Galaxy-------- Original message --------From: Coolvibes Reloaded <jayaubs89 at gmail.com> Date: 26/02/2023 20:12 (GMT+07:00) To: Icecast streaming...
1998 Nov 16
3
samba ver 2 beta 1 (gaping wide bug)
Please excuse me if this has been covered, but I just noticed something odd with samba 2 beta 1. If I use smbclient to connect to a passworded resource on a win machine (I've tried it with 98/95) and I just hit enter for the password, it lets me in. No questions asked. So, I pretty much have unlimited read access to stuff I should not be able to get to. Best Regards. If this is the wrong
2004 Feb 02
1
Robust nonlinear regression - sin(x)/x?
...an error: > > x <- seq(1,10,0.1) > y <- sin(x)/x > plot(x,y) > z <- jitter(y,amount=0.1) > plot(x,z) > df <- as.data.frame(cbind(x,z)) > nf <- nls(z ~ a*sin(x)/b*x, data=df, > start=list(a=0.8,b=0.9), trace = TRUE) > > I have followed the Puromycin sample which works fine: > Pur.wt <- nls(rate ~ (Vm * conc)/(K + conc), data = Treated, > start = list(Vm = 200, K = 0.1), trace = TRUE) > > Do I make some mistake or is it not possible to fit sin(x)/x? > > Thank you in advance > Best regards > Chris...
2023 Feb 26
1
Own server
...ssions <icecast at xiph.org> > Subject: Re: [Icecast] Own server > > have i configured this correctly? > > could you take a look please > > On Sun, Feb 26, 2023 at 1:54?PM uktony <uktony at radiocompany.net> wrote: > >> You can turn on some port to https bt purring a 1 in the secure setting >> for that port in the icecast xml file. >> >> For instance sett 8443 to secure but port 80 no not secure. >> >> Tony >> >> >> >> Sent from my Galaxy >> >> >> -------- Original message -------- &g...