search for: couto

Displaying 20 results from an estimated 48 matches for "couto".

Did you mean: cout
2007 Apr 17
5
How to change the default encoding for dynamic pages
Hello, I''m trying to write a rails application serves by mongrel and using accentuated characters in the .rhtml page. But Mongrel replace them by ''?'' . It works fine for static pages by defining the charset to iso-8859-1 in the mongrel_mime.yml But how to change the default encoding (seems to be UTF-8) for the dynamic pages ? thanks for your help. -------------- next
2011 Feb 22
6
[LLVMdev] Question about Value Range Propagation
Hi Douglas, On 21.02.2011 20:27, Douglas do Couto Teixeira wrote: > My work is not part of the LLVM mainline yet. But I would be happy to > contribute with the code of my range analysis implementation if it can help > you in something else. We were thinking of adding VRP to LLVM too, though we were mostly interested in Patterson's ap...
2010 Dec 13
3
Running puppet as non-root user
...else defined a sudo for you to do it, but you can deploy files under your user, instantiate templates, maybe.... maybe with correct reporting tell the "system" level guys that you need X or Y done when the manifest dies cause it is not in place, etc. ------------------------------ Jesús Couto F. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this...
2012 Jul 23
2
help with element-by-element sum with NA
Hi, I have three matrices which could be, for example: A = 0, NA NA, 3 B = 1, NA 0, NA C = 1, NA 1, 1 (The point is that they all may have NA's in some cells) QUESTION: How do I perform a element-by-element sum of the elements of these three matrices (A + B + C), ignoring NA's, to obtain: D = 2, NA 1, 4
2011 Feb 25
1
[LLVMdev] Question about Value Range Propagation
Can't read your paper because the permission is not set. Chuck On 2/25/2011 12:16 PM, Douglas do Couto Teixeira wrote: > Hi, Andrey, > > sorry for the delay: I made a page with the code available for > download: > http://homepages.dcc.ufmg.br/~douglas/projects/RangeAnalysis/RangeAnalysis.html > <http://homepages.dcc.ufmg.br/%7Edouglas/projects/RangeAnalysis/RangeAnalysis....
2011 Jan 24
3
[LLVMdev] How to change the type of an Instruction?
On Mon, Jan 24, 2011 at 3:01 PM, Nick Lewycky <nicholas at mxc.ca> wrote: > On 01/24/2011 04:41 AM, Douglas do Couto Teixeira wrote: > >> Hi, >> >> Nick, thanks for the reply. >> I still have a problem: I only need to "clone" an Instruction, changing >> its type. That is, I would like to keep all characteristics of the old >> Instruction and create a new one only w...
2011 Jan 31
1
Nginx on DomU
...use "links browser" on localhost (192.168.0.50) i can see the nginx default page, but.. if i use 192.168.0.130 and type http://192.168.0.50 on a browser, i don´t can see the nginx default page! Can you help me? -- ----------------------------------------------------------------- Erick Couto www.cabinevirtual.com.br - Projeto de cockpit de simulação de vôo para o X-Plane. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2011 Jan 28
1
[LLVMdev] How to change the type of an Instruction?
...level? The type system seems to be getting in my way at the intermediate level. If I go to the machine level, can I avoid this types of problems? Thank you a lot, Douglas On Mon, Jan 24, 2011 at 4:24 PM, John Criswell <criswell at illinois.edu>wrote: > On 1/24/11 12:05 PM, Douglas do Couto Teixeira wrote: > > > > On Mon, Jan 24, 2011 at 3:01 PM, Nick Lewycky <nicholas at mxc.ca> wrote: > >> On 01/24/2011 04:41 AM, Douglas do Couto Teixeira wrote: >> >>> Hi, >>> >>> Nick, thanks for the reply. >>> I still have a prob...
2011 Feb 25
0
[LLVMdev] Question about Value Range Propagation
...angeAnalysis/RangeAnalysis.paper.pdf ) Indeed, if any of you guys have some free time, and want to give me a review, that would be very kind of you :) Warm regards, Douglas 2011/2/22 Andrey Belevantsev <abel at ispras.ru> > Hi Douglas, > > > On 21.02.2011 20:27, Douglas do Couto Teixeira wrote: > >> My work is not part of the LLVM mainline yet. But I would be happy to >> contribute with the code of my range analysis implementation if it can >> help >> you in something else. >> > We were thinking of adding VRP to LLVM too, though we were...
2011 Jan 24
3
[LLVMdev] How to change the type of an Instruction?
...< "\n"; But I get something like this: %test = add nsw i16 <badref>, <badref> ; <i16> [#uses=0] What I am doing wrong? Best, Douglas On Fri, Jan 21, 2011 at 8:25 PM, Nick Lewycky <nlewycky at google.com> wrote: > On 21 January 2011 12:56, Douglas do Couto Teixeira < > douglasdocouto at gmail.com> wrote: > >> Hello guys, >> >> I wonder how I can change the type of an integer variable. For instance, >> given the instruction "%3 = add i32 %1, %2" I would like to alter the >> instruction to "%3 =...
2011 Jan 24
0
[LLVMdev] How to change the type of an Instruction?
On 1/24/11 12:05 PM, Douglas do Couto Teixeira wrote: > > > On Mon, Jan 24, 2011 at 3:01 PM, Nick Lewycky <nicholas at mxc.ca > <mailto:nicholas at mxc.ca>> wrote: > > On 01/24/2011 04:41 AM, Douglas do Couto Teixeira wrote: > > Hi, > > Nick, thanks for the reply. >...
2011 Jan 24
0
[LLVMdev] How to change the type of an Instruction?
On 01/24/2011 04:41 AM, Douglas do Couto Teixeira wrote: > Hi, > > Nick, thanks for the reply. > I still have a problem: I only need to "clone" an Instruction, changing > its type. That is, I would like to keep all characteristics of the old > Instruction and create a new one only with a different type. Sure,...
2011 Mar 24
1
[LLVMdev] Range Analysis GSoC 2011 Proposal
On Wed, Mar 23, 2011 at 6:24 PM, John Criswell <criswell at illinois.edu> wrote: > > > On 3/23/11 8:06 AM, Douglas do Couto Teixeira wrote: > > > > the execution of a program. Thus, for each integer variable, a range > > analysis determines its lower and upper limits. A very simple range analysis > > > would, for instance, map each variable to the limits imposed by its type. > > That is,...
2011 Feb 22
0
[LLVMdev] Question about Value Range Propagation
Hi Andrey, > On 21.02.2011 20:27, Douglas do Couto Teixeira wrote: >> My work is not part of the LLVM mainline yet. But I would be happy to >> contribute with the code of my range analysis implementation if it can help >> you in something else. > We were thinking of adding VRP to LLVM too, though we were mostly > interested...
2011 Mar 23
3
[LLVMdev] Range Analysis GSoC 2011 Proposal
...rogramming Language Design and Implementation, 2000. 3. Polynomial Precise Interval Analysis Revisited. Thomas Gawlitza, Jérôme Leroux, Jan Reineke, Helmut Seidl, Grégoire Sutre, Reinhard Wilhelm: Efficient Algorithms 2009: 422-437 4. Linear Time Range Analysis with Affine Constraints. Douglas do Couto Teixeira and Fernando Magno Quintao Pereira ( http://homepages.dcc.ufmg.br/~douglas/projects/RangeAnalysis/RangeAnalysis.paper.pdf ) 5. Constant propagation with conditional branches. Mark N. Wegman and F. Kenneth Zadeck, In ACM Transactions on Programming Languages and Systems (TOPLAS), 181-210,...
2011 Mar 23
0
[LLVMdev] Range Analysis GSoC 2011 Proposal
Dear Douglas, Comments below. On 3/23/11 8:06 AM, Douglas do Couto Teixeira wrote: > Dear LLVM community, > > I would like to contribute to LLVM in the Google Summer of Code > project. My proposal is listed below. Please let me know your comments. > > > Adding Range Analysis to LLVM > > > > Abstract > > The objective of th...
2010 Feb 22
6
Augeas type: Removing an entry from /etc/hosts
Hi all, I''m just starting to look at using Augeas with Puppet to manage some of our configuration files. I thought I would start with a simple task of removing an entry from the /etc/hosts file. I''m not finding it simple though! We have a number of hosts with entries in the /etc/hosts file like this: 127.0.1.1 hostname We would like to remove these lines. Now I know this can
2011 Jan 12
2
[LLVMdev] Question about nsw and nuw flags
Hi everybody, I saw that there are some instructions in the programs in which the flag nsw or nuw is placed. I wonder what rules does LLVM follows to put these flags in some instructions. Best, Douglas -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110112/e696af22/attachment.html>
2011 Mar 18
0
[LLVMdev] How to integrate an analysis into LVI?
...there any other client that uses LVI? I would like to couple my range analysis ( http://homepages.dcc.ufmg.br/~douglas/projects/RangeAnalysis/RangeAnalysis.paper.pdf) with the LVI interface, so that is why I am interested on it. Kind regards, Douglas On Mon, Mar 14, 2011 at 6:55 PM, Douglas do Couto Teixeira < douglasdocouto at gmail.com> wrote: > Hi guys, > > I have an analysis that is able to answer questions like this: given an > integer variable, what is the interval of values that this variable can > assume during the program's execution? > > I want to inte...
2006 Sep 27
2
Problem restricting the access of a particular workstation to a single user
I have a problem restricting the access of a particular workstation to a single user. Is there a way of doing this? I couldn't find it anywhere, although it is trivial to do it the other way around... much appreciated! Thanks