search for: mvp

Displaying 20 results from an estimated 76 matches for "mvp".

Did you mean: map
2008 Jul 30
1
problem with nested loops
Dear all, I have a problem with constructing a nested loop. I have two matrices: pnr: 800 rows 14 columns where rows are 40x20 meaning that 40 rows belong to one of twenty objects in the matrix pnr mvp: 20 rows and 14 columns I want to: calculate a distance value with the first 40 rows of pnr but 20times with the 1st row of mvp then the next 40 rows of pnr and 20times with the second row of mvp and so on. in total 20 times. i tried with: > dim(p) [1] 800 14 > dim(mvp) [1] 20 14 s...
2003 Jul 26
1
Asterisk SIP + Grandstream 100 phone
...ong with the phones.. Has someone had any experience with these telephones, and maybe can send me working entries for sip.conf etc. to save me all the messing about. Also I cannot get my phone to register with asterisk, it keeps on giving a "registration failed". My sip.conf entry is: [mvp] type=friend username=mvp fromuser=mvp secret=blah defaultip=192.168.0.210 on the phone I set authentication user mvp, and password blah .. someone enlighten me please :) :) cheers Dave ------------------- Email sent using AnyEmail (http://netbula.com/anyemail/) Netbula LLC is not responsible f...
2007 Jun 12
0
[PATCH] Combined checkFTB and capDirection into one checkOrientation function.
...rientation (CompScreen *s, + const ScreenPaintAttrib *sAttrib, + const CompTransform *transform, + CompOutput *outputPtr, + const float points[3][3]) { CompTransform sTransform = *transform; float mvp[16]; @@ -932,90 +933,27 @@ cubeCheckFTB (CompScreen *s, float vecA[3], vecB[3]; float ortho[3]; - (*s->applyScreenTransform) (s, sAttrib, outputPtr, &sTransform); - transformToScreenSpace (s, outputPtr, -sAttrib->zTranslate, &sTransform);...
2007 Sep 03
1
Code/comment mismatch in delegated administration code.
...the mount. Am I right? If I am right, the patch below implements my thinking. --- uts/common/fs/zfs/zfs_vfsops.c +++ uts/common/fs/zfs/zfs_vfsops.c @@ -608,11 +608,9 @@ goto out; } - if (error = secpolicy_vnode_owner(cr, vattr.va_uid)) { - goto out; - } - - if (error = VOP_ACCESS(mvp, VWRITE, cr, td)) { + if (secpolicy_vnode_owner(cr, vattr.va_uid) != 0 && + VOP_ACCESS(mvp, VWRITE, cr, td) != 0) { + error = EPERM; goto out; } -- Pawel Jakub Dawidek http://www.wheel.pl pjd at FreeBSD.org http://www.FreeB...
2011 Dec 08
0
[hivex] [PATCH 1/8] Add test hive and generator script
...t hivex + +srcdir = os.environ.get("srcdir") +if not srcdir: + srcdir = "." + +h = hivex.Hivex ("%s/../images/minimal" % srcdir, + write = True) +assert h + +root = h.root () +assert root + +h.node_add_child (root, "ModerateValueParent") + +mvp = h.node_get_child (root, "ModerateValueParent") +assert mvp + +moderate_value = "0123456789ABCDEF" + +values = [ + { "key": "3Bytes", "t": 3, "value": moderate_value[:3] }, + { "key": "16Bytes", "t": 3,...
2002 Sep 04
4
Limiting bandwidth to around max. 8k per second - possible? UPDATE
...ly VP3 does not support 160x120. Seems to be a little senseless, though. Whatever we do, we dont get the bandwidth down enough. Now, we need one of the "standard resolutions" (160x120 or multiples) for some cameras here to work. Any hint? Thomas Tomiczek THONA Consulting Ltd. (Microsoft MVP C#/.NET) <p>-----Original Message----- From: Thomas Tomiczek Sent: Mittwoch, 4. September 2002 15:34 To: theora-dev@xiph.org Subject: [theora-dev] Limiting bandwidth to around max. 8k per second - possible? Working? <p>Hello, I am using the latest binary download from vp32.com, just...
2008 Aug 28
4
Very Slow!
...e server to any Windows box (XP, 2003, 2008, MacOS) it estimates more than 4 hours to copy. However, if I FTP to the server from any given client I can move the whole file in less than 2 minutes... I?m not a Samba expert, so anything is helpful at this point!!! -brian [global] netbios name = mvppvt125 realm = MACHINEVISIONPRODUCTS.COM security = ads preferred master = no encrypt passwords = yes wins server = 10.0.0.119 workgroup = MVP password server = * server string = Dell PowerVault Server log level = 3 log file = /var/log/samba/smbd.log max l...
2011 Jan 21
0
Can not set SPN errors (again)
...set machine spn: Operations error" when I do a net ads join. I've used this user account (me) to join many Samba 3.5.6 servers to the domain. Config file and log are below. Anyone with any ideas??? I'm in a suer-huge hurry to get this working! Thanks, -b [global] workgroup = MVP netbios name = MVPPVT125 server string = MVPPVT125 passwoerver = * realm = 8950HIX.COM realm = MACHINEVISIONPRODUCTS.COM security = ads idmap uid = 10000000-33554431 idmap gid = 10000000-33554431 template shell = /bin/bash template homedir = /export/home/%D/%...
2008 Nov 08
8
pxelinux
????????????. ????? ??? ????????? ???????? ?? ????. ?? ??????? ?????????? ? ????????? ?? ????? ??????????? ?????? ????? ??? ???????? Gigabyte GA-P35-S3, ??????? ????? ?????????? ??????? ???????? Realtek RTL8111B/8111C. ??? ???????? ?? ????? ?????????? ?????????? ??????????? ????, ?? ????? ?????? ?????? ?????? ?????????? ?????? ?????????. ?
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, TR...
2002 Sep 02
2
Installing vp31vfw.dll - how?
...ctly an option. Can anyone post a list of complete registry keys that I need to push? My main prob,em is - I also downloaded the sources, but the .INF file tehre has very little resemblance with the registry keys I find on my computer :-( Regards 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 'theora-dev-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe...
2017 Jun 30
3
[LLD] Adding WebAssembly support to lld
...vm.org/D34851 Although this port is not ready for production use (its missing several key features such as comdat support and full support for weak aliases) its already getting a some testing on the wasm waterfall: https://wasm-stat.us/builders/linux I'm hopeful that my patch may now be at an MVP stage that could be considered for merging into upstream lld. Thoughts? LLD maintainers, would you support the addition of a new backend? cheers, sam
2003 Nov 04
1
multitech.
Hi All, I'm new to asterisk, can I use asterisk with a Multitech mvp 210? Thanks, Steve
2005 Mar 14
0
Multitech MVP130 as FXO with asterisk
I've gotten asterisk running fine with several Grandstream phones as well as linphone on my PC. Now the last step is configuring the multitech MVP 130s that I have to send outbound calls to the POTS lines attached to the MVP130s. I'm having issues with the outbound and inbound telephone book entries I believe. The multitechs work fine when configured to talk to each other at remote locations, but getting them to accept a call from ast...
2006 Aug 24
1
net ads join help
...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 DNS domain of this server matches the AD domain, Or rejoin with using Domain Admin credentials. Disabled account for 'MUSTANG' in realm 'MACHINEVISIONPRODUCTS.COM' [root@mustang tmp]# However, after doing a kinit I can th...
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 'theora-dev-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe...
2013 Aug 27
1
Interconnect Radio units using asterisk
Hi all, This my first mail in the community. My name is Manolo. I'm new in Asterisk. My objective is to control some radio using Asterisk via web. In google I could see that the application app_rpt had this goal, but currently is not in the new Asterisk 1.8 or higher. Thinking in future, I thought the easer way to do that is to buy some RoIP unit and do the communication with
2015 Jun 18
5
[LLVMdev] [RFC] WebAssembly Backend
> > This seems interesting, I have a few questions: > > > Has the ISA been finalized yet or is it still a work in progress? Will > there be a fixed number of registers? > The design document has a high-level idea of the ISA, or rather of the AST we're thinking of going with: https://github.com/WebAssembly/design/blob/master/AstSemantics.md The final encoding isn't
2017 Jul 01
1
[LLD] Adding WebAssembly support to lld
...this port is not ready for production use (its missing > several key features such as comdat support and full support for weak > aliases) its already getting a some testing on the wasm waterfall: > https://wasm-stat.us/builders/linux > > I'm hopeful that my patch may now be at an MVP stage that could be > considered for merging into upstream lld. Thoughts? LLD maintainers, > would you support the addition of a new backend? > > cheers, > sam > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org &gt...
2017 Sep 01
0
Wine release 2.16
...t (Valgrind). comctl32/monthcal: Make sure set focus date is valid before using it (Valgrind). dwrite: Fix proportional spacing method. d2d1: Fix rounding when setting scissor rectangle. Paul Gofman (10): d3d9/tests: Add tests for setting vertex shader constants in SWVP and MVP modes. d3d9/tests: Add tests for SW shaders creation in SWVP and MVP modes. d3d9/tests: Add test for SW shader in MVP mode. d3dx9: Factor out set_constants_device() function. d3dx9: Get rid of constants modification bitmasks. d3dx9: Do not support preshader instruction...