Displaying 20 results from an estimated 474 matches for "jin".
Did you mean:
in
2004 Nov 22
4
How to correct this
...p=gpar(col=5))
grid.circle(x=0.5, y=0.5, r=0.3, draw=TRUE, gp=gpar(col=5))
grid.circle(x=0.5, y=0.5, r=0.5, draw=TRUE, gp=gpar(col=5))
points(0.5, 0.5, col = 5) # centre of the circle
, but all circles moved away from the centre. Could we do any
corrections to this? Thanks.
Regards,
Jin
==========================
Jin Li, PhD
Climate Impacts Modeller
CSIRO Sustainable Ecosystems
Atherton, QLD 4883
Australia
Ph: 61 7 4091 8802
Email: jin.li@csiro.au <mailto:jin.li@csiro.au>
==========================
[[alternative HTML version deleted]]
2020 Nov 24
2
ID Mapping
Hi,
I'm using samba for login in Linux via Active Directory (win 2008).
In my Active Directory, there is a user "jin", and its primary group is "xts", its supplementary group is "Domain Users". I found that the gid mapping is inconsistent with different samba version. That is:
For samba-4.4.4:
# id jin
uid=30000(jin) gid=30000(xts) groups=30000(xts),30001(domain users)
the gid is consi...
2014 Jan 03
2
[LLVMdev] Tracing values in llvm IR
...the instruction is a LOAD/STORE
,and if I want to preserve the operations on these variables for further
dynamic symbolic execution usage(just like KLEE ,but it's a static analysis
,not dynamic),I had to backtrace instructions ,this may be not very
efficient if the operation is very complex!
-Jin Huang
2014/1/3 Jin Huang <54jin.huang at gmail.com>
> Thank You ! John and Swarup. I have already downloaded the code!
>
>
>
>
> 2014/1/3 Sahoo, Swarup Kumar <ssahoo2 at illinois.edu>
>
> Hi Jin Huang,
>>
>> The updated Giri code is available at h...
2014 Jan 03
2
[LLVMdev] Tracing values in llvm IR
...ll have to insert callinst to tracing functions immediately after the value is produced, not at the entry points. Giri code has many such examples of how to do this.
Thanks,
Swarup.
________________________________
From: llvmdev-bounces at cs.uiuc.edu [llvmdev-bounces at cs.uiuc.edu] on behalf of Jin Huang [54jin.huang at gmail.com]
Sent: Thursday, January 02, 2014 9:47 PM
To: llvmdev at cs.uiuc.edu; micah.villmow at smachines.com
Subject: Re: [LLVMdev] Tracing values in llvm IR
Thank you,Micah.
This way sounds good, Do you mean writing a function to trace the value and insert a callinst to c...
2018 Apr 26
4
[LLVM][RFC] Representing the target device information in the LLVM IR
...on the host to support all the targets. All the target versions must have the same interface. So the common interface of the outline function should be used. For this particular example, the variable @gcc should be passed by reference under x86_64-mic.
Please let me know if you have more questions.
Jin
From: Friedman, Eli [mailto:efriedma at codeaurora.org]
Sent: Wednesday, April 25, 2018 4:14 PM
To: Lin, Jin <jin.lin at intel.com>; 'llvm-dev at lists.llvm.org' <llvm-dev at lists.llvm.org>
Subject: Re: [llvm-dev] [LLVM][RFC] Representing the target device information in the L...
2020 Nov 24
2
ID Mapping
...; # cat /etc/samba/smb.conf | grep "config"
> idmap config *:backend = tdb
> idmap config *:range = 30000-40000
>
> And reload config, restart winbind:
>
> # smbcontrol all reload-config
> # systemctl restart winbind
>
> But it did not work:
>
> # id jin
> uid=30000(jin) gid=30000(domain users) groups=30000(domain
> users),30001(xts)
>
> At 2020-11-24 09:55:33, "Abi" <adhanani at abdha.com> wrote:
> > Your 'range' in your 4.6.2 config is different than the one in your
> > 4.4.4 config. Try setting it...
2020 Nov 24
1
ID Mapping
...idmap config *:range = 30000-40000' ,
to see if the issue no longer occurs.
On Tue, 2020-11-24 at 09:17 +0800, ??? via samba wrote:
> Hi,
>
> ????I'm using samba for login in Linux via Active Directory (win
> 2008).
>
> ????In my Active Directory, there is a user "jin", and its primary
> group is "xts", its supplementary group is "Domain Users". I found
> that the gid mapping is inconsistent with different samba version.
> That is:
>
> For samba-4.4.4:
>
> # id jin
> uid=30000(jin) gid=30000(xts) groups=30000(xt...
2004 Nov 16
3
How to remove x, y labels from a plot
Hi there,
I need to plot an illustrative figure without ticks, x, y labels in R. I
managed to get the ticks removed, but had no luck with x, y labels.
Any suggestions would be much appreciated.
Jin Li
[[alternative HTML version deleted]]
2018 Apr 27
2
[LLVM][RFC] Representing the target device information in the LLVM IR
...sm and other is
> passing the command option to the backend. For the later each pass
> which needs this info will have to change.
>
> Thanks
>
> Ravi
>
>
>
> *From:*Hal Finkel [mailto:hfinkel at anl.gov]
> *Sent:* Wednesday, April 25, 2018 5:50 PM
> *To:* Lin, Jin <jin.lin at intel.com <mailto:jin.lin at intel.com>>;
> Friedman, Eli <efriedma at codeaurora.org
> <mailto:efriedma at codeaurora.org>>; 'llvm-dev at lists.llvm.org'
> <llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>>
> *Subjec...
2018 Apr 27
0
[LLVM][RFC] Representing the target device information in the LLVM IR
...mes. Generate LLVM IR for passing this information is one mechanism and other is passing the command option to the backend. For the later each pass which needs this info will have to change.
Thanks
Ravi
From: Hal Finkel [mailto:hfinkel at anl.gov]
Sent: Wednesday, April 25, 2018 5:50 PM
To: Lin, Jin <jin.lin at intel.com<mailto:jin.lin at intel.com>>; Friedman, Eli <efriedma at codeaurora.org<mailto:efriedma at codeaurora.org>>; 'llvm-dev at lists.llvm.org' <llvm-dev at lists.llvm.org<mailto:llvm-dev at lists.llvm.org>>
Subject: Re: [llvm-dev] [LLVM]...
2004 Oct 20
1
Error when intstalling R on intel box running linux
Hi there,
I have been trying to install R-2.0.0 on my Linux box (Intel chip) from
source.
I am getting the following error message when running 'make':
make[3]: Entering directory `/devtop/private/jin/R-2.0.0/src/appl'
g77 -mieee-fp -fPIC -g -O2 -c ch2inv.f -o ch2inv.lo
/tmp/ccm8Zyp4.s: Assembler messages:
/tmp/ccm8Zyp4.s:165: Error: junk `(%ebx)' after expression
make[3]: *** [ch2inv.lo] Error 1
make[3]: Leaving directory `/devtop/private/jin/R-2.0.0/src/appl'
make[2]: *** [R...
2006 Feb 27
3
Send parameter along with method in before_filter
...it looks very ugly. Right now I have multiple before_filter, first
checking if they are logged in, then checking their role, etc.
Is there any other way around this that Im not seeing? I tried to come up
with an answer using sessions, but it got far too complicated.
Any help would be fantastic,
Jin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060227/ff960575/attachment.html
2008 Jan 23
5
Linux, UNIX, XP32, Vista X64 or ...? [SEC=UNCLASSIFIED]
...M. Some pretty large
datasets are expected soon, perhaps in an order of several GB. I am facing a
similar situation like Ralph, either to get a new PC with a bigger RAM or
else. I am just wondering if R is getting faster in other systems like UNIX
or Linux. Any suggestions are appreciated.
Regards,
Jin
--------------------------------------------
Jin Li, PhD
Spatial Modeller/
Computational Statistician
Marine & Coastal Environment
Geoscience Australia
Ph: 61 (02) 6249 9899
Fax: 61 (02) 6249 9956
email: jin.li at ga.gov.au
--------------------------------------------
-----Original Message---...
2005 Dec 15
8
slightly OT - Ruby division
Hey all,
In my code, it seems that when I divide two integers, the result is an
integer. Is there any way to make it such that when I divide two integers,
the result is a double?
Any help appreciated,
Jin
_______________________________________________
Rails mailing list
Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
http://lists.rubyonrails.org/mailman/listinfo/rails
2009 Sep 30
2
[LLVMdev] long double type on ARM
...aders="mmintrin.h mm3dnow.h xmmintrin.h emmintrin.h
pmmintrin.h tmmintrin.h ammintrin.h smmintrin.h
nmmintrin.h"
(out_cxx_file variable is empty for ARM target)
I wonder if llvm-gcc 4.2 front-end support bitcode conversion for ARM target.
Thank you.
Best regards,
Jin-Gu Kang
________________________________
From: Bob Wilson [bob.wilson at apple.com]
Sent: Thursday, October 01, 2009 1:23 AM
To: Jin Gu Kang
Cc: llvmdev at cs.uiuc.edu
Subject: Re: [LLVMdev] long double type on ARM
Unlike llvm itself, llvm-gcc needs to be configured for a particular target archit...
2008 Feb 15
1
Conditional Autoregressive (CAR) model simulation
...ditional
autoregressive (CAR) structure, for a given neighbouring matrix and for a
autocorrelation "rho".
Is there any package or function in R to perform it ?
I found the function "CARsimu" in the hdeco library, but this is not what
I'm looking for
Thanks in advance
Dae-Jin
--
__________________________________
Dae-Jin Lee
Office/Despacho: 7.3.J04
Phone/Tlfno:+34 91 624 9175
Fax: +34 91 624 9430
Departamento de Estadística
Av. Universidad 30, Ed. Juan Benet
28911 Leganés (Madrid), SPAIN
Universidad Carlos III de Madrid
e-mail: dae-jin.lee@uc3m.es
web: http://...
2018 Apr 26
0
[LLVM][RFC] Representing the target device information in the LLVM IR
Hi, Jin,
Can you please back up a bit and talk about the programming environment
in which this problem manifests?
If I have a host and a target with different ABIs, then it seems we have
lots of problems. For one thing, the layouts of structures are
different, the sizes of some integer types are differen...
2014 Jan 02
2
[LLVMdev] Tracing values in llvm IR
Hi Jin Huang,
The updated Giri code is available at https://github.com/liuml07/giri<https://github.com/liuml07/giri.>. This will give you an idea of how to instrument the program to trace different values. You can modify the code to achieve your goals.
-Swarup.
________________________________
Fr...
2009 Sep 30
0
[LLVMdev] long double type on ARM
...ork. For 2.5, the ARM port of
llvm-gcc did not require a separate llvm-arm.cpp source file, so
nothing needed to be added to config.gcc. It worked fine as far as I
know.
For 2.6, you will see that there are some ARM-related changes to
config.gcc in llvm-gcc.
On Sep 30, 2009, at 9:44 AM, Jin Gu Kang wrote:
> Hi Bob!
>
> I could not find llvm file for ARM target in llvm-gcc 4.2 front end
> source code.
>
> $llvm-gcc-src/gcc/config.gcc file
>
> alpha*-*-*)
> cpu_type=alpha
> need_64bit_hwint=yes
> # LLVM LOCAL begin
> out_cxx_file=alpha/llvm-a...
2008 Feb 14
1
Installation of R on UNIX - Sparc Solaris v8 [SEC=UNCLASSIFIED]
...the "Prebuilt versions of R are available for Solaris" and the Solaris
binary?
By the way, given the UNIX system is pretty old (Solaris v8), could the
latest version of R be installed on such old system or we have to install an
earlier version of R?
Thanks a lot in advance.
Regards,
Jin
-----Original Message-----
From: Prof Brian Ripley [mailto:ripley at stats.ox.ac.uk]
Sent: Tuesday, 12 February 2008 5:06
To: Li Jin
Cc: r-help at r-project.org
Subject: Re: [R] Linux, UNIX, XP32, Vista X64 or ...? [SEC=UNCLASSIFIED]
On Tue, 12 Feb 2008, Jin.Li at ga.gov.au wrote:
> Thanks t...