search for: godfrey

Displaying 20 results from an estimated 44 matches for "godfrey".

2008 Jun 24
1
Dovecot corrupted index cache
...within a single Thunderbird configuration. Thus, more than one person may be reading or sending mail from a single Dovecot account. The Dovecot error is: Dovecot disconnects: Inactivity: 13 Time(s) Logged out: 2 Time(s) in IDLE: 12 Time(s) **Unmatched Entries** dovecot: IMAP(godfrey): Connection closed: 4 Time(s) dovecot: IMAP(godfrey): Corrupted index cache file /home/godfrey/Maildir/dovecot.index.cache: invalid record size: 1 Time(s) dovecot: IMAP(igodfrey): Connection closed: 4 Time(s) =============== or: Dovecot disconnects: Inactivity: 23 Time(s) Logged o...
2003 Aug 04
3
Breusch-Godfrey Test
> Dear R Helpers! > > bgtest{lmtest} performs the Breusch-Godfrey test for higher > order serial > correlation. > > Is the Higher Order Correlation function already programmed in > R I couldn't find it? > > Sergei Petrov > ?acf ?pacf HTH, Bernhard ---------------------------------------------------------------------- If you h...
2012 Aug 06
1
bibtex::read.bib -- extracting bibentry keys
...quot;W:/texmf/bibtex/bib/timeref.bib") ignoring entry 'Donoho-etal:1988' (line 57) because : A bibentry of bibtype ?InCollection? has to correctly specify the field(s): booktitle ... snipping other similar warnings ... > length(bib2) [1] 611 # The first bibentry: > bib1[[1]] Godfrey EH (1918). ?History and Development of Statistics in Canada.? In Koren J (ed.), pp. 179-198. Macmillan, New York. > str(bib1[[1]]) Class 'bibentry' hidden list of 1 $ :List of 9 ..$ author :Class 'person' hidden list of 1 .. ..$ :List of 5 .. .. ..$ given : chr [1:2] "Erne...
2014 Mar 26
2
[Bug 911] New: The ICMPv6 type is param-problem or parameter-problem ?
...? Product: nftables Version: unspecified Platform: x86_64 OS/Version: Debian GNU/Linux Status: NEW Severity: normal Priority: P5 Component: nft AssignedTo: pablo at netfilter.org ReportedBy: godfrey.public at gmail.com Estimated Hours: 0.0 It seems that in src/proto.c icmp6_type_tbl the string is "param-problem". When I add "icmpv6 type param-problem accept", nft tells that "syntax error, unexpected param-problem". And I change src/proto.c icmp6_type_tbl'...
2003 Sep 09
3
rc3 net groupmap add fails
...ails other unixgroups work is users special users is a group in ldap ldapsearch -LL -H ldap://localhost -b"dc=hattaways,dc=com" -x "(cn=users)" version: 1 dn: cn=users,ou=Group,dc=hattaways,dc=com objectClass: posixGroup objectClass: top cn: users gidNumber: 10501 memberUid: godfrey Otherwise rc3 appears to work Many Thanks Godfrey
2003 Sep 08
4
Samba-3 Ldap Adding Administrator Account
How do you add an "Administrator" account to ldap. I want to leave root in /etc/passwd but have "Administrator" in ldap I have checked Howto Collection and the Samba-Ldap-3 but they contain no information. The Ldap-Howto has a suggestion but then says not to use. Godfrey
2010 Jul 03
1
Inverting a scale(X)
...Is there any way of inverting the scale() such that sX <- scale(X) Xprime <- inv.scale(x); # does inv.scale exist? resulting in Xprime_{ij} == X_{ij} where Xprime_{ij} \in R There must be some way of doing it but I'm such a newb that I haven't been able to find it. Thanks Godfrey
2001 Oct 29
2
error message not understood
...Now, the file mentioned is in system32, but I copied it to system and to the same directory that the mp6w.exe is in, but I still am getting the same error message back. Any ideas what I'm doing wrong or what I can do to correct this problem? Thanks so much for any help and/or ideas. John F. Godfrey, Pastor Grandville Assembly of God, Grandville, MI USA
2013 Jan 25
9
Object#tap_if and Object#tap_unless
I originally brought this up in: https://github.com/rails/rails/issues/9067 Rails paved the way for Object#tap and Object#try...I''d like to propose Object#tap_if and its counterpart,Object#tap_unless. I''ve been following 37signals conventions of tapping variables in the views: <% account.owner.tap do |user| %> ... <% end %> But, I find myself having to do this
2010 Dec 26
2
What is the best way to lag a time series?
...hich is not very satisfactory because it does not allow for much flexibility. Is there a straighforward command which allows me to easily construct a lag when required and which allows me to, for example, use the lm() command to fit a dynamic model and the bgtest() command to perform the breusch-godfrey test on the same model? Is it adviseable to use time series objects which consist of many time series (like a dataframe) or is it better to have it contain only one time series? I would be grateful for any hints and links. Thx! Christian
2010 Aug 04
1
save-d file format forward compatibility
...ASCII saves used to be useful for moving data > between platforms but are now mainly of historical interest.) The format is well known and platform agnostic, both excellent properties, but will I be able to read the data into a more modern version of R into the foreseeable future? Thanks Godfrey
2014 Feb 12
1
[PATCH] drm/nouveau/fb: use correct ram oclass for nv1a hardware
...25 2013 +1000 drm/nouveau/fb: remove ram oclass argument from base fb constructor Introduced a unfortunate regression by using nv10 ram oclass for nv1a hardware, causing corruption and eventually system lockup. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=74866 Reported-by: John F. Godfrey <jfgodfrey at gmail.com> Signed-off-by: Emil Velikov <emil.l.velikov at gmail.com> Cc: stable at vger.kernel.org # 3.13+ --- drivers/gpu/drm/nouveau/core/subdev/fb/nv1a.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/nouveau/core/subdev/fb/nv1a.c b...
2000 May 03
1
Process per share control.
A long time ago, and I could be mistaken, I thought samba could be configured so that instead of a smbd process per user/machine it would spawn a process per share/user/machine. If it still can, could someone point me in the right direction? Thanks! Weldon Godfrey Sr. Systems Specialist Science Applications International Corporation
2014 Feb 13
2
[PATCH] nouveau: fix chipset checks for nv1a by using the oclass instead
Commit f4ebcd133b9 ("dri/nouveau: NV17_3D class is not available for NV1a chipset") fixed this partially by using the correct 3d class. However there were a lot of checks left over comparing against the chipset. Reported-and-tested-by: John F. Godfrey <jfgodfrey at gmail.com> Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu> --- I guess I didn't have to change the >= 0x11 checks, but seemed nicer for consistency. src/mesa/drivers/dri/nouveau/nv10_context.c | 8 ++++---- src/mesa/drivers/dri/nouveau/nv10_state_fb.c...
2013 Dec 18
1
Rails 4.1.0.beta1
...ump from minor to minor shouldn''t try to include everything under the sun. Just whatever is ready after the six month mark. So there are already a laundry list of things lined up for 4.2, but that''s alright. We can target for that to land in another six months or so. Yves and Godfrey have done such a splendid job putting together the release notes for 4.1 as a guide, so I won''t repeat them here: https://github.com/rails/rails/blob/master/guides/source/4_1_release_notes.md But you''re definitely in for a treat. As always, please report any issues as a bug rep...
2011 Jun 08
1
Autocorrelation in R
...proxima.adm.br/main/ex_32.csv --no-check-certificate", "ex_32.csv", method="wget") ex32=read.csv("ex_32.csv") lm_ex32=lm(gc ~ yd, data=ex32) summary(lm_ex32) # Durbin-Watson (slide 26) library(lmtest) dwtest(gc ~ yd, data=ex32) # or dwtest(lm_ex32) # Breusch-Godfrey bgtest(lm_ex32, order=2) # AR(1) # In e-views, the specification was: # GC = YD AR(1) # and the output was: # Dependent Variable: GC # Method: Least Squares # Sample: 1970Q2 1995Q2 # Included observations: 101 # Convergence achieved after 6 interations # =========================================...
2013 Dec 18
1
Rails 4.1.0.beta1 released
...ump from minor to minor shouldn''t try to include everything under the sun. Just whatever is ready after the six month mark. So there are already a laundry list of things lined up for 4.2, but that''s alright. We can target for that to land in another six months or so. Yves and Godfrey have done such a splendid job putting together the release notes for 4.1 as a guide, so I won''t repeat them here: https://github.com/rails/rails/blob/master/guides/source/4_1_release_notes.md But you''re definitely in for a treat. As always, please report any issues as a bug rep...
2012 Aug 13
3
Backporting instructions in Contributing guide
I''m probably going to help backport some code from master onto 3.2, and the suggested process in the Contributing guide doesn''t actually look like the best approach to me. Wouldn''t it make more sense to just check out the branch you want to patch, cherry-pick the change(s) from master, make any additional commits necessary to get it working? Not only is that simpler
2013 Apr 15
4
Rails' scaffold controller generator - should it test json format also?
(Forgive me if this is incorrect, because I recognized this initially as something in Rails 4.0.0.beta1 and have just done a cursory look over the latest generator code.) Noticed in Rails 4 that the test generated for a scaffold controller only tests the html format instead of both html and json:
2012 May 25
1
Problem with Autocorrelation and GLS Regression
...0.0706150 0.515 0.607 Residual standard error: 0.008016 on 123 degrees of freedom Multiple R-squared: 0.002155, Adjusted R-squared: -0.005958 F-statistic: 0.2656 on 1 and 123 DF, p-value: 0.6072 / I did several tests for assessing the quality of the estimation (like breusch-pagan, breusch-godfrey, chow-breakpoint, arch lm tests). The model has now clearly a problem with autocorrelation as you can see in de images below: http://r.789695.n4.nabble.com/file/n4631336/resid_resn.png http://r.789695.n4.nabble.com/file/n4631336/pacf_resid_resn.png To take into account the problem of autocorrela...