search for: arbitary

Displaying 20 results from an estimated 70 matches for "arbitary".

Did you mean: arbitrary
2007 Mar 02
1
Rsyncing to arbitary locations using modules
...internal/ Now I have a module on the remote device that points to this location, however all of the things I've tried when executing my rsync command causes a '/stop_names/' or '/destinations/' directory to be created under 'internal'. Essentially I need a way to take arbitary files from my 'stop_names' and other directories and then push them to specific locations on the rsync daemon, i.e., not mirroring. But I want to use modules so that not ssh key exchange is required. Any help would be appreciated. Regards, Matthew M. Boulter Systems Engineer Technisyst P...
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
2007 Jun 23
0
[1063] trunk/wxruby2/swig/classes/EvtHandler.i: Add a public ''connect'' method for handling arbitary user-defined events
...ay:block;padding:0 10px;} #patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;} #patch .lines, .info {color:#888;background:#fff;} --></style> <title>[1063] trunk/wxruby2/swig/classes/EvtHandler.i: Add a public ''connect'' method for handling arbitary user-defined events</title> </head> <body> <div id="msg"> <dl> <dt>Revision</dt> <dd>1063</dd> <dt>Author</dt> <dd>brokentoy</dd> <dt>Date</dt> <dd>2007-06-23 14:00:12 -0400 (Sat, 23 Jun 2007)...
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
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 function of the multivariate normal distribution for arbitary limits and correlation matrices based on algorithms by Genz and Bretz. mvtnorm is currently available...
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 function of the multivariate normal distribution for arbitary limits and correlation matrices based on algorithms by Genz and Bretz. mvtnorm is currently available...
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
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
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? > >
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 node should be as long as the rest of the plot. How can i do that ? (i want to use it for comparing 2 clusterings with the same max...
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...
2006 Mar 28
1
Asterisk Tools for OSX
...bjective-C framework to communicate effectively with the Asterisk Management Interface 2. Address Book plugin to enable call back functionality 3. A System Preferences pane to allow administrators to easily configure Asterisk options on a Mac 4. Dashboard Widget that allows users to quickly call arbitary numbers 5. iTunes integration to stop and star iTunes to play when the phone rings etc. The source code is in pre-Alpha stage at the moment but I am hoping to release a Beta at the end of next week. Please feel free to download and use these extensions. I hope they turn out to be useful and would...
2012 Aug 30
1
path analysis help
Hi there, I searched R-help list with "path analysis" as keyword, and learn that sem package can do it. However, I don't figure out a way to construct the model for the path diagram as Fig. 1. in Huang et al. (2002)[1]. I try the following code: huang.cor <- readMoments(diag=FALSE, names=c('x1', 'x2', 'x3', 'y')) 0.76 0.91 0.72 0.94 0.77 0.83
2007 May 18
2
[LLVMdev] llvm, gpu execution environments
...ctions tend not to have branch instructions. The question then, is to what extent it is possible to target this type of execution environment with LLVM and the LLVA/Vector-LLVA ISAs??? Is it necessary (or feasible) to try to analyse LLVA programs and extract IF/THEN/ELSE semantics from a set of arbitary branch instructions? Is it possible to extend LLVA with these 'high level' control flow instructions and end up generating those instead of branches, and if so how does that affect the rest of LLVM? Is it for some reason just not feasible at all? Keith
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 14:26:25 *************** *** 117,122 **** --- 117,125 ----...
2007 May 19
0
[LLVMdev] llvm, gpu execution environments
...ve branch instructions. > > The question then, is to what extent it is possible to target this type > of execution environment with LLVM and the LLVA/Vector-LLVA ISAs??? > Is it necessary (or feasible) to try to analyse LLVA programs and > extract IF/THEN/ELSE semantics from a set of arbitary branch instructions? > Is it possible to extend LLVA with these 'high level' control flow > instructions and end up generating those instead of branches, and if so > how does that affect the rest of LLVM? The code generator and llvm should be able to handle this just fine, with o...
2010 Sep 08
0
[LLVMdev] how to call back from JITted code to some native custom functions/variables.
...on<T()>& callback); // registers a callback for custom handlers (special functions) // to further process the data. void registerNativeHandler(const std::string& symbolName, const std::function<bool()>& callback); // registers a native function with arbitary list of parameters // and some return value. types of each may be void/double/string. void registerNativeHandler(const std::string& symbolName, const std::function<GenericValue(std::vector<GenericValue>& args)); // ... }; Now, I have successfully constructed m...
2004 Aug 06
1
Client Problems
Hi, I've attempted to set Up IceCast on my Computer (Win2000). I am streaming music from winamp using ShoutCast, which connects to my Icecast 'server?'... Icecast is Kicking anyone who connects, it says "no client", I've looked for help, but to no avail. _________________________________________________________________ Chat with friends online, try MSN Messenger:
2004 Aug 06
1
Always starts playing at the beginning of a stream
Is there a way to force a client to always start playing at the beginning of a stream? Currently, the client starts from wherever ices is playing at, unfortunately, this is not ideal for my situation. Thanks in advance. --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to