similar to: ask for help

Displaying 20 results from an estimated 3000 matches similar to: "ask for help"

2010 Jun 08
2
OpenSSH with "resumable" functionality
I just stumbled across this thread on openssh-dev... Is there anywhere to track progress on this issue? It'd be a fantastic feature that would fix all sorts of problems I deal with regularly. You may also be interested in an article "Design and Implementation of a Mobile SSH Protocol", if you haven't seen it, since that team implemented (afaict) the same feature, whether or not
2016 Jul 02
2
Deletion of mail from Junk mailbox
I have a pigeon sive running which directs some of my received mail to the Junk folder. That works just fine. However, a couple minutes later, it is moved to Deleted mailbox and deleted from Junk. At first I thought my client was doing that so I shut down the client and it still happens. Here are the log entries: Jul 2 00:36:31 mail dovecot: imap(doug): copy from INBOX: box=Junk, uid=10842,
2011 Jul 06
2
how to best present concentrated data points/ ggplot2
Hi all, I am trying to plot a weighted density plot for two different types and want to show the data points on the x axis. The code is as follows. The data points are very concentrated. Is there a better way to present it( should I set the alpha value or something else)? Thanks! YL library(ggplot2) x <- rnorm(10000) a <- rnorm(5000) b <- rnorm(5000) weights.x <- abs(a/sum(a))
2013 Jul 25
2
ask help!
Hi, In the R console, I have the following: > runif(10) Error in runif(10) : '.Random.seed' is not an integer vector but of type 'list' > Can someone advise me of the solution of the problem? Mei-Yuan Chen Department of Finance NCHU, aiwan
2017 Jan 27
0
Nvidia recent drivers
It is already available (I have that dGPU myself). Newer kernels are recommended (Linux 4.8+), you need either xf86-video-modesetting driver (known working with xorg 1.18) or xf86-video-nouveau (from git). Also note that many laptops with these card suffer from a problem that cause lockups when runpm kicks in. See https://bugzilla.kernel.org/show_bug.cgi?id=156341 Kind regards, Peter
2006 Dec 07
0
FW: test of spatial dependence?? - ask a geographer (was ask an ecologist)?
No, you do not necessarily need the XY coordinates. You can also use polygon (field, in your case) adjacency information. See Rogerson, Peter A. 2001. _Statistical methods for geography_. Thousand Oaks: Sage. You might also look at GeoDA, a free and soon-to-be open source spatial analysis package. For your application, it might be easier to use than R. Go to https://www.geoda.uiuc.edu/.
2007 Jan 11
3
batch job GLM calculations
Hello I want to batch job the calculation of many GLM-models, extract some values and store them in a file. Almost everything in the script below works (read file, extract values and write them to file) except I fail in indexing the GLM with the modelstructure it should run. Running GLM's conventionally is no problem. Conventionally a GLM is calculated as:
2003 Sep 08
0
Your command, Re: Your application, was invalid
OpenPGP Public Key Server For questions or comments regarding this key server site, contact PGP Key Server Administrator <pks@gpg.cz> Current version: 0.9.4+patch2+JHpatch2 NOTE! This service is provided to facilitate public-key cryptography for demonstration and educational purposes. It is the responsibility of users of public-key cryptography to ensure that their activities conform to
2003 Sep 08
0
Your command, Re: Your application, was invalid
OpenPGP Public Key Server For questions or comments regarding this key server site, contact PGP Key Server Administrator <pks@gpg.cz> Current version: 0.9.4+patch2+JHpatch2 NOTE! This service is provided to facilitate public-key cryptography for demonstration and educational purposes. It is the responsibility of users of public-key cryptography to ensure that their activities conform to
2003 Sep 08
0
Your command, Re: Your application, was invalid
OpenPGP Public Key Server For questions or comments regarding this key server site, contact PGP Key Server Administrator <pks@gpg.cz> Current version: 0.9.4+patch2+JHpatch2 NOTE! This service is provided to facilitate public-key cryptography for demonstration and educational purposes. It is the responsibility of users of public-key cryptography to ensure that their activities conform to
2003 Aug 21
0
Your command, Re: Re: My details, was invalid
OpenPGP Public Key Server For questions or comments regarding this key server site, contact PGP Key Server Administrator <pks@gpg.cz> Current version: 0.9.4+patch2+JHpatch2 NOTE! This service is provided to facilitate public-key cryptography for demonstration and educational purposes. It is the responsibility of users of public-key cryptography to ensure that their activities conform to
2017 Aug 16
0
strange behaviour read.table and clipboard
Hi > -----Original Message----- > From: Martin Maechler [mailto:maechler at stat.math.ethz.ch] > Sent: Wednesday, August 16, 2017 12:01 PM > To: PIKAL Petr <petr.pikal at precheza.cz> > Cc: Martin Maechler <maechler at stat.math.ethz.ch>; Duncan Murdoch > <murdoch.duncan at gmail.com> > Subject: RE: [Rd] strange behaviour read.table and clipboard > >
2024 Mar 08
1
Call for testing: OpenSSH 9.7
Hi, /bin/sh can be very different.... Ubuntu 22.04: :; ls -hal /bin/sh /bin/bash -rwxr-xr-x 1 root root 1,4M Jan 6 2022 /bin/bash lrwxrwxrwx 1 root root 4 Mar 23 2022 /bin/sh -> dash OpenIndiana (old OpenSolaris reincarnation) :; ls -hal /bin/sh /bin/bash -r-xr-xr-x 1 root bin 1,4M Jan 25 09:42 /bin/bash lrwxrwxrwx 1 root root 9 Apr 6 2021 /bin/sh -> i86/ksh93 On
2017 Aug 17
0
strange behaviour read.table and clipboard
Thank you for the report, it is a bug in buffering in R (not specific to Windows) and will be fixed. Best Tomas On 08/17/2017 10:37 AM, PIKAL Petr wrote: > Hi > >> -----Original Message----- >> From: Robert Baer [mailto:rbaer at atsu.edu] >> Sent: Wednesday, August 16, 2017 3:04 PM >> To: PIKAL Petr <petr.pikal at precheza.cz>; Duncan Murdoch >>
2017 Aug 11
0
Problem with the fdim package
Hm, I am not an expert in this field but trying to use obviously old package which was removed about 5 years ago from CRAN is asking for problems. There is probably some incompatibility between recent R version and obsolete package. You either 1. need to install/compile R version from 2012 and install/compile this old package for this version. 2. Or you could try to find some similar
2018 Feb 09
0
Information
Hi Copy your messages to r help, others may give you better advice. Strange, I do not get such error. Beside, from m = t(matrix(data = detrend, nrow = 30)) I expect matrix result, but your str shows that m is list. > m<-list(a=rep(NA, 20), b=rep(1,20)) > colMeans(m, na.rm=T) Error in colMeans(m, na.rm = T) : 'x' must be an array of at least two dimensions So as colMeans help
2010 Apr 03
1
No video Game
I can't play games with Wine. I've tried the GTA, Richard Burns, and last, the Blood Bowl. The scenario of the game appears to me black as you can see the image below. [Image: http://img251.imageshack.us/img251/1340/capturaecrap.png ] (http://img251.imageshack.us/img251/1340/capturaecrap.png) System: > Your system : GNU/Linux > Your kernel : Linux 2.6.31-21-generic > System
2008 Feb 22
0
next to no frils smb.conf pointing to an existing LDAP on AIX 5.3
Hello all. Talking about Samba 3.0.28 on AIX 5.3.0.0. I am new to Samba, new to LDAP. I got a "no frills" config running. My goal : have a "no frills" + "authenticating against an existing already running LDAP server" config. I imagine I could get my samba server to authenticate against this LDAP Server. "Just point Samba at this LDAP, and that's it !"
2016 Apr 25
0
Splitting Numerical Vector Into Chunks
Hi Is this http://stackoverflow.com/questions/2150138/how-to-parse-milliseconds-in-r what do you want? Cheers Petr > -----Original Message----- > From: Sidoti, Salvatore A. [mailto:sidoti.23 at buckeyemail.osu.edu] > Sent: Sunday, April 24, 2016 1:48 AM > To: PIKAL Petr <petr.pikal at precheza.cz>; William Dunlap > <wdunlap at tibco.com>; Ista Zahn <istazahn at
2017 Aug 16
0
strange behaviour read.table and clipboard
You said, "put a name in the cell". Does that mean you forgot a header = TRUE? On 8/16/2017 1:25 AM, PIKAL Petr wrote: > Hi Duncan > > The simples spreadsheet is: > > Put a name in the cell, let say "a1" > Put number e.g. 1 below "a1" > Copy the number to enough rows > Select this column and press ctrl-c > > result is > >>