search for: pos1

Displaying 13 results from an estimated 13 matches for "pos1".

Did you mean: pos
2006 Apr 04
2
ogg + theora + seeking
...uint32 pageNo; uint32 checksum; } __attribute__ ((packed)); The description only says: devide the position into two fields. is it 2 times uint32 or some other values? Thanks in advance ------------------------------------------ OggS continued packet | first page (bos) | not last page | pos1: 0 pos2: 0 serial: 2006538233 pageNo: 0 checksum: 3061487401 OggS continued packet | first page (bos) | not last page | pos1: 0 pos2: 0 serial: 1711341811 pageNo: 0 checksum: 1734746641 OggS continued packet | not first | not last page | pos1: 0 pos2: 0 serial: 2006538233 pageNo: 1 checksum: 3...
2009 Aug 06
2
Convert dataframe to table with counts where column names become row names
Can anyone explain how best to go from a dataframe to a table (or better yet a new dataframe) of counts, where the row names in the new table (or dataframe) are the column names of the original df. start w/ DF1 = Pos1 Pos2 Pos3 .... oligo1 G C A oligo2 U U A oligo3 G C C oligo4 C G U oligo5 A A G ..... End with DF2 = G A U C Pos1 2 1 1 1 Pos2 1 1 1 2 Pos3 1 2 1 1 .... I know how to generate the counts of each one column a...
2012 Feb 17
5
How to change the order of columns in a data frame?
Dear all, I have a data frame in which the columns need to be ordered. The first column X is at the right position, but the remaining columns X1-Xn should be ordered like this: X1, X2, X3 etc instead of like below. > colnames(pos1) [1] "X" "X1" "X10" "X11" "X12" "X13" "X14" "X15" "X16" "X17" "X18" "X19" "X2" "X20" "X3" "X4" "X5" "X6" &quot...
2001 Nov 29
2
plotting (a) confidence intervals (b) standard error
Hi all, I'm building a plot of the values in tmeant (below) against positions 1 to 5, using matplot. tmeant looks like this: case1 case2 pos1 861.8466 818.5909 pos2 961.2841 976.3466 pos3 878.6080 1262.8523 pos4 950.8011 1129.6080 pos5 968.1080 1063.3920 I also have lower (object tl) and upper (object tu) bounds on the confidence intervals as follows: tl: pos1 pos2 pos3 pos4 pos5 case1 761.4777 872.8367 756...
2009 Jul 10
2
drawing hmms
Hi, I need to draw hmm's in R.I also need to include a small plot near each state of the hmm.How can I do this? -- Rajesh.J [[alternative HTML version deleted]]
2010 Jul 06
1
plotmath vector problem; full program enclosed
...d=.2) } } dividers <- c(qnorm(0.025), -1, 0, 1, qnorm(0.975)) addInteriorLine(mu+sigma*dividers, mu,sigma) # bquote creates an expression that text plotters can use t1 <- bquote( mu== .(mu)) mtext(bquote( mu == .(mu)), 1, at=mu, line=-1) addInteriorLabel <- function(pos1, pos2, m, s){ area <- abs(100*( pnorm(m+pos1*s,m,s)-pnorm(m+pos2*s, m,s))) mid <- m+0.5*(pos1+pos2)*s text(mid, 0.5*dnorm(mid,m,s),label=paste(round(area,2),"%")) } addInteriorLabel(dividers[1],dividers[2], mu, sigma) addInteriorLabel(dividers[2],dividers[3], m...
2002 Sep 10
2
Traceroute
...2 bis-i002.mtt.net (207.34.24.1) 2.181 ms 1.902 ms 1.863 ms 3 142.177.141.121 (142.177.141.121) 2.979 ms 3.979 ms 2.794 ms 4 142.166.182.130 (142.166.182.130) 5.875 ms 4.464 ms 3.062 ms 5 alnb-cr01-pos4-0.aliant.ca (142.166.181.1) 9.208 ms 7.972 ms 7.960 ms 6 dis11-montreal02-pos1-0.in.bellnexxia.net (206.108.111.165) 27.128 ms 23.892 ms 23.672 ms 7 core3-montreal02-pos6-1.in.bellnexxia.net (206.108.99.165) 24.272 ms 24.047 ms 23.855 ms 8 bx2-montreal02-pos5-0.in.bellnexxia.net (206.108.107.58) 24.065 ms 24.082 ms 23.938 ms 9 if-8-0.core2.Montreal.Teleglobe.ne...
2011 Jan 14
9
Selecting the first occurrence of a value after an occurrence of a different value
Hello everyone, I am currently working with some data where I need to select the first occurrence of a value after the occurrence of another value. The data has two columns, one with a time and one with occurence of certain events. The column of data I want to select from looks like this (and each of these events have a corresponding time in another column). Stat71 OutMag FirstResp InMag
2006 Aug 31
0
FW: Time out would not boot from local drive
...MENU ROWS 2 MENU WIDTH 80 MENU MARGIN 15 MENU PASSWORDMARGIN 20 MENU TIMEOUTROW 20 MENU TITLE Welcome to the Network boot menu LABEL localboot MENU LABEL ^Local Boot (Windows) LOCALBOOT 0 LABEL ghost MENU LABEL Restore images kernel memdisk append initrd=pos1.imz _______________________________________________ SYSLINUX mailing list Submissions to Unsubscribe or set options at: http://www.zytor.com/mailman/listinfo/syslinux Please do not send private replies to mailing list traffic.
2009 May 25
3
Interpolating variables within (RODBC library) SQL statements for MySQL
Hi everyone, I am desperately looking for a method to interpolate strings within an SQL statement as follows: I get a lot of rows out of a database (in my example POSITION_to_ZIPCODE Database with holds records for German ZIP Code <--> Gauss-Krueger Coordinate System ) and want this to be selected and computed individually row by row as follows: library(RODBC) channel <-
2018 Jun 13
4
Success: Bring-up of LLVM/clang-built Linux ARM(32-bit) kernel for Android - Nexus 5
...nalyzing the images by decompressing them based on lz4 magic (\x02\x21\x4c\x18) . . . Image metadata(zImage-dtb-main-llvm-clang-ndk-r13b-binutils-ld-as) : +++ grep -P -a -b --only-matching '\x02\x21\x4c\x18' zImage-dtb-main-llvm-clang-ndk-r13b-binutils-ld-as +++ tail -1 +++ cut -d: -f 1 ++ pos1=5381 ++ dd if=zImage-dtb-main-llvm-clang-ndk-r13b-binutils-ld-as bs=5381 skip=1 ++ lz4 -d ++ eclang ++ head -1 +++ strings -a +++ grep 'clang version' Linux version 3.4.113-unicornblood-hammerhead-o+ (exp at exp) (Flash clang version 7.0.332826 (https://git.llvm.org/git/clang 4029c7ddda99ec...
2003 May 05
1
bandwith issues, ISP hosting services, etc
I am looking into supporting around 20 SIP clients (ATAs, IP softphones, etc) distributed in around 10 different end points (in South America). For the most part they all have narrow band connections 64kpbs, 128 at most and I?d like to use g729 all around (don?t have too many alternatives) To start with, I will have one * with no gateway to the PSTN and eventually a few * boxes with termination
2011 Oct 06
26
[PATCH v0 00/18] btfs: Subvolume Quota Groups
This is a first draft of a subvolume quota implementation. It is possible to limit subvolumes and any group of subvolumes and also to track the amount of space that will get freed when deleting snapshots. The current version is functionally incomplete, with the main missing feature being the initial scan and rescan of an existing filesystem. I put some effort into writing an introduction into