Displaying 20 results from an estimated 22 matches for "ncon".
Did you mean:
con
2008 Jul 06
0
mulitple OpenGL contexts in single window
...6 16 16 16 0 0 None
0x2c 24 tc 0 32 0 r y . 8 8 8 8 4 0 0 16 16 16 16 0 0 None
0x2d 24 tc 0 32 0 r . . 8 8 8 0 4 0 0 16 16 16 16 0 0 None
0x2e 24 tc 0 32 0 r . . 8 8 8 8 4 0 0 16 16 16 16 0 0 None
0x2f 24 tc 0 32 0 r y . 8 8 8 0 4 24 0 16 16 16 16 2 1 Ncon
0x30 24 tc 0 32 0 r y . 8 8 8 8 4 24 0 16 16 16 16 2 1 Ncon
0x31 24 tc 0 32 0 r y . 8 8 8 0 4 24 0 16 16 16 16 4 1 Ncon
0x32 24 tc 0 32 0 r y . 8 8 8 8 4 24 0 16 16 16 16 4 1 Ncon
0x33 24 tc 0 32 0 r . . 8 8 8 0 4 24 0 16 16 16 16 2 1 Ncon
0x34 24 tc 0 3...
2007 Nov 27
2
WOW won't start
Just installed WOW, Burning Crusade, patch. Won't go past the first startup
screen. Looked at AppDB, found bug 8774. Sounds like that could be (or be
related to) what I'm getting. Ran 'glxgears' and got the following:
volunteer at bigkona:~$ glxgears
Xlib: extension "GLX" missing on display ":0.0".
Error: couldn't get an RGB, Double-buffered visual
2006 May 11
9
world of warcraft doesnÄt work (sorry if double post)
if this is a doublepost please sorry bur the first post was blocked by
spamfilter because of wrong timesettings on my local computer. i reaplyed
to my original post and now im not shure if the mailserver thinks the
message is corrupt because of reply to a non existing message. here is the
originalmessage (again?)
Hi everyone,
thirst of all please forgive my bad english :)
i have installed wine
2005 Aug 22
2
RFC: "loop connections"
...nt"));
sopen = CADDR(args);
if(!isString(sopen) || length(sopen) != 1)
error(_("invalid 'open' argument"));
@@ -1924,16 +1982,20 @@
if (!isEnvironment(venv) && venv != R_NilValue)
error(_("invalid 'environment' argument"));
ncon = NextConnection();
- if(!strlen(open) || strncmp(open, "r", 1) == 0)
- con = Connections[ncon] = newtext(desc, stext);
- else if (strncmp(open, "w", 1) == 0 || strncmp(open, "a", 1) == 0) {
+ if(!strlen(open) || strncmp(open, "r", 1) == 0) {
+ if(!i...
2006 Oct 09
1
Discussion starter for package level Connection API
Thought I'd try and start a discussion. Feel free to jump in.
I guess R needs to strike the right balance between opening up the
internals to package writers and not allowing them to do bad things. My
first attempt at cracking this nut is to just memcpy() the Rconnection
and not allow access to the private stuff:
/* Alternative to allowing C code access to connection API. */
Rconnection
2015 Oct 22
2
C_LogLin (stats/loglin)
...riginal function works fine
loglin(mytable,list(c(1,2),c(1,3)))
# line by line does not work
table = mytable; margin = list(c(1,2),c(1,3)); start = rep(1,
length(table)); fit = FALSE; eps = 0.1;
iter = 20L; param = FALSE; print = TRUE;
rfit <- fit
dtab <- dim(table)
nvar <- length(dtab)
ncon <- length(margin)
conf <- matrix(0L, nrow = nvar, ncol = ncon)
nmar <- 0
varnames <- names(dimnames(table))
for (k in seq_along(margin)) {
tmp <- margin[[k]]
if (is.character(tmp)) {
## Rewrite margin names to numbers
tmp <- match(tmp, v...
2005 Sep 18
0
Updated rawConnection() patch
...ction(v) .Internal(grabOutput(con)), env)
+ }
+ con
}
seek <- function(con, ...)
--- ./src/main/connections.c.orig 2005-08-29 17:47:35.000000000 -0700
+++ ./src/main/connections.c 2005-09-18 11:54:49.752647400 -0700
@@ -59,7 +59,6 @@
#define NSINKS 21
static Rconnection Connections[NCONNECTIONS];
-static SEXP OutTextData;
static int R_SinkNumber;
static int SinkCons[NSINKS], SinkConsClose[NSINKS], R_SinkSplit[NSINKS];
@@ -76,16 +75,6 @@
return i;
}
-static int ConnIndex(Rconnection con)
-{
- int i;
- for(i = 0; i < NCONNECTIONS; i++)
- if(Connections[i] == con...
2015 Oct 22
0
C_LogLin (stats/loglin)
...,list(c(1,2),c(1,3)))
>
> # line by line does not work
> table = mytable; margin = list(c(1,2),c(1,3)); start = rep(1,
> length(table)); fit = FALSE; eps = 0.1;
> iter = 20L; param = FALSE; print = TRUE;
> rfit <- fit
> dtab <- dim(table)
> nvar <- length(dtab)
> ncon <- length(margin)
> conf <- matrix(0L, nrow = nvar, ncol = ncon)
> nmar <- 0
> varnames <- names(dimnames(table))
> for (k in seq_along(margin)) {
> tmp <- margin[[k]]
> if (is.character(tmp)) {
> ## Rewrite margin names to numbers
>...
2008 Aug 06
3
Re: Call of Duty 4 black screen and error
Same with me. But I have an older nvidia card.
NVidia GeForce Go 7200
Driver: 173.14.09
Tested versions:
wine 1.1.0 + 3D mark patch without dll overides
wine 1.1.1 + 3D mark patch with and without dll overrides
Compiled with gcc 3.3.6
It first shows a dialog:
It appears that Call of Duty 4: Modern Warfare did not quit properly the last time it ran. Do you want to run the game in the safe mode?
2001 Jul 27
0
Updated ssh-keyscan patch for ssh2 support
...C;
+#endif
+
+#define KT_RSA1 1
+#define KT_DSA 2
+#define KT_RSA 4
+int get_keytypes = KT_RSA1; /* Get only RSA1 keys by default */
+
#define MAXMAXFD 256
/* The number of seconds after which to give up on a TCP connection */
@@ -39,6 +57,8 @@
fd_set *read_wait;
size_t read_wait_size;
int ncon;
+int nonfatal_fatal = 0;
+jmp_buf kexjmp;
/*
* Keep a connection structure for each file descriptor. The state
@@ -54,11 +74,13 @@
int c_plen; /* Packet length field for ssh packet */
int c_len; /* Total bytes which must be read. */
int c_off; /* Length of data read so far. */
+ int...
2010 Sep 17
1
Converting tables to matrices
Hi there,
I'm a real beginner to R. I have two tables of the following format (~1000
rows in each):
Table 1 (experimental)
N bp
1064 12312089
856 12312234
....
Table 2 (control)
8463 34728908
879 34443290
.....
I would like to do Fisher's exact tests comparing each row of the tables
e.g. the test for row 1 would look something like this:
Experimental Control
2008 Mar 30
0
Problem installing a Ragnarok Online Client
...6 16 16 16 0 0 Slow
0x30 24 dc 0 32 0 r . . 8 8 8 8 0 0 0 16 16 16 16 0 0 Slow
0x31 24 dc 0 32 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 Slow
0x32 24 dc 0 32 0 r . . 8 8 8 8 0 24 8 16 16 16 16 0 0 Slow
0x53 32 tc 0 32 0 r . . 8 8 8 8 0 0 0 0 0 0 0 0 0 Ncon
I am running ubuntu 7.10 on an ASUS laptop.
I hope this is the right place to post this..if not please tell me where :)
Thanks,
Zelrik
2007 Jun 24
0
Uptodate howtos, dependencies, source repos etc.?
...0 0 0 0 0 0 None
0x30 24 dc 0 32 0 r . . 8 8 8 8 0 24 0 0 0 0 0 0 0 None
0x31 24 dc 0 32 0 r . . 8 8 8 8 0 24 8 16 16 16 16 0 0 Slow
0x32 24 dc 0 32 0 r . . 8 8 8 8 0 24 0 16 16 16 16 0 0 Slow
0x53 32 tc 0 32 0 r . . 8 8 8 8 0 0 0 0 0 0 0 0 0 Ncon
2006 Oct 02
0
2.3.1: interacting bugs in load() and gzfile() (PR#9271)
...ginal/src/main/connections.c R-2.3.1/src/main/connections.c
--- R-2.3.1.original/src/main/connections.c 2006-05-18 05:13:54.000000000 -0400
+++ R-2.3.1/src/main/connections.c 2006-10-02 11:53:10.000000000 -0400
@@ -1172,7 +1172,7 @@
PROTECT(ans = allocVector(INTSXP, 1));
INTEGER(ans)[0] = ncon;
PROTECT(class = allocVector(STRSXP, 2));
- SET_STRING_ELT(class, 0, mkChar("file"));
+ SET_STRING_ELT(class, 0, mkChar("gzfile"));
SET_STRING_ELT(class, 1, mkChar("connection"));
classgets(ans, class);
UNPROTECT(2);
=========================...
2008 Jul 18
0
Starcraft + wine 1.1.1 @ FreeBSD 7.0
...0 0 0 0 0 0 None
0x30 24 dc 0 32 0 r . . 8 8 8 8 0 24 0 0 0 0 0 0 0 None
0x31 24 dc 0 32 0 r . . 8 8 8 8 0 24 8 16 16 16 16 0 0 Slow
0x32 24 dc 0 32 0 r . . 8 8 8 8 0 24 0 16 16 16 16 0 0 Slow
0x56 32 tc 0 32 0 r . . 8 8 8 8 0 0 0 0 0 0 0 0 0 Ncon
Code:
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
RgbPath...
2007 Sep 01
1
intel 945GM / GMA 950 with compiz fusion probably bug.
...6 16 16 16 0 0 Slow
0x30 24 dc 0 32 0 r . . 8 8 8 8 0 0 0 16 16 16 16 0 0 Slow
0x31 24 dc 0 32 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 Slow
0x32 24 dc 0 32 0 r . . 8 8 8 8 0 24 8 16 16 16 16 0 0 Slow
0x67 32 tc 0 32 0 r . . 8 8 8 8 0 0 0 0 0 0 0 0 0 Ncon
[15:52 root ~]# pacman -Qs compiz
local/ccsm-git 20070901-1 (compiz-fusion-git)
Compizconfig Settings Manager in Python
local/compiz-bcop-git 20070901-1 (compiz-fusion-git)
Compiz option code generator
local/compiz-fusion-plugins-extra-git 20070901-1 (compiz-fusion-git)
Compiz Fus...
2001 May 14
2
openssh-2.9p1
Hi,
1. I think you should apply the attached patch to openssh-2.9p1,
otherwise ssh-keyscan on linux boxes with glibc-2.1 will experience enormous
timeout delays.
2. Is there a program like ssh-keyscan for the Version2 (dsa and rsa) keys??
regards
Peter Breitenlohner <peb at mppmu.mpg.de>
-------------- next part --------------
diff -ur openssh-2.9p1.orig/ssh-keyscan.c
2012 Nov 24
0
ssh-keyscan continuity patch --
...h to give up on a TCP connection */
+/* and the maximum time to wait for kex data from the remote server.*/
int timeout = 5;
int maxfd;
#define MAXCON (maxfd - 10)
extern char *__progname;
+extern int connclosed;
+extern int conntimedout;
fd_set *read_wait;
size_t read_wait_nfdset;
int ncon;
@@ -243,7 +249,23 @@
{
int j;
+/*
+ * New fd and socket. Clear the possibly cached IP-address of the
+ * remote host (kex.c:canonical_host_ip) of the previous socket. Also
+ * clear the packet_read_seqnr() "Connection closed ..." and "Connection
+ * to ... timed out ..."...
2005 May 05
2
LockWindowUpdate
Hi,
I've got a program that produces these error messages when started with wine.
fixme:dc:LockWindowUpdate (0x10024), partial stub!
fixme:dc:LockWindowUpdate ((nil)), partial stub!
fixme:dc:LockWindowUpdate (0x10024), partial stub!
fixme:dc:LockWindowUpdate ((nil)), partial stub!
fixme:dc:LockWindowUpdate (0x10024), partial stub!
fixme:dc:LockWindowUpdate ((nil)), partial stub!
The program
2010 Jul 31
0
Wine and Star Craft 2 not working from DVD
...0 0 0 0 0 0 None
0x70 24 dc 1 0 0 c . . 0 0 0 0 0 0 0 0 0 0 0 0 0 None
0x71 24 dc 1 0 0 c . . 0 0 0 0 0 0 0 0 0 0 0 0 0 None
0x72 24 dc 1 0 0 c . . 0 0 0 0 0 0 0 0 0 0 0 0 0 None
0xa8 32 tc 0 32 0 r . . 8 8 8 8 0 24 0 0 0 0 0 4 1 Ncon
And the wine readout says (the extra lines are the point that 'StarCraft II.exe" dies and starts "SC2.exe"):
Code:
fixme:advapi:SetEntriesInAclA 2 0x571a48 (nil) 0x88e9e0
fixme:advapi:SetEntriesInAclA 1 0x571a90 (nil) 0x88e9e0
fixme:advapi:RegisterEventSourceA ((null),&quo...