similar to: as.date - german date format

Displaying 20 results from an estimated 9000 matches similar to: "as.date - german date format"

2009 Jan 26
2
German date format in voicemail emails
Hi! I want to configure voicemail to send emails with the date of the message in German/Austria, that means: "Montag, 26 J?nner 2009" instead of "Monday, 26 January 2009" voicemail.conf refers to "man strftime". This refers to the current locales. So, I tried export LANG=de export LC_ALL=de_DE before starting Asterisk. Unfortunately the date format is still
2006 Apr 21
2
forcing apply() to return data frame
Hi All, I am (almost) successfully using apply() to apply a function recursively on a data matrix. The function is question is as.genotype() from the library 'genetics' apply(subset(chr1, names$breed == 'lab'),2,as.genotype,sep ="") Unfortuantely apply puts it's results into a matrix object rather than a data frame, tranforming my factors into numerics and
2005 Mar 23
0
agi script for german date / time
Hi, I wanted to say a date (and time) in german, but did not found a way to do this with sayunixtime, so I wrote this agi script. (I could switch to german, but it was not correct) be sure to use the sound files from: http://www.stadt-pforzheim.de/asterisk/dateien/ast_prompts_de.tgz (which are of very good quality) (only works from 2000 to 2019 (-:, which should be enough for the moment ) I
2008 Jun 06
3
Lattice: key does not accept German umlaute
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 library(lattice) ## works as expected xyplot(1~1, key = list(text = list(c("Maenner")))) ## works as expected xyplot(1~1, key = list(text = list(c("Maenner"))), xlab = "M\344nner") ## gives an error xyplot(1~1, key = list(text = list(c("M\344nner")))) Is this a bug? TIA, Bernd -----BEGIN PGP
2009 Feb 04
2
Capturing all warnings (with messages)
Dear all, For an open-source project that I'm working on (1), which uses R for all its heavy lifting but includes a wrapper shell script, I was hoping to find a way to capture all warnings (and, in fact, errors too), and handle them in my own way. I realise I can do this for a single expression using something like: > f <- function(w) print(w$message) >
2011 Jun 11
2
Inspecting C code in an R package
Hello everyone, Trying to comprehend code of an R package, I encountered the problem that the interesting part of the function I'm inspecting is written in C-Code and called by ".C("somename", ....)". Now I can't inspect the C-Code the function is calling since I can't find it in the folder of the package. Does someone know, where the corresponding C-Code ist
2008 Mar 07
5
Puzzling coefficients for linear fitting to polynom
Hi, I can not comprehend the linear fitting results of polynoms. For example, given the following data (representing y = x^2): > x <- 1:3 > y <- c(1, 4, 9) performing a linear fit > f <- lm(y ~ poly(x, 2)) gives weird coefficients: > coefficients(f) (Intercept) poly(x, 2)1 poly(x, 2)2 4.6666667 5.6568542 0.8164966 However the fitted() result makes sense: >
2007 Dec 09
1
List comprehensions for R
Below is code that introduces a list comprehension syntax into R, allowing expressions like: > .[ sin(x) ~ x <- (0:11)/11 ] [1] 0.00000000 0.09078392 0.18081808 0.26935891 0.35567516 0.43905397 [7] 0.51880673 0.59427479 0.66483486 0.72990422 0.78894546 0.84147098 > .[ .[x*y ~ x <- 0:3] ~ y <- 0:4] [,1] [,2] [,3] [,4] [,5] [1,] 0 0 0 0 0 [2,] 0 1 2
2004 May 09
3
German sound files available
Hi there, today I made the German language prompts available for download: http://www.karl.aegee.org/asterisk.nsf/HT/sound-de Be aware: Asterisk doesn't yet fully support languages other than English, there are still (smaller) issues with voicemail and date/time announcements that require a patch. Cheers, Philipp
2011 Mar 14
4
Serial Date
Hello R Help, I'm working in a project with a software that register date and time data in serial time format. This format is used by excel, for exemple. In this format, 40597.3911423958 is 2011/2/23 09:23:15. First part is number os days since 1900/1/1, and second part is a fraction of a day. I need to make this transformation in R, and use it to make some algebrian operations. I found that
2008 Jan 16
2
Ruby on Rails Software in German!
I''m really excited to announce that my company launched its first Ruby on Rails software - in German! Who else is out there programming Ruby on Rails in German? Are there any other software pieces in German? I''d definitely be exciting to see how the framework develops in Germany, Austria and Switzerland. --~--~---------~--~----~------------~-------~--~----~ You received this
2000 Mar 31
2
pwdump on german NT
Hi, I had trouble getting the pwdump program to work correctly on a german version of NT4SP3. I believe the problem is based on the fact that the german group 'Administrators' is called 'Administratoren', and Administrators is hard-coded into the utility. Would it be possible to make that an optional parameter? Unfortunately, I have no access to a C-Compiler on an NT-station, so
2007 May 22
2
German Map in package maps
Hello everybody, I'm an absolute newbe in R, so please be gentle to me. I am looking for a german map in the package maps by Becker and Wilks. After that I want to draw the German cities from world.cities of this package in the map and want to draw further a line from Berlin to Munich. Has anybody an idea? Thank you so much and sorry for the question! Best regards from Berlin, Maja!
2004 Dec 01
4
Voicemail - Danish, German an French audio files download?
Hi all, Is it possible to download Danish, German and French audio files for Asterisk somewhere, or does everybody just record them? Thank you in advance Thorben -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20041202/02cec53d/attachment.htm
2009 Jul 22
2
german voiceprompts
Hello ! Are there any plans at Digium to include also german voice prompts ? Thanks regards Hans
2004 May 08
3
asterisk with german SIPGATE ?
hi anybody running with german SIPGATE? my configuration don't works :-( regards thorsten@gehrig.de
2004 Sep 25
1
German Termination and DIDs
Does anyone know of a company that provides German DIDs (preferably Berlin) and termination of calls to Germany at reasonable rates? Thanks, Eric jacksch@tenebris.ca
2012 Sep 13
2
RFC 6154: German umlauts in special_use folder names
Hi, the Drafts special folder is called "Entw?rfe" in German locale. How should the special_use entry in the config file look like? Would you recommended to use the encoded folder name... mailbox "Entw&APw-rfe" { special_use = \Drafts } ...or rather the utf-8 Encoding in the dovecot config file? mailbox "Entw?rfe" { special_use = \Drafts } Regards Daniel
2005 Mar 02
3
To the ones who may concern :: German Translation of the Samba-Docs SOON AVAILABLE AS BOOK.
Hello to all Samba-users, and, in particular, Hallo an die deutschsprachigen Anwender von Samba ! It has been quite a while since I announced the complete translation of "The Official Samba-3 HOWTO And Reference Guide" (aka TOSHARG). I have received some requests for a printed version of the german documentation, this means to me that it has to be announced again that there will be a
2006 Sep 13
7
German Phrase
Hi German users, Can one of you guys give me a German Phrase that I can use to demonstrate tokenizing non-ascii text. Preferably something about 40 bytes long with lots of umlauts and perhaps a ?. Cheers, Dave