similar to: Call by reference or suggest workaround

Displaying 20 results from an estimated 400 matches similar to: "Call by reference or suggest workaround"

2010 Mar 03
1
Mentor for GSOC '10: Symbolic Regression in R
Hi all, I am looking to extend the regression and data analysis capabilities of R through Symbolic Regression that can potentially find implicit equation relationships in the input data. You can find my project proposal at: http://rwiki.sciviews.org/doku.php?id=developers:projects:gsoc2010:syrfr I am looking for a mentor to guide me through the summer on the project under the Google Summer Of
2010 Mar 23
1
Operator overloading for custom classes
Hi, I need some help to get some of the object orientation, specifically the methods that overload the basic arithmetic operations, from sample C++ code to R. I don't have experience with such advanced language features inside of R. So I was wondering if some of you could help me out in this regard. I have written a simple demonstration of a forward mode automatic differentiator in C++ and
2005 Aug 05
2
Phone interface hardware
--- Raja Chidambaram <raja_chidambaram82@yahoo.com> wrote: > Date: Wed, 3 Aug 2005 06:27:05 -0700 (PDT) > From: Raja Chidambaram > <raja_chidambaram82@yahoo.com> > Subject: Phone interface hardware > To: Asterisk-Users@lists.digium.com > > Hello All, > > We are in the process of putting together an asterix > based phone network in our office. The
2012 Jun 19
1
how to manipulate dput output format
I am reading into Java dput output for a matrix, more specifically for a file backed big-matrix. I basically need to lift dimnames for a matrix from dput output. It's no big deal, but the code is very 'hackish' due to the need to get rid of quotes, endlines, parenthesis, etc. I was wondering if i could manipulate to an extent dput output with some options that define it, for example,
2008 Feb 19
1
level of mutability for the type of a SEXP
Dear list, I am writing C code to interface with R, and I would like to know the level of mutability for the type of a SEXP. I see that there is a macro/function TYPEOF(), and that it can be used as an l-value, as well as a macro/function SET_TYPEOF(). My question is "should the type be considered immutable, or it can it change after the SEXP has been created and used for a while ?".
2014 Mar 05
2
[LLVMdev] [cfe-dev] C++11 reverse iterators (was C++11 is here)
This rule does not seem to be widely followed by Clang today. Looking at Parser and Sema, many getters (0 argument functions with names matching /^get[A-Z]/) return mutable references to long-lived objects. Looking through Decl.h, things are a little different: we rarely return references, but do frequently return pointers that provide mutable access to contained objects. On Tue, Mar 4, 2014 at
2020 Jan 09
6
Get memory address of an R data frame
Hello, I would like for my C function to be able to manipulate some values stored in an R data frame. To achieve this, a need the (real) memory address where the R data frame stores its data (hopefully in a contiguous way). Then, from R, I call the C function and passing this memory address as a parameter. The question: how can we get the memory address of the R data frame? Thank you! L.
2005 Jan 07
0
arm Linux 2.4.19-rmk7-ds3 with Traffic shaping and Routing.
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, I am very newbie to this group. I am working on ixdp425 embedded Board. I have brought up board with linux 2.4.19-rmk7-ds3 kernel with Qos support. Now i want to do traffic control (tc) on my board. Is there any patches available for this kernel and also application. I dont know which version of iproute2 is compitable one with
2007 Aug 10
3
FixtureScenarios
This may have turned up in the RSS feeds of many of you already, but for those who haven''t seen it yet, looks intersting: <http://errtheblog.com/post/7708> > The main problem with fixtures, for me, has always been how unfun > they are. They literally suck the fun out of anything they?re > around. You throw them in your test/ directory, then suddenly > testing
2010 Mar 24
0
R-help ordinal regression
Dear colleagues, i am carrying out an ordinal regression model. I try it on SPSS but I "flirt" with R as well. I have a few questions. 1. What is the most reliable/tested/trusted package for ordinal regression in the R world? 2. Also, I have a statistical question. What is the danger of having to many 'empty cells' in ordinal regression? How many empty cells are too many? Do
2016 Jul 18
1
Re: [PATCH v2 2/3] mllib: Use L"..." and S '...' for long and short options.
On Monday, 18 July 2016 14:43:03 CEST Richard W.M. Jones wrote: > > > - let validate_key key = > > > - if String.length key == 0 || key == "-" || key == "--" > > > - || key.[0] != '-' then > > > - invalid_arg (sprintf "invalid option key: '%s'" key) > > > + let validate_key = function >
2003 Apr 16
1
[LLVMdev] Mutability of constant initializers
It seems that the contents of Constant{Array,Struct,etc} are immutable after construction. The only available accessor function is getValues(), which returns a constant reference to a vector of uses. I have the following situation. I am building global (static) array of structs. Hence, I build a vector of ConstantStruct pointers to give to the ConstantArray constructor, etc. However, I have
2020 Jan 09
0
Get memory address of an R data frame
On 09. 01. 20 15:41, lille stor wrote: > I believe this could be done without creating side effects (e.g. > crash) as we are just talking about changing values. that is exactly the issue that my last two points warn about. Example: a <- mtcars .Call("my_innocent_function", a) Would you expect that mtcars data.frame would be altered after this code is executed? What if some
2003 Oct 31
37
File Permissions
I have set up Samba so that all users on my small network can read from my one of my Linux shares as well as write to that share. However, when user A saves a file to that share, user B can't open it -- and vice versa. How can I set up samba so that all files written to that share can be read, modified, and deleted by all users? Thanks in advance for an answer to this question.
2006 Apr 20
1
Please Suggest me
Hi Friends, I am creating the cart application in ROR. I am facing the problems to add products to the cart and delete the cart How can i solve this problem. Which methods can I use Thanks and Regadrs Murali. -- Posted via http://www.ruby-forum.com/.
2012 Sep 07
1
Suggest adding a 'pivot' argument to qr.R
I suggest adding a 'pivot' argument to qr.R, to obtain columns in the same order as the original x, so that a <- qr(x) qr.Q(a) %*% qr.R(a, pivot=TRUE) returns x. -------------------------------------------------- # File src/library/base/R/qr.R qr.R <- function(qr, complete = FALSE, pivot = FALSE) { # Args: # qr: a QR decomposition, produced by qr() # complete:
2015 Jan 16
2
Suggest to update python binding information on libvirt.org
Hello. I am new libvirt user. I downloaded and compile the source code with default configuration. I had a lot of trouble before finally found out that python bindings is now a separated package. However the web site still states that python binding is directly supported, and that install extra binding package when libvirt is installed as a binary package. Please consider updating this
2015 Jan 16
0
Re: Suggest to update python binding information on libvirt.org
On Fri, Jan 16, 2015 at 03:25:26PM +0800, Lingyu Zhu wrote: >Hello. >I am new libvirt user. I downloaded and compile the source code with >default configuration. I had a lot of trouble before finally found out that >python bindings is now a separated package. However the web site still >states that python binding is directly supported, and that install extra >binding package
2015 Jan 16
1
Re: Suggest to update python binding information on libvirt.org
Apologize for missing that URL: http://libvirt.org/bindings.html By the way, Will the community apply for GSoC this year? On Fri, Jan 16, 2015 at 4:26 PM, Martin Kletzander <mkletzan@redhat.com> wrote: > On Fri, Jan 16, 2015 at 03:25:26PM +0800, Lingyu Zhu wrote: > >> Hello. >> I am new libvirt user. I downloaded and compile the source code with >> default
2017 Sep 11
0
hii this is suraj tamgale. i am a beginer and i want to start contributing to xapian if you have some good topics suggest i will contribute to it.
[This email is either empty or too large to be displayed at this time]