search for: 32nd

Displaying 20 results from an estimated 23 matches for "32nd".

Did you mean: 2nd
2009 Dec 08
2
E1 Channel Numbering - Your Comments.
All This is a small issue that I stumbled onto that has to do with the channel numbering on an E1 connection into an Asterisk Zaptel/DAHDI system. As most of us already know an E1 has 32 channels of which 30(1-15 17-31) are B-channels and 1 (16) is a D-Channel. The 32nd channel is not presented in Asterisk Zaptel/DAHDI. There are other configurations but this is the most common. *** Everything currently works and the community is humming along with the current implementation. *** Is it or would it be worth the time to note the 32nd channel of the E1? I noticed...
2014 Feb 09
0
[PATCH 2/2] drm/nouveau/abi16: fix handles past the 32nd one
abi16->handles is a u64, so make sure to use 1ULL << val when modifying. Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu> --- Noticed this when doing the previous patch. I'm not sure whether this affects 64-bit builds or not, didn't care to look at the assembly or check the standard. drivers/gpu/drm/nouveau/nouveau_abi16.c | 4 ++-- 1 file changed, 2 insertions(+), 2
2011 Feb 26
4
Strange Problem with Windows GPLPV Drivers
I have a strange problem with these drivers. I have a host that has 31 VM''s running on it, all windows. They are running the same template, which has the latest GPLPV drivers installed. The problem occurred today when I went to add the 32nd VM, again from the same template. Now when the VM boots up I get a BSOD. I tried a different template to confirm that it was not template corruption, again BSOD on boot. Booting into safe mode works fine, so that led me to believe it could be driver related. I then performed a fresh ins...
2013 Jan 02
2
loop correction needed
Dear useRs, i have a data frame with 16 lists in it. each list has variable number of lines. i want to create a loop which will start deleting every 32nd line in each list, till the end of each list. more precisely if a list has 200 rows i want to delete row number 32, 64, 96 and so on...for that i created the followng loop. >e<-lapply(seq(1),function(i) rbind(r[[i]][1:31,],(r[[i]][32:nrow(r[[i]]),][-seq(i,nrow(r[[i]]),32),]))) but this loop e...
2006 Jul 04
4
[PATCH] xenmon: remove magic number "31" (the idle domain)
Hi, This patch removes the magic number "31" for readability. The number "31" means the idle domain ID. In detail: - display the idle domain ID with "Idle" instead of "31" - write to the file "log-idle.log" instead of "log-dom31.log". Signed-off-by: KUWAMURA Shin''ya <kuwa@jp.fujitsu.com> Thanks, -- KUWAMURA
2013 Jan 03
5
splitting matrices
...t to split that matrix into 36 small matrices each having 12 columns and 31 rows. The big matrix should be splitted row wise. which means that the first small matrix should copy values which are in first 31 rows and 12 columns of the big matrix. similarly 2nd small matrix should contain values from 32nd to 63rd row of the big matrix and so on. on the whole i want to have 36 small matrices.i tried dim(dd) <- c(31,12,35) but the result are not stisfactory... thanks in advance elisa [[alternative HTML version deleted]]
2005 Sep 02
4
Receptionist
...re is preventing us from choosing Asterisk. Any info would be greatly appreciated. Alain Major, Directeur, D?partement de l'Informatique et des T?l?communications Manager, Information Technology and Telecommunications Department L. Simard Transport Lt?e Simard Transport and Warehousing 1212 32nd Avenue Lachine, Qu?bec, Canada t?l : 514-636-9411 email : amajor@simard.ca web : http:\\www.simard.ca -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050902/a5c4bdbc/attachment.htm
2011 Aug 01
1
Inserting column in between -- "better" way?
...gt;>> >>> I have a very simple question.I have data frame of 50 columns and i want to insert a column in 30th position.But i do not want to delete that column.Is it possible to include a column in between, so that new values are in 30th column and 30 th column is now 31st and 31st is 32nd......so on and 50th column is 51st..?I will be very thankful to you. >>> >>> >> >> >> >> -- >> Sarah Goslee >> http://www.functionaldiversity.org >> >> ______________________________________________ >> R-help at r-project.org m...
2010 Jun 14
4
help
...t /fs:fat a: ... C:\>syslinux.exe a: ... C:\>copy chain.c32 a: ... C:\>imdisk -d -m a: ... C:\>tinyhexer matthew.vfd - Edit the "Media Type" byte at 0x15 (22nd) to be "Floppy": 0xF0 - Edit the "Hidden Sectors" double-word at 0x1C through 0x1F (29th through 32nd) to be zero: 0x00000000 - Edit the "Drive ID" byte at 0x24 (37th) to be "Floppy": 0x00 - Save your changes to matthew.vfd ----------------------------------------------------------------- June 14, 2010 Sir, If it's OK, please let me know the procedure to follow for CD &...
2011 Mar 14
1
[LLVMdev] Vector select/compare support in LLVM
David, The problem with the sparse representation is that it is word-width dependent. For 32-bit data-types, the mask is the 32nd bit, while fore 64bit types the mask is the 64th bit. How would you legalize the mask for the following code ? %mask = cmp nge <4 x float> %A, %B ; <4 x i1> %val = select <4 x i1>% mask, <4 x double> %X, %Y ; <4 x double> Moreover, in some cases...
2004 Jul 15
6
[OT] The stories people tell to support.
This one is for the archives. I got a call today that the * at one of my clients was not working. The switchboard is set up to ring for a while and then the rest of the phones start up if the switchboard doesn't pick up. This was not happening. Instead the mobile phone of one of the people there was ringing and after the delay the internals started ringing. When I connected to the web
2011 Feb 16
5
ACHTUNG: wrt CentALT repo
On Wed, Feb 16, 2011 at 2:03 PM, Larry Vaden <vaden at texoma.net> wrote: > > N.B. pkgs.org is showing that CentALT is at current code and Fedora is > using a release candidate! Per a discussion with an Internet2 professor this PM: ACHTUNG: Note the repo is apparently without SRPMs so it becomes difficult to vet. Further, no mirrors have been spotted, which is not to say there
2007 May 15
6
Behaviour of pool_size setting
...this: key = MiddleMan.new_worker(:class => :execution_worker, :args => {...some_args...}) Why do I see so much more than my declared number of 30 workers? Am I wrong somehow? How do I have to understand the behaviour of pool_size? What happens when I have 30 workers working and the 31st, 32nd, ..., 300th request to start a worker comes in? Thanks & Regards! Christian -------------- next part -------------- A non-text attachment was scrubbed... Name: cschlaefcke.vcf Type: text/x-vcard Size: 368 bytes Desc: not available Url : http://rubyforge.org/pipermail/backgroundrb-devel/atta...
1998 Apr 11
0
Printing to Unix Printers w/ Samba
...en have the Samba book! The spool directory is set up right, printer working.... Any ideas? Thanks! -- William C. Regli, Ph.D. wregli@mcs.drexel.edu Drexel University http://www.mcs.drexel.edu/~wregli Mathematics and Computer Science Tel: + 1 (215) 895 - 6827 32nd and Chestnut Streets Fax: + 1 (215) 895 - 1582 Philadelphia, PA 19104
2012 Sep 08
0
Windows 2008 Server, GPLPV drivers, Qemu upstream and BSoD
...tream (1.1-stable) there is a BSOD when using the most recent signed GPLPV drivers (paging fault in non-paged area). -- Stay in touch, Mark van Dijk. ,--------------------------------- -----------------------------'' Sat Sep 08 08:14 UTC 2012 Today is Sweetmorn, the 32nd day of Bureaucracy in the YOLD 3178
2010 May 04
2
Memdisk large IMA file
Does someone know where I could get my hands on an ima that's larger than 2.88meg... I use winimage for all my ima's and stuff but i'm having trouble configuring a custom size. If anyone has a large ima I could utilize that would be great, preferably one fitting this memdisk supported size: 3,932,160 bytes (3840K) c=80 h=2 s=48 3.5" DSED (extended) If not instructions on making
2011 Mar 10
0
[LLVMdev] Vector select/compare support in LLVM
"Rotem, Nadav" <nadav.rotem at intel.com> writes: > One of the arguments for packing masks is that it reduces > vector-registers pressure. Auto-vectorizing compilers maintain > multiple masks for different execution paths (for each loop nesting, > etc). Saving masks in xmm registers may result in vector-register > pressure which will cause spilling of these
2008 Jul 15
0
creating axis of the plot before data are plotted -- solved
...@gmail.com> wrote: > why don't you give us a snippett of your data and then we may be able to > help (read the posting guide) > > > On Mon, Jul 14, 2008 at 6:04 PM, Zroutik Zroutik <zroutik@gmail.com> > wrote: > >> Nope, this assigns the 26th, 28th, 30th anf 32nd point of the total >> nrow(matrix) number of points. This does not assign the points (or places of >> the x-axis) with such a rowname. >> >> row number <-> row name >> 1:nrow(matrix) <-> rowname(matrix[1]) .. rowname(matrix[nrow(matrix)]) >> >>...
2013 May 15
0
[PATCH] Fix dead links and update news
...edictor order is the only parameter that needs to be stored in the compressed stream. The error signal is then passed to the residual coder. </li> <li> - <b>FIR Linear prediction</b>. For more accurate modeling (at a cost of slower encoding), FLAC supports up to 32nd order FIR linear prediction (again, for information on linear prediction, see <a href="http://www.hpl.hp.com/techreports/1999/HPL-1999-144.pdf">audiopak</a> and <a href="http://svr-www.eng.cam.ac.uk/~ajr/GroupPubs/Robinson94-tr156/index.html">shorten</a>)...
2011 Mar 10
2
[LLVMdev] Vector select/compare support in LLVM
Hi David, The MOVMSKPS instruction is cheap (2 cycles). Not to be confused with VMASKMOV, the AVX masked move, which is expensive. One of the arguments for packing masks is that it reduces vector-registers pressure. Auto-vectorizing compilers maintain multiple masks for different execution paths (for each loop nesting, etc). Saving masks in xmm registers may result in vector-register