similar to: problem with nested loops

Displaying 20 results from an estimated 3000 matches similar to: "problem with nested loops"

2003 Jul 26
1
Asterisk SIP + Grandstream 100 phone
hi .. i've just converted myself back to a newbie by trying to experiment with some new stuff .. I have connected two grandstream Budgettone 100 phones to my asterisk, and trying to experiment with them .. I am trying to get into the asterisk sample basically .. when I dial 1000 asterisk receives the call, but I do not hear any sound on the phone. Dialling from phone to phone direct (via
2007 Sep 03
1
Code/comment mismatch in delegated administration code.
In zfs_mount() function, when we process a mount by a regular user through the delegated administration, the comment states: /* * Make sure user is the owner of the mount point * or has sufficient privileges. */ This makes sense, but the code doesn''t match the comment. The code ensures that user is the owner of the mount point _and_ can write to the directory. Or does "has
2008 May 19
3
Rank Values in a Matrix
Dear All, a short and maybe simple question: I have to rank all values in a matrix from 0 to X, [1] [2] [3] [4] [1] 0.1 2 0 3 [2] 50 3 3 1 [3] 100 1 1 0 [4] 100 2 2 0 0->0 0.1->1 2->2 3->3 50->4 100->5 (X=5) is there any function for this? i have looked in several packages (vegan, labdsv etc.) because I am working with species by site tables,
2018 Mar 24
2
Possible bug: file.exists() always returns TRUE for prn.us.txt
Dear all, while preparing some exercises I came across some highly surprising behaviour of file.exists(). The specific value "prn.us.txt" always returns TRUE, even though that file is nowhere to be found on my system. In a fresh R session 3.4.4 installed on Windows 10: > grep("prn.us.txt", dir(recursive = TRUE)) integer(0) > file.exists("prn.us.txt") [1] TRUE
2019 Aug 21
1
Re: Debian 10 with libguestfs
On Wed, Aug 21, 2019 at 12:03:15PM +0200, Julian Hyordey wrote: > As I said, it works, but you just forgot to modifiy /etc/hosts : > > 127.0.1.1 ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com Yes this is broken in several images including the Ubuntu ones. It took me a long time to work out why it happens. It turns out that it's because qemu uses 10.0.2.15 as a
2008 Sep 22
1
Help for SUR model
I am an R beginner and trying to run a SUR model in R framework. subset(esasp500, Obs <=449 & Obs>=197, select = -Date) ->ev13sub c(Obs>=397) & c(Obs<=399) ->d13 c(Obs>=400) & c(Obs<=449) ->f13 SP500*f13 ->SP500f13 BBC~SP500+d13+SP500f13 ->sur132 BOW~SP500+d13+SP500f13 ->sur133 CSK~SP500+d13+SP500f13 ->sur134
2008 Aug 28
4
Very Slow!
System info: Red Hat Enterprise Linux Server release 5 (Tikanga) Kerlen 2.6.18-8.el5 SMP x86_64 Samba version 3.0.23c-2 Eth0 && Eht1 bonded to bond0, 2Gbps. /etc/samba/smb.conf attached below... I?m seeing very slow transfers from Samba.... I?m not sure how else to describe it. If I try and copy a 4GB DVD image from the server to any Windows box (XP, 2003, 2008,
2002 Sep 04
4
Limiting bandwidth to around max. 8k per second - possible? UPDATE
Ok, we got it working with 176x144 resolution. The following string produced an image that was not falling behind too much for too long - basically a little when it was getting TONS of movement, and then catching up fast. "65 58 110 0 1 1 90 8 120 1 1 " Now, we need to get this working on a 320x240 resolution, too (as sadly VP3 does not support 160x120. Seems to be a little senseless,
2008 Apr 04
2
Reading an ArcGIS raster file
Dear members, How can I read and plot an ArcGIS raster file into R ? The file has extension .aux and contains floating point bathymetry data. The purpose is to create a spatial model in R that uses ArcGIS map data. I have managed to read and plot various shape files into my R project, but I am stuck with this now. I am new to this list and also to R, so any help would be much appreciated. Many
2009 Mar 23
1
mvpart error
Hello all, When attempting a classification tree using mvpart, I get the following error: > thesis2.mvp=mvpart(bat_sp~., data=alltrees.df) Error in all(keep) : unused argument(s) (c(TRUE, TRUE, TRUE, TRUE, TRUE, TRUE, TRUE, TRUE, TRUE, TRUE, TRUE, TRUE, TRUE, TRUE, TRUE, TRUE, TRUE, TRUE, TRUE, TRUE, TRUE, TRUE, TRUE, TRUE, TRUE, TRUE, TRUE, TRUE, TRUE, TRUE, TRUE, TRUE, TRUE, TRUE, TRUE,
2018 Mar 24
1
Possible bug: file.exists() always returns TRUE for prn.us.txt
Thank you. I was just replying my own message with the same information. Sorry for not doing the research properly before filing. Cheers Joris On Sat, Mar 24, 2018 at 11:36 AM, Duncan Murdoch <murdoch.duncan at gmail.com> wrote: > On 24/03/2018 6:16 AM, Joris Meys wrote: > >> Dear all, >> >> while preparing some exercises I came across some highly surprising
2002 Sep 02
2
Installing vp31vfw.dll - how?
Hello, We put the DirectShow filters on hold till the release of our software (next week) and will integrate it into the first patch. Till then, our customers will ahve to live with a VP31 vfw hack. Now, my problem is that I need to integrate the vp31vfw.dll setup into a MSI file, because spawning another installer is not exactly an option. Can anyone post a list of complete registry keys that
2003 Nov 04
1
multitech.
Hi All, I'm new to asterisk, can I use asterisk with a Multitech mvp 210? Thanks, Steve
2006 Aug 24
1
net ads join help
I'm not sure that the problem is with net ads join but I'm in desperate need of help either way. Using smb Version 3.0.23a-1.fc4.1 I do a net ads join I get the below error: [root@mustang tmp]# net ads join -U exservice@MACHINEVISIONPRODUCTS.COM exservice@MACHINEVISIONPRODUCTS.COM's password: Using short domain name -- MVP Failed to set servicePrincipalNames. Please ensure that the
2002 Sep 04
1
Web access to CVS tree - any chance this will be re-enabled at one point?
I tried it out on the Vp32 site - nothing in there. Says something of not matching the current tag. Nice. Theora's website does not have a web surface. Thomas Tomiczek THONA Consulting Ltd. (Microsoft MVP C#/.NET) --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to
2017 Jun 30
3
[LLD] Adding WebAssembly support to lld
Hi llvmers, As you may know, work has been progressing on the experimental WebAssembly backend in llvm. However, there is currently not a good linking story. Most the of existing linking strategies (i.e. those in the emscripten toolchain) involve bitcode linking and whole program compilation at link time. To improve this situation I've been working on adding a wasm backend for lld. My
2007 Jun 12
0
[PATCH] Combined checkFTB and capDirection into one checkOrientation function.
--- include/cube.h | 18 +++------ plugins/cube.c | 120 +++++++++++++++++-------------------------------------- 2 files changed, 43 insertions(+), 95 deletions(-) diff --git a/include/cube.h b/include/cube.h index 0a87626..293bad1 100644 --- a/include/cube.h +++ b/include/cube.h @@ -87,16 +87,11 @@ typedef void (*CubePaintInsideProc) (CompScreen *s, CompOutput *output,
2010 Sep 01
2
Legend with fill = gray ?
Hi, I am facing a problem with the legend, I don?t know how to use the fill option in the legend in order to achieve the same standard gray levels that are plotted. Sorry for this easy one, but I really did not find anything so far. It works fine with color: ###### C O L O R mat <- matrix(2,3,rep(2,6)) rownames(mat)<-c("A","B","C") par(xpd=T,
2019 Aug 20
3
Re: Debian 10 with libguestfs
On Tue, Aug 20, 2019 at 03:25:01PM +0200, Julian Hyordey wrote: > If you want a test, let me know when it's done and I'll try it immediately. OK it's uploaded. I have only boot tested it, but it works for me. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming and virtualization blog: http://rwmj.wordpress.com virt-top is
2011 Dec 08
0
[hivex] [PATCH 1/8] Add test hive and generator script
Signed-off-by: Alex Nelson <ajnelson at cs.ucsc.edu> --- images/mkrlenvalue_test_hive.py | 37 +++++++++++++++++++++++++++++++++++++ images/rlenvalue_test_hive | Bin 0 -> 12288 bytes 2 files changed, 37 insertions(+), 0 deletions(-) create mode 100755 images/mkrlenvalue_test_hive.py create mode 100644 images/rlenvalue_test_hive diff --git a/images/mkrlenvalue_test_hive.py