Displaying 20 results from an estimated 48 matches for "kitty".
Did you mean:
nitty
2024 Jul 07
2
Can we reset CSI u mode on client disconnect? via
Some terminals support CSI u style encoding of keystrokes, typically via
the Kitty keyboard protocol[1].
Program wishing to receive this encoding need
to send a sequence like "CSI > 5 u" to enable it.
Imagine a process tree like
xterm -> bash -> ssh -> foo
where foo is any program that enables CSI u mode (such as a newfangled shell
or text editor).
If...
2010 Mar 04
2
fisher.test gives p>1
...ode to return an error when it finds a "nonsensical" probability, of course a value of p>1 can cause havoc.
Example:
> junk<-data.frame(score=c(rep(0,14), rep(1,29), rep(2, 16)))
> junk<-rbind(junk, junk)
> junk$group<-c(rep("DOG", nrow(junk)/2), rep("kitty", nrow(junk)/2))
> table(junk$score, junk$group)
DOG kitty
0 14 14
1 29 29
2 16 16
> dput(fisher.test(junk$score, junk$group)$p.value)
1.00000000000012
>
> dput(fisher.test(junk$score, junk$group, simulate.p.value=TRUE)$p.value)
1
In this particular cas...
2001 Sep 10
1
Help with exporting keys
...---------------------------
samba> ssh-keygen -i -f ~/.ssh2/id_dsa_1024_b
unsupported cipher 3des-cbc
decode blob failed.
Anybody know why this export is failing ? Any workarounds for this ? I am
generating the SSH keys on Solaris and Tru64. I am trying the export with
OpenSSH on Linux/i686.
-kitty.
--
Krishnakumar B <kitty at cs dot wustl dot edu>
Distributed Object Computing Laboratory, Washington University in St.Louis
2007 Nov 02
2
zaptel.conf missing
Hi all
I have installed zaptel on debian and missing file zaptel.conf in
/etc/zaptel.conf .my system don't have card TDM
please advice what the missing.
thanks,
kitti
2014 Sep 12
3
ntpd in VM
I was taught in kitty school that running a ntp server in a vm
was a bad idea. Is that still the case?
2024 Jul 08
2
Can we reset CSI u mode on client disconnect? via
...le/blob/V_9_8_P1/sshtty.c#L56-L78
It's possible there are some exit cases that are not hitting the
leave_raw_mode(), but if so then they aren't obvious.
On Sun, 7 Jul 2024, Johannes Altmanninger wrote:
> Some terminals support CSI u style encoding of keystrokes, typically via
> the Kitty keyboard protocol[1].
>
> Program wishing to receive this encoding need
> to send a sequence like "CSI > 5 u" to enable it.
>
> Imagine a process tree like
>
> xterm -> bash -> ssh -> foo
>
> where foo is any program that enables CSI u mode (suc...
1998 Dec 07
1
[Trouble #6512] Samba shares not accessible
...ied ig_proj path in smb.conf (w RCS), same error.
Removed riker/e entry in smb.conf, same error.
The file is currently where it was prior to any mods this past week, but that
still does not address any possible conflicts with the Solaris 2.5.1 Hardware
Upgrade.
TIA for any help you can provide.
Kitty
--Kitty Ferguson System Administrator - CSMT
ferguson@hao.ucar.edu NCAR - High Altitude Observatory
tel: (303)497-1556 P.O. Box 3000
fax: (303)497-1589 Boulder, CO 80307-3000
2008 Nov 17
1
Levelplot + Mosaic Plot hybrid?
Hi. I have built a levelplot with 3 variables, X, Y, and Z where X and Y are the two axes and Z represents the intensity (i.e. Z~X*Y).
Now I want to adjust the size of the grid (like a mosaic plot) where the size of each grid is weighted by a variable, W.
Just wonder how can I do that with levelplot?
I tried exploring mosaic plot. How can I manipulate the "col" option to make it
2011 Apr 04
1
Deriving formula with deriv
...ror in deriv.default(express) : element 2 is empty;
the part of the args list of '.Internal' being evaluated was:
(expr, namevec, function.arg, tag, hessian)
####
Why is this not working and how do I get the second derivative?
Thank you for reading my post, all help is appreciated,
Kitty
[[alternative HTML version deleted]]
2011 Jul 26
2
Plotting problems directional or rose plots
Hi,
I'm trying to get a plot that looks somewhat like the attached image
(sketched in word).
I think I need somthing called a rose diagram? but I can't get it to do what
I want. I'm happy to use any library.
Essentially, I want a circle with degree slices every 10 degrees with 0 at
the top representing north, and
'tick marks' around the outside in 10 degree increments to
2005 Feb 13
6
Who makes these phones?
...Non-Commercial Discussion"
<asterisk-users@lists.digium.com>
Message-ID: <08d401c5121e$dbea4750$0200a8c0@oliver>
Content-Type: text/plain; format=flowed; charset="iso-8859-1";
reply-type=original
http://www.broadbandphone.com.au/global/pnp.htm
they are called a "Kitty Ethernet Phone", seem to be available in 3 or 4
models but with identical Guts.
The only info I have found on them is Gateway Technologies, supposedly
the Chinese manufacturer website... http://www.ipgw.net/EN/index.htm
I bought one off a guy who is flogging them in Au for about $90 each....
2005 Nov 16
1
Improper listening on IMAPS
I want Dovecot handling IMAPS.
/etc/dovecot.conf:
protocols = imaps
imaps_listen = *
ssl_disable = no
ssl_cert_file = /etc/ssl/certs/dovecot.pem
ssl_key_file = /etc/ssl/private/dovecot.pem
The problem is that Dovecot is not listening on 993 port, or there's
something listening on 993, but it does not introduce itself.
There's no problem if Dovecot listens on 143 (IMAP).
When
2011 Mar 10
1
vegan CCA I am Completely new to ordination analyses
...I have attached a sample of my
data (volume and bioclimate data for around 100 of my sites) and the code I
used is below.
Does the output look right? why am I getting a 0 output? Is
there something wrong with my data, data format, r code etc?
All help is greatly appreciated,
Thank you in advance,
Kitty
########################################################
#R code
data<-read.table("y:directory\\sample.data",header=T)
names(data)
attach(data)
library(vegan)
# I multiplied up the volume because I thought that the issue may have been
the fact that I had x.x numbers but I still got t...
2024 Jul 08
1
Can we reset CSI u mode on client disconnect? via
On Mon, 8 Jul 2024, David Leadbeater wrote:
>manifestation of the problem. As mentioned in the Kitty issue, shells
>should really gain support for input modes.
Pretty sure that not. That would totally mess up things like
OS/2 console windows and possibly VT100 (hardware) terminals
and just look like extra junk spewed before the prompt (also
throwing off the shell surrounding the ssh client?s c...
2011 Mar 02
1
How to extrapolate a model
...ght line the formula would be y= 'a+b*c'
for my multiple model I would expect somthing more complex because the model
is not linear (its a bit like a GAM) but given I can plot the model using
# f<-fitted(model)
#lines(f)
there must be a formula that I can extract
Thank you for your time
Kitty
[[alternative HTML version deleted]]
2008 Sep 16
1
are these the same?
Dear members,
I was trying to simulate W which is iid and depends on X and Y.
Here are 2 methods:
Method 1:
x<-rnorm(100)
y<-rnorm(100)
w<-rnorm(100, 2x+y,1)
Method 2:
x<-rnorm(100)
y<-rnorm(100)
w<-2x+y+rnorm(100,0,1)
Are these methods comparable?
Since x and y are vectors, the term 2x+y would return a vector. It seems that, given Method 1, each element of W would
2009 Jan 10
1
Plot link points
Hi. This may be a straight-forward question...
I have a time series from 1950 to 2000 (by year) with missing values.
Sometimes only a year has value and the adjacent years have missing data, e.g.
1950 2.7
1951
1952
1953 3.4
1954
1955
1956 2.9
1957 3.6
1958 2.7
When I use plot (type='l'), the line can't connect the 'stand-alone' years. Is there a way I have have R to skip
2011 Nov 16
1
Theil decomposition
I came across the package 'ineq' that computes a variety of inequality measures (e.g. gini, theil etc). I want to compute the Theil index (racial segregation) and decompose the total into sub-components (by geog levels). I think the package doesn't report the decomposition (correct me if I'm wrong). Just wonder is that available elsewhere?
K.
1997 Dec 08
0
Remote printer access
...Printer
root Disk Home Directories
NOTE: There were share names longer than 8 chars.
On older clients these may not be accessible or may give browsing errors
Once it is recognized, we plan to install the drivers for hq_color_fl2 on each
PC.
Any advice will be welcome.
Kitty
--Kitty Weaver System Administrator - CSMT
kweaver@hao.ucar.edu NCAR - High Altitude Observatory
tel: (303)497-1556 P.O. Box 3000
fax: (303)497-1589 Boulder, CO 80307-3000
2024 Jul 08
1
Can we reset CSI u mode on client disconnect? via
...this also reproduces if you kill -9 vim
locally (on a recent Vim and a terminal which supports these key
handling modes), i.e. an unexpected exit from Vim can trigger it, so
SSH losing a connection where Vim can't run its exit handler is just a
manifestation of the problem. As mentioned in the Kitty issue, shells
should really gain support for input modes.
As a workaround it would be possible to put the key reset sequence in
the shell prompt or Zsh is actually programmable enough to handle
unexpected CSI key sequences and then turn them off. Example .zshrc
snippet:
function skip-csi-sequence...