similar to: internet

Displaying 20 results from an estimated 110 matches similar to: "internet"

2015 Oct 13
2
RFC: Introducing an LLVM Community Code of Conduct
On Tue, Oct 13, 2015 at 08:20:33PM +0100, Renato Golin via llvm-dev wrote: > On 13 October 2015 at 19:30, Chandler Carruth <chandlerc at gmail.com> wrote: > > For some of the reasons we at least need to make it clear the scope: > > http://adainitiative.org/2014/02/18/howto-design-a-code-of-conduct-for-your-community/ > > Seems like a very personal opinion, and most
2009 Jan 18
3
[LLVMdev] Qs on building LLVM passes
Hi, I have couple of questions that those who design unconventional passes would be interested in. 1. How to move a virtual register data to another new virtual register? It seems like that there is no LLVM instruction similar to mov machine instruction. Arithmetic or logical operators could be used for integer variables but what about pointer variables? 2. What is
2009 Jan 15
2
[LLVMdev] Testcase for OS kernel
Hi, The source attached at the bottom is a testcase which causes a back-end error in LLVM 2.4. These types of assembly routines are mainly used in OS kernels. I checked that GCC 4.3 works for this routine. The error messsage is ... Couldn't allocate output reg for constraint 'A'! I just need help or comments so that I could analyze and fix this bug. My
2011 Jun 16
4
NonParametric Anova
Dear Sir, I would like to ask whether there is any tool in R, developed for the function of non parametric Anova, where the non parametric analysis is able to compute the p-value for interaction as well (similar to Anova)? If not, would sir like to suggest any of the other statistical software around which would have this tool? Thank you. LYLing. ?SAVE PAPER! SAVE THE WORLD! - Please do not
2008 Sep 29
3
[LLVMdev] Linux Kernel Compile for Sparc v8 Arch
Does anyone succeed at compiling Linux kernel for Sparc v8 architecture? I am currently trying to expand the regime of LLVM to Sparc kernel codes. The following is the initial error messages. Any comment is welcomed. #1. Inline Assembly Code: register struct thread_info *current_thread_info_reg asm("g6"); Error Message: include/asm/thread_info.h:77: error:
2007 Nov 14
4
scripts installed
On a debian production server and my os x development mcahine, there is a script at /usr/local/bin/mongrel_rails On an ubuntu 7.1 machine, this script appears at /var/lib/gems/1.8/bin/mongrel_rails mongrel was installed using gem in all cases. What is the cause of the discrepancy? Thanks, John -- John Joseph Bachir http://lyceum.ibiblio.org http://blog.johnjosephbachir.org
2006 Jun 05
1
IM integration
>From WITHIN my web app, I want the web app users to be able to send IM messages to yahoo,msn,AOL users. The receving users are not aware of the sender. So our web app takes the input msg from the sender (RAILs app), then on the background sends the msg to the recevier (the recevier is aware of the sending application id). Any response from the recevier will then be displayed to the sender
2009 Mar 16
3
Is it possible to get CPU temperature for Lenovo T61 laptop
Hi, Can I use some commands or scripts to get CPU temperature on Solaris(10 or snv, whatever)? My laptop is Lenovo T61. Great Thanks Jason
2008 Dec 25
0
[LLVMdev] how to get the llvm IR from C source code?
Please run. $ llvm-gcc -O3 -emit-llvm hello.c -c -o hello.bc $ llvm-dis < hello.bc > hello.ll The first command is to generate a byte code and second is to translate the bytecode to a readable form. Thanks! From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] On Behalf Of Alex.Wang Sent: Wednesday, December 24, 2008 10:31 PM To: llvmdev at
2008 Dec 25
1
[LLVMdev] how to get the llvm IR from C source code?
Keun Soo Yim wrote: > > Please run… > > $ llvm-gcc -O3 -emit-llvm hello.c -c -o hello.bc > > $ llvm-dis < hello.bc > hello.ll > > The first command is to generate a byte code > > and second is to translate the bytecode to a readable form. > llvm-gcc can emit the textual form directly too: llvm-gcc -O2 -emit-llvm hello.c -S -o hello.ll llvm-gcc -O2 -emit-llvm
2008 Nov 19
1
controllername_url vs controllername_path
Hi, ''m new RoR. I was just going thru one book. I was confused between Controllername_Path() and Controllername_Url() in RESTful Rails apps. Can anyone tell me the clear difference? Thanks --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send
2008 Dec 25
2
[LLVMdev] how to get the llvm IR from C source code?
Hi everyone. I want to get the llvm IR from the C source code by LLVM-GCC. But I am not familiar with those command line arguments. Can anyone give me a guidance? Thank you very much for any help. Good luck. -- Best regards. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2008 Mar 01
2
No route matches with {:method=>:get} Error in AWDWR Book
Hi I''m working on the AWDWR book and I''m on the admin section of the book. I have rails 2 installed on my machine and I have ran into an error when I created my controller login but when I go to http://localhost:3000/login/index I get this error: No route matches "/login/index" with {:method=>:get} I haven''t touched the routes.rb file and when I generated
2008 Dec 14
3
[LLVMdev] How to correlate LLVA with native ISA
Thank your for reply. The reason why these information are needed is that I am trying to extract the program signature (e.g., control flow) out side of the binary. Conventional compiler technique adds extra checking code into the target source or target IR in an invasive manner. Since code generator combines the added code with the original one, they don't need to correlate these two
2007 Jan 16
3
[LLVMdev] OK, how does this work?
I'm trying to get LLVM1.9 working on my Ubuntu 6.10 system. The LLVM version in the repositories is 1.7 and I've never managed to get it successfully working because whoever packaged it thought it would be fun to rename everything. This means I can't use it to build 1.9 and I've therefore decided to try bootstrapping a 1.9 build. Yes, I've looked at the docs where it said
2006 Jul 10
2
FirewallBuilder
Hi, I need some help about : I just install Centos 4.3 and I would like to install a FirewallBuilder software. 1. Where i can get FirewallBuilder .rpm for Centos 4.3 ? 2. I tried install fwbuilder-2.0.12.tar.gz and libfwbuilder-2.0.12.tar.gz like this : tar -xzvf libfwbuilder-2.0.12.tar.gz cd libfwbuilder-2.0.12 ./autogen.sh It's not work I receive a error : Found GNU Make at
2008 Jul 22
3
Large Backups to Windows
Hi, This is a kind of scenario question for best practices -- within limits. I've inherited a less than ideal backup situation: backups are transferred from Samba to Windows. I can't get out of this situation without major re-engineering and the only problem is the time it takes to do full backups. Specifically: -200GiB is taking a few days to backup -Cpio is doing the backup across
2009 Jul 14
5
Under Ubuntu 9.04
this was running ok in 8.10 but now I get the following message: pierre at ozone:~/Desktop$ /usr/bin/wine /media/BOOTER/Program\ Files/BCArchive.exe fixme:toolbar:TOOLBAR_SetExtendedStyle Unknown Toolbar Extended Style 0x00000020. Please report. fixme:win:GetProcessDefaultLayout ( 0x32de74 ): No BiDi Where should I be reporting this, and what information should I include? BCArchive.exe is an
2010 May 04
2
smbclient -k works; mount -t cifs does not
I am confused (nothing new there ...). I have 2 Ubuntu 9.10 Samba servers. I am trying to mount a share from the other (i.e., "workhorse" is trying to mount a share on "dual-booter"). If I specify a smbmount command with a -k option, I can mount the share: turgon at workhorse:~$ klist Ticket cache: FILE:/tmp/krb5cc_1000 Default principal: turgon at DACRIB.LOCAL Valid starting
2008 Sep 30
0
[LLVMdev] Linux Kernel Compile for Sparc v8 Arch
On Sep 28, 2008, at 9:46 PM, Keun Soo Yim wrote: > > Does anyone succeed at compiling Linux kernel for Sparc v8 > architecture? > I am currently trying to expand the regime of LLVM to Sparc kernel > codes. > The following is the initial error messages. Any comment is welcomed. > > #1. Inline Assembly The Sparc backend has no active maintainer [1]. This