search for: g11

Displaying 20 results from an estimated 35 matches for "g11".

Did you mean: 11
2008 Oct 06
3
Logitech G11 keyboard and wine
Hi, I've been reading this list for a while, and now I've got an issue of my own. A week or two ago, I got myself a logitech G11 keyboard, mainly for the extra buttons. It's working fine on windows, and in linux with g15daemon, but I'm having trouble getting the extra keys (G1-G18) it to work in wine. I've searched around on the internet, but most I managed to find is about the G15's screen. I've tr...
2011 May 10
1
Re: Logitech G11 keyboard and wine
...ear from my post. > > Anyway, I figured the problem out myself. I dove into the code for a > bit, and found out it did not have any unused vkeys to assign them to. > > I made an ugly hack and added the F13-F24 range, which gives enough > entries for all of the extra keys on my G11. This seems to work for the > program I want to use them in (wow), so it's fine with me. > > If anyone is interested I'm willing to post the hack I used. > > PleegWat I would really like to know wha you did to hack the Gkeys for Wine. Please if you wouldn't mind. Tha...
2008 May 04
1
Logitech G11 keyboard under wine
Hello, I have a logitech G11 keyboard which has some extra keys - about 21 extra keys. Under Linux with the use of g15daemon and using the 'logitech_g15' XkbModel, all keys are working and can be mapped to keyboard shortcuts under gnome for example. Pressing the key G2 under xev outputs the following: keycode 152...
2011 May 17
1
R crashes if "toFile" given "~/" in Linux envirnonment
...). Also, not shown, but 'setwd("~/Desktop")' works just fine. Thanks, Mark # sample code from Rgraphviz clusterData help page library(graph) library(Rgraphviz) g1_gz <- gzfile(system.file("GXL/graphExample-01.gxl.gz",package="graph"), open="rb") g11_gz <- gzfile(system.file("GXL/graphExample-11.gxl.gz",package="graph"), open="rb") g1 <- fromGXL(g1_gz) g11 <- fromGXL(g11_gz) g1_11 <- join(g1, g11) sgl <- vector(mode="list", length=2) sgl[[1]] <- list(graph=g1, cluster=TRUE) sgl[[2]] <...
2006 Aug 16
1
Specifying Path Model in SEM for CFA
...t;- specify.model() F1 -> X1,l11, NA F1 -> X2,l21, NA F1 -> X3,l31, NA F1 -> X4,l41, NA F1 -> X5, NA, 0.20 F2 -> X1,l12, NA F2 -> X2,l22, NA F2 -> X3,l32, NA F2 -> X4,l42, NA F2 -> X6, NA, 0.25 F1 <-> F2,g12, 1 F1 <-> F1,g11, 1 F2 <-> F2,g22, 1 X1 <-> X1, NA, 1 X2 <-> X2, NA, 1 X3 <-> X3, NA, 1 X4 <-> X4, NA, 1 X5 <-> X5, NA, 1 X6 <-> X6, NA, 1 This at least converges: > summary(fit.sem) Model Chisquare = 2147 Df = 10 Pr(>Chisq) = 0 Chisquare (nu...
2010 Oct 21
2
Incoming calls
Hi all, After a lot of trouble with a TE110p working with mfcr2 , brazil variant, everything looks great,but I can not go out of my calls. When I try I receive the following log: == Using SIP RTP CoS mark 5 -- Executing [33220567 at local:1] Dial("SIP/4804-0000001a", "DAHDI/g11/33220567,,T") in new stack == Everyone is busy/congested at this time (1:0/1/0) -- Auto fallthrough, channel 'SIP/4804-0000001a' status is 'CONGESTION'****************************************************************************************This is my dahdi show status:Digiu...
2015 Mar 13
1
[RFC PATCH v3] Intrinsics/RTCD related fixes. Mostly x86.
.../* This version should be faster on ARM */ #ifdef OPUS_ARM_ASM -static void comb_filter_const(opus_val32 *y, opus_val32 *x, int T, int N, +#ifndef NON_STATIC_COMB_FILTER_CONST_C +static +#endif +void comb_filter_const_c(opus_val32 *y, opus_val32 *x, int T, int N, opus_val16 g10, opus_val16 g11, opus_val16 g12) { opus_val32 x0, x1, x2, x3, x4; @@ -147,7 +149,10 @@ static void comb_filter_const(opus_val32 *y, opus_val32 *x, int T, int N, #endif } #else -static void comb_filter_const(opus_val32 *y, opus_val32 *x, int T, int N, +#ifndef NON_STATIC_COMB_FILTER_CONST_C +static +#endif...
2012 Dec 11
1
Debian packaging and openblas related crash when profiling in R
...stack imbalance in 'if', 118 then 119 Warning: stack imbalance in '<-', 120 then 124 Warning: stack imbalance in '<-', 97 then 94 Warning: stack imbalance in 'min', 117 then 116 Warning: stack imbalance in 'min', 117 then 118 Traceback: 1: am.inv(a = g11) 2: doTryCatch(return(expr), name, parentenv, handler) 3: tryCatchOne(expr, names, parentenv, handlers[[1L]]) 4: tryCatchList(expr, classes, parentenv, handlers) 5: tryCatch(expr, error = function(e) { call <- conditionCall(e) if (!is.null(call)) { if (identical(call[[1L]], quote(...
2015 Mar 12
1
[RFC PATCHv2] Intrinsics/RTCD related fixes. Mostly x86.
.../* This version should be faster on ARM */ #ifdef OPUS_ARM_ASM -static void comb_filter_const(opus_val32 *y, opus_val32 *x, int T, int N, +#ifndef NON_STATIC_COMB_FILTER_CONST_C +static +#endif +void comb_filter_const_c(opus_val32 *y, opus_val32 *x, int T, int N, opus_val16 g10, opus_val16 g11, opus_val16 g12) { opus_val32 x0, x1, x2, x3, x4; @@ -147,7 +149,10 @@ static void comb_filter_const(opus_val32 *y, opus_val32 *x, int T, int N, #endif } #else -static void comb_filter_const(opus_val32 *y, opus_val32 *x, int T, int N, +#ifndef NON_STATIC_COMB_FILTER_CONST_C +static +#endif...
2011 May 17
0
auto clustering with Rgraphviz: possible?
...sters. Is there a way to programatically identify these clusters and use this identificaiton to create either subgraphs or clusters? #For example library(graph) library(Rgraphviz) g1_gz <- gzfile(system.file("GXL/graphExample-01.gxl.gz",package="graph"), open="rb") g11_gz <- gzfile(system.file("GXL/graphExample-11.gxl.gz",package="graph"), open="rb") g1 <- fromGXL(g1_gz) g11 <- fromGXL(g11_gz) g1_11 <- join(g1, g11) plot(g1_g11) # yields 2 obvious clusters plus 8 nodes with no edges. What I would like to be able to do is...
2009 Jun 28
0
BUG in Asterisk 1.6.1.0 and issue in DAHDI 2.1.0.4
...a-gw-1-4" <unknown>','4','unknown','from-bga-gw','4','"bga-gw-1-4" <unknown>','from-bga-gw','SIP/bga-gw-1-4-09be9960','SIP/bga-gw-1-4-09be9960','DAHDI/5-1','Dial','Dial','DAHDI/g11/4868','DAHDI/g11/4868',170,'2009-06-25 12:14:11',170,'2009-06-25 12:14:11','ANSWERED','2009-06-25 12:17:01',170,3,170,'4868',8,'1245950051.272',3,'4','4','1245950051.272') 2009-06-25 12:17:01 COT ERROR: column &quo...
2010 Oct 25
1
E1 configuration
...ion could give some guidance about it? I trying to set an Asterisk with E1 CAS signalling and everything looks good, but when I try to go out with calls I receive the follow message: == Using SIP RTP CoS mark 5 -- Executing [21341400 at local:1] Dial("SIP/4804-00000000", "DAHDI/g11/21341400,,t") in new stack == Everyone is busy/congested at this time (1:0/0/1) == Spawn extension (local, 21341400, 2) exited non-zero on 'SIP/4804-00000000' The boad has succesfully installed: Digium Wildcard TE110P T1/E1 Card 0 OK 0 0 0 CAS HDB3...
2004 Jul 03
2
DSTEIN error (PR#7047)
...each = 2) A[block.indices] <- block return(A) } I.exp <- function(A11,A12,A22) { rbind(cbind(A11, A12), cbind(t(A12),A22)) } G <- function(D2, Ra, A11, A12, A22){ D2 %*% Ra %*% I.exp(A11,A12,A22) %*% t(Ra) %*% t(D2) } W <- function(G){ G11 <- G[1:n, 1:4] G12 <- G[1:4, 5:6] G22 <- G[5:6, 5:6] } W <- function(G,n,k){ G11 <- G[1:n, 1:n] G12 <- G[1:n, (n+1):(n+k)] G22 <- G[(n+1):(n+k), (n+1):(n+k)] G11 - G12 %*% solve(G22) %*% t(G12) } zbc <- function(y,lambda, mu, sigma)...
2015 Mar 02
13
Patch cleaning up Opus x86 intrinsics configury
The attached patch cleans up Opus's x86 intrinsics configury. It: * Makes ?enable-intrinsics work with clang and other non-GCC compilers * Enables RTCD for the floating-point-mode SSE code in Celt. * Disables use of RTCD in cases where the compiler targets an instruction set by default. * Enables the SSE4.1 Silk optimizations that apply to the common parts of Silk when Opus is built in
2008 Sep 09
1
creating table of averages
..."e23" "e31" "e32" "e33" [49] "f11" "f12" "f13" "f14" "f21" "f22" [55] "f23" "f24" "g11" "g12" "g13" "g14" [61] "g21" "g22" "g23" "g24" "g31" "g32" [67] "g33" "g41" "g42"...
2005 Jun 09
2
can nlme do the complex multilevel model?
...the class ,and then the student in calss.following is the 2-level model. and the level-1 model deals with the student,and the level-2 model deals with the class level the students belong to. Level-1 Model Y = B0 + B1*(ZLEAD) + B2*(ZBUL) + B3*(ZSHY) + R Level-2 Model B0 = G00 + U0 B1 = G10 + G11*(ZWARMT) + U1 B2 = G20 + G21*(ZWARMT) + G22*(ZABLET) + U2 B3 = G30 + G31*(ZWARMT) + G32*(ZSHYT1) + U3 i have seen the ?lme in nlme,but still have no ideal how to do. ps:i know how to do if the Level-2 Model are: B0 = G00 + U0 B1 = G10 + U1 B2 = G20 + U2 B3 = G30 + U3 2005-06-1...
2006 Feb 24
3
Sorting alphanumerically
I'm trying to sort a DATAFRAME by a column "ID" that contains alphanumeric data. Specifically,"ID" contains integers all preceeded by the character "g" as in: g1, g6, g3, g19, g100, g2, g39 I am using the following code: DATAFRAME=DATAFRAME[order(DATAFRAME1$ID),] and was hoping it would sort the dataframe by ID in the following manner g1, g2, g3, g6, g19,
2015 Nov 05
2
AVX Optimizations
Yes, Thank you. I'll follow up with the AVX code and tests for pitch code. Radu -----Original Message----- From: opus-bounces at xiph.org [mailto:opus-bounces at xiph.org] On Behalf Of Timothy B. Terriberry Sent: Thursday, November 5, 2015 10:31 AM To: opus at xiph.org Subject: Re: [opus] AVX Optimizations Velea, Radu wrote: > I've created a pull request[1] to enable configuration
2008 Nov 26
1
Request for Assistance in R with NonMem
...A3 EVID NOPRINT ONEHEADER FILE=TABLE.PAR $TABLE NOPRINT FILE=../3033.TAB ONEHEADER ID TIME AGE BW GNDR KA V CL TVKA TVCL TVV FLAG FLA2 EVID EFF CONC IPRED FLAG $TABLE NOPRINT ONEHEADER FILE=../3033par.TAB ID TIME AGE BW GNDR KA V CL TVKA TVCL TVV EMAX EC50 ETA1 ETA2 ETA3 EVID $TABLE ID TIME COM(1)=G11 COM(2)=G21 COM(3)=G31 COM(4)=G41 COM(5)=G51 COM(6)=G61 COM(7)=H11 COM(8)=H21 IPRED MDV NOPRINT ONEHEADER FILE=cwtab1.deriv
2009 Jan 16
0
No subject
--- span_1 = DAHDI/g11 1,1,dial(${span_1}/${EXTEN:0}) --- The configuration was rsync'd from a working pair of asterisk servers in another office. The only difference was the version 1.4.22 for the original servers that were operating as expected, 1.4.24 and 1.4.24.1 for the new servers. Included in both working an...