search for: yim

Displaying 20 results from an estimated 41 matches for "yim".

Did you mean: tim
2008 Mar 25
3
internet
i cant get one the internet using wine how can i fix this problem i tryed using ymlite and yahoo messenger
2009 Jan 15
2
[LLVMdev] Testcase for OS kernel
...backend? Thanks, Keun Soo ----- /* * @title A Testcase for LLVM * * @about This faces an error with LLVM 2.4 (but not with GCCC) * The error messsage is ... * Couldn't allocate output reg for constraint 'A'! * * @author Keun Soo Yim */ struct a_struct{ unsigned int a,b; }; void x() { long err; struct a_struct a; struct a_struct *pa; __asm__ __volatile__( "1: movl 0(%2),%%eax\n" "2: movl 4(%2),%%edx\n" "3:\n" ".sect...
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
2007 Nov 14
4
scripts installed
...r/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 aim/yim/msn/jabber.org/gtalk: johnjosephbachir 713-494-2704 http://jjb.cc
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 fo...
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:
2008 Jul 22
3
Large Backups to Windows
...y of backups (because it's really no longer a Saturday backup) and the time to restore. Anyone tried cpio & smbd blocking factors? Or what other networking suggestions are there? The only kind of tweaking I've done is for tape backups but that was local to a host ... Justin -- AIM/YIM/ICQ: vap0rtranz Homepage: http://appstate.edu/~jp59031/ "Here on the moon, our weekends are so advanced, they encompass the entire week." - Ignignokt
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 S...
2007 Jan 16
3
[LLVMdev] OK, how does this work?
.... I've tried it both ways and been burned by error messages about missing or dysfunctional pieces. What's the next step? How do I actually do a bootstrap? -- Michael T. Richter Email: ttmrichter at gmail.com, mtr1966 at hotpop.com MSN: ttmrichter at hotmail.com, mtr1966 at hotmail.com; YIM: michael_richter_1966; AIM: YanJiahua1966; ICQ: 241960658; Jabber: mtr1966 at jabber.cn "I find many of the machines of violence very attractive. Tanks, airplanes, warships, especially aircraft carriers. And the German U-boats, submarines." --The Dalai Lama -------------- next part -----...
2006 Dec 21
3
[LLVMdev] LLVM capability question.
...#39;s architecture, to switch between them easily, to check when they overflow and to automatically grow them when they exceed their bounds? -- Michael T. Richter Email: ttmrichter at gmail.com, mtr1966 at hotpop.com MSN: ttmrichter at hotmail.com, mtr1966 at hotmail.com; YIM: michael_richter_1966; AIM: YanJiahua1966; ICQ: 241960658; Jabber: mtr1966 at jabber.cn "To [the Chinese], all other people are barbarians." --The Dalai Lama -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attac...
2007 Jan 16
0
[LLVMdev] OK, how does this work?
...d llvm 2. Build llvm-gcc This should be covered in the GettingStarted.html document: http://llvm.org/docs/GettingStarted.html Reid. > > -- > Michael T. Richter > Email: ttmrichter at gmail.com, mtr1966 at hotpop.com > MSN: ttmrichter at hotmail.com, mtr1966 at hotmail.com; YIM: > michael_richter_1966; AIM: YanJiahua1966; ICQ: 241960658; Jabber: > mtr1966 at jabber.cn > > "I find many of the machines of violence very attractive. Tanks, > airplanes, warships, especially aircraft carriers. And the German > U-boats, submarines." --The Dalai Lama...
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
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
2006 Aug 31
1
How with selinux postgresql run at non default port
Hello, how to run postgresql at different port with selinux enabled ? thanks for any help -- regards, Eddy Setyawan http://eddysetyawan.web.id YIM: eddy.setyawan
2011 Jun 14
2
Standard deviation and Mean
...0.596 46133 -0.295 204859 0.013 390121 0.311 187552 -0.085 378902 -0.633 28164 0.175 291411 0.611 41903 0.318 183254 -0.661 22580 0.149 312574 0.594 46903 -0.557 47839 -0.451 92145 0.225 252013 0.870 3731 -0.552 50048 -0.786 4997 -0.445 95784 -0.501 68721 -0.284 214963 ========= -- Won Cheol Yim, MSc. Doctoral student Plant molecular genetics lab. Dept. of plant biotechnology Graduate School Dongguk University Korea Rep. Contact Cell : +82 10 3853 3926 VoIP : +82 70 8226 3853 Email : ascendo@dongguk.edu Curriculum Vitae : http://ascendo.u.googlepages.com/ Lab page : http://pmgl.dongguk.ed...
2007 Nov 19
1
thanks for the mongrel_cluster fix!
...oblem :) While we''re on the topic of code changes-- where is the mongrel_cluster subversion repository? I looked all over the mongrel site, sorry if I''m missing something obvious. Thanks, John -- John Joseph Bachir http://lyceum.ibiblio.org http://blog.johnjosephbachir.org aim/yim/msn/jabber.org/gtalk: johnjosephbachir 713-494-2704 http://jjb.cc -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/mongrel-users/attachments/20071119/27f833b3/attachment.html
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: