Displaying 4 results from an estimated 4 matches for "kout".
Did you mean:
bout
2011 May 27
1
Put names in the elements of lapply result
Dear list,
I am running some linear regressions through lapply,
>lapply(c('EMAX','EC50','KOUT','GAMMA'),function(x)confint(lm(get(x)~RR0,dataset2)))
I got results like
[[1]]
2.5 % 97.5 %
(Intercept) 0.6595789212 0.8821691261
RR0 -0.0001801771 0.0001489083
[[2]]
2.5 % 97.5 %
(Intercept) -63.83694930 76.5489503
RR0...
2013 Aug 16
7
[PATCH v2] xen/console: buffer and show origin of guest PV writes
...ng_tasklet);
+ }
- if ( opt_console_to_ring )
+ spin_unlock_irq(&console_lock);
+ }
+ else
{
- conring_puts(kbuf);
- tasklet_schedule(¬ify_dom0_con_ring_tasklet);
+ char *kin = kbuf;
+ char *kout = kbuf;
+ char c;
+ /* Strip non-printable characters */
+ for ( ; ; )
+ {
+ c = *kin++;
+ if ( c == ''\0'' || c == ''\n'' )
+ break;
+ if ( isprint(c) || c ==...
2013 Sep 09
0
[PATCH v3] xen/console: buffer and show origin of guest PV writes
...ng_tasklet);
+ }
- if ( opt_console_to_ring )
+ spin_unlock_irq(&console_lock);
+ }
+ else
{
- conring_puts(kbuf);
- tasklet_schedule(¬ify_dom0_con_ring_tasklet);
+ char *kin = kbuf;
+ char *kout = kbuf;
+ char c;
+ /* Strip non-printable characters */
+ for ( ; ; )
+ {
+ c = *kin++;
+ if ( c == ''\0'' || c == ''\n'' )
+ break;
+ if ( isprint(c) || c ==...
2014 Jul 15
3
GSSAPI
If I am trying to build OpenSSH 6.6 with Kerberos GSSAPI support, do I still need to get Simon Wilkinson's patches?
---
Scott Neugroschl | XYPRO Technology Corporation
4100 Guardian Street | Suite 100 |Simi Valley, CA 93063 | Phone 805 583-2874|Fax 805 583-0124 |