search for: 18,20

Displaying 20 results from an estimated 27 matches for "18,20".

Did you mean: 1,20
2003 Jan 07
0
ext3 related oops in 2.4.{18,20} on sparc
I consistantly get a kernel oops in 2.4.18 and 2.4.20 on my SPARC Ultra 1 when copying lots of data between two filesystems on the same disk. The latest command I've been using is: "cd /mnt && rsync -var /usr/ ." The command runs for a while, copying data, but then, before it completes, rsync dies with the following er...
2005 May 31
2
simple predict question
...use this example: Suppose I do: dat<-matrix(c(0,0,10,20),2,byrow=T) lm1<-lm(dat[,2]~dat[,1]) Suppose I want to generate the linearly-interpolated y-values between the point (0,0) and (0,20) at every unit interval. I thought I just do: predict(lm1, data.frame(seq(0,10,1))) to get 0,2,4,6...,18,20, but instead I just get: 1 2 0 20 Any suggestions? Thanks, Steven
2005 May 01
1
zaptel.conf multiple devices
...6] Error 1 ZT_CHANCONFIG failed on channel 35: No such device or address (6) FATAL: Error running install command for wcte11xp [root@MYPBX src]# ------------------------------------ loadzone=nl defaultzone=nl span=1,1,3,ccs,ami bchan=1-2 dchan=3 span=1,1,0,ccs,hdb3 bchan=4-18,20-34 # set this to 1-15,17-31 for E1 dchan=19 # set this to 16 for E1 fxoks=35-36 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050501/0e599ba7/attachment.htm
2005 Jan 06
0
FW: Re: Polycom IP500 - problems with multiplesimultaneous calls
...> go to line appearance 1, the second simultaneous call to go to line > appearance 2, etc. > > Maybe somebody figured out a neat dialplan thing to get this done. My > config that doesn't do what I want looks like this: > > ; The first line appearance is registered to 18, the second to 1802, > and the third to 1803 exten => 18,1,Dial(SIP/18,20) exten => > 18,2,Voicemail(u18) exten => 18,102,Goto(1802,1) > > exten => 1802,1,Dial(SIP/1802,20) > exten => 1802,2,Voicemail(b18) > exten => 1802,102,Goto(1803,1) > > exten =&gt...
2005 Jan 05
5
Polycom IP500 - problems with multiple simultaneous calls
...;d just like to make the first call go to line appearance 1, the second simultaneous call to go to line appearance 2, etc. Maybe somebody figured out a neat dialplan thing to get this done. My config that doesn't do what I want looks like this: ; The first line appearance is registered to 18, the second to 1802, and the third to 1803 exten => 18,1,Dial(SIP/18,20) exten => 18,2,Voicemail(u18) exten => 18,102,Goto(1802,1) exten => 1802,1,Dial(SIP/1802,20) exten => 1802,2,Voicemail(b18) exten => 1802,102,Goto(1803,1) exten => 1803,1,Dial(SIP/1803,20) exten => 18...
2003 Oct 09
1
Recursive indexing can cause R-1.8.0 (and R-1.7.1) to segment fault (PR#4486)
...(Liste, list(list( summe=list(X=summeX, Y=summeY), punkte=list(X=X, Y=Y))) ) } # make clean: rm( hilf, summeX, summeY, X,Y, i ) return( Liste ) } # end of erzeugeTestListe() # # Liste <- erzeugeTestListe(25) #0 # # Now, e.g., we want to extract all X-und Y-elements of Nr. 7-12 and 18,20 # and to write them into a vector A: A <- Liste[[ c(7:12,18,20) ]]$summe$X #1 ...good bye!! # # # __ # //##) # // o - Wow, # / \ fantastic, that's really a short R-session ... # ################################################################### ## ## We can achieve...
2010 Sep 03
1
[PATCH] Adding some control over usages in the network creation/edition form
...+++++++ src/app/models/usage.rb | 2 +- src/app/services/usage_service.rb | 23 ++++++++++++ src/app/views/network/_form.rhtml | 56 +++++++++++++++++++++++++++++- src/config/routes.rb | 1 + src/public/stylesheets/components.css | 18 +++++++++ 6 files changed, 111 insertions(+), 2 deletions(-) create mode 100644 src/app/controllers/usages_controller.rb create mode 100644 src/app/services/usage_service.rb diff --git a/src/app/controllers/usages_controller.rb b/src/app/controllers/usages_controller.rb new file mode 100644 ind...
2003 Aug 04
1
hclust() and agnes() method="average" divergence (PR#3648)
...ave a clue why hclust() and agnes() produce different results in the example below when both use method="average"?? I'm not able to reproduce the problem with other datasets. ereck<-read.table("Ereck.txt",header=TRUE,sep="\t") emol<-subset(ereck,select=c(11:18,20:32)) library(cluster) library(mva) daisemol<-daisy(emol,type=list(asymm=c(1:21))) layout(matrix(c(1,1,2,2),2,2,byrow=TRUE)) hclustmol<-hclust(daisemol,method="average") plot(hclustmol,cex=0.6) agnesmol<-agnes(daisemol,method="average") pltree(agnesmol,cex=0.6) coag...
2005 Feb 16
0
Using zaphfc and wcte11xp at the same time problem
...se seen this problem, know of a fix, or can tell me what I am doing wrong? Thanks My zaptel.conf: # hfc-s pci a span definition # most of the values should be bogus because we are not really zaptel loadzone=nl defaultzone=nl span=1,1,3,ccs,ami bchan=1-2 dchan=3 span=2,0,0,ccs,hdb3,crc4 bchan=4-18 dchan=19 bchan=20-34 My zapata.conf: ; ; Zapata telephony interface ; ; Configuration file [channels] rxgain = 5.0 txgain = 5.0 switchtype = euroisdn pridialplan=local prilocaldialplan=local usecallerid=yes echocancel=yes immediate=yes ; p2mp TE mode signalling = bri_cpe_ptmp group = 1 Contex...
2019 Jan 18
0
[klibc:master] mips: don't save floating point registers in setjmp / longjmp
Commit-ID: edf92a18d1f1725896c928cbcf580abc268f307c Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=edf92a18d1f1725896c928cbcf580abc268f307c Author: James Cowgill <james.cowgill at mips.com> AuthorDate: Fri, 2 Mar 2018 08:33:03 -0800 Committer: Ben Hutchings <ben at decadent.org.uk&g...
2010 Jul 16
0
Mixed Conditional Logit with nested data
...1,12,B,0,0,1,0,0,0,1,0,1,0 1,13,A,0,0,0,1,0,0,1,0,1,0 1,13,B,1,1,0,0,0,1,0,0,0,1 1,14,A,0,0,0,1,0,0,1,0,0,1 1,14,B,1,0,1,0,1,0,0,1,0,0 1,15,A,1,1,0,0,1,0,0,0,1,0 1,15,B,0,0,0,1,0,1,0,0,0,1 1,16,A,1,1,0,0,0,0,1,1,0,0 1,16,B,0,0,1,0,0,1,0,0,1,0 1,17,A,1,0,1,0,1,0,0,0,1,0 1,17,B,0,0,0,1,0,0,1,1,0,0 1,18,A,1,1,0,0,1,0,0,1,0,0 1,18,B,0,0,0,1,0,0,1,0,0,1 1,19,A,1,1,0,0,1,0,0,0,0,1 1,19,B,0,0,0,1,0,1,0,0,1,0 1,20,A,0,0,0,1,0,0,1,0,0,1 1,20,B,1,0,1,0,1,0,0,1,0,0 1,21,A,1,1,0,0,0,1,0,1,0,0 1,21,B,0,0,1,0,0,0,1,0,0,1 1,22,A,1,0,0,1,1,0,0,1,0,0 1,22,B,0,1,0,0,0,1,0,0,1,0 1,23,A,0,1,0,0,0,1,0,0,0,1 1,23,B,...
2005 Jan 05
0
Polycom IP500 - problems with multiplesimultaneous calls
...#39;d just like to make the first call go to line appearance 1, the second simultaneous call to go to line appearance 2, etc. Maybe somebody figured out a neat dialplan thing to get this done. My config that doesn't do what I want looks like this: ; The first line appearance is registered to 18, the second to 1802, and the third to 1803 exten => 18,1,Dial(SIP/18,20) exten => 18,2,Voicemail(u18) exten => 18,102,Goto(1802,1) exten => 1802,1,Dial(SIP/1802,20) exten => 1802,2,Voicemail(b18) exten => 1802,102,Goto(1803,1) exten => 1803,1,Dial(SIP/1803,20) exten => 180...
2009 Nov 17
1
virtio: Add memory statistics reporting to the balloon driver (V2)
...-6,6 +6,7 @@ /* The feature bitmap for virtio balloon */ #define VIRTIO_BALLOON_F_MUST_TELL_HOST 0 /* Tell before reclaiming pages */ +#define VIRTIO_BALLOON_F_STATS_VQ 1 /* Memory Stats virtqueue */ /* Size of a PFN in the balloon interface. */ #define VIRTIO_BALLOON_PFN_SHIFT 12 @@ -17,4 +18,20 @@ struct virtio_balloon_config /* Number of pages we've actually got in balloon. */ __le32 actual; }; + +#define VIRTIO_BALLOON_S_SWAP_IN 0 /* Number of pages swapped in */ +#define VIRTIO_BALLOON_S_SWAP_OUT 1 /* Number of pages swapped out */ +#define VIRTIO_BALLOON_S_ANON 2...
2009 Nov 17
1
virtio: Add memory statistics reporting to the balloon driver (V2)
...-6,6 +6,7 @@ /* The feature bitmap for virtio balloon */ #define VIRTIO_BALLOON_F_MUST_TELL_HOST 0 /* Tell before reclaiming pages */ +#define VIRTIO_BALLOON_F_STATS_VQ 1 /* Memory Stats virtqueue */ /* Size of a PFN in the balloon interface. */ #define VIRTIO_BALLOON_PFN_SHIFT 12 @@ -17,4 +18,20 @@ struct virtio_balloon_config /* Number of pages we've actually got in balloon. */ __le32 actual; }; + +#define VIRTIO_BALLOON_S_SWAP_IN 0 /* Number of pages swapped in */ +#define VIRTIO_BALLOON_S_SWAP_OUT 1 /* Number of pages swapped out */ +#define VIRTIO_BALLOON_S_ANON 2...
2004 Aug 06
2
improved error.log output --diff
diff -u --recursive icecast/src/admin.c icecast-new/src/admin.c --- icecast/src/admin.c 2003-07-18 16:29:23.000000000 -0400 +++ icecast-new/src/admin.c 2003-08-06 19:18:32.000000000 -0400 @@ -213,7 +213,7 @@ html_write(client, "HTTP/1.0 200 OK\r\n" "Content-Type: text/html\r\n" "\r\n"); - DEBUG1("Sending XSLT (%s)...
2019 Jun 27
1
[libnbd PATCH] maint: Use $(NULL) for all Makefile.am macro lists
...html/pod.css \ + $(NULL) SUBDIRS = \ generator \ @@ -36,7 +37,8 @@ SUBDIRS = \ sh \ ocaml \ ocaml/examples \ - interop + interop \ + $(NULL) noinst_SCRIPTS = run diff --git a/common-rules.mk b/common-rules.mk index 498d221..eb8c92e 100644 --- a/common-rules.mk +++ b/common-rules.mk @@ -18,6 +18,9 @@ # common-rules.mk is included in every Makefile.am. # subdir-rules.mk is included only in subdirectories. +# Convenient list terminator +NULL = + CLEANFILES = *~ $(generator_built): $(top_builddir)/generator/stamp-generator diff --git a/docs/Makefile.am b/docs/Makefile.am index f00...
2018 Mar 02
5
[PATCH 0/5] Various MIPS fixes
Hi, I noticed that klibc started crashing on 64-bit MIPS and in my quest to fix the bug I got a bit carried away and fixed a few other things as well. Here are various miscellaneous MIPS patches, although the first patch is the important one. Thanks, James *** BLURB HERE *** James Cowgill (5): mips64: compile with -mno-abicalls mips: use -Ttext-segment when linking shared library
2012 Sep 10
11
Cleanup/build improvement for opus
Hello all, after FOMS I decided to take a look at the opus library and I found that I could improve a bit the build system and cleanup the code a little bit. Most of the changes to the code has been suggested by my two tools cowstats and missingstatic (part of the ruby-elf gem if you care). HTH, Diego
2015 Sep 29
0
[PATCH 4/4] lib: Remove unused header files.
...include <unistd.h> #include "guestfs.h" #include "guestfs-internal.h" -#include "guestfs-internal-actions.h" #include "guestfs_protocol.h" /* Check the return message from a call for validity. */ diff --git a/src/alloc.c b/src/alloc.c index 821fe18..76e043e 100644 --- a/src/alloc.c +++ b/src/alloc.c @@ -23,9 +23,6 @@ #include <unistd.h> #include <string.h> -#include <libxml/tree.h> -#include <libxml/xpath.h> -#include <libxml/xmlwriter.h> #include "guestfs.h" #include "guestfs-internal.h&qu...
2013 Apr 18
6
count each answer category in each column
Hey, Is it possible that R can calculate each options under each column and return a summary table? Suppose I have a table like this: Gender Age Rate Female 0-10 Good Male 0-10 Good Female 11-20 Bad Male 11-20 Bad Male >20 N/A I want to have a summary table including the information that how many answers in each category, sth like this: X