search for: lay

Displaying 20 results from an estimated 1534 matches for "lay".

Did you mean: day
2011 Sep 07
1
Error: in routine alloca() there is a stack overflow: thread 0, max 535822282KB, used 0KB, request 24B
...associated with the print ("fininshed open file") and print(nc) portion of the script: [1] "fininshed open file" [1] "file /users/me/latlong_spec2_WOCONV_150s_2004187.ncf has 6 dimensions:" [1] "TSTEP Size: 2" [1] "DATE-TIME Size: 2" [1] "LAY Size: 1" [1] "VAR Size: 30" [1] "ROW Size: 1200" [1] "COL Size: 2496" [1] "------------------------" [1] "file /users/huxxx249/MEGANv2.04/Output/latlong_spec2_WOCONV_150s_2004187.ncf has 31 variables:" [1] "int TFLAG[DATE-TIME,VAR,...
2011 Nov 21
2
errors with lme4
...terranova: records of temperature ? minpengS1: records of temperature ? wchillpengS1: records of temperature ? minpengS2: records of temperature ? wchillpengS2: records of temperature ? nnd: nearest neighbour distance ? npd: nearest penguin distance ? eggs: numbers of eggs ? lay: laying date (julian calendar) ? hatch: hatching date (julian calendar) I have some NAs in the data. I want to test the model with all the variable then i want to remove some, but the ideal model: GLM.1 <-lmer(fledgesucc ~ +lay +hatch +elev +seadist +nnd +npd +meanterranova +minpengS1 +min...
2009 Apr 10
0
Anaconda kickstart laying out / randomly; ignoring --ondisk in part command
...--ondisk=sdc . part raid.04 . --ondisk=sdd . . raid / --level=RAID1 --fstype=ext3 --device=md0 raid.01 raid.02 raid.03 raid.04 When I only have 4 drives installed in the system, this works fine. However, whenever I have more than 4 drives, it seems that anaconda ignores my --ondisk, and lays out /dev/md0 somewhat randomly across the drives. In particular, with 8 drives (sda..sdh), with the exact same kickstart file, it lays out /dev/md0 on drives sda, sdb, sdg and sdh. with 10 drives (sda..sdj), with the exact same kickstart file, it lays out /dev/md0 on drives sda, sdh, sdi, sdj...
2015 Jan 27
7
[LLVMdev] IR extension proposal: bitset constants
...s in the set of valid vtable pointers for the class or its derived classes. One way of doing this is for a toolchain component to build, for each class, a bit set that maps to the memory region allocated for the vtables, such that each 1 bit in the bit set maps to a valid vtable for that class, and lay out the vtables next to each other, to minimize the total size of the bit sets. Call sites would perform a range check followed by a load of the appropriate bit from the bit set. To give a concrete example, suppose we have the following classes: struct A { virtual void f(); }; struct B : A { virt...
2010 Sep 06
8
Over lay 2 scale in same plot
...these two data in the same plot in their respective scale. So the plot will have 2 different scale. I have added an image below to show how it should look. does any bode has any idea how this can be done. 2 different y scale in same plot..?? http://r.789695.n4.nabble.com/file/n2528661/2scale_ovelay.jpg Thanks in advance. Mamun -- View this message in context: http://r.789695.n4.nabble.com/Over-lay-2-scale-in-same-plot-tp2528661p2528661.html Sent from the R help mailing list archive at Nabble.com.
2015 Jan 28
3
[LLVMdev] IR extension proposal: bitset constants
...its >> derived >> classes. One way of doing this is for a toolchain component to build, for >> each >> class, a bit set that maps to the memory region allocated for the vtables, >> such that each 1 bit in the bit set maps to a valid vtable for that class, >> and lay out the vtables next to each other, to minimize the total size of >> the bit sets. Call sites would perform a range check followed by a load of >> the appropriate bit from the bit set. >> >> To give a concrete example, suppose we have the following classes: >> >>...
2015 Aug 10
2
pigeonhole/lda accessing -m folder
...eve_environment_item phase_env_item; extern const struct sieve_environment_item name_env_item; extern const struct sieve_environment_item version_env_item; +extern const struct sieve_environment_item defaultfolder_env_item; /* * Initialization On 08/07/2015 04:03 PM, matthias lay wrote: > fixed my problem. > > if somebody is interested. > I added an variable to the environment extension, which is quite easy. > And the value of the folder is already there. so this is all: > > > src/lib-sieve/plugins/environment/ext-environment-common.c > > s...
2008 Jul 01
0
[Fwd: Re: University of Washington lays off 66 technology workers.]
I would expect this means the end of UWIMAP....which probably leaves DC as open-source IMAP of choice. There were 66 people doing IMAP and Pine/Alpine development that were laid off at UWash due to funding cuts; Mark Crispin, one of the fathers of IMAP, was among those laid off. From the keyboard of: James Morris Lead Engineer, UW Technology University of Washington
2003 Jun 25
2
openssh-3.6.1p2-passexpire20.patch prevents /etc/nologin disp lay on AIX
Courtesy follow up back to the unix-dev list (mainly for those like me who searched the archives) Thanks to the very swift response of Darren, a patched auth.c did the trick Patch enclosed below (apply after the p20) I'm guessing he'll either update p20 or issue p21 soon. Many thanks Andrew --- auth.c.orig 2003-06-25 23:14:16.000000000 +1000 +++ auth.c 2003-06-25
2015 Aug 07
2
pigeonhole/lda accessing -m folder
...into", "variables", "?destfolder?" ]; if anyof ( destfolder :matches "*") { fileinto "${1}/subfolder"; }else{ fileinto "INBOX/subfolder"; } On 08/07/2015 12:26 PM, Jost Krieger wrote: > On Fri Aug 7 12:19:22 2015, matthias lay wrote: > >> anybody knows, if there is a way to acces the folder from a call like this >> >> deovecot-lda -m destfolder >> >> from within a sieve script? > > Depending on what you mean by "access", this could be as easy as > > require &quo...
2015 Jan 29
3
[LLVMdev] IR extension proposal: bitset constants
...g this is for a toolchain component to build, > for > > >> each > > >> class, a bit set that maps to the memory region allocated for the > vtables, > > >> such that each 1 bit in the bit set maps to a valid vtable for that > class, > > >> and lay out the vtables next to each other, to minimize the total > size of > > >> the bit sets. Call sites would perform a range check followed by a > load of > > >> the appropriate bit from the bit set. > > >> > > >> To give a concrete example, suppos...
2015 Jan 30
0
[LLVMdev] IR extension proposal: bitset constants
...d vtable pointers for the class or its derived > classes. One way of doing this is for a toolchain component to build, for each > class, a bit set that maps to the memory region allocated for the vtables, > such that each 1 bit in the bit set maps to a valid vtable for that class, > and lay out the vtables next to each other, to minimize the total size of > the bit sets. Call sites would perform a range check followed by a load of > the appropriate bit from the bit set. > > To give a concrete example, suppose we have the following classes: > > struct A { virtual vo...
2017 Jun 22
2
[PATCH v2 13/14] drm: stm: remove dead code and pointless local lut storage
...dc.c > +++ b/drivers/gpu/drm/stm/ltdc.c > @@ -375,17 +375,6 @@ static irqreturn_t ltdc_irq(int irq, void *arg) > * DRM_CRTC > */ > > -static void ltdc_crtc_load_lut(struct drm_crtc *crtc) > -{ > - struct ltdc_device *ldev = crtc_to_ltdc(crtc); > - unsigned int i, lay; > - > - for (lay = 0; lay < ldev->caps.nb_layers; lay++) > - for (i = 0; i < 256; i++) > - reg_write(ldev->regs, LTDC_L1CLUTWR + lay * LAY_OFS, > - ldev->clut[i]); > -} > - > static void ltdc_crtc_enable(struct drm_crtc *crtc) > { > struc...
2008 Jan 07
4
ARGH!!! Instal fails at drive format time
Got all the way through the selection of packages. All those time consuming tasks and the install got to formating the drive and crashed on a format error! Since I know exactly how I want to lay out the partitions, is there a way I can boot from CD, and get into Disk Druid to set the partitions and do the formating. Then when I come to the install just select to keep the drive how it is? And I have to have LVM....
2006 Feb 24
5
need help with form layout
Is there some way to format the layout of the fields within a form? I''ve got about 10 fields that I''d like to lay out in a couple of columns. Tried putting them in a table and that didn''t work too good. Any pointers will be very much appreciated. Thanks, Bill -------------- next part -------------- An H...
2017 Jun 22
0
[PATCH v2 13/14] drm: stm: remove dead code and pointless local lut storage
...83d..87829b9 100644 --- a/drivers/gpu/drm/stm/ltdc.c +++ b/drivers/gpu/drm/stm/ltdc.c @@ -375,17 +375,6 @@ static irqreturn_t ltdc_irq(int irq, void *arg) * DRM_CRTC */ -static void ltdc_crtc_load_lut(struct drm_crtc *crtc) -{ - struct ltdc_device *ldev = crtc_to_ltdc(crtc); - unsigned int i, lay; - - for (lay = 0; lay < ldev->caps.nb_layers; lay++) - for (i = 0; i < 256; i++) - reg_write(ldev->regs, LTDC_L1CLUTWR + lay * LAY_OFS, - ldev->clut[i]); -} - static void ltdc_crtc_enable(struct drm_crtc *crtc) { struct ltdc_device *ldev = crtc_to_ltdc(crtc); @@ -523,7 +...
2012 Aug 30
2
The FLAC website
...Martijn van Beurden wrote: > On 28-08-12 10:46, Erik de Castro Lopo wrote: > > I think thats a great idea. WOuld be happy to have someone pick > > this up and run with it. > > So I got busy but stumbled upon several things. I'm not sure why there > are two boxes displaying the same news on the homepage right now, so I > made two screenshots of possible designs, one which keeps both boxes and > one that moves everything to the sidebar. I've enlarged the sidebar a > bit in both. > > http://www.icer.nl/images/ktf/flac-website-both.png > http...
2011 Nov 22
3
making scatterplot easier to read
Dear R users, do you know an easy way (other than star plot) of making several points laying one over another visible? Is it any simple way of increasing such "multipoint" symbols - or shifting their positions randomly to make several points in one place visible? Cheers, sz. -- Szymon Drobniak || Population Ecology Group *Institute of Environmental Sciences, Jagiellonian Un...
2017 Jan 16
2
Your help needed: List of LLVM Open Projects 2017
...; >> > things > >> > in response to user needs, but just wondering if somebody has any > ideas. > >> > > >> > >> I'm not particularly active in lld anymore, but the last big item I'd > >> like to see implemented is Pettis-Hansen layout. > >> http://perso.ensta-paristech.fr/~bmonsuez/Cours/B6-4/ > Articles/papers15.pdf > >> (mainly because it improves performances of the final executable). > >> GCC/gold have an implementation of the algorithm that can be used as > >> base. I'll expand...
2017 Jun 23
0
[Intel-gfx] [PATCH v2 13/14] drm: stm: remove dead code and pointless local lut storage
....c > > @@ -375,17 +375,6 @@ static irqreturn_t ltdc_irq(int irq, void *arg) > > * DRM_CRTC > > */ > > > > -static void ltdc_crtc_load_lut(struct drm_crtc *crtc) > > -{ > > - struct ltdc_device *ldev = crtc_to_ltdc(crtc); > > - unsigned int i, lay; > > - > > - for (lay = 0; lay < ldev->caps.nb_layers; lay++) > > - for (i = 0; i < 256; i++) > > - reg_write(ldev->regs, LTDC_L1CLUTWR + lay * LAY_OFS, > > - ldev->clut[i]); > > -} > > - > > static void ltdc_crtc_enable(struc...