Displaying 20 results from an estimated 200 matches similar to: "Rsyncing to arbitary locations using modules"
2006 Jun 18
1
Put an arbitary hash into ActiveRecord
Did someone encountered a problem of putting a hash of values into
AR, into a certain field?
Essentially I need some denormalized, freeform serializable hash to
which the user can add keys and values, and handle accessors from
there would be lovely too. I remember that AR has "serialize" but did
someone actually use it? I heard nothing but complaints about rich
objects in AR
2006 Jun 16
4
Prototype $$() on arbitary DOM element ?
I am bit confused with this function. Should I be able to pass in a DOM
element e.g. someAjaxRequest.responseXML and interrogate it ?
Seems not but perhaps I am missing something...
TIA
Matt
2007 Jun 23
0
[1063] trunk/wxruby2/swig/classes/EvtHandler.i: Add a public ''connect'' method for handling arbitary user-defined events
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!--
#msg dl { border: 1px #006 solid; background: #369; padding:
2008 Mar 18
4
Can an object obj-arbitrary respond to a method with arbitary name?
For example:
I create an object c.
Now, if I call c.xxx, ruby just raise an exception ''method missing''
But, I want it return nil, for each method which is not pre-defined.
Is there a way I can gain this ?
Thanks!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To
2009 Sep 06
5
ggplot2::qplot() -- arbitary transformations of coordinate system?
Hi,
Does anyone know how to do a coord_trans() in which the y-axis is
tranformed into (for example) -1000/y?
Thanks,
_____________________________
Professor Michael Kubovy
University of Virginia
Department of Psychology
USPS: P.O.Box 400400 Charlottesville, VA 22904-4400
Parcels: Room 102 Gilmer Hall
McCormick Road Charlottesville, VA 22903
Office: B011
2001 Aug 20
2
interrupting Sys.sleep (PR#1063)
On Linux R1.3.0 (and current pre1.3.1 and pre1.4.0)
Sys.sleep(30)
interrupt with CTRL-C
Sys.sleep(30)
causes a segmentation fault. It doesn't happen under Windows (2000).
-thomas
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or
2000 Nov 14
1
mvtnorm
Announcement: mvtnorm
Multivariate Normal and T Distribution
mvtnorm implements two R functions for the computation of the multivariate t
and normal distribution:
pmvt: Computes the the distribution function of the multivariate t
distribution for arbitary limits, degrees of freedom and
correlation matrices based on algorithms by Genz and Bretz.
pmvnorm: Computes the distribution
2000 Nov 14
1
mvtnorm
Announcement: mvtnorm
Multivariate Normal and T Distribution
mvtnorm implements two R functions for the computation of the multivariate t
and normal distribution:
pmvt: Computes the the distribution function of the multivariate t
distribution for arbitary limits, degrees of freedom and
correlation matrices based on algorithms by Genz and Bretz.
pmvnorm: Computes the distribution
1999 Oct 23
2
How can I Authenticate via MySQL ?
Hi ,
I want to set up my Redhat 6.0 Linux machine to Authenticate username and
password and other information for user that received from /etc/passwd &
/etc/shadow from MySQL server . How Can I do that ?
any Refrences or Manual for this is helpfull :)
Thanx
Hamid Hashemi
2006 Aug 03
1
questions on plotting dedrograms
Hi,
i've two questions concerning the plot of a dendrogram. first, i use
hclust for clustering and if i plot the dendrogram, then the maximal
height is the maximal dissimilarity found in my data. but i want to have
a arbitary maximal height. for example if the maximal dissimilarity in
my data is 50 and i want a height of 100, the plot should be compressed
by 1/2 and the line to the root
2014 Nov 26
1
CentOS wiki Homepage editing permission request
Thank you.
Good bye.
On Wed, Nov 26, 2014 at 11:41 AM, Alan Bartlett - ajb at elrepo.org wrote:
> On 26 November 2014 at 19:15,
> <CentOS-docs.NeoPhyte_Rep at ordinaryamerican.net> wrote:
> > My CentOS wiki username is NeoPhyte_Rep.
> > < http://wiki.CentOS.org/NeoPhyte_Rep >
> > May I please have permission to create and edit my Homepage?
>
>
2001 Aug 15
1
Re: R: Mailing Lists
Is it true that append=T does not work in assignTable() in RMySQL ?
More specifically: I cannot append a data.frame to an existing table
in a MySQL database, although I can use the same data.frame to
create a new table.
Even more specifically:
> assignTable(con,"employee",dita,append=T)
Error in execStatement.MySQLConnection(con, statement, ...) :
RS-DBI driver: (could not
2008 Dec 15
3
Variables for dial plan
I want to have a arbitary named variable within the client's user details in
sip.conf
[client1]
dialplan=NZ
..........
In extensions.conf (Logic expressed using PHP style)
if ($dialplan == NZ) {
$NAT = 0;
$INT = 00;
};
and in the [outgoing] section
; Australia
exten => _${INT}61[278]NXXXXXX.,1,Set(CDR(UserField)=AUSTRALIA)
exten =>
2006 Mar 28
1
Asterisk Tools for OSX
Hello Asterisk Users,
I am an Objective-C enthusiast and have been writing some clever tools
to integrate Asterisk functionality with Mac OS X applications.
Please find my project on http://www.sf.net/projects/astrxtools4osx/
The objectives of my project are as follows
1. Implement an Objective-C framework to communicate effectively with
the Asterisk Management Interface
2. Address Book
2007 May 18
2
[LLVMdev] llvm, gpu execution environments
I'm interested in understanding the extent of the assumptions which llvm
makes about the types of hardware it is capable of targeting.
In particular, I'm investigating a proposal by Zack Rusin to use llvm as
the shader compilation engine within Mesa, targeting GPU backends.
I'm aware of the Apple GLSL compiler, and also I've seen the Vector LLVA
paper. However, I'm not
2000 Oct 11
2
scp -L option
Hi there,
I have a need to have scp pass the -P option to ssh
to "bypass" the packetfilters that doesn't allow connections
to return to arbitary "priviledged" ports, ie. ports <1024.
See attached context sensitive diffs against 2.2.0p1
to please integrate.
Thanx
Hendrik Visage
-------------- next part --------------
*** 1.1 2000/10/11 13:31:45
--- scp.c 2000/10/11
2007 May 19
0
[LLVMdev] llvm, gpu execution environments
On Fri, 18 May 2007, Keith Whitwell wrote:
> I'm interested in understanding the extent of the assumptions which llvm
> makes about the types of hardware it is capable of targeting.
Different pieces of the compiler make different assumptions. In
particular, the code generator we ship is good for targetting certain
classes of devices, but isn't fully general (it doesn't help
2005 Dec 30
0
domU lifecycles, xenstore, and UUIDs [not necessarily 128-bit ones]
At least from the ''xm'' commands'' interface, it looks like domU''s just
disappear after an ''xm destroy'', which I''ve been using to cut turn off
the virtual power switches of domU''s. Is this by design?
I''m trying to think of a good way to identify a domU throughout its
lifecycle, which for me goes all the way from
2000 Mar 24
0
typos in ssh.1 & sshd.8 man pages
Attached is a patch to fix a few typos in the ssh.1 and sshd.8
man pages. I just committed these to FreeBSD, and hope that you
can incorporate them in your version.
-Mike
--
Mike Pritchard
mpp at FreeBSD.org or mpp at mppsystems.com
----cut here---
Index: ssh.1
===================================================================
RCS file: /home/ncvs/src/crypto/openssh/ssh.1,v
retrieving revision
2010 Sep 08
0
[LLVMdev] how to call back from JITted code to some native custom functions/variables.
Hey,
I am designing/implementing a very simple "flow control language" [1] I
want to use in my HTTP server. I am still very new to LLVM and I've
already the lexer and parser part working pretty well, however, the code
generator (runner) does not yet feel as comfortable as I want.
Precisely, I want this language to be extensible in terms of custom
variables - of type string (i8*) or