search for: blurfle

Displaying 6 results from an estimated 6 matches for "blurfle".

2007 Sep 05
1
Single Table Inheritance and :conditions
Single Table Inheritance question. class Employee is the master model (table is employees) class Cog is the subclass model, and uses single table inheritance to be a subclass of Employee class Blurfl is a normal model (table is blurfls) in cog.rb, I have something like: def foo Cog.find(:all, :include=>''blurfl'', :condition=> ["cogs.status =
2020 Feb 29
2
tcl problem with R-3.6.3?
Just built 3.6.3 from source and tcl doesn't work. Worked fine with the same laptop in 3.6.2. Here's the exact error. blurfle$ R --vanilla R version 3.6.3 (2020-02-29) -- "Holding the Windsock" Copyright (C) 2020 The R Foundation for Statistical Computing Platform: x86_64-pc-linux-gnu (64-bit) R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions....
2020 Feb 29
3
tcl problem with R-3.6.3?
I knew I could work around. But this shouldn't happen. And yes. Same problem with your example. blurfle$ R --vanilla R version 3.6.3 (2020-02-29) -- "Holding the Windsock" Copyright (C) 2020 The R Foundation for Statistical Computing Platform: x86_64-pc-linux-gnu (64-bit) R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions....
2008 Oct 13
1
MiKTEX-texi2dvi
...x Processing code chunks ... 1 : echo term verbatim (label=two) 2 : echo term verbatim (label=reg) 3 : echo term verbatim (label=fig1plot) 4 : term verbatim eps pdf (label=fig1) 5 : term verbatim eps pdf (label=fig2) 6 : term hide (label=foo) 7 : term hide (label=foo2) 8 : echo term verbatim (label=blurfle) 9 : term tex (label=tab1) You can now run LaTeX on 'foo.tex' > Stangle("C:/Program Files/R/R-2.7.2/bin/foo.Rnw") Writing to file foo.R > texi2dvi("foo.tex",pdf=TRUE) C:/Program Files/R/R-2.7.2/bin/foo.tex:11: Missing C:/Program Files/R/R-2.7.2/bin/foo.te...
2020 Feb 29
0
tcl problem with R-3.6.3?
...= FALSE) as a workaround to skip Tcl-based menus. /Henrik On Sat, Feb 29, 2020 at 10:01 AM Charles Geyer <charlie at stat.umn.edu> wrote: > > Just built 3.6.3 from source and tcl doesn't work. Worked fine with the > same laptop in 3.6.2. Here's the exact error. > > blurfle$ R --vanilla > > R version 3.6.3 (2020-02-29) -- "Holding the Windsock" > Copyright (C) 2020 The R Foundation for Statistical Computing > Platform: x86_64-pc-linux-gnu (64-bit) > > R is free software and comes with ABSOLUTELY NO WARRANTY. > You are welcome to redistri...
2003 Feb 04
0
[PATCH] openssh-3.5p1: restore SIGTTOU in readpassphrase()
this line seemed to have been dropped somewhere b/w 3.1 and 3.5 --- openssh-3.5p1/openbsd-compat/readpassphrase.c.orig Tue Sep 10 20:29:13 2002 +++ openssh-3.5p1/openbsd-compat/readpassphrase.c Tue Feb 4 08:30:06 2003 @@ -152,6 +152,7 @@ (void)sigaction(SIGTERM, &saveterm, NULL); (void)sigaction(SIGTSTP, &savetstp, NULL); (void)sigaction(SIGTTIN,