Author: jacksonDate: 2005-12-02 03:28:33 -0500 (Fri, 02 Dec 2005)New Revision: 53827Modified:Log:* TreeView.cs: When imagelists are used the image area isselectable as well as the text.- If there are no selected nodes select the first one.* TreeNodeCollection.cs: Getting the TreeView is mildly e...
Hello folks,we are using Subversion on a Linux box in our corporate LAN. Some project members are having access to the repository from the internet via a reverse proxy. the reverse proxy and the subversion server Apache web server is running:Server version: Apache/2.0.55Server built: 24 2005 13:...
Hello!Writing to this adress is taking a chance, but I desperately need some help with my g77 compiler on Windows XP. I have downloaded the binaries from: installed and set path's. I have managed to compile some programs but then I wanted to do some debugging using the PAUSE statement. Norm...
Dear All,Thanks to the suggestion of Prof Ripley I progressivelysolved the many libraries problems connected to the installation of theR package RDBC under FreeBSD 5.4. As far as this S is concerned please take notice that the sentence in the README file:"Usethe configure options and orenvironme...
Hello folks,we are using Subversion on a Linux box in our corporate LAN. Some project members are having access to the repository from the internet via a reverse proxy. the reverse proxy and the subversion server Apache web server is running:Server version: Apache/2.0.55Server built: 24 2005 13:...
I'm trying to get a wrapper for my C code in order to be able to use itas a module in Python. I'm doing it as follows:C code (file_c.c):#include <stdio.h>void hello( int size ){ printf("Hello! %d\n", size);}Pyrex code (file.pyx):cdef extern void hello( int size )Python code (setu...
Hello,I would like to know what I do it to test correlation between ordered categorical variables.Tendancy Chi test?Thank you,Melle Lejeune Julie[[alternative HTML version deleted]]R-help (AT) stat (DOT) math.ethz.ch mailing listPLEASE do read the posting guide!...
Author: martinDate: 2005-11-09 09:07:53 -0500 (Wed, 09 Nov 2005)New Revision: 52783Modified: trunk/debugger/ChangeLogLog:2005-11-09 Martin Baulig <martin (AT) ximian (DOT) com>* languages/TargetClassType.cs(TargetClassType.Module): New public abstract property.*(TargetFunctionType.IsLoaded...
PyCon 2006 Call for TutorialsEnjoy teaching classes or tutorials? PyCon 2006 is looking forproposals for a pre-conference tutorials day. PyCon 2006 will be heldFebruary 24-26 in Addison, Texas (near Dallas). Tutorials will be heldon February 23, at the same location.Tutorial sessions will be a h...
Hello,with a data.frame like this : toto <-data.frame(id=c("id1","id1","id2","id3","id3","id3"),dpt=c("13","13","34","30","30","30")) toto id dpt1 id1 132 id1 133 id2 344 id3 305 id3 306 id3 30what is the most efficient ways to obtain : id dpt1 id1 132 id2 343 id3 30?thanks in advance for you...
Yves Glodt <y.glodt (AT) sitasoftware (DOT) luwrites:I guess that's normal as it's the way python works?!?Yes, that's the way Python works.My question is: Is there no way to append to a non existing list?The next time you go shopping at your local super-market, do*not* get a sh...
Hi Ladislav,Results are platform dependent.Don't use negative numbers for the MD operator.HTH,...

