search for: nbs

Displaying 20 results from an estimated 65 matches for "nbs".

Did you mean: nb
2020 Feb 18
1
install_prereq install-unpackaged fails on Debian Buster
Hello, For the very first time, I tried the command bellow on a newly build Debian Buster box on which I successfully built Asterisk 17.2.0 before. I got : # contrib/scripts/install_prereq install-unpackaged *** Installing NBS (Network Broadcast Sound) *** A nbs-trunk/LICENSE A nbs-trunk/nbsclient.c A nbs-trunk/nbsd.c A nbs-trunk/nbs.h A nbs-trunk/nbscat.c A nbs-trunk/Makefile A nbs-trunk/nbscat8k A nbs-trunk/xmms-nbs-1.2.10.patch A nbs-trunk/xmms-nbs-orig.patch Révision 15 extraite. cc -g -Wal...
2013 Feb 02
1
repeating autocovariate functions
....968 174.7418 -35.9678 174.741 -35.9672 174.7395 -35.9671 (and 150 more) To calculate the autocovariate terms my code is as follows: library(spdep) Taranga <- read.csv(file.choose()) #contains xy coordinates xy <- cbind(Taranga$x, Taranga$y) acinvb <- autocov_dist(Taranga$burrows.pa, xy, nbs=1,zero.policy = TRUE, type="inverse") datfrm <- data.frame(autocov=acinvb, nbs=1) write.table(dfrm, file = 'results.csv',sep=",",row.names = FALSE) acinva <- autocov_dist(Taranga$burrows.pa, xy, nbs=100,zero.policy = TRUE, type="inverse") dfrm <-...
2013 Oct 10
1
Bug#725975: RM: xen-system-amd64 [i386] -- NBS; no longer built on i386
Package: ftp.debian.org Severity: normal Hi, xen 4.3.0-1's changelog says "Drop all i386 hypervisor packages". Which I guess means xen-system-amd64:i386 should be removed. Cheers, Julien -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 836 bytes Desc: Digital signature URL:
2011 Mar 13
2
Having a problem with choose.files
...R, and am having a problem with the following snippet of code, and I do not at all understand why it is behaving this way. I am running Windows XP, with R 2.12.1. I copy and paste these 4 lines into the R Console: t<-c("a","b","c") ans<-select.list(t) txtNBS<-winDialogString("NBS","300") choose.files() I click on OK in the Select One dialog, and on OK in the Question dialog, and then Cancel in the file dialog. Everything behaves as I expect it to. (All 3 of those dialog functions are in the utils package.) I then copy and p...
2004 Oct 31
3
a question about Bitstream Header.
Hi, I have a question about the format of Theora bitstream header. It seems to me that there are differences between the specification[1] (version 2004 Oct 1) and its reference implementation in libtheora 1.0alpha3 released at 2004 Jun 1. I mean that... please refer to Section 6.2 'Identification Header Decode' in that specification[1] and the function
2013 Apr 07
1
[LLVMdev] How to get the Instruction where one function use the global variable.
Hi, all I try to get the Instructions where one function use the global variable. for (llvm::Module::global_iterator gvar_iter = M.global_begin(); gvar_iter != M.global_end(); gvar_iter++) { llvm::GlobalVariable *gvar = &*gvar_iter; llvm::errs() << "const global var: " << gvar->getName() << "\n"; for (
2003 Dec 01
0
No subject
...252"> <META content=3D"MSHTML 6.00.2713.1100" name=3DGENERATOR> <STYLE></STYLE> </HEAD> <BODY bgColor=3D#ffffff> <DIV><FONT size=3D2>I'm not sure if this is a samba/solaris problem or a = Win98=20 problem and I'll tell you why.&nbsp; I have a Solaris 8 server runing = samba=20 2.2.2, a linux/samba 2.0.7 box and a couple Win 98 boxes.&nbsp; When I = did a=20 complete restore of my Win98 box from tape, I could no longer access the = Solaris=20 8 server via&nbsp;network neighbourhood.&nbsp; I can see&nbsp;the = S...
2008 Feb 08
1
(no subject)
...able = yes ; Enables the use of a jitterbuffer on the receiving side of a ; H323 channel. Defaults to "no". An enabled jitterbuffer will ; be used only if the sending side can create and the receiving &nbs p; ; side can not accept jitter. The H323 channel can accept jitter, ; thus an enabled jitterbuffer on the receive H323 side will only ; be used if the sending side can create jitter and jbforce is...
2011 May 19
2
[PATCH] arch/tile: add /proc/tile, /proc/sys/tile, and a sysfs cpu attribute
...> > >> /proc/tile/switch > >> The type of control path for the onboard network switch, if any. > > These two report information about the hardware, not the hypervisor. For > example: > > # cat /proc/tile/board > board_part: 402-00002-05 > board_serial: NBS-5002-00012 > chip_serial: P62338.01.110 > chip_revision: A0 > board_revision: 2.2 > board_description: Tilera TILExpressPro-64, TILEPro64 processor (866 MHz-capable), 1 10GbE, 6 1GbE > # cat /proc/tile/switch > control: mdio gbe/0 I think it's ok to have it below /sys/hypervi...
2011 May 19
2
[PATCH] arch/tile: add /proc/tile, /proc/sys/tile, and a sysfs cpu attribute
...> > >> /proc/tile/switch > >> The type of control path for the onboard network switch, if any. > > These two report information about the hardware, not the hypervisor. For > example: > > # cat /proc/tile/board > board_part: 402-00002-05 > board_serial: NBS-5002-00012 > chip_serial: P62338.01.110 > chip_revision: A0 > board_revision: 2.2 > board_description: Tilera TILExpressPro-64, TILEPro64 processor (866 MHz-capable), 1 10GbE, 6 1GbE > # cat /proc/tile/switch > control: mdio gbe/0 I think it's ok to have it below /sys/hypervi...
2020 Feb 18
1
reviewboard.asterisk.org SSL Trust Failure
>>> Reviewboard is a legacy site and will likely be shutdown. Is there a reason you are wanting to visit it? After seeing Olivier's post about his recent failures on compile and it referencing NBS (Network Broadcast Sound), which I had never heard of, I was googling to find out more and that was one of the Google hits Doug
2006 Jun 19
0
Coded Order vs Raster Order
...ven some arbitrary coded index I would return the appropriate super block index (in raster order). But what does this phrase "for each block in coded order" mean? I'm having a hard time visualizing it. In this particular case, the input params include "nsbs" and "nbs". So is this really just: for (int i=0; i<nbs; i++) { //do the rest } ? Thanks Richard PS> Doing all the conversions from superblock-raster-index to block- raster-index to block-coded-index and so forth is all pretty straightforward for planes where the superblocks line up e...
2004 Dec 20
1
Error in Spec of theora ident header
While trying to find a bug in my encoder, i came across an error in the spec where it defines the structure of the ident header... the spec defines 100 extra bits which aren't actually in the headers... NSBS, NMBS and NBS don't appear in a 3 2 0 header... the actual structure is as follows //0 - 7 header ident (8 bits) //8 - 55 theora ident (48 bits) //56 - 63 ver major (8 bits) //64 - 71 ver minor (8 bits) //72 - 79 ver revision (8 bits) //80 - 95 numMacroBlocksWide (16 bits) //96 - 111...
2000 Aug 09
1
circles overshoot (PR#629)
...;/P> <P><FONT SIZE=3D2>Valerio.</FONT> </P> <P><FONT SIZE=3D2>(R-1.1.0 on Linux)</FONT> </P> <P><FONT SIZE=3D2>---</FONT> <BR><FONT SIZE=3D2>Valerio Aimale</FONT> <BR><FONT = SIZE=3D2>Scientist&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;= &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;= &nbsp; direct: 505.992.6741</FONT> <BR><FONT SIZE=3D2>Bios Group = LP&am...
2009 Jul 20
0
No subject
...vlink=3Dpurple> <div class=3DWordSection1> <p class=3DMsoNormal>I am trying this approach to see who picked the = line:<o:p></o:p></p> <p class=3DMsoNormal>Here is what i am doing:<o:p></o:p></p> <p class=3DMsoNormal><o:p>&nbsp;</o:p></p> <p class=3DMsoNormal style=3D'margin-left:1.0in;text-indent:.5in'>EXEC = DIAL SIP/ vaso &amp;Zap/35||M(testing^<b>30086</b>)<o:p></o:p></p> <p class=3DMsoNormal><o:p>&nbsp;</o:p></p> <p class=3...
2012 Mar 15
1
Problem reading a graph file
...s specified? >>> >>> I attach my graph file in order you can check this problem. >>> >>> > aux <- inla.read.graph("W:/bratislava.inla") >>> > summary(aux) >>> n = 17 >>> ncc = 3 >>> nnbs = (names) 2 3 4 5 6 7 >>> (count) 2 4 5 2 2 2 >>> >>> >>> ___ >>> this summary shoud be: >>> n = 17 >>> ncc = 1 >>> nbs = (names) 2 3 4 5 6 7 >>> (count) 2 4 5 2...
2006 Jan 24
13
Nortel Meridian Opt 81C and PRI
We've been trying unsuccessfully to connect our Meridian Option 81C to a TE110P via PRI. We've followed the directions in asterisk-meridian-a1.pdf (link on http://www.voip-info.org/wiki/view/Asterisk+legacy+integration), but it doesn't seem to work on our 81C (even though many, many users report it works very well on Option 11's). Has anyone had any success in getting the above
2012 May 15
3
VGA passthrough ? AMD-FX8, GA-990FXA-UD3, G210
...or Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 06) 06:00.0 USB controller: Etron Technology, Inc. EJ168 USB 3.0 Host Controller (rev 01) # I passed : 0000:03:00.0 0000:03:00.1 0000:00:14.2 -- Adrien URBAN, Expert Systèmes - Réseaux - Sécurité - Responsable SN3 --- www.nbs-system.com, 140 Bd Haussmann, 75008 Paris Std: +33 158 566 080 / S.Tech: +33 158 566 088 / Fax: +33 158 566 081 Bargento 2012, le 29 mai 2012 au CNIT : www.bargento.com
2007 Aug 10
2
available.packages (PR#9841)
Full_Name: Zivan Karaman Version: 2.5.1 OS: Windows XP SP2 Submission from: (NULL) (195.6.68.214) I think that I have encountered a bug in the function "available.packages" when using a local repository (file:// ) on Windows. Version information: platform i386-pc-mingw32 arch i386 os mingw32 system
2010 Aug 05
0
No subject
...gt; <body class=3D'hmmessage'> Today I updated xen-linux-system-2.6.32-5-xen-amd64 &amp=3B dependancies (e= =2Cg.: linux-image-2.6.32-5-xen-amd64):<br><br>apt-cache policy xen-linux-s= ystem-2.6.32-5-xen-amd64<br>xen-linux-system-2.6.32-5-xen-amd64:<br>&nbsp= =3B Installed: 2.6.32-20<br>&nbsp=3B Candidate: 2.6.32-20<br>&nbsp=3B Versi= on table:<br>&nbsp=3B*** 2.6.32-20 0<br>&nbsp=3B&nbsp=3B&nbsp=3B&nbsp=3B&nb= sp=3B&nbsp=3B&nbsp=3B 500 http://mirror.csclub.uwaterloo.ca squeeze/main Pa= ck...