search for: straitforward

Displaying 16 results from an estimated 16 matches for "straitforward".

2005 May 16
3
[LLVMdev] Lightweight code loader
.... Option b, as I understand, doesn't work on Windows. Option a requires having the LLVM jit linked to the runtime. This seems reasonable, but as it turns out, the LLVM jit is several times larger than our runtime (yes, the Release version): ~5 M vs ~.5 M. Would it be possible (ie, relatively straitforward) to do the following: Take the code in module A, compile it with the JIT (since we cannot make libraries in Windows), and save the resulting binary goo in some file. Later (in a different instance of the runtime), with some much smaller sized loader, read in the file and link that code to the runti...
2010 Jul 29
4
Convert plugin
Hi, I'm trying to convert users from a sendmail server to a postfix/dovecot server. All works fine but one of the last things is to rescue the messages in /var/mail/<user> on the old server. This seems very straitforward using the convert plugin but with the settings from the wiki, nothing happens when the user logs in. Do I need a private namespace for this as suggested elsewhere in the wiki? I experimented with mb2md.pl and that seems to do what we need but having the old mail converted upon login is much mor...
2005 May 16
0
[LLVMdev] Lightweight code loader
On Mon, 16 May 2005, Alexander Friedman wrote: > Would it be possible (ie, relatively straitforward) to do the > following: Take the code in module A, compile it with the JIT (since > we cannot make libraries in Windows), and save the resulting binary > goo in some file. Later (in a different instance of the runtime), with > some much smaller sized loader, read in the file and link th...
2005 May 27
2
[LLVMdev] Lightweight code loader
On May 16, Chris Lattner wrote: > On Mon, 16 May 2005, Alexander Friedman wrote: > > Would it be possible (ie, relatively straitforward) to do the > > following: Take the code in module A, compile it with the JIT (since > > we cannot make libraries in Windows), and save the resulting binary > > goo in some file. Later (in a different instance of the runtime), with > > some much smaller sized loader, read in...
2016 Jan 22
0
tinc with ha firewall
Ok, I think synching 2 firewalls are best solution with keepalived active/passive HA, too. I'll try this solution to see if all goes straitforward between failover/failback and tinc communications. Thank you Guus. Best regards Roberto -----Original Message----- From: tinc [mailto:tinc-bounces at tinc-vpn.org] On Behalf Of Guus Sliepen Sent: venerd? 22 gennaio 2016 10.24 To: tinc at tinc-vpn.org Subject: Re: tinc with ha firewall On Fri,...
2006 Apr 07
1
how to map one-to-one relation to two tables
...class ContentObject < ActiveRecord::Base class BlogEntry < ContentObject class FotoEntry < ContentObject i.e. Blog and Foto entries must extend ContentObject. Also they must be mapped to separate tables. I can not figure out how to map this kind of association better? The most dumb and straitforward way is actually NOT to extend ContentObject and associate it as regular has-one and belongs-to, but that way all beauty will b gone, since i''ll need manually treat object instantiation etc., maybe there are much more elegant ways to solve this kind of problems? -- Posted via http://w...
2005 May 26
2
To find how R defined the function of "coxph"?
Dear all, I am wondering if there is a way to find how R defined(or wrote) the function of "coxph"? I don not mean the one that we get by checking help(coxph), but the one like coxph<-function(....){...} Thanks, Jia
2007 Jul 23
1
CruiseControl.rb with CVS
Is it possible to use CruiseControl.rb with cvs? I couldn''t find any docs on it. Thanks. --Josh
2005 May 18
3
[LLVMdev] JIT + tail cals
How do I tell the code generator to enable tail calls on the X86? Since it is part of a library, I cannot pass a command line argument. -- -Alex
2014 Aug 25
2
[PATCH envytools] Fix range end to the last value of timing table.
--- nva/set_timings.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nva/set_timings.c b/nva/set_timings.c index 7376486..985a707 100644 --- a/nva/set_timings.c +++ b/nva/set_timings.c @@ -506,7 +506,7 @@ shallow_dump(struct nvamemtiming_conf *conf) if (conf->range.start == (unsigned char) -1) conf->range.start = 0; if (conf->range.end == (unsigned char) -1) -
2009 Feb 14
2
implementing Grubbs outlier test on a large dataframe
Hi! I'm trying to implement an outlier test once/row in a large dataframe. Ideally, I'd do this then add the Pvalue results and the number flagged as an outlier as two new separate columns to the dataframe. Grubbs outlier test requires a vector and I'm confused how to make each row of my dataframe a vector, followed by doing a Grubbs test for each row containing the vector of numbers
2005 May 27
0
[LLVMdev] Lightweight code loader
...notes, patch collection, etc. Otherwise, just send the patch to this list. Thanks, Reid. On Thu, 2005-05-26 at 20:04 -0400, Alexander Friedman wrote: > On May 16, Chris Lattner wrote: > > On Mon, 16 May 2005, Alexander Friedman wrote: > > > Would it be possible (ie, relatively straitforward) to do the > > > following: Take the code in module A, compile it with the JIT (since > > > we cannot make libraries in Windows), and save the resulting binary > > > goo in some file. Later (in a different instance of the runtime), with > > > some much smaller si...
2004 Sep 13
0
[LLVMdev] Inline Assembly
...hnical aside> The difficult part of an OS is not actually all the funky hardware stuff. The intrinsics for those are actually very straightforward and easy to implement. I/O, for example, is really volatile loads and stores with MEMBAR's. Registering interrupt handlers takes some very straitforward intrinsics. The I/O intrinsics are already implemented for LLVM in the x86 code generator (minus the FENCE/MEMBAR instructions). The difficult part is the code of the OS that changes native hardware state. The kernel's code for changing the program counter to execute a signal handler, or...
2004 Sep 13
4
[LLVMdev] Inline Assembly
In order to get to the next stage with LLVM (like compiling a kernel) we need to allow "pass through" of inline assembly so things like device drivers, interrupt vectors, etc. can be written. While this feature breaks the "pure" LLVM IR, I don't see any way around it. So, I thought I'd bring it up here so we can discuss potential implementations. I think we should
2001 Sep 17
3
computational capacity of Linux network
Hi, This is not an R question per ce, but I feel like this is a right community to ask it. As a part of our work we run a lot of non-interactive computational jobs. To increase the throughput we would like to distribute the load over the entire network and we are looking at Linux network as a platform. Ideally we would like to be able to submit a job to the network, rather than to a computer, and
2013 Mar 11
12
Error: stack level too deep
I''m running a previously working set of modules with the Puppet master version 3.1.0-rc2. I''m getting the Error: stack level too deep Here is a chunk of the debug Debug: Scope(Class[Zabbix]): Retrieving template zabbix/zabbix.conf.php.erb Debug: template[/etc/puppet/environments/production/modules/zabbix/templates/zabbix.conf.php.erb]: Bound template variables for