Displaying 20 results from an estimated 80 matches similar to: "Feature Request: Mindows/Miniwin - allow windows to be individually scaled"
2007 Jan 27
3
keybindings patch, gnome-keybinding-bridge and vignettes plugins
Hi folks,
For ubuntu specs and for a better desktop integration of compiz, I made
some patchs and plugins.
Focus prevention is now in main stream, and really better can i made :)
First the workspace and terminal keybinding patch. Since my last email I
updated the patch.
http://gandalfn.club.fr/ubuntu/compiz-patch/91-workspaces-terminal-keybindings.patch
It adds the support for vertical
2007 Jan 08
6
Thumbnail plugin
Hi,
With some help from Quinn_Storm, iXce, maniac103, mikedee and
KristianLy :), I've managed to modify switcher.c and make a new plugin:
thumbnail.
The plugin shows thumbnails of windows when cursor is moved over a task
button in taskbar.
Screenshot:
http://pix.nofrag.com/b0/7a/051d45e25bfffed09eeb9b00e383.jpeg
Download:
2006 Oct 08
1
Plugins
Here are a few plugins I wrote.
The put plugins gives you bindings to move windows around.
I set it up so the numeric keypad is like the area of the screen.
So <Super>KP_Home will move the window to the top left, etc ...
It also does viewport moves which is handy when used with the plane
plugin. I like the plane plugin in a 3x3 matrix matching the keypad, so
with the keypad and some
2013 Mar 15
2
[LLVMdev] Disable LNT tests individually
Hi Daniel, David,
Is there any way of disabling some individual tests on specific
architectures?
Zero cost exception handling on ARM is known to be broken and there isn't
anyone I know working on it with high priority, so it's likely to be that
way for a long time.
For that reason, I'd like to disable them on ARM, so that I can get a green
LNT, making it easier to spot regressions.
2013 Mar 16
0
[LLVMdev] Disable LNT tests individually
On Mar 15, 2013, at 7:57, Renato Golin <renato.golin at linaro.org> wrote:
> Hi Daniel, David,
>
> Is there any way of disabling some individual tests on specific architectures?
>
> Zero cost exception handling on ARM is known to be broken and there isn't anyone I know working on it with high priority, so it's likely to be that way for a long time.
>
> For that
2005 Nov 07
0
Reducing the deleterious effects of ego related issues onthe list: growing up individually.
This sounds like a necessary sanity check for raising teen-agers.
Brian Brunner
brian.t.brunner at gai-tronics.com
(610)796-5838
Brian Brunner
brian.t.brunner at gai-tronics.com
(610)796-5838
>>> BillsCentOS at triad.rr.com 11/07/05 04:23PM >>>
Folks,
If the reward is nothing more than the egotistical satisfaction of
telling that SOB where to get off
let the damn issue
2016 Jul 27
0
Mounting NFS subdirectories individually or just the parent?
On Wed, 27 Jul 2016, Frank Thommen wrote:
> Hello,
>
> does it in any respect (throughput/performance, cpu load, I/O load,
> resilience, ...) matter, if one mounts subdirectories of an NFS (v3) export
> into separate directories or if one just mounts the parent directory?
>
> I.e. like this:
>
> server: /export/base/a -> /mnt/a
> server: /export/base/b ->
2010 Oct 27
0
Criteria for individually adressing data ranges within timeseries data
Dear R-Users,
my dataset contains timeseries that are structured into task-specific
epochs as labelled by a factor and a boolean variable for labelling each
data-point within the series as artefact or non-artefact.
Now there's no problem in addressing continuous task-specific
time-series that are free from artefacts as long as artefacts extend to
either boundary of adjacent timeseries but
2007 Jan 25
3
Sum multiple columns individually
Can you sum a few columns at a time?
I tried
x =Calc.find(:all, :select => "sum(amt1) amt1, sum(amt2) amt2"
:conditions => ["where date > ?", date] )
The sql seems to function properly, but I wasn''t able to grab the
values. These just failed
x.amt1
x.send("amt1")
I tried changing up the query to use
sum(amt1) as amt1
sum(amt1)
2016 Jul 27
3
Mounting NFS subdirectories individually or just the parent?
Hello,
does it in any respect (throughput/performance, cpu load, I/O load,
resilience, ...) matter, if one mounts subdirectories of an NFS (v3)
export into separate directories or if one just mounts the parent directory?
I.e. like this:
server:/export/base/a -> /mnt/a
server:/export/base/b -> /mnt/b
server:/export/base/c -> /mnt/c
server:/export/base/d -> /mnt/d
2011 Oct 17
3
cut data into sevral group and assign calculated values individually
Hi All,
I have some data from which I set four points to be breaks. Based on these points, I cut the dataset into four groups and assign a number to it:
<=331.04 assign 0
>331.04 <=476.07 assign data-331.04/(476.07-331.04)
>476.07<=608.66 assign 1
>608.66 <=791.5 assign 791.5- data/(791.5-608.66)
> 791.5 and NA assign 0
Breaks 331.04 476.07
2006 Sep 06
0
Tracing a HTTP request/response through a scaled server deployment
Would anybody be interested in tracing a HTTP request/response through a
typical Rails scaled server deployment?
I already posted something similar on the rails list but the post
appears to have disappeared...
I am happy to write it up if I can get help at certain stages, I
thinking something like this while might not particualy help people on
this this list, since you are most likely
2006 Mar 16
0
Scaled or unscaled variance covariance matrix
Hi, does anyone know which of the scaled or unscaled version of the
variance-covariance matrix of regression coefficients (as produced by
ls.diag) is the correct one, or when one is better than the other? I am
interested in univariate linear regression (lm). Thank you very much.
Dipl.-Psych. Johannes Ullrich
Philipps-Universit?t Marburg
Fachbereich
2011 Apr 27
1
lattice wireframe with logarithmically scaled axis?
Hi,
I have some questions for the wireframe function of the lattice package. My dataset's "x-data" are sampled logarithmically and as such I would like to have a semilogarithmic 3D plot when plotting a time series. Does anyone know how to change the example in
http://addictedtor.free.fr/graphiques/sources/source_40.R
such that x or y would be logarithmically scaled?
Also, I would
2012 Apr 26
0
Obtaining translated, rotated and scaled matrics in procrustes analysis
Hi all,
I wondered how I can get the translated, rotated and scaledmatrix in a
procrustes analysis. This does not help:
##############################
library (vegan)
#defining the target matrix:
a= cbind (c (1,2,3,4), c( 10,12,14,16))
#defining the matrix to be rotated:
b= a; b[,2]= c(9,11,15,16)
c=procrustes (a,b); g=fitted (c)
# trying to get to the procrustes matrices:
d= t
2010 Sep 05
0
cov.unscaled in NLS - how to define cov.scaled to make comparable to SAS proc NLIN output - and theoretically WHY are they different
I am running a 3-parameter nonlinear fit using the default Gauss-Newton
method of nls.
initialValues.L = list(b=4,d=0.04,t=180);
fit.nls.L = nls(
myModel.nlm ,
fData.L,
start = initialValues.L,
control = nls.control(warnOnly = TRUE),
trace=T
);
summary.nls.L = summary(fit.nls.L);
I run the same analysis in SAS proc NLIN.
proc nlin data=apples outest=a;
parms b=4 d=.04 t=180;
model Y =
2009 Mar 23
0
Scaled MPSE as a test for regressors?
Hi,
This is really more a stats question than a R one, but....
Does anyone have any familiarity with using the mean prediction
squared error scaled by the variance of the response, as a 'scale
free' criterion for evaluating different regression algorithms.
E.g.
Generate X_train, Y_train, X_test, Y_test from true f. X_test/Y_test
are generated without noise, maybe?
Use X_train, Y_train
2002 Nov 15
1
lattice: formatting tickmark labels of log scaled axes
Problem:
How can I format tickmark labels of log scaled axes of lattice
graphics in the usual `xxx'-Format (and not in the scientific
format).
Example:
(according to the help-page of xyplot):
In the first plot I get the xxx-Format,
in the second plot I get the scientific format (10^xxx):
data(sunspot)
plot( 1:37, sunspot, log='y',type='l')
xyplot( sunspot ~ 1:37,
2008 Oct 04
1
Number format in log-scaled lattice xyplots
For a non-log-scaled y-axis, I was able to change the appearance of the
y tick labels in an xyplot by using a custom function for
yscale.components. However I couldn't get that approach to work for when
scales=list(y=list(log=TRUE)).
What I'm trying to do is make the y-tick labels show up as something
like (10, 100, 1000, etc.) rather than the default (10^1.0, 10^2.0,
10^3.0, etc.).
2009 Sep 23
2
scaled Schoenfeld residuals
hi
sorry if this has been discussed before, but I'm wondering why the scaled
Schoenfeld residuals do not follow the defining formula for obtaining them
from the ordinary Schoenfeld residuals, but are instead offset by the
estimated parameter values.
e.g.
library(survival)
attach(ovarian)
sv<-Surv(futime,fustat)
f1<-coxph(sv~age+ecog.ps)
f1