search for: 90s

Displaying 20 results from an estimated 155 matches for "90s".

Did you mean: 10s
2016 Nov 25
2
shared libraries: missing soname
Martin Maechler <maechler at stat.math.ethz.ch> writes: > Well, Dirk has said to have given his last reply on this thread. > I (as a member of R-core) am glad about people like Dirk who > take some of our load and helpfully answer such > questions/reports on R-devel. I am glad too. Thank you. My ultimate goal is to ensure that R works as well on FreeBSD as it does elsewhere.
2020 Jun 15
2
Streams dropping out after 8-12 seconds in Edge, IE
...g out after about 8-12 seconds in Edge or IE? It's fine in Chrome or Firefox. It's also fine in the new Chromium based Edge. I have a number of listeners reporting it. It also happens on some of the streams in the http://dir.xiph.org/ Icecast directory (Alt Rock 97, Wakefield FM, KBSU, 80s 90s Hit Radio etc.). Here's one of my stream URLs it's affecting: https://tls1.coastdev.net/coast-mp3 Regards Nick -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xiph.org/pipermail/icecast/attachments/20200615/643ddf4d/attachment.html>
2013 Jun 07
1
[LLVMdev] [cfe-dev] Meaning of LLVM optimization levels
Of course it's *possible*, in a fundamental sense. It's even pretty easy to get right in a compiler back end (in a conceptual sense). You have to touch a LOT of code, but all the changes are trivial. We did this at Tartan Labs back in the 90s. Done with only a bit of care, it makes debugging possible at any optimization level. The idea is to make the debug information reflect what the optimizer and code generator actually did, rather than restricting them to the linear mapping supported by most debuggers. If anyone cares, I can even g...
2015 Jul 07
2
where can i find fbset package
where can i find the fbset package for centos 6
2016 Nov 25
0
shared libraries: missing soname
....3.1, then r-cran-tseries must/should be rebuilt/reinstalled | against the new R package? If so, maybe there is something useful we could You assume that change == breakage. Yet that assumption is baseless. Which is what someone like Martin (R Core, and "at it" since the 80s pre-R and 90s with the almost very beginning of R) and myself (around R since the late 90s, somewhat involved since the early 00s) keep telling you. At some point it might appear to be approproiiate for you to actually take our word for it. | submit. I will have to study how R uses autotools, because that als...
2003 Aug 07
0
spdep error message
Hello, I have been using the package "spdep" to run spatial regressions on a data set with about 2500 observations. It has performed well up until now, but the following code resulted in an error: > load("Panel.90s.ok.R") > attach(Panel.90s.ok) > neighs<-dnearneigh(cbind(x,y),0,50000) > help(nbdists) > dists<-nbdists(neighs,cbind(x,y)) > Weights<-nb2listw(neighs,zero.policy=T,glist=dists) > error.model.rprice<-errorsarlm(log(wells+1)~log(year)+log(area)+log(lag.rprice )+log...
2012 Mar 11
1
NUT for iOS
...mpt to get NUT installed and up and running. I'm just fed up with this type of wasting time. There should be a simple app I can download and install and a GUI for the configuration. No fiddling around with multiple config files, setting up services to autostart, etc. That feels so much like the 90s when I started with computers. I'm over that time? Can anybody recommend a NUT app that doesn't have to be compiled and configured as mentioned above. All I need is for the app to connected to a Synology NAS's UPS server and shut down the iOS server. Thanks, Peter
2015 Jul 07
2
where can i find fbset package
On Tue, Jul 07, 2015 at 10:52:55AM -0700, John R Pierce wrote: > On 7/7/2015 6:45 AM, kqt4at5v at gmail.com wrote: > >where can i find the fbset package for centos 6 > > as far as I can tell, fbset hasn't been updated since the 90s, its a piece > of history, I doubt it has any place in a modern X system. That might be true, but I see its still packaged and available in Fedora. Its possible that it is completely nonfunctional, it looks like it has just been rebuilt without changes since 2009. The latest fedora srpm for r...
2020 Jun 15
2
Streams dropping out after 8-12 seconds in Edge, IE
...<p> </p> <p>I have a number of listeners reporting it. It also happens on some of the streams in the <a href="http://dir.xiph.org/">http://dir.xiph.org/</a> Icecast directory (Alt Rock 97, Wakefield FM, KBSU, 80s 90s Hit Radio etc.).</p> <p> </p> <p>Here’s one of my stream URLs it’s affecting: <a href="https://tls1.coastdev.net/coast-mp3"> https://tls1.coastdev.net/coast-mp3</a></p> <p> </p...
2015 May 20
5
Re-install libwrap in OpenSSH
On Wed, 20 May 2015 14:46:57 +0200 Peter Stuge <peter at stuge.se> wrote: > Stephan von Krawczynski wrote: > > it is pretty obvious > > I guess you're not only not subscribed to the development list, but > you seem to also not have looked at the list archives. > > You can only seem like a troll if you act as if you know best but > in fact you are wrong.
2016 Feb 29
1
Source code of early S versions
...bound to be someone out there who'd like to try and compile it on a modern system. It might at least be nice to see it in a nice format on Gitlab, for example. But maybe there's licensing problems. Anyone interested in the history of S should read Richard Becker's article from the mid 90s: http://sas.uwaterloo.ca/~rwoldfor/software/R-code/historyOfS.pdf Barry [apologies if S talk is off-topic. Surprisingly I've just discovered the S-news mailing list still runs, but looking at the recent archive I don't think I'd get much success there]
2008 Apr 06
1
What to use for assignment, " = " or " <- "?
I've noticed an increasing tendency for people to use '=' rather than the older '<-' symbol. When '=' became available as an assignment operator in S-PLUS in the late '90s my first reaction was to switch to it as well. Brian Ripley warned me that it was not a good idea. As usual he was right, but it took a couple of pretty serious finger-burning episodes before I came fully around to his view. There are three left assignment operators in S, and it's a good ide...
2018 Sep 21
1
[cfe-dev] SMT solvers in clang SA
...hen used to refute bugs, they all give roughly the same results: a ~5% speedup if there are refuted bugs or a ~5% slowdown if no bug is refuted. I've only tried to analyze one full project (tmux) with Yices; the CSA ran for 24hrs and it didn't complete the analyze. For comparison, it takes 90s to analyze it with the ranged constraint manager in the CSA. Thanks, Em sex, 21 de set de 2018 às 12:32, Siddharth Shankar Swain via cfe-dev < cfe-dev at lists.llvm.org> escreveu: > Hi all, > > Currently studying the impact of SMT solvers on Clang SA. Can anyone help > in telli...
2013 Aug 14
7
Disk add fails while domain creation, which uses disk backend- "storage driver domain" with xen-4.3.0 , with errors libxl.c:2125
...changed disk param to- disk = [''access=w,vdev=xvda1,backend=storage,target=/root/domsi.img''] And I got this console log - [ 5.588091] XENBUS: Waiting for devices to initialise: 25s...20s...15s...10s...5s...0s...235s...230s...225s...220s...215s...210s...205s...200s...195s...190s...185s...180s...175s...170s...165s...160s...155s...150s...145s...140s...135s...130s...125s...120s...115s...110s...105s...100s...95s...90s...85s...80s...75s...70s...65s...60s...55s...50s...45s...40s...35s...30s...25s...20s...15s...10s...5s...0s... [ 270.588319] XENBUS: Timeout connecting to device:...
2013 Aug 14
7
Disk add fails while domain creation, which uses disk backend- "storage driver domain" with xen-4.3.0 , with errors libxl.c:2125
...changed disk param to- disk = [''access=w,vdev=xvda1,backend=storage,target=/root/domsi.img''] And I got this console log - [ 5.588091] XENBUS: Waiting for devices to initialise: 25s...20s...15s...10s...5s...0s...235s...230s...225s...220s...215s...210s...205s...200s...195s...190s...185s...180s...175s...170s...165s...160s...155s...150s...145s...140s...135s...130s...125s...120s...115s...110s...105s...100s...95s...90s...85s...80s...75s...70s...65s...60s...55s...50s...45s...40s...35s...30s...25s...20s...15s...10s...5s...0s... [ 270.588319] XENBUS: Timeout connecting to device:...
2005 Jun 20
0
Re: i486 and i686 are the majority ISAs for x86 -- WAS: CentOS 4.0 -> 4.1 update failing
...x to run on anything but an i486 ISA or higher. The TLB and other augmentations of the i386 ISA are huge upswings in performance. I'm not talking about Intel- specific product additions (cache, FPU, etc...), but the actual ISA an features like the TLB. Pretty much everyone since the mid-'90s has been producing a i486 compatible ISA, including pretty much every embedded product. The i586 is _only_ for _genuine_ Pentium/Pentium MMX. It should _never_ be used on anything else -- and that includes the Pentium Pro on-ward, which are i686 ISA. The i686 ISA and designs fix a massive amount...
2018 Sep 21
2
SMT solvers in clang SA
Hi all, Currently studying the impact of SMT solvers on Clang SA. Can anyone help in telling more about the SMT solvers use in clang SA ? ( Have already tested Z3 SMT solver implemented in GSoC 2018 , also looking for other SMT solvers if possible ) Thanks, Siddharth -------------- next part -------------- An HTML attachment was scrubbed... URL:
2013 Mar 28
0
[LLVMdev] Handling SRet on Windows x86
...r one, most of the Win32 API has its own "stdcall" calling convention, which is different from either Mingw's or MSVC's "cdecl" ABIs. The Win32 API also avoids passing or returning structs or other non-primitives by value, because C and Pascal compilers back in the early 90s didn't behave consistently outside of a small subset of C functionality, and MSVC and Mingw still don't. > Irrelevant too, since those "MSVC binaries" (whatever that means) are > usable by the other compilers. > Not unless the library authors take pains to only export...
2020 Jun 09
3
Postfix restrictions
On Sun, Jun 07, 2020 at 05:53:28AM -0700, John Pierce wrote: > On Sun, Jun 7, 2020, 2:47 AM Nicolas Kovacs <info at microlinux.fr> wrote: > > > .... > > My aim is simply to eliminate as much spam as possible (that is, before > > adding > > SpamAssassin) while keeping false positives to a minimum. > > > > The one thing that stopped the most spam on
2005 Aug 26
3
impress viewer for openoffice
Hi, I am attempting to find an openoffice powerpower point viewer. I found imposter but when I run my file it says "Cannot find zip signature". I though I would zip it up an try it again but that did not work either. Also I dont think there is a way from the command line to go fullscreen? not sure. Anyone know of a good power point viewer for centos? or a way to make impress