search for: ffnen

Displaying 20 results from an estimated 28 matches for "ffnen".

Did you mean: ffnet
2011 May 20
4
source and localhost
Dear List, I have problems with the function source() using a url of the kind: http://localhost:5984/path/fn.R I receive Fehler in file(file, "r", encoding = encoding) : kann Verbindung nicht ?ffnen Zus?tzlich: Warnmeldung: In file(file, "r", encoding = encoding) : ?ffnen fehlgeschlagen: HTTP Status war '502 cannotconnect' The url itself is ok since I can: - use a browser - use curl - use download.file() function - use getURL() (out of Duncans RCurl) furthermore it works,...
2007 Jun 12
1
Problems with Vista, R 2.5.0 and function save
...'m using vista and R 2.5.0, winzip is installed too. Here's the code (from example ?save): > x <- runif(20) > y <- list(a = 1, b = TRUE, c = "oops") > save(x, y, file = "xy.Rdata") Fehler in gzfile(file, "wb") : kann Verbindung nicht ?ffnen Zus?tzlich: Warning message: kann komprimierte Datei 'xy.Rdata' nicht ?ffnen Thank you so much for your help. Background: I want to crate a variable "masterfile" that I can start with data(masterfile) or attach(masterfile). I.g. Town<-c("London","Mi...
2006 Nov 07
0
Scan or read.table bug in R?
...nd stored in the entered directory I tried the function: > > > > scan(?a.txt?) and read.table(?a.txt?) > > > > Following error report encountered: > > > > scann("a.txt") > > Fehler in file(file, "r") : kann Verbindung nicht ?ffnen > > Zus?tzlich: Warning message: > > kann Datei 'a.txt' nicht ?ffnen. Grund 'No such file or directory' > > > > Where is the problem? > > I tried, reinstalling, turing off virus scan/firewall, run program alone w/o other applications > behind...
2011 May 20
0
WG: Re: source and localhost
...How can I specify no_proxy for source? Thank you very much! Thomas > > > > > Uwe Ligges > > > > > > > > > >> I receive > >> > >> Fehler in file(file, "r", encoding = encoding) : > >> kann Verbindung nicht ?ffnen > >> Zus?tzlich: Warnmeldung: > >> In file(file, "r", encoding = encoding) : > >> ?ffnen fehlgeschlagen: HTTP Status war '502 cannotconnect' > >> > >> The url itself is ok since I can: > >> - use a browser > >> - u...
2012 Jan 09
1
Open Street map problem
...t?bbox=-74.02132,40.69983,-73.98622,4072595&scale=20&format=png' Fehler in download.file(url, destfile, mode = "wb", quiet = FALSE) :   kann URL 'http://tile.openstreetmap.org/cgi-bin/export?bbox=-74.02132,40.69983,-73.98622,4072595&scale=20&format=png' nicht öffnen Zusätzlich: Warnmeldung: In download.file(url, destfile, mode = "wb", quiet = FALSE) :   Öffnen fehlgeschlagen: HTTP Status war '500 Internal Server Error' Have you ever had this type of problem in the past? B.R Alex [[alternative HTML version deleted]]
2012 Dec 06
3
Colors according to value (Excel-Export)
Hello together, i have a list of numbers, like this one A B C 1.1 1.2 1.3 i export this list into an excel file and want now color these numbers according to her value. I want every color under 1,25 is red, and every color over 1,25 is green. How can i do this with "RDCOMClient" ? I know how to colour a complete row, like this task: U3R <- sh$Range(zellen_blue) U3RF <-
2012 Sep 05
2
Installing lumi and hdrcde
...tected by > (.packages(all.available=TRUE)) if installed in the R library. Thanks Hermann Norpois This was my try to install the lumi package: > source ("http://bioconductur.org/biocLite.R") Fehler in file(filenaReme, "r", encoding = encoding) : kann Verbindung nicht öffnen Zusätzlich: Warnmeldung: In file(filename, "r", encoding = encoding) : kann 'bioconductur.org' nicht auflösen > source ("http://bioconductor.org/biocLite.R") BiocInstaller version 1.2.1, ?biocLite for help > biocLite("lumi") BioC_mirror: 'http://www...
2008 Aug 06
2
software runs in a loop [mathe coach]
...Mathe Coach\\Klasse5\\SerNr.dll": /home/joerg/.wine/dosdevices/y:/Cornelsen/Mathe Coach/Klasse5/SerNr.dll: Ung?ltiger ELF-Header > 0025:warn:module:load_builtin_dll cannot open .so lib for builtin L"SerNr.dll": /usr/bin/../lib/wine/sernr.dll.so: Kann die Shared-Object-Datei nicht ?ffnen: Datei oder Verzeichnis nicht gefunden > 0025:warn:module:alloc_module disabling no-exec because of L"SerNr.dll" > 0025:warn:file:wine_nt_to_unix_file_name L"winealsa.drv" not found in /home/joerg/.wine/dosdevices/y:/Cornelsen/Mathe Coach/Klasse5 > 0025:warn:ntdll:NtQue...
2014 Jul 11
0
Aktualіѕіегung dеѕ Κоntоѕtatus. Аntwοгt егfοгderlich
...o schlie?en. Hat jemand ohne Ihr Wissen Ih? ???Pal-??nto verwendet? Das sollten Sie tun Logg?n ??? ?ich so bald wie m?glich in Ih? ???Pal-Kont? ein. Wir bitten Sie m?glicherweise, Inf??m?t??nen zu best?tigen, die Sie beim Er?ffnen Ih??? ?ontos angegeben haben. So wird sichergestellt, dass Sie der Kontoinhaber sind. Wie geht es nun weiter? Lass?n ??e uns Ihr K?nt? gemeinsam wiede?h???t?llen. Nachdem Sie alle Schritte durchgef?hrt haben, antworten wir Ihnen...
2005 Jan 30
2
desire box
Hi: Oddsock's songrequester plugin for Winamp might be the kind of thing you want. http://www.oddsock.org/tools/gen_songrequester Can't make any real good suggestions for non-windows operating systems, but there might be something out there. Geoff. -- Geoff Shang <geoff@hitsandpieces.net> Phone: +61-418-96-5590 MSN: geoff@acbradio.org Make sure your E-mail can be read by
2009 Apr 09
0
Connecting to "heterogenous" cluster using makeSOCKcluster of SNOW-package
When trying to create (a very simple) cluster using makeSOCKcluster or makeCluster I get the following error message: > library(snow) > cl <- makeSOCKcluster("localhost") Fatal error: kann Datei '~/R/i686-suse-linux-gnu-library/2.8/snow/RSOCKnode.R' nicht ?ffnen: Datei oder Verzeichnis nicht gefunden (translation: could not open file [...]: File or directory not found) The R-prompt does not re-appear until CTRL-C has been pressed. RSCOKnode.R is definitely there with all access right: ls -l ~/R/i686-suse-linux-gnu-library/2.8/snow/RSOCKnode.R -rwxrwxrw...
2002 Feb 06
3
will syslinux work on a harddisk ?
Can someone tell me if syslinux will work on a harddisk ? I have a 4mb flash device that plugs into the IDE connector on the motherboard, and i'm trying to get syslinux to work with it, so I can load a Linux kernel and an initrd. I'm not having any luck with it. Then it dawned on me that the boot loader in syslinux might be expecting a floppy drive rather than an atapi hard disk. Any
2006 Oct 25
0
*****SPAM***** asterisk 1.4 problem with call queues
...Klartext (plain text) und kann eventuell eine Gefahr f?r einige E-Mail-Programme darstellen (falls sie z.B. einen Computervirus enth?lt). M?chten Sie die Nachricht dennoch ansehen, ist es wahrscheinlich sicherer, sie zuerst in einer Datei zu speichern und diese Datei danach mit einem Texteditor zu ?ffnen. -------------- next part -------------- An embedded message was scrubbed... From: "Dean Bath" <asterisk@inknbits.co.uk> Subject: [asterisk-users] asterisk 1.4 problem with call queues Date: Wed, 25 Oct 2006 12:05:42 +0100 Size: 17417 Url: http://lists.digium.com/pipermail/asterisk...
2006 Nov 03
0
*****SPAM***** Meetme Conference Rooms
...Klartext (plain text) und kann eventuell eine Gefahr f?r einige E-Mail-Programme darstellen (falls sie z.B. einen Computervirus enth?lt). M?chten Sie die Nachricht dennoch ansehen, ist es wahrscheinlich sicherer, sie zuerst in einer Datei zu speichern und diese Datei danach mit einem Texteditor zu ?ffnen. -------------- next part -------------- An embedded message was scrubbed... From: "Dean Bath" <asterisk@inknbits.co.uk> Subject: [asterisk-users] Meetme Conference Rooms Date: Fri, 3 Nov 2006 10:46:25 -0000 Size: 8061 Url: http://lists.digium.com/pipermail/asterisk-users/attachmen...
2004 Apr 05
1
Win2k Clients cant connect to Samba 2.2.8
Hello, I have a "small" Problem. I have a Network with some Samba servers, one of them is behind a firewall. I can not access this Server with Win2k/2k3 Clients. I can access the Server with WinNT Clients and I can access the Server with win2k Clients which are also behind the FW. I can see the Server in the browslist, but if I try to ope the link I get the following Error: Auf
2005 Nov 07
0
Visual Studio/Samba Compile from Shares issue
Subject: ================================================================== fatal error C1001: INTERNER COMPILER- FEHLER (Compiler-Datei 'E:\8966\vc98\p2\src\P2\p2symtab.c', Zeile 932) Bitte klicken Sie im Men? '?' von Visual C++ auf 'Software Service', oder ?ffnen Sie die Hilfedatei f?r den Software Service, um weitere Informationen zu erhalten. ================================================================== Hi, maybe my experience helps ... Set the output directories form 'Debug' to a local dir, e.g. 'c:\temp\debug'. Then it should...
2006 Jul 12
1
Setting ACLs fail
...her the compter named "FILESERVER" is joined to the domain.' followed by 'Unable to display the user selection dialog. The system cannot find message text for message number 0x%1 in the message file for %2'. (German: 'Das Programm kann das erforderliche Dialogfeld nicht ?ffnen, da nicht ermittelt werden kann, ob Computer "FILESERVER" einer Dom?ne zugeordnet ist.' and 'Der Dialog zur Benutzerauswahl konnte nicht angezeigt werden. Das System hat keinen Meldungstext f?r die Meldungsnummer 0x%1 in der Meldungsdatei %2 gefunden.') Logging on and all...
2006 May 31
1
*****SPAM***** Upgrading
...Klartext (plain text) und kann eventuell eine Gefahr f?r einige E-Mail-Programme darstellen (falls sie z.B. einen Computervirus enth?lt). M?chten Sie die Nachricht dennoch ansehen, ist es wahrscheinlich sicherer, sie zuerst in einer Datei zu speichern und diese Datei danach mit einem Texteditor zu ?ffnen. -------------- next part -------------- An embedded message was scrubbed... From: "Chris Blunt" <chris.blunt@entropy-it.com> Subject: [Asterisk-Users] Upgrading Date: Wed, 31 May 2006 11:31:35 +0100 Size: 8858 Url: http://lists.digium.com/pipermail/asterisk-users/attachments/20060...
2005 Nov 11
0
Re: samba smbd version 2.2.12 HP CIFS Server A.01.11.04 does hang if start in a HP serviceguard configuration
...t;D-40880 Ratingen >Phone: +49 (0)2102 90-8469 >Fax: +49 (0)2102 90-6300 >Mobil: +49 (0) 171 3357 256 >E-mail: Wolfgang.Belgardt@hp.com >http://www.hp.com/de >_____________________________________________________________________ >- Registrieren Sie sich im ITRC und er?ffnen und monitoren Sie Ihre Cases online. > <http://europe.itrc.hp.com/service/mcm/homepageRequest.do> >- Informationen zu dem Case k?nnen Sie mir auch gerne per eMail senden. > <mailto:[case_id]@cases.europe.hp.com?cc=first.lastname@hp.com> >- Besuchen Sie das IT Resource Cen...
2005 Jan 21
3
desire box
hi, I seek to be able itself to wish a desire box our listeners am to music, over ices am played have someone a recommendation for me? can be gladly with mysql. greeting -- Mit freundlichen Gr?ssen Carsten Henkel mailto:carsten@chatlabel.de In unserer Firma ist alles elektrisch - sogar das Gehalt versetzt einem einen Schlag. dieser Text ist zuf?llig gew?hlt und