search for: sb2

Displaying 20 results from an estimated 31 matches for "sb2".

Did you mean: nb2
2009 Dec 10
1
updating arguments of formulae
Dear R-Community, I am relatively new with R, so sorry for things which for you might be obvious... I am trying to automatically update lmer formulae. the variables of the model are: depM= my dependent measure Sb2= a random factor OS = a predictor VR= another predictor So, I am building the first model with random intercept only: model = lmer(depM ~ (1 |Sb2)) then I update the formula adding the first predictor model1 = update(model, as.formula(paste(". ~ . + ", OS))) the resulting formula wil...
2012 Sep 20
0
[LLVMdev] How can I make clang/llvm use specific toolchain?
.../writing-native-tizen-applications-using-the-1-0-larkspur-sdk-scratchbox-and-efl/ ============================================================================ CC = /home/hum/Projects/clang_llvm/build/Debug+Asserts/bin/clang GCC_TOOLCHAIN = /home/hum/tizen_sdk/SDK/build-system/toolchains/gcc-4.5.3.sb2/usr SYSROOT = /home/hum/tizen_sdk/SDK/build-system/rootstraps/tizen-emulator-1.0.sb2 #export LD_LIBRARY_PATH = $(GCC_TOOLCHAIN)/lib CFLAGS = -v \ --sysroot=$(SYSROOT) \ -gcc-toolchain $(GCC_TOOLCHAIN) # -ccc-host-triple i386-pc-linux-gnu \ LDFLAGS = -Wl,-dynamic-linke...
2023 Jan 03
1
mips64el stat/time/…? problem
...; return (test_stat(opnd1, &b1) == 0 && (((s = test_stat(opnd2, &b2)) == 0 && mtimecmp(&b1, &b2) > 0) || s < 0)); // #define st_mtimensec st_mtim.tv_nsec // #define HAVE_ST_MTIMENSEC 1 static int mtimecmp(const struct stat *sb1, const struct stat *sb2) { if (sb1->st_mtime < sb2->st_mtime) return (-1); if (sb1->st_mtime > sb2->st_mtime) return (1); #if HAVE_ST_MTIMENSEC if (sb1->st_mtimensec < sb2->st_mtimensec) return (-1); if (sb1->st_mtimensec > sb2->st_mtimensec) return (1); #endif return (0);...
2005 Aug 04
1
Where the error message comes from?
...mulates data from one way random effects model and then computes normality and bootstrap confidence interval for Cost-Effectiveness Ratio. I have pasted the message in blue. I appreciate any guidance in figuring it out. Ashraf #### SIMULATING DATA ##### SimClust <- function(k,m,mu,sb2,sw2,r,z) { #set.seed(1234) # k = Number of groups # m = Group size # mu = Group mean, same for all groups # sb2 = Between group variance # sw2 = Within group variance # r = Corelation coefficient # z = standard normal variate cutoff value for binomial rv # Simulate th...
2012 Sep 14
0
problem with user defined panel function in xyplot
...a, "gpc.poly") ? # poly above baseline between baseline and first horizontal line at m1 sa1 <- intersect(pp2a,s1) ? # remaining polygon - translate polygon down using my translate.poly function s2 <- translate.poly(setdiff(s1, pp2a), yscale = -m) ? # poly below the baseline sb2 <- setdiff(pp2, pp1) ? # poly below the baseline flipped on top of the base line sbf2 <- flip.poly(sb2, dir = "up") ? y2 <- rep(m1, length(index(ts01))) mat2b <- cbind(c(index(ts01)[1],index(ts01), index(ts01)[length(index(ts01))]), c(bl[[1]], y2, bl[[1]])) pp2b <- a...
2004 Aug 20
4
Help with upgrading 7960 SCCP to SIP
I've got a Cisco 7960 that I'm trying to convert to SIP. Here's what "Firmware Versions" says: App Load ID: P00305000300 Boot Load ID: PC03M030 Version: 5.0(3.0) The files that I have are: P003-07-1-00.sbn P003-07-1-00.bin P0S3-07-1-00.loads P0S3-07-1-00.sb2 If I put "P003-07-1-00" in OS79XX.TXT, the phone tries to tftp XMLDefault.cnf.xml. I've tried every imaginable <loadinformation> parameter, and can't get the phone to actually grab the image, it just keeps redownloading the XML file. If I put "P0S3-07-1-00" in...
2004 Mar 13
7
Cisco 7960 firmware
Does anyone know if version 3.1 is Call Manager or SIP? Thanks.
2019 Jan 18
0
[klibc:master] mips: use -Ttext-segment when linking shared library
...nu.linkonce.tb.*) - *(.rel.ctors) - *(.rel.dtors) - *(.rel.got) - *(.rel.sdata .rel.sdata.* .rel.gnu.linkonce.s.*) - *(.rel.sbss .rel.sbss.* .rel.gnu.linkonce.sb.*) - *(.rel.sdata2 .rel.sdata2.* .rel.gnu.linkonce.s2.*) - *(.rel.sbss2 .rel.sbss2.* .rel.gnu.linkonce.sb2.*) - *(.rel.bss .rel.bss.* .rel.gnu.linkonce.b.*) - } - .rela.dyn : - { - *(.rela.init) - *(.rela.text .rela.text.* .rela.gnu.linkonce.t.*) - *(.rela.fini) - *(.rela.rodata .rela.rodata.* .rela.gnu.linkonce.r.*) - *(.rela.data .rela.data.* .rela.gnu.linkon...
2004 Sep 27
0
Cisco 7940 -60 firmware upgrades
...rial an error. I even opened a Cisco case to get help on it but they couldn't help me! I think the problem is that 79xx firmware prior to 7.x doesn't know to look for the .loads file, and without the loads file it will only load the SCCP .sbn file. It need the loads file to load the SIP .sb2 file. This is contrary to Cisco docs, but this is how I did it. 1. Expand the 7.2 firmware files into the tftp-root. 2. By default OS79XX.txt has P003-07-2-00. Change this to P0S3-07-2-00, but leave the image_version in your SIPDefaults set to P003-07-2-00. 3. Reboot. The phone will load an ima...
2004 Aug 14
3
7960 help
I have 4 7960's that I am trying to get working but 2 of them will not update to the SIP image on my tftp server like the first ones did. i keep getting the error on the phone 'Defaulting CM to TFTP server' like it isn't seeing the *.bin on the server. are you supposed to have on of those for each phone? would be like cisco et al to do something like that. TIA Jason Kawakami
2019 Jan 21
0
[PATCH] ia64: Fix shared build
...nu.linkonce.tb.*) + *(.rel.ctors) + *(.rel.dtors) + *(.rel.got) + *(.rel.sdata .rel.sdata.* .rel.gnu.linkonce.s.*) + *(.rel.sbss .rel.sbss.* .rel.gnu.linkonce.sb.*) + *(.rel.sdata2 .rel.sdata2.* .rel.gnu.linkonce.s2.*) + *(.rel.sbss2 .rel.sbss2.* .rel.gnu.linkonce.sb2.*) + *(.rel.bss .rel.bss.* .rel.gnu.linkonce.b.*) + PROVIDE_HIDDEN (__rel_iplt_start = .); + *(.rel.iplt) + PROVIDE_HIDDEN (__rel_iplt_end = .); + } + .rela.dyn : + { + *(.rela.init) + *(.rela.text .rela.text.* .rela.gnu.linkonce.t.*) + *(.rela.fini)...
2019 Jan 21
0
[klibc:master] ia64: Fix shared build
...nu.linkonce.tb.*) + *(.rel.ctors) + *(.rel.dtors) + *(.rel.got) + *(.rel.sdata .rel.sdata.* .rel.gnu.linkonce.s.*) + *(.rel.sbss .rel.sbss.* .rel.gnu.linkonce.sb.*) + *(.rel.sdata2 .rel.sdata2.* .rel.gnu.linkonce.s2.*) + *(.rel.sbss2 .rel.sbss2.* .rel.gnu.linkonce.sb2.*) + *(.rel.bss .rel.bss.* .rel.gnu.linkonce.b.*) + PROVIDE_HIDDEN (__rel_iplt_start = .); + *(.rel.iplt) + PROVIDE_HIDDEN (__rel_iplt_end = .); + } + .rela.dyn : + { + *(.rela.init) + *(.rela.text .rela.text.* .rela.gnu.linkonce.t.*) + *(.rela.fini)...
2009 Feb 13
2
Cisco IP Phone 7940G.
...you see my phone request 4 files that doesn't comes in archive P0S3-08-11-00.zip: SEP00141CAA4B4C.cnf.xml, XMLDefault.cnf.xml, SEP00141CAA4B4C.cnf, SEPDefault.cnf... while my archive contents is the following: OS79XX.TXT, P003-08-11-00.bin, P003-08-11-00.sbn, P0S3-08-11-00.loads, P0S3-08-11-00.sb2 3.) I want to make this phone to be SIP compatible. A friend of main gave me a .cnf file with an example of configuration for SIP. How may I rename this cnf file to make work with my phone. 4.) On the other side my phone doesn't have ringtone either. Any clue how may I put ringtones on it? I...
2007 Mar 29
3
Re: Problem converting a Cisco 7960 to SIP
...000000000000-directory~.xml SoundPointIPWelcome.wav sip.ld sip.ver bootrom.ld SIP001795B05B1D.cnf snom.cnf SIP0012DABF2AAA.cnf SIP0012D9B94C72.cnf SIP001280B9D6E1.cnf SIP001280F3AFC7.cnf SIPDefault.cnf DSM2ColorLogo_3.bmp OS79XX.TXT P003-08-6-00.bin P003-08-6-00.sbn P0S3-08-6-00.loads P0S3-08-6-00.sb2 797x_template.cnf.xml cisco_util Desktops dialplan.xml merlin2.pcm RINGLIST.DAT syncinfo.xml All other phones work fine. Therefore, I assume all the firmware is in the right place... They all converted to SIP firmware fine... When I try to do the **# unlocking, it does nothing... Everythin...
2011 Mar 21
0
Contents of theora digest...
..."V" - "v" plane of encoded frame (subsampled) "SBn" - superblock (4x4 of blocks(8x8pixels)), n - is superblock number "--->" - scan curve "DCs" - DC coefficient of each blocs inside SB ----------------------------- | Y |Y |Y |Y | |SB20 |SB21 |SB22 |SB23 | |--->------>---------->------ |DCs |DCs |DCs |DCs | ----------------------------- | Y |Y |Y |Y | |SB16 |SB17 |SB18 |SB19 | |--->------>---------->------ |DCs |DCs |DCs |DCs | ----------------------------------------------...
2004 Sep 17
8
cisco 7960 CTLSEP
...124716 Aug 13 19:23 P003-07-2-00.bin -rw-r--r-- 1 root wheel 125120 Aug 13 19:24 P003-07-2-00.sbn -rw-r--r-- 1 root wheel 124716 Aug 13 19:23 P0S3-07-2-00.bin -rw-r--r-- 1 root wheel 461 Aug 13 19:44 P0S3-07-2-00.loads -rw-r--r-- 1 root wheel 587122 Aug 13 19:40 P0S3-07-2-00.sb2 -rw-r--r-- 1 root wheel 571489 Aug 16 22:28 P0S3-07-2-00.zip thank you! --- Jan Baggen - jbaggen@ip2.nl IP2 Internet BV / http://www.ip2.nl
2018 Mar 02
5
[PATCH 0/5] Various MIPS fixes
Hi, I noticed that klibc started crashing on 64-bit MIPS and in my quest to fix the bug I got a bit carried away and fixed a few other things as well. Here are various miscellaneous MIPS patches, although the first patch is the important one. Thanks, James *** BLURB HERE *** James Cowgill (5): mips64: compile with -mno-abicalls mips: use -Ttext-segment when linking shared library
2014 Mar 11
4
[PATCH] add mips64 support
...nu.linkonce.tb.*) + *(.rel.ctors) + *(.rel.dtors) + *(.rel.got) + *(.rel.sdata .rel.sdata.* .rel.gnu.linkonce.s.*) + *(.rel.sbss .rel.sbss.* .rel.gnu.linkonce.sb.*) + *(.rel.sdata2 .rel.sdata2.* .rel.gnu.linkonce.s2.*) + *(.rel.sbss2 .rel.sbss2.* .rel.gnu.linkonce.sb2.*) + *(.rel.bss .rel.bss.* .rel.gnu.linkonce.b.*) + } + .rela.dyn : + { + *(.rela.init) + *(.rela.text .rela.text.* .rela.gnu.linkonce.t.*) + *(.rela.fini) + *(.rela.rodata .rela.rodata.* .rela.gnu.linkonce.r.*) + *(.rela.data .rela.data.* .rela.gnu.linkon...
2004 Jun 13
2
Cisco 7960 Problem
Hi everyone. I've just tried installing the SIP image and i'm getting a very odd error. It says: Configuring VLAN then Configuring IP then Protocal Application Invalid Help!!!! Matt
2004 Aug 12
9
Convert Cisco 7960 to sip
<div><br><div><br><br><br><br><br><font color="#990099"><br></font><blockquote style="border-left: 2px solid rgb(0, 0, 0); padding-right: 0px; padding-left: 5px; margin-left: 5px; margin-right: 0px;"><div><div><br> <asterisk-users-request