search for: elise

Displaying 20 results from an estimated 79 matches for "elise".

Did you mean: glise
2010 Sep 06
1
Bug#571634: bridge loosing connection
...obviously. /etc/network/interfaces auto br0 allow-hotplug br0 iface br0 inet static address 10.100.200.20 netmask 255.255.255.0 dns-nameservers 10.100.200.3 gateway 10.100.200.3 bridge_ports eth0 allow-hotplug br1 auto br1 iface br1 inet manual bridge_ports eth1 This is my logs: Sep 6 09:47:14 elise kernel: [71970.564974] br1: port 2(vif1.1) entering disabled state Sep 6 09:47:14 elise kernel: [71970.578040] br1: port 2(vif1.1) entering disabled state Sep 6 09:47:14 elise kernel: [71970.718785] physdev match: using --physdev-out in the OUTPUT, FORWARD and POSTROUTING chains for non-bridg...
2006 Mar 08
1
MGE ELISE PREMIUM 1200,NT 02 Serial Nr. 92HE04008
Hi people. I'm trying to config a: MGE ELISE PREMIUM 1200 NT 02 Serial Nr. 92HE04008 With its serial cable into /dev/ttyS0. I had configured ups.conf, with no luck. Here is my ups.conf: [upscura] driver = mge-shut port = /dev/ttyS0 desc = "UPS" The permissions into /dev/ttyS?: crw------- 1 nut nut 4, 64 mar 8 18:43 /dev/tt...
2019 Jun 29
2
Avoiding alloca elision
Hello I'm implementing stack copying coroutines. It's an interesting challenge. When we use setjmp/longjmp to move between stacks, we must make sure that restoring the stack doesn't blow away the current stack frame before calling longjmp. To do that, we check how big the stack we are restoring is, and use alloca to push the current stack frame beyond that. It works but when I add
2019 Jul 13
2
Avoiding alloca elision
On Sat, Jul 13, 2019 at 12:40 PM Sanjoy Das via llvm-dev < llvm-dev at lists.llvm.org> wrote: > Hi Samuel, > > You can't expect alloca's to reliably lower to stack pointer > adjustments. The semantics of alloca is more high level -- it give > you an abstract memory location that lives and dies with the function > frame, but there is no guarantee that it will
2017 Feb 06
4
[Bug 1118] New: nft: nft -f and nft list ruleset use different sets of service -> port mappings
https://bugzilla.netfilter.org/show_bug.cgi?id=1118 Bug ID: 1118 Summary: nft: nft -f and nft list ruleset use different sets of service -> port mappings Product: nftables Version: unspecified Hardware: x86_64 OS: All Status: NEW Severity: normal Priority: P5
2017 Jan 19
5
[Bug 1114] New: set: Can't add elements after flushing a full set with size description
...size description Product: nftables Version: unspecified Hardware: x86_64 OS: Ubuntu Status: NEW Severity: normal Priority: P5 Component: nft Assignee: pablo at netfilter.org Reporter: elise.lennion at gmail.com Here an example of this bug. $ sudo nft add table x $ sudo nft add set x s {type ipv4_addr\; size 2\;} $ sudo nft add element x s {1.1.1.1} $ sudo nft add element x s {1.1.1.2} $ sudo nft flush set x s $ sudo nft add element x s {1.1.1.1} <cmdline>:1:1-26: Error: Could...
2013 Feb 21
2
error with bbox for k12hat (splancs) bivarite k-function
...plot(seq(5,80,5), sqrt(k12hat(fire4), as.points(nar4), bboxx(bbox(as.points(okpoly))), seq(5,80,5))/pi) - seq(5,80,5), xlab="distance", Error: unexpected ',' in "bboxx(bbox(as.points(poly)))," What am I doing wrong? Any help would be greatly appreciated. Thanks! - Elise -- View this message in context: http://r.789695.n4.nabble.com/error-with-bbox-for-k12hat-splancs-bivarite-k-function-tp4659233.html Sent from the R help mailing list archive at Nabble.com.
2016 Sep 16
2
LLVM v3.9.0 and math built-ins
A little while ago I asked a question on CFE-Dev about a change in the behaviour of programs using the ISO C math functions, although that question should have been put to LLVM-Dev. But I got excellent clarification of the problem anyway. However, since then I have been trying to adapt our out-of-tree implementation to get the previous behaviour. The problem is that something like: #include
2004 Nov 05
3
Resources for optimizing code
I want to eliminate certain observations in a large dataframe (21000x100). I have written code which does this using a binary vector (0=delete obs, 1=keep), but it uses for loops, and so it's slow and in the extreme it causes R to hang for indefinite time periods. I'm looking for one of two things: 1. A document which discusses how to avoid for loops and situations in which it's
2016 Sep 20
4
LLVM v3.9.0 and math built-ins
Hi Mehdi, The ISO C specification does permit the math functions to modify ‘errno’, but I thought that the ‘-fno-math-errno’ option was to tell the optimiser to assume that ‘errno’ is not modified by the math functions. Explicitly providing ‘-fno-math-errno’ is not restoring the elision optimisation that was performed by LLVM v3.8, and this is really only a driver option, with ‘-fmath-errno’
2013 Dec 02
0
[LLVMdev] "Mapping High-Level Constructs to LLVM IR" Github URL
On 11/28/13 6:07 PM, Mikael Lyngvig wrote: > Hi, > > It will probably take a few weeks or a month before the "Mapping > High-Level Constructs to LLVM IR" document is ready for prime time. > Until then, you can review and study it at this URL: > > https://github.com/archfrog/llvm-doc/blob/master/MappingHighLevelConstructsToLLVMIR.rst > > > Please notice
2013 Dec 03
2
[LLVMdev] "Mapping High-Level Constructs to LLVM IR" Github URL
Hi Philip, Thanks for your great list of ideas for the document! I don't really have a scope for the document beyond: If it something that requires mapping from high-level to LLVM IR, I think it should go into the document. I started out using C++ examples because many people know C++. I am personally mostly an advocate of statically checked languages but I don't see that as a reason
2001 Jul 12
1
more subroutines for integrate()
...atic integrator, special-purpose, c integrand with oscillatory cos or sin factor, c clenshaw-curtis method, (end point) singularities, c extrapolation, globally adaptive c***author piessens,robert,appl. math. & progr. div. - k.u.leuven c de doncker,elise,appl. math. & progr. div. - k.u.leuven c***purpose the routine calculates an approximation result to a given c definite integral c i = integral of f(x)*w(x) over (a,b) c where w(x) = cos(omega*x) or w(x) = sin(omega*x), c hopefully satisfying followi...
2008 Dec 07
0
Announcing: Predictive Analytics World, Feb 18-19 in San Francisco
...ee: www.predictiveanalyticsworld.com What is predictive analytics? See the Predictive Analytics Guide: www.predictiveanalyticsworld.com/predictive_analytics.php To sign up for the PAW group on LinkedIn, see: www.linkedin.com/e/gis/1005097 Let us know if you if you have any questions! thanks --Elise Johnson, Predictive Analytics World P.S. Available for immediate download: Free Industry Survey Download the Rexer Analytics 2008 Data Miner Survey report, covering the most popular software tools, which verticals have embraced modeling and more, at: www.predictiveanalyticsworld.com/survey-si...
2008 Sep 23
0
Predictive Analytics event Oct 24-25 (DC) and Nov 6-7 (SF)
...people who need to make sense of customer data to predict buying behavior, profit, etc. Past attendees have given rave reviews. You can find more info at http://www.predictionimpact.com/predictive-analytics-training.html, e-mail training at predictionimpact.com, or call (415) 683-1146. thanks --Elise Johnson, Prediction Impact -- View this message in context: http://www.nabble.com/Predictive-Analytics-event-Oct-24-25-%28DC%29-and-Nov-6-7-%28SF%29-tp19622682p19622682.html Sent from the R help mailing list archive at Nabble.com.
2012 Oct 30
1
HELP FOR COMPUTING ENVIRONMENTAL EFFICIENCY INDEX/ LUENBERGER INDEX
...t code which could help me to compute it? Is the recent package "nonpareff" of R could compute it? If yes, Could you send me your R code? P.S: I have already sent lot of e-mail to the author  of the nonpareff package Mr Dong-hyun Oh and he didn't answer.   Many thks WANG SONNE Soazic Elise Statistician and Economist engineer Sub-regional Institute of Statistics and Applied Economics, central Africa Cameroon +237 99 05 00 16 [[alternative HTML version deleted]]
2012 Sep 20
0
[PATCH 3/3] Expose tsc adjust to hvm guest
Expose tsc adjust to hvm guest Intel latest SDM (17.13.3) release a new MSR CPUID.7.0.EBX[1]=1 indicates TSC_ADJUST MSR 0x3b is supported. This patch expose it to hvm guest. Signed-off-by: Liu, Jinsong <jinsong.liu@intel.com> diff -r a6d12a1bc758 tools/libxc/xc_cpufeature.h --- a/tools/libxc/xc_cpufeature.h Thu Sep 20 00:03:25 2012 +0800 +++ b/tools/libxc/xc_cpufeature.h Thu Sep 20
2009 Jan 07
1
bet way to debug a plug-in?
Hi, Yesterday I had to walk through the code of a plug-in and perform a minor fix. I confess that I didn''t like the experience. Because the plug-in is in the vendor directory, I had to restart the web server whenever the code changed. How can I debug a plug-in without having to restart the web server whenever the code changes? Thanks, Tiago Franco
2017 Oct 12
0
[ANNOUNCE] libnftnl 1.0.8 release
...es to support new kernel features and bug fixes. You can download this library from: http://www.netfilter.org/projects/libnftnl/downloads.html ftp://ftp.netfilter.org/pub/libnftnl/ Thanks! -------------- next part -------------- Alexander Alemayhu (1): exthdr: remove unused variable uval8 Elise Lennion (2): examples: Remove the use of nftnl_mnl_batch_put() src: Use nftnl_buf to export XML/JSON rules Eric Leblond (1): set: free user data Florian Westphal (9): src: ct: add zone support object: don't set NFTNL_OBJ_TYPE unless obj->ops is non-null...
2018 Sep 25
3
[cfe-dev] New warnings when building trunk with GCC 9
+ Erik, who implemented DR1579 Originally, I had the warning similar to GCC's warning, but took it out due to not having DR1579 implemented in clang (warning changed in r243594) Erik in r274291 implemented DR1579, although PR27785 didn't mention anything about std::move It looks like what's happening is that Clang and GCC handles the return differently. Clang needs the std::move