search for: nderte

Displaying 17 results from an estimated 17 matches for "nderte".

Did you mean: ndert
2016 Oct 06
2
NOTIFYCMD doesn't work at all... not fully
Hi there, i have a problem with the NOTIFYCMD in the upsmon.conf file. My line in the config looks like this: NOTIFYCMD "/etc/nut/upsnotify.sh" Now this ist my "/etc/nut/upsnotify.sh": #!/bin/bash EMAIL='mail at domain.de' SMS1='+49123456789' SMS2='+491987654231' #eMail versenden echo -e "Die USV mit dem Namen '$UPSNAME' hat seinen
2008 Nov 24
1
chooseCRANmirror
Dear List: I just successfully installed R 2.8.0 (under Windows XP SP2, 1GB RAM) and wanted to run update.packages. When I first called chooseCRANmirror I obtained the following error message: ---------------- > chooseCRANmirror() Warning message: In open.connection(con, "r") : kann nicht mit 'cran.r-project.org' auf Port 80 verbinden -------------------- What should I do?
2017 Nov 20
2
Small performance bug in [.Date
Hi all, I think there's an unnecessary line in [.Date which has a considerable impact on performance when subsetting large dates: x <- Sys.Date() + 1:1e6 microbenchmark::microbenchmark(x[1]) #> Unit: microseconds #> expr min lq mean median uq max neval #> x[1] 920.651 1039.346 3624.833 2294.404 3786.881 41176.38 100 `[.Date` <- function(x, ...,
2017 Aug 18
1
Issues of R_pretty in src/appl/pretty.c
...- epsilon" also to ? ? > 1e-10. [[elided Yahoo spam]] I've committed now what I think has been suggested above ... to R-devel only : ------------------------------------------------------------------------ r73094 | maechler | 2017-08-15 09:10:27 +0200 (Tue, 15. Aug 2017) | 1 Zeile Ge?nderte Pfade: ?? M doc/NEWS.Rd ?? M src/appl/pretty.c ?? M src/main/engine.c ?? M tests/reg-large.R ?? M tests/reg-tests-2.Rout.save pretty(x, n) fix overflow for large n suggested by Suhartu Aggano, R-devel, 2017-08-11
2015 Aug 25
4
OPUS on bare metal ARM
Hi everyone, I?m currently trying to use opus on a ST ARM (STM32F407) without any OS (bare metal). The aim of my project is to transmit voice over CAN bus. The main issue I have is that opus fail to allocate memory, the ALLOC macro always return a NULL pointer. I have sure that I have enough free space to allocate buffers. Is there anyone who already try this or have meet this issue ? Thanks
2018 May 31
0
mysterious rounding digits output
...seems to want): Since R 3.4.0 the help on ?options *does* say significant! The change in R's source code was this one, 14 months ago : ------------------------------------------------------------------------ r72380 | maechler | 2017-03-21 11:28:13 +0100 (Tue, 21. Mar 2017) | 2 Zeilen Ge??nderte Pfade: M /trunk/src/library/base/man/options.Rd digits: + "signficant" ------------------------------------------------------------------------ and since then, the text has been ?digits?: controls the number of significant digits to print when printing numeric values....
2017 Nov 21
0
Small performance bug in [.Date
...; consult the class of x, but instead uses .Class. Yes, at least so it looks in src/main/objects.c Also, we had a very similar change a while ago : ------------------------------------------------------------------------ r65926 | luke | 2014-06-12 15:54:38 +0200 (Thu, 12. Jun 2014) | 2 Zeilen Ge?nderte Pfade: M src/library/base/R/datetime.R Commented out class(x) <- NULL in [.POSIXct and [[.POSICct. ------------------------------------------------------------------------ and we never seemed to have followed up in a systematic manner finding other places where this happens and could be eli...
2005 Jun 02
0
net setlocalsid for doimain doesn't work as wanted
Hallo Herr Trapp, ich bin am verzweifeln. Haben Sie eine L?sung gefunden, um mittels setlocalsid die Dom?nenSID zu ?ndern? Ich weiss, es ist schon l?nger her. Ich soll einen alten SAMBA 2 durch eine neue Maschine mit SAMBA 3 ersetzen. Der Server l?uft gut, aber mit net setlocalsid, dem Kommando profiles (es ersetzt mir die USER und GRUPPEN-ID in der NTUSER.dat, aber nur im Output; physikalisch
2018 Oct 17
2
EFI 64bit and Kernel 32 bit
Hello! is it possible to boot a 32 Bit Kernel on 64 EFI firmware with Syslinux? I copied "efi64/efi/syslinux.efi", all files inside "efi64/com32/modules" and the file "ldlinux.e64" to my boot partition. with this configuration I am able to boot a 64 bit kernel. but not 32bit Kernel. does anyone knows how to do it? Best Regards
2015 Aug 25
0
OPUS on bare metal ARM
Andrew, Stephan Thanks for your help. Well, I really don?t have the choice of the interface it has to be CAN. My malloc is working but it may have some bug. I?m going to check the use of the CCRAM with an implementation of opus_alloc/opus_free. I will let you know how it works. Regards. Benjamin ________________________________ Comme vous le savez, les messages envoy?s par e-mail peuvent
1999 Jul 08
1
new time series package available
Fritz just put the first version of a new time series package to the contrib section at CRAN. The package is called "tseries.tgz" and provides a library for time series analysis. It contains acf Autocorrelation Function adf.test Augmented Dickey-Fuller Test amif Auto Mutual Information Function bds.test BDS Test
1999 Jul 08
1
new time series package available
Fritz just put the first version of a new time series package to the contrib section at CRAN. The package is called "tseries.tgz" and provides a library for time series analysis. It contains acf Autocorrelation Function adf.test Augmented Dickey-Fuller Test amif Auto Mutual Information Function bds.test BDS Test
2017 Aug 19
1
Issues of R_pretty in src/appl/pretty.c
...7, 3:55 PM [snip] > I've committed now what I think has been suggested > above ... to R-devel only : > ------------------------------------------------------------------------ > r73094 | maechler | 2017-08-15 09:10:27 +0200 (Tue, 15. Aug 2017) | 1 Zeile > Ge?nderte Pfade: > M doc/NEWS.Rd > M src/appl/pretty.c > M src/main/engine.c > M tests/reg-large.R > M tests/reg-tests-2.Rout.save > pretty(x, n) fix overflow for large n suggested by Suhartu Aggano, R-devel, 2017-08-11
2010 Jul 21
5
WoW on Ubuntu 10.04
Hi, some time ago i've installed WoW in Ubuntu 9.10 using wine 1.1.42 (wine1.2 ubuntu package). Everything fine, had a few fps problems but with some tips found in wowwiki i've manage to increase fps to about 20. Some users would say it's still low, but i was happy with it. Well, some weeks ago i've updated to Ubuntu lucid (10.04). It's great, but my WoW fps drop down to about
2018 May 31
2
mysterious rounding digits output
Well pointed out, Jim! It is infortunate that the documentation for options(digits=...) does not mention that these are *significant digits* and not *decimal places* (which is what Joshua seems to want): "?digits?: controls the number of digits to print when printing numeric values." On the face of it, printing the value "0,517" of 'ccc' looks like printing 4
2018 Oct 18
3
EFI 64bit and Kernel 32 bit
Hello Ady thank you very much for the accurate reply and for saving my time :-) Best Regards, On 17.10.18 18:06, Ady Ady via Syslinux wrote: >> is it possible to boot a 32 Bit Kernel on 64 EFI firmware with Syslinux? > > In theory, booting 32-bit kernels from 64-bit EFI is supposed to be > supported by "efi64/efi/syslinux.efi" since 2013Jun. > > In practice:
2017 Aug 11
2
Issues of R_pretty in src/appl/pretty.c
See https://stat.ethz.ch/pipermail/r-devel/2017-August/074746.html for the origin of the example here. That pretty(c(-1,1)*1e300, n = 1e9, min.n = 1) gave 20 intervals, far from 1e9, but pretty(c(-1,1)*1e300, n = 1e6, min.n = 1) gave 1000000 intervals (on a machine), made me trace through the code to function 'R_pretty' in https://svn.r-project.org/R/trunk/src/appl/pretty.c . *lo is