Displaying 20 results from an estimated 4000 matches similar to: "'c' file attribute"
2007 Sep 04
1
MS Train simulator test
May be this is of some interest.
I use wine-0.9.43 under ubuntu 6.06 LTS with the
linux kernel 2.6.15-28
The MS Train simulator seems to install ok.
when trying to start the following messages appear:
$ wine launcher.exe -rungame
fixme:wave:ALSA_AddCaptureDevice Add support for DSCapture
ALSA lib seq_hw.c:456:(snd_seq_hw_open) open /dev/snd/seq failed: No such file or directory
2007 Oct 05
2
Installing MS Train Simulator
Hello
When I try to install MS Train Simulator the setup.exe
program switches to full screen mode. This full screen
mode hides all other installer windows. The window that
asks me if I want to install Adobe and the window that
asks me to replace CD1 with CD2 are not visible.
Therefore it is necessary to guess what I should do
during the installation and do the input blindly.
The main
2010 Apr 28
3
Getting the window having the focus
Greetings!
I'm currently gathering information that helps software in assessing the
user's context. One very important such data would be the application
that the user is currently working with which mostly is roughly
equivalent to the name of the window that has the focus. Unfortunately
I'm at a loss even about which API to ask for this information. As
personally I am using compiz as
2009 Oct 14
3
retrieve files without local dir compare
Hi everybody,
I have a question about a special way to use rsync.
Is it possible to use rsync for retrieving files without a local dir
compare?
There for rsync needs to know in a catalog or logfile what was already
retrieved.
Why I need that:
We receive meteorological data from a remote server to a local directory
(every 5 min).
If the data is here, it is imported by a special software, after the
2009 May 05
2
noisy quantisation
The following creates a point process version of a sinewave (maybe
there's a better way):
p<-amp*cos(2*pi*freq*(1:n)/n ) + 0.5
as.numeric(runif(1:n)<p)
I get something like this:
1 o oo oo o o ooooo o
0 ooo o o o o o ooo ooo
In case it's not obvious, this is a noisy version of
1 ooooooo ooooooo
0 ooooooo
2017 Nov 23
0
How to produce rainfall maps
Thank you Sarah and Mike for your explanations.
My final objective is to produce maps (png image or any kind of extension I can import in LaTeX) where rainfall data are interpolated, using the Inverse Distance method or Kriging.
My input file (pointfile.csv in the reported example) reports the station code, lat and long of the meteorological station and the rainfall value (which might be the
2024 May 29
1
add only the 1st of May with POSIXct
Thank you Rui for your code.
I basically understood all your suggestions.
I am using an old version of R (version 3.6.3, installed in a server I am not allowed to control), and the new pipe operator does not work.
I tried to run your code without the "|>" operator, but I get an error when I use apply.
Could you please expand your code without the pipe operator?
Thank you again
2007 Sep 20
1
Openoffice 2.3 on centos 5 issue
I have just install OOo 2.3 on new centos 5 box. However OO keep open registration wizard everytime launched, even though i already select "i do
not want to register".
I've been playing with "$HOME/.openoffice.org2/" but still no luck. This
problem did not happen on FC6, so i guess its not OOo bug.
--beast
2018 Mar 21
0
Sum of columns of a data frame equal to NA when all the elements are NA
Should not the result be NULL if you have removed the NA with na.rm=TRUE ?
B.
> On Mar 21, 2018, at 11:44 AM, Stefano Sofia <stefano.sofia at regione.marche.it> wrote:
>
> Dear list users,
> let me ask you this trivial question. I worked on that for a long time, by now.
> Suppose to have a data frame with NAs and to sum some columns with rowSums:
>
> df <-
2019 Jan 02
1
Questions regarding upgrading existing PDC to Active Directory
Hi all,
I have an existing CentOS server at my school running Samba 4.8.8 as a PDC and using the Tranquil RPM’s (so they support AD). Samba has worked great for me for more than a decade with the users stored now in tdbsam (have not used LDAP, hope not to). This summer I want up upgrade the domain to an AD, and have some questions I was hoping someone could answer:
1. TWO SERVERS: At the
2018 Mar 21
0
Sum of columns of a data frame equal to NA when all the elements are NA
On 21/03/2018 11:44 AM, Stefano Sofia wrote:
> Dear list users,
> let me ask you this trivial question. I worked on that for a long time, by now.
> Suppose to have a data frame with NAs and to sum some columns with rowSums:
>
> df <- data.frame(A = runif(10), B = runif(10), C = rnorm(10))
> df[1, ] <- NA
> rowSums(df[ , which(names(df) %in%
2017 Nov 21
0
How to produce rainfall maps
Hi,
You might get more help from the R-sig-geo list, which is devoted to
spatial topics.
However.
The *.asc file is an ArcGIS raster export format. You should use
whatever the appropriate import commands are for your own gridded
rainfall data. If you have a different format, you might or might not
be able to import it directly with raster.
?raster will tell you more about the kinds of formats
2008 Mar 07
0
Problem getting JavaRuntime EnvironmentinstalledintoOpenOffice
You may need to look at 'alternatives' and see if Sun java is still set and set it again if it isn't.
If it still doesn't work after that try uninstalling OOo and reinstalling it.
If it doesn't work after that, well you may want to try the 32-bit versions to see if they work together.
Another good question, are you running the 32-bit or 64-bit version of OOo?
I believe the
2015 Apr 24
0
Re: Remove Virtual bridge and DNSMASQ
On Centos 6.5 both packages cannot be identified. any idea?
sudo yum search libivirt-daemon-driver-network
libvirt-daemon-config-network
[sudo] password for bigfoot:
Loaded plugins: fastestmirror, refresh-packagekit, security
Loading mirror speeds from cached hostfile
* base: www.mirrorservice.org
* extras: centos.openitc.uk
* updates: mirror.mhd.uk.as44574.net
Warning: No matches found for:
2024 May 28
2
add only the 1st of May with POSIXct
Dear R-list users,
>From an initial and a final date I create a sequence of days using POSIXct.
If this interval covers all or only in part the months from May to October, I need to get rid of the days from the 2nd of May to the 31st of October:
a <- as.POSIXct("2002-11-01", format = "%Y-%m-%d", tz="Etc/GMT-1")
b <- as.POSIXct("2004-06-01",
2017 Nov 17
2
How to produce rainfall maps
Dear R users,
I need to produce rainfall maps using R.
I know that this is possible, I looked though the web, I found the example below reported (the author is Andrew Tredennick).
I would ask you if this is the most performing way to make rainfall maps; if yes would someone be able to give me an example of how file.asc and pointfile.csv should be? If no would somebody please show me another way
2023 May 13
1
aggregate wind direction data with wind speed required
?s 15:51 de 13/05/2023, Stefano Sofia escreveu:
> Dear list users,
>
> I have to aggregate wind direction data (wd) using a function that requires also a second input variable, wind speed (ws).
>
> This is the function that I need to use:
>
>
> my_fun <- function(wd1, ws1){
>
> u_component <- -ws1*sin(2*pi*wd1/360)
> v_component <-
2023 May 13
2
aggregate wind direction data with wind speed required
Dear list users,
I have to aggregate wind direction data (wd) using a function that requires also a second input variable, wind speed (ws).
This is the function that I need to use:
my_fun <- function(wd1, ws1){
u_component <- -ws1*sin(2*pi*wd1/360)
v_component <- -ws1*cos(2*pi*wd1/360)
mean_u <- mean(u_component, na.rm=T)
mean_v <- mean(v_component, na.rm=T)
mean_wd
2018 Mar 21
0
Sum of columns of a data frame equal to NA when all the elements are NA
Surely the result of summation of non-existent values is not defined, is it not? And since the NA values have been _removed_, there's nothing left to sum over. In fact, pretending the the result in that case is zero would appear audacious, no?
Cheers,
Boris
> On Mar 21, 2018, at 12:58 PM, Jeff Newmiller <jdnewmil at dcn.davis.ca.us> wrote:
>
> What do you mean by
2024 May 28
1
add only the 1st of May with POSIXct
?s 16:23 de 28/05/2024, Stefano Sofia escreveu:
> Dear R-list users,
>
> From an initial and a final date I create a sequence of days using POSIXct.
>
> If this interval covers all or only in part the months from May to October, I need to get rid of the days from the 2nd of May to the 31st of October:
>
>
> a <- as.POSIXct("2002-11-01", format =