Displaying 8 results from an estimated 8 matches for "xinc".
Did you mean:
inc
2007 Apr 05
1
Ignoring increment hint when maximized horz/vert
...increment in the axis that isn't maximized (but it wouldn't allow resize at all if aspect is constrained-- should we?). What do you folks think?
--- src/window.c
+++ src/window.c
@@ -4059,8 +4059,13 @@ constrainNewWindowSize (CompWindow *w,
if (flags & PResizeInc)
{
- xinc = MAX (xinc, hints->width_inc);
- yinc = MAX (yinc, hints->height_inc);
+ if (!d->opt[COMP_DISPLAY_OPTION_IGNORE_HINTS_WHEN_MAXIMIZED].value.b ||
+ !(w->state & CompWindowStateMaximizedHorzMask))
+ xinc = MAX (xinc, hints->width_inc);
+
+ if...
2023 Aug 31
2
How to create an R input
R Help
Trying to figure out how to create a simple program that will as the user
from a value input and simply add 5 units to that value then ask the user
for another value and add 45 units to it and on and on. Then how does one
exit the loop of program?
# Create a function called `add_five`
add_five <- function(x) {
# Add 5 to the input value
x + 5
}
readline(prompt =
2007 Jul 13
2
trouble compiling Hmisc package
...' ...
** libs
g95 -fPIC -g -O2 -c cidxcn.f -o cidxcn.o
g95 -fPIC -g -O2 -c cidxcp.f -o cidxcp.o
g95 -fPIC -g -O2 -c hoeffd.f -o hoeffd.o
g95 -fPIC -g -O2 -c jacklins.f -o jacklins.o
g95 -fPIC -g -O2 -c largrec.f -o largrec.o
In file largrec.f:27
DO xl=xlim(1),xlim(2)-width,xinc
1
Error: Loop variable at (1) must be a scalar INTEGER
In file largrec.f:28
DO yl=ylim(1),ylim(2)-height,yinc
1
Error: Loop variable at (1) must be a scalar INTEGER
In file largrec.f:29
DO xr=xl+width,xlim(2),xinc
1
Error: Loop variable...
2008 Apr 15
4
heavy graphs
Dear R community, I am creating large graphs with hundreds of
thousands of datapoints. My usual way for output was pdf, but now I am
getting file sizes of >30Mb that do not open well (or at all) in Adobe. Is
there a way to reduce the resolution or get rid of overlaying datapoints?
Any other idea is also warmly welcome!
Thank you and wishing you a good day!
Georg.
**********************
2003 Nov 12
3
(no subject)
Hi all,
I am looking for a clever way to create the following graph using R:
I got information on the shares of some subgroups over time (summing up to 1 in each year). The graph I want to create should display the development of the individual shares over time by shading rectangulars for each share in a different color.
Is there a clever of doing this?
Thanks for your help
Stefan
2007 Sep 04
3
how to do interpolation
Hello R Users,
How to make a variable equidistance with time i.e. how to interpolate a
variable if it is not sampled at equal time interval.
Many thanks,
Regards,
Yogesh
[[alternative HTML version deleted]]
2010 Nov 04
2
Bug#602391: xen-hypervisor-4.0-amd64: system fails to boot from LVM if Hypervisor loaded
Package: xen-hypervisor-4.0-amd64
Version: 4.0.1-1
Severity: grave
Tags: squeeze sid
Justification: renders package unusable
-- System Information:
Debian Release: squeeze/sid
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.32-5-xen-amd64 (SMP w/1 CPU core)
Locale: LANG=de_CH.UTF-8, LC_CTYPE=de_CH.UTF-8
2014 Jul 23
1
Info to upstream centos mirror: file centos/7.0.1406/os/x86_64/LiveOS/squashfs.img IS CORRUPT !
Hello,
i've been struggling hard to setup our automated PXE/kickstart system
using various local mirrors
but it alway hung after partitioning with no further exception. When I
encountered squshfs errors
on the Console (text based / kickstart installation) I re-synced (rsync)
with CERN mirror afterwards with
switch.ch mirror and fh-esslingen - But the squashfs image remained corrupt.
To prove