Displaying 20 results from an estimated 79 matches for "emma".
Did you mean:
emea
2016 Dec 09
4
trouble installing centos 6.8
...clicked "Start", expecting to be able to install the operating
system. Instead of gives me a bunch of output I don't understand, and
then it just hangs. I've attached a screen-shot.
I tried to re-download the iso files, from a different mirror. Same issue.
Any ideas?
Thank you
Emma
2003 Jun 20
1
User can delete file when they have no read/write access
...uot; if they try to access another profile then their own) thats great, BUT they can delete the other profiles.
It aint only the profiles share but all files, and thats pretty much a problem here =)
Here is a ls of the profiles directory:
linux:/home/samba/profiles# ls -l
total 12
drwx------ 14 emma emma 4096 Jun 19 22:18 emma
drwx------ 19 esben esben 4096 Jun 17 20:00 esben
drwx------ 14 root root 4096 May 17 21:13 root
linux:/home/samba/profiles#
So the user esben cant read the emma folder but he can delete it witch is pretty bad =)
How can I fix this...
2010 Nov 30
2
excluding factors from sampling
...of items a-j (a,b,c,d,e,f,g,h,i, and j) and
randomly sample a, c, and f from that group. How do I sample again from the
larger group (a-j) but exclude the items (a,c,f) that I have already
sampled. I want this to be a function, so I don't want to just manually
exclude a,c, and f.
Thanks!
--
Emma Moran
Washington University in St Louis
Biology Department
McDonnell Hall Rm 419
One Brookings Drive, St. Louis, MO 63130
emoran@wustl.edu
[[alternative HTML version deleted]]
2016 Dec 09
3
trouble installing centos 6.8
On Fri, 9 Dec 2016 12:46:11 -0700
Emma M Birath wrote:
> > I proceeded to set up a new VM, selecting Linux / RedHat 64 bit. I
> > selected the DVD1 iso file above as "IDE Primary Master" and the DVD2
> > as "IDE Secondary Master".
I have personally always had the best luck by installing the Live...
2020 Sep 04
4
Acls
...te a new AD group (Unix Admins for instance), give this group a gidNumber attribute and add it to the Administrators group and then, on Unix, use the group wherever you would normally use Domain Admins.
I am using a raspberry pi. And don?t know how to set this up.
Philip
p.s. can an admin block Emma the hooker?. She is sending spam. It?s anoying
2009 Mar 11
3
Mixed models fixed effects
...t passes) my predictors fixed effects are
continuous (height metres), width (metres) etc and the random effect is
site - can you tell me if the fixed effects can be continuous as all the
examples I have read show them as categorical, but this is not covered in
any documents I can find.
Help!
Emma
2008 Dec 05
3
Logical inconsistency
Dear colleagues
Please could someone kindly explain the following inconsistencies I've discovered when performing logical calculations in R:
8.8 - 7.8 > 1
> TRUE
8.3 - 7.3 > 1
> TRUE
Thank you,
Emma Jane
[[alternative HTML version deleted]]
2011 Jan 10
5
Changing a logical matrix into a numeric matrix
...E matrix into a 1/0 matrix (i.e. True=1 and
False=0)
[,1] [,2] [,3]
[1,] TRUE FALSE FALSE
[2,] TRUE TRUE FALSE
[3,] TRUE TRUE TRUE
[,1] [,2] [,3]
[1,] 1 0 0
[2,] 1 1 0
[3,] 1 1 1
Is there a quick way of doing this without a loop?
Thanks Emma
--
View this message in context: http://r.789695.n4.nabble.com/Changing-a-logical-matrix-into-a-numeric-matrix-tp3206797p3206797.html
Sent from the R help mailing list archive at Nabble.com.
2005 Sep 21
3
Multiple density plots on 1 graph
I want to overlay 50 denisty plots on a single plot.
For each plot there are 10,000 data points and i want
the empirical density of the data. I have not been
able to find an easy way to achieve this (I have
scoured the manula and website so sorry if I missed
it!), does anyone have any suggestions?
Thankyou.
2020 Jun 03
2
Fwd: I cannot change value of global variable in LLVM IR using IRBuilder
...f(TestClass));
delete buffer;
delete test;
}
And program output after instrumentation:
Allocated address: 0x000001CD326C1B20, size: 101, key: 0
CHECK address: 0x000001CD326C1B20, size: 101
Allocated address: 0x000001CD326C1B90, size: 8, key: 0
CHECK address: 0x000001CD326C1B90, size: 8
Regards,
Emma Luciano
śr., 3 cze 2020 o 11:21 Eli Friedman <efriedma at quicinc.com> napisał(a):
> Suppose I have the following program:
>
>
>
> $ cat test.c
>
> int a = 0;
>
> int main() { a = 1; };
>
>
>
> Then I compile and run it:
>
> $ clang test.c
>
&...
2002 Mar 07
2
Access denied error
...igure it.
I am trying to view the share (just "home") from a DOS window in Windows
2000, using :
> net view \\myUNIXbox and am getting :
System Error 5 has occurred.
Access is denied
Any suggestions greatly appreciated.
Please reply to me at elewis@dementia.ion.ucl.ac.uk
Cheers,
Emma
2011 Dec 07
1
using sample
...asically, in the sample bit, I only want to get obs.all if the value of obs
is less than the value of n.sim[i]. I get the error message
Error in sample(obs[obs < n.sim[i]], size = n.sim[i], replace = T) :
invalid first argument
length(n.sim) is 386
Thanks in advance for your suggestions
Emma
--
View this message in context: http://r.789695.n4.nabble.com/using-sample-tp4169747p4169747.html
Sent from the R help mailing list archive at Nabble.com.
2023 Sep 22
1
[PATCH 6/9] drm/vc4: Annotate struct vc4_perfmon with __counted_by
...ked at run-time checking via CONFIG_UBSAN_BOUNDS
(for array indexing) and CONFIG_FORTIFY_SOURCE (for strcpy/memcpy-family
functions).
As found with Coccinelle[1], add __counted_by for struct vc4_perfmon.
[1] https://github.com/kees/kernel-tools/blob/trunk/coccinelle/examples/counted_by.cocci
Cc: Emma Anholt <emma at anholt.net>
Cc: Maxime Ripard <mripard at kernel.org>
Cc: David Airlie <airlied at gmail.com>
Cc: Daniel Vetter <daniel at ffwll.ch>
Cc: dri-devel at lists.freedesktop.org
Signed-off-by: Kees Cook <keescook at chromium.org>
---
drivers/gpu/drm/vc4/vc4_...
2023 Sep 22
1
[PATCH 6/9] drm/vc4: Annotate struct vc4_perfmon with __counted_by
...ked at run-time checking via CONFIG_UBSAN_BOUNDS
(for array indexing) and CONFIG_FORTIFY_SOURCE (for strcpy/memcpy-family
functions).
As found with Coccinelle[1], add __counted_by for struct vc4_perfmon.
[1] https://github.com/kees/kernel-tools/blob/trunk/coccinelle/examples/counted_by.cocci
Cc: Emma Anholt <emma at anholt.net>
Cc: Maxime Ripard <mripard at kernel.org>
Cc: David Airlie <airlied at gmail.com>
Cc: Daniel Vetter <daniel at ffwll.ch>
Cc: dri-devel at lists.freedesktop.org
Signed-off-by: Kees Cook <keescook at chromium.org>
---
drivers/gpu/drm/vc4/vc4_...
2023 Sep 22
1
[PATCH 6/9] drm/vc4: Annotate struct vc4_perfmon with __counted_by
...ked at run-time checking via CONFIG_UBSAN_BOUNDS
(for array indexing) and CONFIG_FORTIFY_SOURCE (for strcpy/memcpy-family
functions).
As found with Coccinelle[1], add __counted_by for struct vc4_perfmon.
[1] https://github.com/kees/kernel-tools/blob/trunk/coccinelle/examples/counted_by.cocci
Cc: Emma Anholt <emma at anholt.net>
Cc: Maxime Ripard <mripard at kernel.org>
Cc: David Airlie <airlied at gmail.com>
Cc: Daniel Vetter <daniel at ffwll.ch>
Cc: dri-devel at lists.freedesktop.org
Signed-off-by: Kees Cook <keescook at chromium.org>
---
drivers/gpu/drm/vc4/vc4_...
2004 Oct 28
1
plot.baysian error = only 0's may mix with negative subscripts
...n points(Mbar[-index], lods[-index], pch = ".") :
only 0's may mix with negative subscripts
Thanx in advance
Dino
P.S. I allready sent this message once but without a subject. I
apologize for the inconvenience
Konstantinos G. Liolios
IT Software Engineer II
Charles E. and Emma H. Morrison
Depts. Pathology and Microbiology-Immunology
Northwestern University
Ward 3-240
303 E. Chicago Avenue
Chicago IL 60611
Tel: 312-503-0224
Fax:312-503-0281
http://www.haldarlab.northwestern.edu
===========End of original message text===========
Konstantinos G. Liolios
IT Software Engin...
2011 Dec 13
2
Generating input population for microsimulation
...f people and families, but obviously I'm doing something (or many things) wrong. Any suggestions on how to fix this? I had been focusing on creating a person and assigning them to a unit, but perhaps I should create the units and then populate the units with people?
Thanks so much in advance.
Emma
2011 Apr 17
1
KDC and samba4
...ja at DUMARESQ.LOCAL
1 04/16/11 20:04:19 dumareja at DUMARESQ.LOCAL
1 04/16/11 20:04:19 dumareja at DUMARESQ.LOCAL
2 04/16/11 20:04:19 dumaresq at DUMARESQ.LOCAL
2 04/16/11 20:04:19 dumaresq at DUMARESQ.LOCAL
2 04/16/11 20:04:19 dumaresq at DUMARESQ.LOCAL
1 04/16/11 20:04:19 emma at DUMARESQ.LOCAL
1 04/16/11 20:04:19 emma at DUMARESQ.LOCAL
1 04/16/11 20:04:19 emma at DUMARESQ.LOCAL
1 04/16/11 20:04:19 julia at DUMARESQ.LOCAL
1 04/16/11 20:04:19 julia at DUMARESQ.LOCAL
1 04/16/11 20:04:19 julia at DUMARESQ.LOCAL
1 04/16/11 20:04:19 ANCALAGON$@DUMARESQ...
2005 Mar 17
2
Repeated Measures, groupedData and lme
...if I don't specify the groupedData object in the model, then in
the fixed effects section, it names the treatments (i.e. intercept,
treatmentcontrol, treatment6TFYM.
Should I be fitting the model using the whole data set rather than the
groupedData object?
Thank you very much for your help
Emma Pilgrim
------------------------------------------------------------------------
------
Dr Emma Pilgrim
Plant Ecologist
IGER
North Wyke
Okehampton
EX20 2SB
email: emma.pilgrim@bbsrc.ac.uk
[[alternative HTML version deleted]]
2020 Jun 03
2
Fwd: I cannot change value of global variable in LLVM IR using IRBuilder
...t didn't work either.
I created corresponding stackoverflow topic:
https://stackoverflow.com/questions/62142574/how-can-i-update-global-variable-value-in-llvm-ir-using-irbuilder?fbclid=IwAR2X7uGhUjm_SN2UcxWYqaRQW2-cs6iPbMx2_tbKubeyYUkZ_pS6rkFfY9I
I will be really grateful for help.
Regards,
Emma Luciano
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200603/0a77406a/attachment-0001.html>