Displaying 20 results from an estimated 3000 matches similar to: "ffnet problem"
2019 Jan 04
3
My 1973 VW Karmann Ghia
I wonder if it's the same part as used on the VW Samba!
J
On 04/01/2019 21:55, Steven Hirsch via samba wrote:
> On Fri, 4 Jan 2019, Susan Slayter King via samba wrote:
>
>> I crashed my car and need the entire turn indicator assembly. Drivers
>> side.
>> Can anybody help. No local retailers have it. I did get a wiring tube
>> but
>> still need the seal,
2019 Jan 07
3
My 1973 VW Karmann Ghia
Or at least post your smb.conf, we tend to base our diagnosis on it.
On 07.01.2019 11:01, Sven Schwedas via samba wrote:
> It might actually, Karmann-Ghia, Beetle and Samba all shared the same
> engine blocks, from what I recall.
>
> …it's probably still better to ask a car mechanic.
>
> On 04.01.19 23:04, A. James Lewis via samba wrote:
>> I wonder if it's the
2005 Jan 13
2
R, postgresql, windows & bsd
I usually work with R on a windows querying data through RODBC from a postgresql
db on a freebsd machine on my offcie lan.
Now I have the chance to use R also on a linux gentoo client box and to
connect to the same db.
I know that I can install the unixodbc stuff and stick to RODBC, BUT my
question is:
Is there any more 'linuxish' way of querying a postgresql server from a
client?
2004 Mar 03
2
Changing background in splom et al.
Context: Windows XP, R 1.8.1
I'm studying Venables-Ripley "MASS" book and having a go at the many examples
in library MASS. The code I'm checking (from script ch04.R) now is
......
data(swiss)
splom(~ swiss, aspect = "fill",
panel = function(x, y, ...) {
panel.xyplot(x, y, ...); panel.loess(x, y, ...)
}
)
which produces an agreable plot with a gray
2004 Jun 22
2
ts & daily timeseries
I have defined a daily timeseries for the 365 days of 2003 issuing:
myts = ts(dati[,2:10],frequency=365,)
> myts
Time Series:
Start = c(1, 1)
End = c(1, 365)
Frequency = 365
and
mytime = as.POSIXct(strptime(as.character(dati[,1]),format="%Y-%m-%d"))
contains the dates from "2003-01-01" to "2003-12-31"
How can I combine mytime and myts in order to list
2005 Jun 22
3
Howto crosstable-ing......
I receive the following meteo dataset regularly, containing the average
daily temperatures (tMedia) of a certain month for 24 selected meteo-stations
(COD_WMO) whose human-readable names are in (NOME).
str(tabella)
`data.frame': 1038 obs. of 4 variables:
$ COD_WMO: int 16045 16045 16045 16045 16045 16045 16045 16045 16045 16045
...
$ NOME : Factor w/ 24 levels
2005 Feb 01
2
Rcmdr doesn't seem to work
Context: Windows XP - R 2.0.1 with the latest updated packages (including
Rcmdr)
I'm trying to load Rcmdr to use the 3d plots (e.g. scatter3d) but here it
is what happens:
> library(Rcmdr)
Loading required package: zoo
Loading required package: strucchange
Loading required package: sandwich
Loading required package: relimp
Loading required package: mvtnorm
Loading required package:
2004 May 18
3
Debian & R
I use linux debian testing for which the latest debianized version of R
is 1.8.1. Therefore I installed:
r-base-core_1.8.1-0.cran.1_i386.deb
r-base-dev_1.8.1-0.cran.1_all.deb
r-base-html_1.8.1-0.cran.1_all.deb
r-base-latex_1.8.1-0.cran.1_all.deb
r-base_1.8.1-0.cran.1_all.deb
r-doc-html_1.8.1-0.cran.1_all.deb
r-doc-info_1.8.1-0.cran.1_all.deb
2005 Jun 06
2
R code for performance
At office I'm cautiously introducing R to be used as the basic statistical
program, getting rid of licensed stuff or reducing the amount of it.
The aim of R would be to run generic statistical programs built & "consumed"
when needed and some static procedure dealing with time-series.
Now, we have substantially 3 OS platforms, win xp, linux and freebsd 5.4,
on similar PCs (pentium
2005 Jun 03
1
Problems of performance between linux and freebsd
Dear All,
I posted the following message to the Freebsd-questions mailing
=================================================================
<snip>
On my laptop I've being using linux for some years now and "landed" at last
to
the gentoo distribution which I tuned for working with the statistical
software R and the bunch of TeX programs such as latex, pdflatex, context
and
2004 May 24
2
Tramo-seats
Working - among other things- in the field of (short & long term) electricity
forecast, we are now using too many & too expensive pieces of licensed
software: SAS, SPSS, EViews. This "sedimentation" is due to the fact that
my predecessors in the past used different consultant companies to manage
each procedure.
Having attended the useR2004! Conference with the aim of assessing
2004 May 13
2
tapply & hist
I'm learning how to use tapply.
Now I'm having a go at the following code in which dati contains almost 600
lines, Pot - numeric - are the capacities of power plants and SGruppo - text
- the corresponding six technologies ("CCC", "CIC","TGC", "CSC","CPC", "TE").
.....................................................
2004 Jun 22
1
R mathlib
Hello, dear R experts!
I run R on Debian 'sarge' platform. There is 'r-mathlib' package in
Debian distribution, which is described as:
$ dpkg --status r-mathlib
...
This packages provides the libRmath shared and static libraries which
can be called from standalone C or C++ code.
Well, I use runif() function in test_runif.c:
#include <Rmath.h>
main()
{
// ...
2009 Feb 10
2
Problem installing MASS-Package
Dear R-Help-Team,
I tried to use isoMDS-Function of the MASS-Package:
Message:
Fehler: konnte Funktion "isoMDS" nicht finden
(error: could not find function "isoMDS")
so I tried to install the package MASS:
> utils:::menuInstallPkgs()
versuche URL 'http://cran.rakanu.com/bin/windows/contrib/2.8/VR_7.2-45.zip'
Content type 'application/zip' length 1598763
2004 Jun 20
2
regarding saving R graphis images directly to directory
Dear R,
I am student at University of new haven, CT.I am trying to run my R scripts where I don't have
X11() authentication to my account. I run those R scripts and when I generate any graphics I get
error and it comes out from system.
if possible , please let me know how can i run R scripts ...so, that I just SAVE BOX PLOT or
HISTOGRAM jpeg or png files to current directory without poping
2008 Jun 30
1
building theora for windows
Hi,
I?m trying to build a static theora library for windows from sources with
Visual Studio Express.
Building the ogg-library was a piece of cake, but after converting the
project-files for theora, I still get numerous errors, such as:
fatal error C1083: Datei (Quelle) kann nicht ge?ffnet werden:
"..\..\..\lib\dec\x86_vc\x86state.c": No such file or directory mmxstate.c
Probably
2009 Jun 17
3
[GERMAN - ENGLISH] Wine can not started the Game (Dragonica)
Hallo Leute :)
Ich bin sehr neu in der Linux Branche und sto?e zu anfang direkt an meine grenzen.
Wine startet alle meine Windows Programme einwandfrei.. ausser das spiel was ich in meiner freizeit spiele wenn ich mal nicht rausgehe und mal langeweile habe.
Das spielt nennt sich Dragonica.
Ich benutze Ubuntu 9.
Der Patcher startet erfolgroch. nachdem ich das spiel starte.. ?ffnet sich dieses
2011 Feb 23
1
sendmail, port 465/587, auth and imap
Hi.
Apologies to the list for sending this twice as
I forgot to enter a proper subject line, I wanted
to write the content first and then make
up the subject line ;-)
--------------------------------------------------------------------
I am trying to configure sendmail that is looks up the users
credentials to allow them to send email via that server
via an imap server on the same machine
2009 Sep 07
1
Rmetrics: Problem with "align"
Hi there!
I'm stuck with a problem aligning financial timeseries and haven't found
a cue how to fix it...
When I run that simple script, everything goes well until the
"align"-command:
------
rm(list=ls())
x <- yahooSeries("^GDAXI")
head(x)
xAligned <- align(x = x, by = "1d", method = "before", include.weekends
= FALSE)
------
Here's
2004 Jun 20
4
if syntax
I ran into an interesting oddity of R,
if (0) { print(1); }
else { print(2); }
is a syntax error, while
if (0) { print(1); } else { print(2); }
or
if (0) { print(1);
} else { print(2); }
is not. I presume it has to do with the duality of the newline
functioning as an end of command (;) character, though it still seems a
bit odd, and it took me a while to figure out