Displaying 20 results from an estimated 4782 matches for "77".
2010 Feb 04
1
for loop with if statment problem
...2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L,
2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L), .Label =
c("2009-09-05",
"2009-09-06", "2009-09-07", "2009-09-12", "2009-09-13", "2009-09-14"
), class = "factor"), elevation_m = c(77, 77, 77, 77, 77, 77,
77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77,
77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77,
77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77,
77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77,
77, 77, 77, 77, 77, 77...
2005 Nov 29
1
Indexing variables within lapply?
Hello
I am using R 2.2.0 with Windows XP.
I've got a five element list object, each element containing two 
dataframes of equivalent size.
 > str(mylist)
List of 1
 $ data1:List of 2
  ..$ data1a       :`data.frame':    77 obs. of  63 variables:
  .. ..$ var1    : num [1:77] 0.41375 0.00056 1.43040 1.43528 0.61730 ...
  .. ..$ var2    : num [1:77] 1.154 1.686 0.673 0.800 0.760 ...
  .. ..$ var3    : num [1:77] 1.245 0.575 0.934 0.461 0.757 ...
    .
    .
    .
  ..$ data1b      :`data.frame':    77 obs. of  63 v...
2009 Nov 11
7
Gr�fico xyplot
Hola a todos,
Tengo que construir un gráfico para una base de datos que tengo en el 
que representar para los individuos de esta base su altura vs peso en 
función de su edad.
Para ello, hay que utilizar los gráficos condicionados.
En primer lugar usé la función coplot pero cargando el paquete lattice 
se pueden utilizar funciones que generan gráficos más completos, como 
es el caso de la función
2007 Jun 15
5
removing values from a vector, where both the value and its name are the same?
I have an array such as:
x=c(sum=77, min=4,max=9, count=5, min=4,max=9, count=8 ,  test=77)
I wish to remove values where both the name and the value are identical.
eg. i wish to end up with:
x2=c(sum=77, min=4,max=9, count=5, count=8, test=77)
 
What is the "best" way to do this?
       
--------------------------------...
2006 Sep 13
0
CESA-2006:0666-01: Important CentOS 2 i386 XFree86 security update
The following errata for CentOS-2 have been built and uploaded to the
centos mirror:
RHSA-2006:0666-01 Important: XFree86 security update
Files available:
XFree86-100dpi-fonts-4.1.0-77.EL.i386.rpm
XFree86-4.1.0-77.EL.i386.rpm
XFree86-75dpi-fonts-4.1.0-77.EL.i386.rpm
XFree86-cyrillic-fonts-4.1.0-77.EL.i386.rpm
XFree86-devel-4.1.0-77.EL.i386.rpm
XFree86-doc-4.1.0-77.EL.i386.rpm
XFree86-ISO8859-15-100dpi-fonts-4.1.0-77.EL.i386.rpm
XFree86-ISO8859-15-75dpi-fonts-4.1.0-77.EL.i386.rpm...
2002 Feb 22
5
[Bug 124] Terminal hangs when data is streaming to it...
http://bugzilla.mindrot.org/show_bug.cgi?id=124
------- Additional Comments From markus at openbsd.org  2002-02-23 06:10 -------
what does "streaming" mean?
what does "output reports" mean?
do you have more detailed reports?
do you have debugging output? what clients are involved?
what servers? does the same happen with openssh 3.0.2?
does the same happen with a recent
2011 Dec 08
2
[LLVMdev] Implementing devirtualization
...*
  store i32 2, i32* %8, align 4, !tbaa !72
  %9 = bitcast i8* %6 to i8***
  store i8** getelementptr inbounds ([5 x i8*]* @_ZTV1B, i64 0, i64 2),
i8*** %9, align 8
  tail call void @llvm.dbg.value(metadata !{null}, i64 0, metadata !52),
!dbg !75
  %10 = bitcast i8* %1 to i32 (%class.A*)***, !dbg !77
  %11 = load i32 (%class.A*)*** %10, align 8, !dbg !77
  %12 = load i32 (%class.A*)** %11, align 8, !dbg !77
  %13 = tail call i32 %12(%class.A* %2), !dbg !77
  %14 = bitcast i8* %6 to %class.A*, !dbg !77
  %15 = bitcast i8* %6 to i32 (%class.A*)***, !dbg !77
  %16 = load i32 (%class.A*)*** %15, al...
2015 Oct 05
0
[PATCH 1/6] tests: use fake rhsrvany.exe
...insertions(+), 113 deletions(-)
 create mode 100644 tests/fake-virt-tools/rhsrvany.exe
diff --git a/p2v/test-virt-p2v-pxe.sh b/p2v/test-virt-p2v-pxe.sh
index f05cb96..4a42d10 100755
--- a/p2v/test-virt-p2v-pxe.sh
+++ b/p2v/test-virt-p2v-pxe.sh
@@ -55,18 +55,14 @@ if ! test -f $img; then
     exit 77
 fi
 
-guestsdir="$(cd ../tests/guests && pwd)"
-f="$guestsdir/windows.img"
+abs_top_builddir="$(cd ..; pwd)"
+f="$abs_top_builddir/tests/guests/windows.img"
 if ! test -f $f; then
     echo "$0: test skipped because phony Windows image was not c...
2005 Jun 23
1
*77 does not work ..
I have a SPA-2001 and I didn't realize I could use calling features on
an analog handset.  Does that mean you can dial *77 and use a VOIP
feature?  (like forward or hold)?
 
Mike
________________________________
From: Jorge Carrasquillo [mailto:jorge.carrasquillo@gmail.com] 
Sent: Thursday, June 23, 2005 12:52 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [Asterisk-Users] *77 does not wo...
2011 Dec 09
0
[LLVMdev] Implementing devirtualization
...n 4, !tbaa !72
>   %9 = bitcast i8* %6 to i8***
>   store i8** getelementptr inbounds ([5 x i8*]* @_ZTV1B, i64 0, i64 2),
> i8*** %9, align 8
>   tail call void @llvm.dbg.value(metadata !{null}, i64 0, metadata !52),
> !dbg !75
>   %10 = bitcast i8* %1 to i32 (%class.A*)***, !dbg !77
>   %11 = load i32 (%class.A*)*** %10, align 8, !dbg !77
>   %12 = load i32 (%class.A*)** %11, align 8, !dbg !77
>   %13 = tail call i32 %12(%class.A* %2), !dbg !77
>   %14 = bitcast i8* %6 to %class.A*, !dbg !77
>   %15 = bitcast i8* %6 to i32 (%class.A*)***, !dbg !77
>   %16 = l...
2012 Aug 17
2
OT: what are all these probes from my firewall log????
...ination address... is it possible to send packets out onto the
internet addressed like that? 
whois doesn't turn up anything on 10.21.72.1. 
Anybody got suggestions on how I'd track this down?
Thanks!
Aug 16 21:13:59 kernel: DROP <4>DROPIN=eth0 OUT= MAC=ff:ff:ff:ff:ff:ff:00:23:eb:77:71:d9:08:00 <1>SRC=10.21.72.1 DST=255.255.255.255 <1>LEN=328 TOS=0x00 PREC=0x00 TTL=255 ID=34040 PROTO=UDP <1>SPT=67 DPT=68 LEN=308 
Aug 16 21:14:45 kernel: DROP <4>DROPIN=eth0 OUT= MAC=ff:ff:ff:ff:ff:ff:00:23:eb:77:71:d9:08:00 <1>SRC=10.21.72.1 DST=255.255.255.255 <...
2019 Jan 23
2
[PATCH v2 nbdkit] tests: Add generic requires.
v1 was here:
https://www.redhat.com/archives/libguestfs/2019-January/thread.html#00198
For v2 I changed most existing prerequisite tests to use the new
mechanism.
I only changed simple tests.  There are a few more complex tests that
don't fit the “requires model” and those are not changed.
I normalized qemu-io/qemu-img testing to always use the --version
flag, where previously we used a mix
2019 Jan 23
0
[PATCH v2 nbdkit] tests: Add generic ‘requires’ function for test prerequisites.
...that qemu-img is available, do:
+#
+# requires qemu-img --version
+requires ()
+{
+    ( "$@" ) </dev/null >/dev/null 2>&1 || {
+        echo "$0: ‘$*’ failed with error code $?"
+        echo "$0: test prerequisite is missing or not working"
+        exit 77
+    }
+}
+
 # start_nbdkit -P pidfile args...
 #
 # Run nbdkit with args and wait for it to start up.  If it fails to
diff --git a/tests/test-cache-max-size.sh b/tests/test-cache-max-size.sh
index f7e743a..8cb5ad1 100755
--- a/tests/test-cache-max-size.sh
+++ b/tests/test-cache-max-size.sh
@@ -36,...
2017 Feb 20
3
[PATCH 0/3] tests: Define common test functions.
Previously I posted a work-in-progress preview of this patch series:
  https://www.redhat.com/archives/libguestfs/2017-February/msg00224.html
This is the finished version that updates all of the shell-script
based tests.  It passes 'make check', 'make check-direct' and
'make check-slow'.
Rich.
2009 Oct 28
4
Insertar filas en un data frame
...a debajo de las filas que tengan DV 
distinto de cero, pero no me deja insertar hasta el final de la tabla.
Esta es mi tabla y este es el código con el que estoy apurado.
C ID TIME DV AMT RATE CMT SS II EVID GRUPO VISITA DOSIS VECES FORMA NAP 
EDAD SEXO ALTURA PESO
 11 0 0 3 0 1 1 12 1 3 0 3 2 1 0 77 2 147 74
 11 1.417 0.001 0 0 2 0 0 0 3 0 3 2 1 0.001 77 2 147 74
 11 0 0 9.6 -2 2 1 24 4 2 2 9.6 1 2 0 77 2 147 74
 11 2.5 8.69 0 0 2 0 0 0 2 2 9.6 1 2 2.2 77 2 147 74
 11 0 0 9.6 -2 2 1 24 4 2 3 9.6 1 2 0 77 2 147 74
 11 2.667 17.49 0 0 2 0 0 0 2 3 9.6 1 2 3.14 77 2 147 74
 12 0 0 6 0 1 1 12 1 3 0...
2017 Feb 23
0
imap/pop3-login assertion failed in dovecot 2.2.27 (c0f36b0)
Hello,
I have noticed few errors like this. I don't recall seeing that with 
version 2.2.10
Feb 23 05:20:03 mail21 dovecot[6569]: imap-login: Panic: file 
login-proxy-state.c: line 77 (login_proxy_state_deinit): assertion 
failed: (rec->num_waiting_connections == 0)
Feb 23 05:50:03 mail21 dovecot[15044]: pop3-login: Panic: file 
login-proxy-state.c: line 77 (login_proxy_state_deinit): assertion 
failed: (rec->num_waiting_connections == 0)
Feb 23 05:50:03 mail21 dovecot[150...
2011 Nov 09
0
CESA-2011:1440 Moderate CentOS 4 i386 seamonkey Update
CentOS Errata and Security Advisory 2011:1440 Moderate
Upstream details at : https://rhn.redhat.com/errata/RHSA-2011-1440.html
The following updated files have been uploaded and are currently 
syncing to the mirrors: ( md5sum Filename ) 
i386:
cdd0abdf91bbaa098f8ab356edf6bca3  seamonkey-1.0.9-77.el4.centos.i386.rpm
1bfc4d2f09955830769d5f4472471c5b  seamonkey-1.0.9-77.el4.centos.i686.rpm
cf07955f8b606d7ab6689a546b0dbd72  seamonkey-chat-1.0.9-77.el4.centos.i386.rpm
164849d50137c2838327ce1ad5aefdb1  seamonkey-chat-1.0.9-77.el4.centos.i686.rpm
6a6cd8d2a773c0abf1c14b684356c95c  seamonkey-devel-...
2002 Oct 09
3
proc mixed vs. lme
...language R
#The SAS code from "http://ftp.sas.com/samples/A55235":
data weights;
   input subj program$ s1 s2 s3 s4 s5 s6 s7;
   datalines;
 1      CONT      85    85    86    85    87    86    87
 2      CONT      80    79    79    78    78    79    78
 3      CONT      78    77    77    77    76    76    77
 4      CONT      84    84    85    84    83    84    85
 5      CONT      80    81    80    80    79    79    80
 6      CONT      76    78    77    78    78    77    74
 7      CONT      79    79    80    79    80    79    81
 8      CONT      76    76    76    75...
2017 Feb 19
3
[PATCH [WIP] 0/3] tests: Define common test functions.
There's a lot of common code in the tests, eg:
  if [ "$(guestfish get-backend)" = "uml" ]; then
      echo "$0: test skipped because UML backend does not support network"
      exit 77
  fi
These commits (work in progress) create a common set of test functions
for skipping tests etc.
Rich.
2008 Dec 19
1
Speex on LPC2148 (KEIL MDK + RealView Compiler)
Hello,
I am trying to compile Speex on RealView Compiler
and a lot
of errors are indicated by compiler:
libspeex\bits.c(48): error:  #77-D: this declaration has no storage class or type specifier
libspeex\bits.c(48): error:  #65: expected a ";"
libspeex\bits.c(139): warning:  #12-D: parsing restarts here after previous syntax error
libspeex\bits.c(141): error:  #77-D: this declaration has no storage class or type specifier...