Displaying 20 results from an estimated 900 matches similar to: "a simple question for a newbie"
2016 Feb 13
1
dual head question
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Bonjour,
I have two monitors and an nvidia graphic card. I uses the nvidia
proprietary driver from rpmfusion and have configured the system to
use the twinview option.
I need to load an icc profile for each screen (they are not exactly
the same) and this seems to be impossible under this configuration....
Am I right?
So I changed my config:
2004 Jan 30
0
Cannot resolve name <name>#0x3
I have just posted this message, forgetting to add the subject....:
Bonjour,
I have recently somme difficulties to use samba -M, the answer is:
Cannot resolve name <name>#0x3.
Here is an exemple:
$ smbclient -M falstaff
added interface ip=192.168.0.1 bcast=192.168.0.255 nmask=255.255.255.0
Cannot resolve name falstaff#0x3
But if I use -L, the name is resolved:
$ smbclient -L falstaff
2004 Dec 08
1
printing server
Bonjour,
I have some problem to configure a printing server with samba. I have a private
network with a linux box as a gateway to the internet and several machine on
this network some under windows, others under linux. One of the linux machine
(which is not the gateway) has a printer which I want to be shared by the
windows machines.
The gateway has 192.168.0.1 as private IP number and the linux
2008 Sep 10
0
STAR (Spike Train Analysis with R) uploaded on CRAN
Hi all,
I've uploaded STAR (Spike Train Analysis with R) on CRAN two days ago.
The package is designed to analyze neuronal spike (action potential)
trains. It uses S3 classes and methods and makes heavy use of other
CRAN packages like gss, R2HTML, mgcv, survival.
* Analysis of both spontaneous and stimulus evoked activity is
implemented for single neuron spike trains as well as for many
2008 Sep 10
0
STAR (Spike Train Analysis with R) uploaded on CRAN
Hi all,
I've uploaded STAR (Spike Train Analysis with R) on CRAN two days ago.
The package is designed to analyze neuronal spike (action potential)
trains. It uses S3 classes and methods and makes heavy use of other
CRAN packages like gss, R2HTML, mgcv, survival.
* Analysis of both spontaneous and stimulus evoked activity is
implemented for single neuron spike trains as well as for many
2009 Jan 08
0
STAR_0.2-2 on CRAN
Hi all,
The new version of STAR (0.2-2) is now available on CRAN.
* An error in function varianceTime has been corrected (thanks to Chong Gu).
* The vignette has been updated.
* A new vignette is available on STAR web sire:
http://sites.google.com/site/spiketrainanalysiswithr/
* The new goodness-of-fit test for spike train models announced in the
previous release in now fully functional
2009 Jan 08
0
STAR_0.2-2 on CRAN
Hi all,
The new version of STAR (0.2-2) is now available on CRAN.
* An error in function varianceTime has been corrected (thanks to Chong Gu).
* The vignette has been updated.
* A new vignette is available on STAR web sire:
http://sites.google.com/site/spiketrainanalysiswithr/
* The new goodness-of-fit test for spike train models announced in the
previous release in now fully functional
2019 Jul 02
1
eliminate a partial argument match warning in R CMD check
Hello,
I'm seeing a nuisance warning when I run `R CMD check --as-cran
whatever_x.y.z.tar.gz`.
I generally work with these options set:
options(
warnPartialMatchArgs = TRUE,
warnPartialMatchAttr = TRUE,
warnPartialMatchDollar = TRUE
)
And I see this:
* checking use of SHLIB_OPENMP_*FLAGS in Makefiles ...Warning in dir("src",
patt = "[.]c$") :
partial argument
2007 Mar 21
0
2 post-doctoral positions in neurophysiological data analysis with R
Two post-doctoral positions are available from the Brain Physiology
Laboratory in Paris (France).
The first position is available immediately to work on spike sorting and
spike train analysis. It consists in both data analysis and methods
development. Familiarity with neurophysiology is not required.
Familiarity with R and with some of the methodologies used: clustering,
classification,
2014 Apr 26
2
[supermin] Be smarter about finding suitable kernel images
---
src/kernel.ml | 43 ++++++++++++++++++++++++++++---------------
1 file changed, 28 insertions(+), 15 deletions(-)
diff --git a/src/kernel.ml b/src/kernel.ml
index ed5aea3..436b1b0 100644
--- a/src/kernel.ml
+++ b/src/kernel.ml
@@ -23,6 +23,19 @@ open Utils
open Ext2fs
open Fnmatch
+let patt_of_cpu host_cpu =
+ let models =
+ match host_cpu with
+ | "mips" |
2009 Mar 14
2
Format about Date and time
I have a data set like this:
> head(FormatedData)
ID Target Actual Date Time
1 2030 0 -57.0 12/20/08 17:03:00
2 2030 90 90.0 12/20/08 18:41:00
3 2030 45 43.8 12/21/08 14:36:00
4 2030 0 -23.8 12/21/08 19:30:00
5 2030 90 90.2 12/21/08 21:48:00
6 2030 45 48.6 12/22/08 13:02:00
I wan to convert the format of Date and Time, so I did this:
pdate
2005 May 26
3
Buidling R on Linux (Itanium) fails (PR#7897)
Full_Name: Reinhold Bader
Version: 2.1.0
OS: SLES 9
Submission from: (NULL) (129.187.48.1)
I tried to build R using the Intel compilers (icc, ifort) and the Math Kernel
Libraries
for BLAS/LAPACK
Optimizations used were -O3, and the
FPICFLAGS="-fpic"
was exported.
The build failed with the following error message:
...
dumping R code in package 'methods'
Saving namespace image
2008 Oct 07
3
vectorized sub, gsub, grep, etc.
R pattern-matching and replacement functions are
vectorized: they can operate on vectors of targets.
However, they can only use one pattern and replacement.
Here is code to apply a different pattern and replacement
for every target. My question: can it be done better?
sub2 <- function(pattern, replacement, x) {
len <- length(x)
if (length(pattern) == 1)
pattern <-
2005 Dec 07
1
Dots argument in apply method
Hello everyone,
I'm working on a package using S4 classes and methods and I ran into the
following "problem" when I tried to create an "apply" method for objects
of one of my new classes. I've found a way around the problem but I
wonder if I did not paint myself into the corner. I'd like your opinion
about that.
So I have an object "myObj" of class
2005 Sep 23
4
books about MCMC to use MCMC R packages?
Dear list users,
I need to learn about MCMC methods, and since there are several packages in
R that deal with this subject, I want to use them.
I want to buy a book (or more than one, if necessary) that satisfies the
following requirements:
- it teaches well MCMC methods;
- it is easy to implement numerically the ideas of the book, and notation
and concepts are similar to the corresponding R
2005 Apr 19
0
R-2.1.0 compilation with Intel icc and ifort
Guys,
I'm using a Linux PC (Pentium IV, Mandrake 10.1) and I've just tried to
compile the new R-2.1.0 release with both gcc/g77 (3.4.1) and icc/ifort
(8.1).
Of course everything went fine with the GNU compilers.
After checking the archives of the mailing list I tried compiling with
the Intel compilers using the following options:
CFLAGS = '-O2 -mp -prec_div'
CXXFLAGS =
2005 May 25
3
DOING CLUSTERING WITH THE EM ALGORITHM
Hello,
I am looking for documentation (PDF ?) about doing clustering with the EM Algorithm on R... I'm sorry for this question which may be trivial...
Thanks...
Dominique
2005 Sep 20
1
Xgird, R, parallel computing
Hi, list,
Sorry if I am bothering you.
I am interested in using xgrid with R for distributed computing. I am using
MacOS X and my R 2.1. 1 is already installed and running. The client
computers are all of the same type and the same version of R has been
installed on them.
We have also set up xgrid on my system and client computers as well.
I am wondering if any one can give me some clues
2005 Jul 21
1
About object of class mle returned by user defined functions
Hi,
There is something I don't get with object of class "mle" returned by a
function I wrote. More precisely it's about the behaviour of method
"confint" and "profile" applied to these object.
I've written a short function (see below) whose arguments are:
1) A univariate sample (arising from a gamma, log-normal or whatever).
2) A character string
2009 Sep 29
3
LDAP integration
Hi all,
I looked on the Internet but I didn't find any good how-to.
I would like to integrate a ldap server ( with all users data) with
asterisk to authenticate SIP users. With this solution I will only
need to add a user on ldap, it will not be necessary to add any
special configuration on sip.conf
Is that possible???If so, How can I configure this setup???
Thanks in advance
--
Rafael S.