search for: inteprete

Displaying 20 results from an estimated 56 matches for "inteprete".

Did you mean: interprete
2006 Jul 14
7
Using ActionView free style
ActionView is a very useful class, in its own right. But, calling it by itself causes a weird crash, exiting Ruby, without even raising an exception! ruby script/runner "begin; av = ActionView::Base.new; av.render(:inline => ''Hi!''); rescue => e; puts e; end" just crashes Ruby. Same with render(:file => ''template.rhtml'') Why is this?
2005 Apr 22
4
Bug in Version 2010 (PR#7807)
...24118 Kiel Dear Ladies and Sirs, After updating the R-Windows-program (binary) by the latest version (2010), the R-Scripts that I want to execute are not shown in the File-Window anymore. In the former version it worked correct. However, if I call a script by command line, it will be found and intepreted. I tried it on two PCs wirh Windows XP Home and Windows XP Professional SP2. With best regards M. Breuer
2005 May 04
3
How to intepret a factor response model?
Hello, I'd like to create a model with a factor-type response variable. This is an example: > mydata <- data.frame(factor_var = as.factor(c(rep('one', 100), rep('two', 100), rep('three', 100))), real_var = c(rnorm(150), rnorm(150) + 5)) > summary(mydata) factor_var real_var one :100 Min. :-2.742877 three:100 1st Qu.:-0.009493 two
2019 Jul 01
2
Variable expansion with variables containing '%' (ldap with 2.3.6)
Am Mon, 1 Jul 2019 13:08:46 +0300 (EEST) schrieb Aki Tuomi <aki.tuomi at open-xchange.com>: > Hi, > > there seems to be a problem when expanding variables containing a > single '%' in value in dovecot V2.3.6 > > having a user defined Variable in user_attrs like > > user_attrs = name=home=/maildir/%Ln, > =myvar=path/%L{ldap:sAMAccountName} > >
2004 Nov 17
4
[LLVMdev] Re: questions about LLVM
...hat? > I don't think so. >In this aspect, is LLVM similar to SimpleScalar >simulator? > I am not familiar with a SimpleScalar simulators, may be others will reply. >(2) Can I compile large applications, such as Apache server, into LLVM >virtual instructions, then use LLVM intepreter to execute it? > Sure. I believe the website http://safecode.cs.uiuc.edu runs on just in time (JIT) execution of apache webserver compiled to llvm virtual instructions. >(3) If my program calls libc functions, e.g., malloc(), are the >instructions of malloc transformed to LLVM virtu...
2003 May 24
2
Interpretation of escaped characters in \examples{}
I've noticed a curious interpretation of escaped characters in \examples{} in .Rd files. For example, if I type files <- dir(pattern="\\.txt") at the R prompt, I will get a vector containing all file names in the current directory containing the string ".txt". If I put \examples{ files <- dir(pattern="\\.txt") } in an .Rd file of a package,
2007 Jan 11
1
samba to respect cups-ACLs?
Hello since newer versions (1.2) the cups-libs can inteprete the printer-ACLs in a way that a user only gets printers listed he is allowed to use. Samba is "bypassing" that by talking to Cups as root, not as the user who is actually printing. Is there a way to avoid that? Windows has it's own level of access rules for printers (like for fi...
2019 Jul 02
1
Variable expansion with variables containing '%' (ldap with 2.3.6)
On 2.7.2019 8.24, Aki Tuomi via dovecot wrote: > On 1.7.2019 13.37, Matthias Lay via dovecot wrote: >> Am Mon, 1 Jul 2019 13:08:46 +0300 (EEST) >> schrieb Aki Tuomi <aki.tuomi at open-xchange.com>: >> >>> Hi, >>> >>> there seems to be a problem when expanding variables containing a >>> single '%' in value in dovecot V2.3.6
2008 Dec 23
1
quotation problem/dataframe names as function input argument.
...rame.1 <- as.data.frame(matrix(seq(1:2),c(1,2))) # store the dataframe name into a vector using c() function dframe.vec <- c("dframe.1") # The problem is that the following line does not work nobs.fun(dframe.vec) # Seems to me, the problem stems from the fact that dframe.vec[1] is intepreted by R as "dframe.vec" (note: it is quotated) # and dim("dframe.vec")[1] gives NULL. # Also, I realize the following line works as expected (note: dframe.1 is not quoted any more): dim(dframe.1)[1] So my question is then: how can I pass dataframe names as an input argument for a...
2015 Apr 27
2
[Libvirt Users]how to provide password authentication for qemu driver
Dell Customer Communication Hi All, I am using Compiled against library: libvirt 1.2.9 Using library: libvirt 1.2.9 Using API: QEMU 1.2.9 Running hypervisor: QEMU 2.1.2 I want user to provide username and password authentication to virConnectPtr virConnectOpenAuth(const char *name, virConnectAuthPtr auth, unsigned int flags) to login remotely for the qemu
2009 Jan 27
1
Return values from .Call and garbage collection [Additional information added]
...turned data is garbage. I'm expecting to receive a bias per iteration that should be -5 <= bias <= 5, but for the garbaged data, I'm getting results of the order of 100s of thousands out (eg. -220627.7). If I call the routine which carries out the processing for one iteration from the intepreter, sometimes I get the correct data, sometimes (with the same frequency) I get garbage. There are two possibilities that I can envisage. 1) Race condition: R is starting to execute the R code after the .Call before the .Call has returned, thus the data is corrupted. 2) Garbage collector: the GC is...
2010 Dec 30
4
pdf() Export Problem: Circles Interpreted as Fonts from ggplot2 Graphics
Good Evening: I am putting together a large report with plots created in R, V 2.12.0. Most of the plots are created using ggplot2 V0.8.9. I use R's pdf() command to export the plot to a pdf file. I am exporting the plots and attempting to edit the title text in?Inkscape?primarily because ggplot2 does not support superscript or subscript formatting in the title text. For the report I am
2009 Jan 27
1
Return values from .Call and garbage collection
...turned data is garbage. I'm expecting to receive a bias per iteration that should be -5 <= bias <= 5, but for the garbaged data, I'm getting results of the order of 100s of thousands out (eg. -220627.7). If I call the routine which carries out the processing for one iteration from the intepreter, sometimes I get the correct data, sometimes (with the same frequency) I get garbage. There are two possibilities that I can envisage. 1) Race condition: R is starting to execute the R code after the .Call before the .Call has returned, thus the data is corrupted. 2) Garbage collector: the GC is...
2002 Sep 29
1
Fwd: SOLVED SOLVED:Connecting problem:Need Help
--- linux power <linuxpower2002@yahoo.no> skrev: > Dato: Sun, 29 Sep 2002 21:40:07 +0200 (CEST) > Fra: linux power <linuxpower2002@yahoo.no> > Tema: Fwd: SOLVED SOLVED:Connecting problem:Need > Help > Til: samba@lista.samba > > Yes it was the iptables firewall that was the > problem. > The port 137-139 were not opened as I thought they > were. I should
2017 Oct 10
3
/boot partition too small
On Tue, Oct 10, 2017 at 10:36:16AM -0400, Stephen John Smoogen wrote: > On 10 October 2017 at 09:55, KM <info4km at yahoo.com> wrote: > > First off - let me say I am not an administrator. I need to know if there is an easy way to increase my /boot partition. When I installed CentOS 6 after running 5, it was my oversight not to increase the /boot size. it's too small and I
2014 Dec 11
2
[LLVMdev] dynamic data dependence extraction using llvm
Hi mobi, Sorry, I am new to clang AST and can not get the point you mentioned. :-( What I try to do is develop a tool that can analyze data dependence at runtime. Therefore, I need to analyze trace containing memory accessing information (eg. arrays within loops). To do that, I first instrument a recording function to get addresses of load/store instructions. However, there are
2020 Sep 23
4
Improved jump-threading in LLVM for finite state automata
It is my understanding that the implementation for jump-threading in LLVM is not presently able to effectively optimize code containing a state-machine implemented using a loop + switch. This is the case, for example, with the Coremark benchmark function core_state_transition(). Bug 42313 was filed to address this in 2019: https://bugs.llvm.org/show_bug.cgi?id=42313 It appears that GCC
2015 Apr 27
0
Re: [Libvirt Users]how to provide password authentication for qemu driver
On Mon, Apr 27, 2015 at 05:13:36AM -0700, Dhaval_Shah1@dell.com wrote: > Dell Customer Communication > Hi All, > > I am using > > Compiled against library: libvirt 1.2.9 > Using library: libvirt 1.2.9 > Using API: QEMU 1.2.9 > Running hypervisor: QEMU 2.1.2 > > I want user to provide username and password authentication to virConnectPtr >
2015 Dec 07
2
7.2 kernel panic on boot
On Sun, Dec 06, 2015 at 06:35:58PM +0000, Timothy Murphy wrote: > Always Learning wrote: > > > I always admire Johnny's prose, passion for Centos and his calm approach > > to everything. > > Agreed. > But two possibly OT and probably ignorant queries: > > 1. I am running a standard Centos 32-bit system on my home servers. > I keep them up-to-date, but
2017 Oct 10
0
/boot partition too small
On 10 October 2017 at 09:55, KM <info4km at yahoo.com> wrote: > First off - let me say I am not an administrator. I need to know if there is an easy way to increase my /boot partition. When I installed CentOS 6 after running 5, it was my oversight not to increase the /boot size. it's too small and I can't do yum updates. > if it's not easy to actually increase it, is it