similar to: IPv6 & SSL

Displaying 20 results from an estimated 600 matches similar to: "IPv6 & SSL"

2002 Jul 08
1
Smbfs crashes
Hi! The problem appears to be the same I reported months ago: My Linux box (Hedronn) has //Delenn/C and //Delenn/D mounted to /mnt/delenn1 and /mnt/delenn2. I have a music player running on Hedronn almost 24/7, but Delenn runs W98 and thanks to that crashes quite often. The music played comes from //Delenn/D. Hedronn has probably been playing music from there when Delenn crashed, and now
2006 Dec 20
3
How to use strings from a data.frame as the argument of an expression() for plot
Greetings, I would like to use a data.frame with strings to feed the expression() in the title of a plot. The way I did this is: molecules <-data.frame(name=c("o3","no","no2"),expression=c("quote(O[3])","quote(NO)","quote(NO[2])")) for (mol in c(5,7,9)) { plot(x, y, type="b",
2008 May 06
4
Is there in R a function equivalent to the mround, as found in most spreadsheets?
Dear R-users, I have the following problem In a lab experiment I have to mix three solutions to get different concentrations of various molecules in a cuvette I've used R to calculate the necessary ?liters for each of the level of the experiment and I must confess that it is more useful and easier to achieve the results than using spreadsheets. But there's a problem. Imagine that
2014 Aug 20
4
Run script at startup
Hello, I just install the newest version of Centos 7 and I am a bit disappointed with new /etc/rc/local file I found that it's not usable anymore. *[root at lab3 ~]# cat /etc/rc.local* " THIS FILE IS ADDED FOR COMPATIBILITY PURPOSES" It is highly advisable to create own systemd services or udev rules to run scripts during boot instead of using this file. Usually I was added my
2002 May 24
1
R and QSAR equations
Hello R Users, I am interested in using R to generate quantitative structure-activity relationships (QSARs) for small molecules given a set of molecular descriptors (the X's) and biological data (Y's) (usually tab-delimited data files). Has anyone done this using R ? Would you be willing to share your R scripts (or ideas) for doing this with me ? I am particularly interested in
2002 Mar 02
2
United Devices
Hi. Does somebody here know that research project United Devices where molecules are testet of their interaction with proteins that are included in the growth of cancer? Well, there's a nice Windows-program you can use for that, but nothing else - there's no software so you can take part of that research running under Linux. Today I tried to get it run with WinE. But I failed. In
2015 Nov 20
1
Good practice for naming classes, builders, attributes, getters/setters for object composition
Hey everyone, I am developing a package and I am wondering if there is a good practice for naming classes, builders, attributes getters and setters when dealing with object composition. I know that it is usually a good practice to give to the builder the same name as the class and, if possible, to avoid to use upper case letters. My problem is that, when I build an object containing an other
2003 Feb 06
2
please help...
i have the following problem, the outlook express & desktop settings are being overwritten every time i change the host. i was helped by Laurent HOFMANN (thanks a lot), who pointed out that the exclusion list in ntuser.ini excludes Local Settings from the files, which are being synchronized. However, I still can not figure out the way to change this list for all users. Even if i change it
2009 Sep 09
2
ggplot2: mixing colour and linetype in geom_line
Hi all, I try to represent a multiple curve graphic where the x-axis is the temperature and the different y-axes are the different X (X22,X43,X44...) some X corresponds to the same molecule (22 and 44 are for CO2 for instance) so I use the same colour for them. I wanna mix the linetype with the colour to be able to visually see the difference between X43 and X45 The best I have done up to now
2014 Oct 01
2
JOB - PhD position: applying HPC in cancer research
Dear all, we have an exciting PhD position applying HPC to the analysis of large scale cancer datasets. The post will suit an applicant from a strong computational background who wishes to apply their knowledge to help develop a better understanding of the processes that control how tumours develop. Details below:- High Performance Computing applied to cancer research: Computational analysis of
2012 Jan 30
1
Need to Write a Code that can find the molecular weight of various compounds
Hi! Just started working at a lab and have only minimal experience with R. I was wondering if there was a way to write a code that would intake a data set of chemical compounds (ex: H2O, CH3) and be able to give an output column of the molecular weight? I tried some really basic coding to try to work with a being a matrix of data with the assigned variables. if (A<-'H')
2008 Sep 02
2
Help with nonlinear regressional
Dear All, I am doing experiments in live plant tissue using a laser confocal microscope. The method is called "fluorescence recovery after photo-bleaching" (FRAP) and here follows a short summary: 1. Record/ measure fluorescence intensity in a defined, round region of interest (ROI, in this case a small spot) to determine the initial intensity value before the bleaching. This
2006 Oct 18
11
Switch to Nvidia from ATI
I am having some issues (e.g. System lock ups) with my ATI 9250 Video card. I am thinging about replacing it with either a Nvidia FX5200, FX5500, or a FX5600 card. Is anyone using one of these cards on Centos 4.1 with the stock (XORG) nv driver? -------------- next part -------------- An HTML attachment was scrubbed... URL:
2004 Sep 12
2
Variable Importance in pls: R or B? (and in glpls?)
Dear R-users, dear Ron I use pls from the pls.pcr package for classification. Since I need to know which variables are most influential onto the classification performance, what criteria shall I look at: a) B, the array of regression coefficients for a certain model (means a certain number of latent variables) (and: squared or absolute values?) OR b) the weight matrix RR (or R in the De
2002 Jul 09
9
'Not listening for calling name'
I'm having a strange problem with samba, 2.2.3a running on an out-of-the-box SuSE 8.0 system. This is the first time I've set it up (hence the dumb questions I was asking on here a day or two ago). I've now worked my way through diagnosis.txt and a couple of odd netBIOS issues with the NT4 PDC, and at last I have some shares set up that my Windows client can use quite happily.
2006 Aug 28
7
Time plots
Hello all and thank you, I will try to make this as clear as I can. I have a matrix, at the top of the matrix are 4 time points, the first col describes the sample, then under each time point I have the intensity values of that sample. So : Samples 0 10 30 120 <- time A 200 300 400 1000 <- data B 100 400 200 100 C 500 400 200 1000 ^ | samples I would like to plot these however, all I
2012 Oct 21
2
No failover from director to backend?
Hi everyone, short version: Is there no built in failover mechanism for the director service to handle a backend failure? Long version: I have a frontend server running the director service and two backends. Due to maintenance I had to shut down one of the backends which caused connection errors for the users being directed to this backend. I was very surprised as I expected the director to
2010 Jul 07
2
how to define method for "+" function in a new class
Dear R developers, I have a new class, which I called "Molecule", and have tried to define = a "+" operation for 2 objects of this class. This is what I have written so far, although the method is not complete = (I'm trying to look at it at intermediate stages): setMethod( f=3D"+", signature(x=3D"Molecule",y=3D"Molecule"),
2010 Jul 27
2
[2.0] Experience in production environment
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I decided to put 2.0-pre3 in a couple of production environments with about 50 users each. The configuration is what I consider my own standard: Dovecot, Postfix with authentication via Dovecot, postfixadmin, maildir, userbase on MySQL. The new configuration schema is very flexible and much better than the "monolithic" file. The
2011 May 19
3
A better way to do this
Hello gurus, I have a dataframe containing two groups viz., 'control' and 'case', each of these groups contains longitudinal data for 100 subjects. I have to plot all these subjects on a single chart and then put a regression line for each of the group for all the subjects. I have written a function to do the chart grpcharts<-function (dat, group,group2,molecule,cutoff){