search for: xxl

Displaying 20 results from an estimated 30 matches for "xxl".

Did you mean: xl
2013 Mar 03
1
Ordering Table Columns
...and I'm just doing a frequency distribution analysis > on T-shirt sales by size. I have a .csv with 60 orders. I read in the > data using read.csv. If I look at the summary() or table() of the data it > looks fine, except that the shirt sizes are alphabetical rather than from > S-XXL--so the bar graph loses the shape of the data based on size. > > All I want to do is get the table to arrange the data: > S M L XL XXL > > Here's the code that I've run that got me closer to what I want. It seems > like it should be simple, but going through the "R...
2017 Aug 03
1
Problem compiling R patched and R devel on Ubuntu
...eck" (while building the 32 bit architecture) on my Ubuntu 16.04.3 LTS machine. Specifically, a test in graphics-Ex.R seems to fail and the last lines of graphics-ex.Rout.fail are: > ## Extreme outliers; the "FD" rule would take very large number of 'breaks': > XXL <- c(1:9, c(-1,1)*1e300) > hh <- hist(XXL, "FD") # did not work in R <= 3.4.1; now gives warning Warning in hist.default(XXL, "FD") : 'breaks = 4.44796e+299' is too large and set to 1e9 Error in pretty.default(range(x), n = breaks, min.n = 1) :...
2007 Mar 30
1
Lotr, Asterix & Obelix XXL under Wine
Hello, just recently I totally dumped my windows totally. Now I would like to install a few games for my boys with wine. I'm a newby to wine (generally I'm really satisfied with Linux alone), so - where can I get help in general, and for the two games in the subject line especially? Thank you in advance for any help, Martin --
2007 May 07
0
Games probel (Asterix XXL, Lord of the Rings)
Hi, when trying to start Asterix XXL with wine, I get the following error messages: fixme:d3d:IWineD3DImpl_CheckDeviceMultiSampleType Quality levels unsupported at present fixme:d3d:IWineD3DDeviceImpl_GetAvailableTextureMem (0x1a5738) : stub, simulatin g 64MB for now, returning 64MB left fixme:d3d:IWineD3DDeviceImpl_SetSamplerStat...
2020 Aug 07
0
[PATCH v3 4/7] x86/paravirt: remove 32-bit support from PARAVIRT_XXL
The last 32-bit user of stuff under CONFIG_PARAVIRT_XXL is gone. Remove 32-bit specific parts. Signed-off-by: Juergen Gross <jgross at suse.com> --- arch/x86/entry/vdso/vdso32/vclock_gettime.c | 1 + arch/x86/include/asm/paravirt.h | 92 +++------------------ arch/x86/include/asm/paravirt_types.h | 21 ----- arch/x86/include/...
2020 Aug 15
0
[PATCH v4 1/6] x86/paravirt: remove 32-bit support from PARAVIRT_XXL
The last 32-bit user of stuff under CONFIG_PARAVIRT_XXL is gone. Remove 32-bit specific parts. Signed-off-by: Juergen Gross <jgross at suse.com> --- arch/x86/entry/vdso/vdso32/vclock_gettime.c | 1 + arch/x86/include/asm/paravirt.h | 120 ++------------------ arch/x86/include/asm/paravirt_types.h | 21 ---- arch/x86/include...
2009 Jan 12
1
re tail case-pack ordering problem - can R help?
...desired quantities for each size of a product. A case pack is a set of sizes that the supplier assembles. The retailer must order in whole case packs. For example, For a given shoe style, in the color brown, a supplier has the following case packs available. Sizes - > XS S M L XL XXL XXXL CasePack profiles: cp1 1 3 5 4 2 1 0 cp2 0 2 2 2 0 0 0 cp3 0 2 3 3 1 0 0 cp4 2 4 5 5 4 1 0 And, for a given store, the retailer has determined the following set the desired quantites of sizes to purchase. (Th...
2005 Sep 16
3
problem with isolinux 3.10 & 3.11
...isolinux 3.10, both the normal and the debug version. the attachment shows a vmware 5.5 beta window with an error message by isolinux 3.11 debug. the older 3.09 runs fine in both real world and vmware 5.0 as well as 5.5 beta. ______________________________________________________________________ XXL-Speicher, PC-Virenschutz, Spartarife & mehr: Nur im WEB.DE Club! Jetzt gratis testen! http://freemail.web.de/home/landingpad/?mc=021130
2020 Aug 07
4
[PATCH v3 0/7] Remove 32-bit Xen PV guest support
...atches 3 and 7 Changes in V2: - rebase to 5.8 kernel - addressed comments to V1 - new patches 3 and 4 Juergen Gross (7): x86/xen: remove 32-bit Xen PV guest support x86/xen: eliminate xen-asm_64.S x86/xen: drop tests for highmem in pv code x86/paravirt: remove 32-bit support from PARAVIRT_XXL x86/paravirt: cleanup paravirt macros x86/paravirt: use CONFIG_PARAVIRT_XXL instead of CONFIG_PARAVIRT x86/entry/32: revert "Fix XEN_PV build dependency" arch/x86/entry/entry_32.S | 109 +---- arch/x86/entry/entry_64.S | 4 +- arch/x86/entry/v...
2020 Jul 01
5
[PATCH v2 0/4] Remove 32-bit Xen PV guest support
...nning as 32-bit PV guest, so dropping this mode makes sense from security point of view, too. Changes in V2: - rebase to 5.8 kernel - addressed comments to V1 - new patches 3 and 4 Juergen Gross (4): x86/xen: remove 32-bit Xen PV guest support x86/paravirt: remove 32-bit support from PARAVIRT_XXL x86/paravirt: cleanup paravirt macros x86/paravirt: use CONFIG_PARAVIRT_XXL instead of CONFIG_PARAVIRT arch/x86/entry/entry_32.S | 109 +------ arch/x86/entry/entry_64.S | 4 +- arch/x86/entry/vdso/vdso32/vclock_gettime.c | 1 + arch/x86/include/asm/fix...
2020 Jul 01
5
[PATCH v2 0/4] Remove 32-bit Xen PV guest support
...nning as 32-bit PV guest, so dropping this mode makes sense from security point of view, too. Changes in V2: - rebase to 5.8 kernel - addressed comments to V1 - new patches 3 and 4 Juergen Gross (4): x86/xen: remove 32-bit Xen PV guest support x86/paravirt: remove 32-bit support from PARAVIRT_XXL x86/paravirt: cleanup paravirt macros x86/paravirt: use CONFIG_PARAVIRT_XXL instead of CONFIG_PARAVIRT arch/x86/entry/entry_32.S | 109 +------ arch/x86/entry/entry_64.S | 4 +- arch/x86/entry/vdso/vdso32/vclock_gettime.c | 1 + arch/x86/include/asm/fix...
2018 Aug 10
1
[PATCH 06/10] x86/paravirt: introduce new config option PARAVIRT_XXL
On 08/10/2018 07:52 AM, Juergen Gross wrote: > A large amount of paravirt ops is used by Xen PV guests only. Add a new > config option PARAVIRT_XXL which is selected by XEN_PV. Later we can > put the Xen PV only paravirt ops under the PARACVIRT_XXL umbrella. What does "XXL" stand for? My immediate thought was "extra extra large" but I suspect it's something else. -boris
2020 Aug 15
6
[PATCH v4 0/6] x86/paravirt: cleanup after 32-bit PV removal
...ssed comments to V3 - added new patches 5+6 Changes in V3: - addressed comments to V2 - split patch 1 into 2 patches - new patches 3 and 7 Changes in V2: - rebase to 5.8 kernel - addressed comments to V1 - new patches 3 and 4 Juergen Gross (6): x86/paravirt: remove 32-bit support from PARAVIRT_XXL x86/paravirt: cleanup paravirt macros x86/paravirt: use CONFIG_PARAVIRT_XXL instead of CONFIG_PARAVIRT x86/entry/32: revert "Fix XEN_PV build dependency" x86/paravirt: remove set_pte_at pv-op x86/paravirt: avoid needless paravirt step clearing page table entries arch/x86/entry...
2007 May 10
3
[LLVMdev] T-Shirts: Last Call
...ur existing order. The T-Shirt is described this way: 437 JERZEES 50/50 Spot Shield Polo 50/50 cotton/poly blend, 5.6 oz. Treated with Spot Shield, most water and oil based stains bead up and roll off. 2-button placket, pearl buttons, double-needle hem. Sizes for this shirt are S, M, L, XL, 2XL, XXL. The shirt will have an embroidered LLVM Logo on the front left breast (where pocket usually goes). The embroidered logo will be a maroon (deep red) color. You can order the shirt in one of the following colors (use the link to see the shirt in that color), but remember that the maroon logo might...
2011 Dec 21
1
xen-api: xcp-xapi.init conflicts with xend
...on this github pull request: > > https://github.com/jonludlam/xen-api/pull/12 > > Mike > In Debian, /etc/default/xen is there to select xm vs xl. So we could do: if ! [ -f /etc/default/xen ] ; then TOOLSTACK=xm else . /etc/default/xen if ! [ "x${TOOLSTACK}" = "xxl" ] ; then TOOLSTACK=xm fi fi if ! [ ${TOOLSTACK} = "xl" ] ; then log_failure_msg "Please configure /etc/default/xen to use xl" exit 1 fi I think it's also good to check for a xend instance, but I'd rather advocate for doing this: # Exit with failure if xend...
2006 Mar 28
2
PowerWalker UPS - Re-branded Mustek ?
...rs who don?t have such luck or which are not happy to do "experiments") pps: sorry for crossposting - but i thought this was probably of interest for both users and developers - and since traffic isn`t very high...... ______________________________________________________________________ XXL-Speicher, PC-Virenschutz, Spartarife & mehr: Nur im WEB.DE Club! Jetzt gratis testen! http://freemail.web.de/home/landingpad/?mc=021130
2006 Mar 28
2
PowerWalker UPS - Re-branded Mustek ?
...rs who don?t have such luck or which are not happy to do "experiments") pps: sorry for crossposting - but i thought this was probably of interest for both users and developers - and since traffic isn`t very high...... ______________________________________________________________________ XXL-Speicher, PC-Virenschutz, Spartarife & mehr: Nur im WEB.DE Club! Jetzt gratis testen! http://freemail.web.de/home/landingpad/?mc=021130
2006 Jun 25
0
hier.part function???
...bles are highly correlated and therefor the model fitting was not optimal, or can it also be, that a high joint contribution means, that the relevant variables only show there full effects on the response Variable in combination with other parameters in the model? Many thanks Christian Jones XXL-Speicher, PC-Virenschutz, Spartarife & mehr: Nur im WEB.DE Club! Jetzt gratis testen! *http://freemail.web.de/home/landingpad/?mc=021130* [http://freemail.web.de/home/landingpad/?mc=021130] [[alternative HTML version deleted]]
2005 Oct 10
1
PXE Boot
Hallo, ist es m?glich mit syslinux ein CD-ISO ?ber PXE zu booten?? -- Mit freundlichen Gruessen Juergen Lucka mailto:lucka at dw-westfalen.de (EDV-Koordination) Diakonisches Werk der Evangelischen Kirche von Westfalen e.V. Friesenring 32/34 48147 M?nster Tel.:0251,2709-136 Fax: 0251,2709-55-136 --- Using Windows 2000 5.0 Build 2195 Service Pack 4 --- --- Nachricht erstellt mit The Bat! 3.60.07
2006 Jan 17
1
menu.c32 recycling?
...linuz APPEND initrd=initrd.img ramdisk_size=9216 ks=cdrom:/kickstarts/enterprise-aaa-san.cfg LABEL enterprise-xldb MENU LABEL Enterprise XL KERNEL vmlinuz APPEND initrd=initrd.img ramdisk_size=9216 ks=cdrom:/kickstarts/enterprise-xldb.cfg LABEL enterprise-xxldb MENU LABEL Enterprise XXL KERNEL vmlinuz APPEND initrd=initrd.img ramdisk_size=9216 ks=cdrom:/kickstarts/enterprise-xxldb.cfg LABEL local MENU LABEL Exit Installation LOCALBOOT 0 I looked at the source code but I am rusty on C and I don't s...