search for: guerra

Displaying 20 results from an estimated 90 matches for "guerra".

2008 Jun 18
7
Object Task at episode 74 of railscasts
...o |page| page.insert_html :bottom, :tasks, :partial => ''task'', :object => Task.new end end The problem i have here is that i can''t figure out where does this Task object, which he instantiate with Task.new in the line i highlighted, come from. Thanks, -- Guerra --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send...
2016 Oct 04
3
Software tools development opportunity at Qualcomm in Austin
Hi folks, I'm looking for a developer to join my team in Austin to help develop linker back ends for ARM and AArch64. Given that this is the LLVM dev list, I want to be clear that the work involves close collaboration with our internal LLVM teams so LLVM experience is a definite plus, but it does not involve direct development on LLVM. I'm ideally looking for someone with direct
2007 Nov 03
3
Birthdate validation
...> "is invalid. You have to be at least 18 years old to sign in." end I''m getting the error message "undefined method `change'' for #<Date: 4908815/2,0,2299161>" but, honestly, I don''t know what else to try. Can anyone help me? Thanks, Thiago Guerra --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send...
2012 Nov 29
4
[LLVMdev] Support for bundles of MCInst?
Hello all, We're developing an integrated assembler for a VLIW target, and some of the optimizing our assembler needs to do must be done on a per-packet basis. This requires us to be able to traverse instruction within a packet, and one particular optimization requires traversal of previous packets as well. We're considering adding support for MCInst bundles in the MC layer to
2007 Mar 19
4
matrix similarity comparison
...sence data: for example: m1 <- matrix(c(1,0,0,0,1,0,1,1,1,1,1,1), 3,4) m2 <- matrix(c(1,0,1,0,1,0,0,1,0,1,0,1), 3,4) I tried with the function cor2m() [package=edodist] but it didn't worked and my matrices are much bigger than the ones from the example. Thank you, Carlos -- Carlos GUERRA Gabinete de Sistemas de Informacao Geografica Escola Superior Agraria de Ponte de Lima Mosteiro de Refoios do Lima 4990-706 Ponte de Lima Tlm: +351 91 2407109 Tlf: +351 258 909779 Reclaim your Inbox...!!! http://www.mozilla.org/products/thunderbird/
2007 Jul 12
1
problems with memory in Mac
...n my Mac (MacBook Pro, 2Gig). Is there a way to increase the amount of memory used? When I type: > mem.limits() the result is: nsize vsize NA NA and I can't change it, tough my computing in R isn't using all the memory at it's disposal. Best regards, Carlos -- Carlos GUERRA Gabinete de Sistemas de Informacao Geografica Escola Superior Agraria de Ponte de Lima Mosteiro de Refoios do Lima 4990-706 Ponte de Lima Tlm: +351 91 2407109 Tlf: +351 258 909779 Reclaim your Inbox...!!! http://www.mozilla.org/products/thunderbird/
2015 Sep 25
3
VLIW support
Is there a VLIW support in LLVM? I found this, https://groups.google.com/forum/#!searchin/llvm-dev/VLIW, but it looks like it is not completely implemented. Specifically I'm interested in how instructions are bundled together. I can't seem to find it anywhere in the source code. Any help in resolving he issue is appreciated. -------------- next part -------------- An HTML attachment was
2006 Nov 09
1
Merge: how can I keep discarded values?
..., I am merging two datasets and I would like to save the non-matching rows in a separate file. The problem is how to retrieve the non-matching rows in R. Example: DATASET A code nomi A1 Franco A2 Mario A3 Andrea A4 Sandro A5 Luca DATASET B code book A1 Guerra e Pace A1 Storia di Roma A2 La coscienza di Zeno A4 Ivanhoe A1 I Malavoglia A2 Jude the obscure when merging two rows are unmatched: A3 Andrea A5 Luca And these are exactly the rows I would like to store in a separate file/dataset. I tried with: AM&...
2010 Mar 30
3
bare metal xen hypervisor
hi, i am new to xen. pls. guide me what is best os should be used with xen. also let me know if there is any baremetal xen hypervisor available as i read that i require one OS on which xen hypervisor will be installed. want to use it with 32 bit machine. thanks for your help. -- With Best Wishes Balwant _______________________________________________ Xen-users mailing list
2005 May 20
2
Samba3 on SCO Openserver
...p me please? Note that i'm not a C or Shell programmer so i don't know what i'm really doing!!! I think that something is wrong in the compiler directive (./configure?)o in some of the include files (includes.h?) are not good for SCO openserver environment. Many thank in advance Roberto Guerra roberto.guerra@tecnoeli.it
2012 Nov 30
3
[LLVMdev] Support for bundles of MCInst?
...r us to add it? Those issues aside, it sounds like the streamer already understands how to process and print sub-instructions, which is good. Will the size of the packet be properly accounted for by the MCObjectStreamer if we have to pad the packet (mainly for fetch alignment)? Thanks, - -- Mario Guerra mariog at codeaurora.org Qualcomm Innovation Center Inc is a member of Code Aurora Forum, hosted by The Linux Foundation
2007 Mar 06
12
Off topic:Spam on R-help increase?
Folks: In the past 2 days I have seen a large increase of spam getting into R-help. Are others experiencing this problem? If so, has there been some change to the spam filters on the R-servers? If not, is the problem on my end? Feel free to reply privately. Thanks. Bert Gunter Genentech Nonclinical Statistics South San Francisco, CA 94404 650-467-7374
2008 Oct 15
16
Xen backups using LVM Snapshots
Hi all, I am running Xen 3.2-1 / 2.6.18 on Debian Etch (Dom0). I setup a Dom0 with several DomUs (Linux). Each DomU disk is a LV partition. I have been seeing a few mails about backups and LVM and just wanted to make sure that what I am doing is correct. Each DomU with a database has a cron that dumps the db with mysqldump. Later on, Dom0 will do an LVM Snapshot of all DomUs and then do a
2012 Dec 05
1
[LLVMdev] sub-classing MCObjectStreamer?
...need to sub-class MCObjectStreamer to account for some of our target-specific requirements, and it wasn't apparent to me how to register my version after reviewing and stepping through code. How do I wire up LLVM to use my sub-classed implementation instead of the default? Thanks, - -- Mario Guerra mariog at codeaurora.org Qualcomm Innovation Center Inc is a member of Code Aurora Forum, hosted by The Linux Foundation
2012 Nov 29
0
[LLVMdev] Support for bundles of MCInst?
On Thu, Nov 29, 2012 at 3:00 PM, Mario Guerra <mariog at codeaurora.org> wrote: > Hello all, > > We're developing an integrated assembler for a VLIW target, and some of the > optimizing our assembler needs to do must be done on a per-packet basis. > This requires us to be able to traverse instruction within a packet, a...
2012 Nov 29
0
[LLVMdev] Support for bundles of MCInst?
Mario, On Nov 29, 2012, at 3:00 PM, Mario Guerra <mariog at codeaurora.org> wrote: > We're developing an integrated assembler for a VLIW target, and some of the > optimizing our assembler needs to do must be done on a per-packet basis. > This requires us to be able to traverse instruction within a packet, and one > particul...
2007 Apr 04
1
Problems loading package GeoXp
...nect to display ":0" Al?m disso: Warning message: pacote 'GeoXp' foi compilado na vers?o do R 2.4.1 Erro: .onLoad falhou em 'loadNamespace' para 'tcltk' Erro: pacote 'tcltk' n?o p?de ser carregado Can this package only be used under Windows?? -- Carlos GUERRA Gabinete de Sistemas de Informacao Geografica Escola Superior Agraria de Ponte de Lima Mosteiro de Refoios do Lima 4990-706 Ponte de Lima Tlm: +351 91 2407109 Tlf: +351 258 909779 Reclaim your Inbox...!!! http://www.mozilla.org/products/thunderbird/
2003 Mar 14
1
restrict anonymous used wbinfo -A what next?
...ompted for a password when I try to access samba shares. I can turn off restrict anonymous and I can access the samba box all day with no problem but as soon as I turn on restrict anonymous it breaks. Do I need to do anything other then wbinfo -A in order to get around restrict anonymous? Bobby Guerra -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
2012 Dec 06
2
[LLVMdev] subclassing MCELFStreamer
...ed to be able to work with packets in the streamer. > > We could easily address this by subclassing the streamer, but this seems to be > discouraged as far as I can tell. Can we subclass MCELFStreamer to suit our > needs, or are there other ways to handle this case? Thanks, - -- Mario Guerra mariog at codeaurora.org Qualcomm Innovation Center Inc is a member of Code Aurora Forum, hosted by The Linux Foundation
2012 Nov 30
0
[LLVMdev] Support for bundles of MCInst?
Mario, On Nov 29, 2012, at 4:04 PM, Mario Guerra <mariog at codeaurora.org> wrote: > Thanks for your reply. This is actually one approach we are considering, but > there are a few issues with it we weren't sure how to address. > > One is that the lifespan of an MCInst seems to be limited to the scope of > AsmPrinter, a...