search for: raul

Displaying 20 results from an estimated 181 matches for "raul".

Did you mean: paul
2005 May 25
2
Career Opportunity
...internet and I have multiple opportunities available for QA Analysts. The opportunities are available in the Chicago area. A description of the opportunities can be viewed at www.parallelpartners.com. If you or someone you know is interested, please email me a copy of your resume. Thank you Raul Garcia Administrative Manager Parallel Partners 20 N. Wacker Drive, Suite 770 Chicago, IL 60606 312-251-1865 phone 312-251-1868 fax raul@parallelpartners.com email
2014 Dec 15
3
Making iconv portable?
Hello, All: What would it take to make ?iconv? portable? I ask, because I want to convert accented characters to vanilla ASCII, thereby converting, e.g., ?Ra?l? to ?Raul?, and Milan Bouchet-Valet suggested on R-help that I use 'iconv(x, ?", "ASCII//TRANSLIT?)?. This worked under Windows but failed on Linux and Mac. It?s part of the ?subNonStandardCharacters? function in the Ecfun package. The development version on R-Forge uses this and returns ?Ra...
2013 Jul 17
0
RAUL GIL ACABOU DE LANÇAR UM MMN - CADASTRO GRÁTIS - (yhejv)
(yhejv) RAUL GIL ACABOU DE LAN?AR UM MMN O RAUL GIL ACABOU DE LAN?AR UM MMN E J? ADERIRAM MAIS DE 50 MIL PESSOAS. O CADASTRO ? GR?TIS. ENTRE VC TB. PARA ENTRAR, BASTA CLICAR: http://dumba.com.br/jairfoz VEJA O VIDEO DO RAUL GIL NO YOUTUBE: http://www.youtube.com/watch?v=meQfKK5Yqzo OBRIGADO, JAIR ROJAS DA SIL...
2010 Apr 27
4
Translated (language-aware) routes in Rails application
Hi, I''d like to have translated languate-aware routes in my application, like: /projects/5/permissions => locale "PL" /projekty/5/pozwolenia => locale "PL" Is there any way to achieve it with RESTful routes? I have done it manually with named routes, but it''s overwhelming with over 300 routes :D Also tried namespace (yeah, didn''t work) and
2009 Jul 04
0
add a new locale using raul's translate_routes plug-in
I just started using Raul Murciano''s translate_routes plug-in. It''s great. Now what I can''t understand is how to add a new locale (in my case, French). I figured that I could just add a new section to my translation file (text.yml). I appended the following to the text.yml file: fr: back: retou...
2014 Jan 27
2
[LLVMdev] Removing ReadOnly from math intrinsics
I would be perfectly fine with Raul & Chandler's proposal, provide that clear documentation is added. The strong distinction between standard library calls and intrinsics is an important point for front end authors. The deliberate ignorance of floating point environment flags is entirely defensible, but needs to be docu...
2013 Sep 03
2
[LLVMdev] AttributeSet from Modules
...;false" "unsafe-fp-math"="false" "use-soft-float"="false" } I would like to know if there is any way to reuse such pre-defined attribute sets (for example, set the attribute list of my new function using an existing attribute set). Thanks in advance, --Raul -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130903/55ab3dc6/attachment.html>
2014 Dec 15
2
Making iconv portable?
...at> wrote: > >>>>>> Spencer Graves writes: > >> Hello, All: >> What would it take to make ?iconv? portable? > > >> I ask, because I want to convert accented characters to >> vanilla ASCII, thereby converting, e.g., ?Ra?l? to ?Raul?, and >> Milan Bouchet-Valet suggested on R-help that I use 'iconv(x, >> ?", "ASCII//TRANSLIT?)?. This worked under Windows but failed >> on Linux and Mac. It?s part of the ?subNonStandardCharacters? >> function in the Ecfun package. The developme...
2006 May 18
5
more that 5 time beats for effect.pulsate
hi again How can i extend 5 times for effect.pulsate beats? I need that continue beat until other event client happened about my other mail, is there other solution more elegant that this? : new Effect.Pulsate(leccion[i_leccion],{duration: 5,from: 1}); thanks again rag
2008 Feb 05
2
[LLVMdev] Counting instructions
...) whenever X instructions have been executed. I'm using MachineFunctionPass to get machine-dependent representation of each LLVM function in the program. However, such pass doesn't allow to modify such functions. Is there any other class so I can modify MachineFunctions? Thanks in advance, Raul. -- Raul Fernandes Herbster Embedded and Pervasive Computing Laboratory - embedded.ufcg.edu.br Electrical Engineering and Informatics Center - CEEI Federal University of Campina Grande - UFCG - www.ufcg.edu.br Caixa Postal 10105 58109-970 Campina Grande - PB - Brasil -------------- next part ----...
2014 Jan 25
2
[LLVMdev] Removing ReadOnly from math intrinsics
On Fri, Jan 24, 2014 at 4:17 PM, Philip Reames <listmail at philipreames.com>wrote: > On 1/24/14 3:52 PM, Raul Silvera wrote: > > In include/llvm/IR/Intrinsics.td there is code to mark sqrt and several > other math intrinsics as "ReadOnly", even though they do not read memory. > > According to the comments this was done as an attempt to model changes > to the FP rounding mode....
2013 Sep 03
0
[LLVMdev] AttributeSet from Modules
On Sep 3, 2013, at 9:04 AM, Raul Fernandes Herbster <raulherbster at gmail.com> wrote: > Hello! > > clang defines some AttributeSet, for example: > > attributes #0 = { nounwind uwtable "less-precise-fpmad"="false" "no-frame-pointer-elim"="true" "no-frame-pointer-...
2016 Jun 27
2
How to traverse llvm DAG for analysis
...basic block on a LLVM IR assembly file, but I don't know how to do the same for a scheduled DAG. Could you tell me: -How are the DAGs generated? Where is the source code that implement this functionality? -Is there an example to traverse a DAG with selected/scheduled instructions? Regards, Raul. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160627/57c060f3/attachment.html>
2001 Sep 18
5
Newbie question - running MSMONEY fails.
Hi, I've recently installed the latest version of WINE (from LinuxFormat Mag), and I can run some app's (sol.exe, notepad etc). However, when I try to run 'larger' apps I run into problems. Specifically I'm trying to run MSMONEY 2001. I cd to c:/program files/microsoft money/system then run wine --winver win98 msmoney.exe and I get the following:
2016 Jun 27
0
How to traverse llvm DAG for analysis
Dear Raul, Instruction selection and instruction scheduling is, to the best of my knowledge, done at the MachineInstr (MI) IR level. The documentation you've read is on the target independent LLVM IR. You will probably need to read the documentation on LLVM's code generator. The documents on W...
2006 Feb 21
4
[Prototype] implementation of bind()?
...would be safe to use this extra copy (as it seems like an undocumented feature), and I''m trying to understand why it''s there at all. Is this just hasty code, or is it a workaround for some bug or what? (Or if I''m asking in the wrong place, let me know.) Thanks, -- Raul
2016 Oct 28
2
Basic block execution over time
Hello All, How can I keep track of the different basic blocks of a program executed over time? Or in other words, how can I annotate the block name (block_a) and the time/cycle at which that blocs (block_a) was executed, and do this for all the blocks on a reasonable simple program? Regards, Raul. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20161028/26350d6d/attachment.html>
2014 Dec 15
1
Making iconv portable?
...ves writes: >>> >>>> Hello, All: >>>> What would it take to make ?iconv? portable? >>> >>> >>>> I ask, because I want to convert accented characters to >>>> vanilla ASCII, thereby converting, e.g., ?Ra?l? to ?Raul?, and >>>> Milan Bouchet-Valet suggested on R-help that I use 'iconv(x, >>>> ?", "ASCII//TRANSLIT?)?. This worked under Windows but failed >>>> on Linux and Mac. It?s part of the ?subNonStandardCharacters? >>>> function in...
2012 Nov 15
4
[LLVMdev] Unit tests - ARM
...ard. Chrood might work, but I am looking for some option like <runremote.sh --host XXX --user ....>. I have seen something related to it in projects/test-suite/Makefile.programs (REMOTE_HOST, REMOTE_CLIENT, etc.), but I haven´t found more information about these options. Thanks in advance, --Raul -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121115/7c6d27e9/attachment.html>
2017 May 18
2
Question about demanded bits analysis
...e. %1 = add i32 %x, %y %2 = trunc i32 %1 to i16 However I was wondering if for example, the addition demanded, say 18 bits, would this pass generate a i18 integer variable? I have not done the experiment, but I would like to know beforehand if this is something that this pass can do. Regards, Raul. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170518/dd99c196/attachment.html>