search for: tset

Displaying 19 results from an estimated 19 matches for "tset".

Did you mean: set
2004 Apr 19
1
using subscripts in a plot title with 2 lines
...ing is: xtxt = expression(paste('Observed -log( ', IC[50], ' )')) ytxt = expression(paste('Predicted -log( ', IC[50], ' )')) mtxt = expression(paste('Plot of Observed vs. Predicted -log(', IC[50], ') Values for the PDGFR\nDataset')) plot(tset$V2, tset$V3, xlim = c(-2,2), ylim = c(-2,2), pch = 19, col = "blue", main=mtxt, xlab = xtxt, ylab = ytxt) Removing the IC[50] term makes it come out OK. Is there any way to get around this? Thanks, ------------------------------------------------------------------- Ra...
2016 Feb 17
2
Call for testing: OpenSSH 7.2
On Wed, 17 Feb 2016, Tom G. Christensen wrote: > On 12/02/16 04:56, Damien Miller wrote: > > Portable OpenSSH is available via Git at > > https://anongit.mindrot.org/openssh.git/ or via a mirror on Github at > > https://github.com/openssh/openssh-portable > > > > I'm seeing a hang in the testsuite on Solaris: > run test transfer.sh ... > transfer data:
2009 Jun 15
0
[Bridge] [PATCH][RFC] bridge-utils: add basic VEPA support
..._cmd_delif, "<bridge> <device>\tdelete interface from bridge" }, + { 3, "hairpin", br_cmd_hairpin, + "<bridge> <port> {on|off}\tturn hairpin on/off" }, { 2, "setageing", br_cmd_setageing, "<bridge> <time>\t\tset ageing time" }, { 2, "setbridgeprio", br_cmd_setbridgeprio, @@ -423,6 +513,10 @@ static const struct command commands[] = { "<bridge>\t\tshow bridge stp info"}, { 2, "stp", br_cmd_stp, "<bridge> {on|off}\tturn stp on/off" }, + { 2...
2009 Jun 15
0
[Bridge] [PATCH][RFC] bridge-utils: add basic VEPA support
..._cmd_delif, "<bridge> <device>\tdelete interface from bridge" }, + { 3, "hairpin", br_cmd_hairpin, + "<bridge> <port> {on|off}\tturn hairpin on/off" }, { 2, "setageing", br_cmd_setageing, "<bridge> <time>\t\tset ageing time" }, { 2, "setbridgeprio", br_cmd_setbridgeprio, @@ -423,6 +513,10 @@ static const struct command commands[] = { "<bridge>\t\tshow bridge stp info"}, { 2, "stp", br_cmd_stp, "<bridge> {on|off}\tturn stp on/off" }, + { 2...
2009 Jun 15
0
[Bridge] [PATCH][RFC] bridge-utils: add basic VEPA support
..._cmd_delif, "<bridge> <device>\tdelete interface from bridge" }, + { 3, "hairpin", br_cmd_hairpin, + "<bridge> <port> {on|off}\tturn hairpin on/off" }, { 2, "setageing", br_cmd_setageing, "<bridge> <time>\t\tset ageing time" }, { 2, "setbridgeprio", br_cmd_setbridgeprio, @@ -423,6 +513,10 @@ static const struct command commands[] = { "<bridge>\t\tshow bridge stp info"}, { 2, "stp", br_cmd_stp, "<bridge> {on|off}\tturn stp on/off" }, + { 2...
2024 Dec 19
1
How about a little game of... Re: lease?
Hello all, As the holiday season looms upon us, and NUT cracker sounds can be heard everywhere, I wonder if the current codebase is good enough to cut a 2.8.3 release some time soonish. Active development of recently contributed drivers has somewhat subsided; there are still some planned revisions (notably about documentation and statuses for ECO and similar modes), but some more get shelved
2024 Dec 19
1
How about a little game of... Re: lease?
Hello all, As the holiday season looms upon us, and NUT cracker sounds can be heard everywhere, I wonder if the current codebase is good enough to cut a 2.8.3 release some time soonish. Active development of recently contributed drivers has somewhat subsided; there are still some planned revisions (notably about documentation and statuses for ECO and similar modes), but some more get shelved
2004 Nov 20
0
ffmpeg2theora start and end time support - patch
...//FIXME: better colorformat transformation to YUV420P /* might have to cast other progressive formats here */ //if(venc->pix_fmt != PIX_FMT_YUV420P){ @@ -644,6 +665,8 @@ "\t --audiobitrate,-A\t[45 to 2000] encoding bitrate for audio\n" "\t --samplerate,-H\tset output samplerate in Hz\n" "\t --nosound\t\tdisable the sound from input\n" + "\t --endtime,-e\t\tend encoding at this time (in sec)\n" + "\t --starttime,-s\t\tstart encoding at this time (in sec)\n" "\t --v2v-preset,-p\tencode file with...
2008 Mar 04
4
R-Terminal
Hi there! I use an gnome-terminal for using R. When I resize the termial to the maximum size, R uses only the left side of the window. Can I tell R to use the whole window somehow? Thanks, Martin -- Ihr Partner f?r Webdesign, Webapplikationen und Webspace. http://www.roomandspace.com/ Martin Kaffanke +43 650 4514224 -------------- next part -------------- A non-text attachment was
2011 Mar 03
4
Gnu Screen - terminal issues
I really like gnu screen and use it everyday but there's one thing that is a bit inconvenient, and that's the odd line wrapping and terminal size issues that seem to pop up. The problem crops up when I type or paste a really long command, and then go back and try to edit it; the text starts to wrap over itself and you have no idea what you are editing. Any fixes for this?
2009 Aug 13
0
[Bridge] [PATCH] bridge-utils: Add 'hairpin' port forwarding mode
..._cmd_delif, "<bridge> <device>\tdelete interface from bridge" }, + { 3, "hairpin", br_cmd_hairpin, + "<bridge> <port> {on|off}\tturn hairpin on/off" }, { 2, "setageing", br_cmd_setageing, "<bridge> <time>\t\tset ageing time" }, { 2, "setbridgeprio", br_cmd_setbridgeprio, diff --git a/brctl/brctl_disp.c b/brctl/brctl_disp.c index 27ce6d2..3e81241 100644 --- a/brctl/brctl_disp.c +++ b/brctl/brctl_disp.c @@ -93,6 +93,8 @@ static int dump_port_info(const char *br, const char *p, void *arg)...
2009 Aug 13
0
[Bridge] [PATCH] bridge-utils: Add 'hairpin' port forwarding mode
..._cmd_delif, "<bridge> <device>\tdelete interface from bridge" }, + { 3, "hairpin", br_cmd_hairpin, + "<bridge> <port> {on|off}\tturn hairpin on/off" }, { 2, "setageing", br_cmd_setageing, "<bridge> <time>\t\tset ageing time" }, { 2, "setbridgeprio", br_cmd_setbridgeprio, diff --git a/brctl/brctl_disp.c b/brctl/brctl_disp.c index 27ce6d2..3e81241 100644 --- a/brctl/brctl_disp.c +++ b/brctl/brctl_disp.c @@ -93,6 +93,8 @@ static int dump_port_info(const char *br, const char *p, void *arg)...
2009 Aug 13
0
[Bridge] [PATCH] bridge-utils: Add 'hairpin' port forwarding mode
..._cmd_delif, "<bridge> <device>\tdelete interface from bridge" }, + { 3, "hairpin", br_cmd_hairpin, + "<bridge> <port> {on|off}\tturn hairpin on/off" }, { 2, "setageing", br_cmd_setageing, "<bridge> <time>\t\tset ageing time" }, { 2, "setbridgeprio", br_cmd_setbridgeprio, diff --git a/brctl/brctl_disp.c b/brctl/brctl_disp.c index 27ce6d2..3e81241 100644 --- a/brctl/brctl_disp.c +++ b/brctl/brctl_disp.c @@ -93,6 +93,8 @@ static int dump_port_info(const char *br, const char *p, void *arg)...
2004 Dec 19
0
[patch] more ffmpeg2theora improvements
...\tdo not adjust sync by duplicating and dropping\n" + "\t \tframes\n" "\t --audioquality,-a\t[-1 to 10] encoding quality for audio\n" "\t --audiobitrate,-A\t[45 to 2000] encoding bitrate for audio\n" "\t --samplerate,-H\tset output samplerate in Hz\n" @@ -727,6 +814,7 @@ static int cropright_flag=0; static int cropleft_flag=0; static int nosound_flag=0; + static int noautosync_flag=0; static int aspect_flag=0; static int inputfps_flag=0; static int metadata_flag=0; @@ -736,7 +824,7 @@ av_register_a...
2004 Nov 20
0
ffmpeg2theora start and end time support
...t --deinterlace,-d \t\t[off|on] disable deinterlace, \n" "\t\t\t\t\tenabled by default right now\n" "\t --videoquality,-v\t[0 to 10] encoding quality for video\n" "\t --audioquality,-a\t[-1 to 10] encoding quality for audio\n" "\t --samplerate,-H\t\tset output samplerate in Hz\n" "\t --nosound\t\tdisable the sound from input\n" "\n" "\t --v2v-preset,-p\tencode file with v2v preset, \n" "\t\t\t\t right now there is preview and pro,\n" "\t\t\t\t '"PACKAGE" -p info' for mor...
2002 Aug 01
1
[Bug 375] New: sshd core dumping with msg "Cannot delete credentials"
...bin:/usr/sbin:/sbin:/opt/openssh-3.1p1/bin MAIL=/var/mail//root SHELL=/sbin/sh TZ=US/Eastern SSH_CLIENT=20.1.2.3 58311 900 SSH_TTY=/dev/pts/2 TERM=xterm debug3: channel_close_fds: channel 0: r -1 w -1 e -1 Sun Microsystems Inc. SunOS 5.7 Generic October 1998 You have mail. -sh: tset: not found Value of TERM has been set to "xterm". WARNING: YOU ARE SUPERUSER !! server_acme root> exit logout root debug1: client_input_channel_req: channel 0 rtype exit-status reply 0 debug1: channel 0: rcvd eof debug1: channel 0: output open -> drain debug1: channel 0: obuf...
2006 Jun 24
8
How to install programs in wine?
I am a rank newbie to Linux and wine. I am running Ubuntu Dapper on an AMD 1800 mhz machine, wine 0.9.15 Everything I have read says use the installer to load windows programs. Where is the installer? Thanks, -- Ron Thompson On the Beautiful Florida Space Coast, right beside the Kennedy Space Center, USA http://www.plansandprojects.com My hobby pages are here:
2012 Oct 04
8
[PATCH][BTRFS-PROGS][V3] btrfs filesystem df
Hi Chris, this serie of patches updated the command "btrfs filesystem df". I update this command because it is not so easy to get the information about the disk usage from the command "fi df" and "fi show". This patch was the result of some discussions on the btrfs mailing list. Many thanks to all the contributors. From the man page (see 2nd patch): [...] The
2007 Apr 18
5
[Bridge] RFC: [PATCH] bridge vlan integration
Hi, The attached patches enables the bridge to filter and forward packets according to their IEEE 802.1q headers. The goals behind this change include : - Enable running STP on 802.1q tagged networks. STP packets must be untagged. It isn't obvious how else to enable STP with the current bridge and vlan code. - Add native support for an untagged vlan. Currently an untagged vlan can