search for: reminiscent

Displaying 20 results from an estimated 51 matches for "reminiscent".

2007 Dec 26
2
Reminiscing on 20 years using S
I realized earlier this year (2007) that it was in 1987 that I first started using an early version of S (it was ported to VMS and was called success). That means that I have been using some variant of S (to various degrees) for over 20 years now (I don't feel that old). Since things are a bit slow this time of year I thought I would take a few minutes and reminisce on some of the changes
2012 Nov 21
2
Centos 6 Server has no GUI
...he exact answer to "Centos 6 Server has no GUI" but I don't see how to attach my answer to that thread. I am running in Virtual Box on a Windows machine. When I changed my memory available from ? Gb to 1 Gb , and my video memory to 24Mb, my installation script went from an interface reminiscent of MS-DOS in the 80's to a nice GUI installation, and my number of packages installed went from 200 and some to 1400 and some. Apparently, the installation identifies what your box is capable of, and installs only what's appropriate. And doesn't tell you! Regards, Ri...
2010 Dec 16
3
How to save & play back an entire R session?
...ut I would like to save the entire sequence of inputs that took place during the session, so that I can play them back later, and not only be left in the same state I was at the time of saving the session, but be able to see the entire history of the session (inputs and outputs). (This is somewhat reminiscent of what can be done with Mathematica notebooks, although not exactly, since, with Mathematica notebooks, one doesn't necessarily save the original inputs.) Does anyone know how to achieve this? Thanks! Roy
2014 Jul 07
13
Cemtos 7 : Systemd alternatives ?
Reading about systemd, it seems it is not well liked and reminiscent of Microsoft's "put everything into the Windows Registry" (Win 95 onwards). Is there a practical alternative to omnipresent, or invasive, systemd ? -- Regards, Paul. England, EU. Centos, Exim, Apache, Libre Office. Linux is the future. Micro$oft is the past.
2006 Jul 12
2
Are infix binary operators ** and ^ aliased?
Dear R-help, After making a typo (reminiscent of FORTRAN 77, I guess) I found the following: > identical(all.equal(2^(-10:10), 2**(-10:10)), TRUE) [1] TRUE I have tried to find the documentation about the ** operator but I was unsuccesful this way: > sessionInfo() Version 2.3.1 (2006-06-01) powerpc-apple-darwin8.6.0 attached base p...
2013 Nov 27
0
[LLVMdev] Bug in Language Reference? %0 versus %1 as starting index.
...e parsing side is likely to be entirely in lib/AsmParser/LLLexer.cpp where you need to find a way to get a new token "LocalLabelID" returned for the new syntax. To reiterate, the goal of such a change is solely to avoid people getting confused about the implicit numbering. It needs to be reminiscent/suggestive of the instruction numbering syntax to avoid this confusion. Heck, there may be something within the existing syntax that would work fine for this, but which we can recognize as being "unnamed", rather than a unique name e.g. currently $1: will give the BB a name "$1&quot...
2000 Dec 15
1
resolution of windows metafiles
...having trouble getting smooth-appearing curves in figures produced as windows metafiles using R (R-1.1.1 on Windows 98). When I import them into a word processor (either MS Word 97, or WordPerfect 9.0), the figures appear only slightly bumpy on screen, but when printed, there is a clear jaggedness reminiscent of aliasing. Is there a fix for this (if the answer is "upgrade to 1.2", I'll be doing that as soon as binaries for Windows are available, anyway)? Maybe metafiles have a coarse underlying resolution? The following code produces the problem (along with a postscript plot just to show...
2002 Jan 07
2
never encodes same twice?
...;ve compiled by own libao, libogg, etc. (in Linux 2.4.17) and one of the files I've encoded using these utils has a bitrate 2 bits lower than the same track encoded in Windows 95. Why is this? Is there some way to find out whether my compiler (gcc 2.95.3) is creating degenerate ogg files, reminiscent of the recent RedHat compiler bug posted on vorbis.com? -- Karol Pietrzak PGP KeyID: 3A1446A0 --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-request@xiph.org' containing...
2013 Nov 27
2
[LLVMdev] Bug in Language Reference? %0 versus %1 as starting index.
...to be entirely in lib/AsmParser/LLLexer.cpp where you need > to find a way to get a new token "LocalLabelID" returned for the new syntax. > > To reiterate, the goal of such a change is solely to avoid people getting > confused about the implicit numbering. It needs to be > reminiscent/suggestive of the instruction numbering syntax to avoid this > confusion. > > Heck, there may be something within the existing syntax that would work > fine for this, but which we can recognize as being "unnamed", rather than a > unique name e.g. currently $1: will give the...
2013 Nov 27
4
[LLVMdev] Bug in Language Reference? %0 versus %1 as starting index.
The language reference states that local temporaries begin with index 0, but if I try that on my not-entirely-up-to-date v3.4 llc (it is like a week old), I get an error "instruction expected to be numbered '%1'". Also, quite a few examples in the LR uses %0 as a local identifier. Should I fix those or is it a problem in llc? -- Mikael -------------- next part --------------
2013 Nov 27
0
[LLVMdev] Bug in Language Reference? %0 versus %1 as starting index.
...ib/AsmParser/LLLexer.cpp where you need >> to find a way to get a new token "LocalLabelID" returned for the new syntax. >> >> To reiterate, the goal of such a change is solely to avoid people getting >> confused about the implicit numbering. It needs to be >> reminiscent/suggestive of the instruction numbering syntax to avoid this >> confusion. >> >> Heck, there may be something within the existing syntax that would work >> fine for this, but which we can recognize as being "unnamed", rather than a >> unique name e.g. current...
2023 Feb 22
2
GPIO as NUT driver interface?
Great, thanks! Also just for context, this sounded reminiscent of one of the first NUT drivers, `genericups` (for simple contact-closure support, with IIRC serial-port connections rather than GPIO). Nearby there's also a `generic_modbus" name. Wondering if the new driver should be (similar to) `generic_gpio`. @Community verdict: Then there was also...
2015 May 11
1
Foreach %dopar% operator incorrectly load balancing
...behavior is that I can now stop R code that should be running on the slave workers where as previously I had to use a kill command to handle the workers. I have checked the system logs and can't seem to find what's been changed so it's unclear to me exactly how to proceed. It is almost reminiscent of a change in the BLAS library but this behavior persists after recompiling R to not use the shared BLAS lib. here is the output from lsof -p 23618 | grep 'blas\|lapack' R 39781 smsouthard mem REG 8,17 3576576 1055038 /usr/local/lib/R/lib/libRlapack.so R 39...
2005 Sep 02
9
The Perils of PowerPoint
Hi all, Below is a URL for an editorial published today in our local newspaper, the Minneapolis StarTribune. It was originally published in the Washington Post a couple of days ago: http://www.washingtonpost.com/wp-dyn/content/article/2005/08/29/AR2005082901444.html but that site requires registration. The 'Strib" site seems to be open for the moment:
2008 Aug 21
2
Large data sets with R (binding to hadoop available?)
...e the R language to interact with Hadoop or PIG ? The Hadoop project by Apache has been successful at processing data on a large scale using the map-reduce algorithm. A sister project uses an emerging language called ?PIG-latin? or simply ?PIG? for using the Hadoop framework in a manner reminiscent of the look and feel of R. Is there an opportunity here to create a conceptual bridge since these projects are also open-source? Does it already exist? Thanks in advance for your comments. -Avram --------------------------- Information about Hadoop: http://wiki.apache.org/hadoop/ http:...
2013 Nov 27
2
[LLVMdev] Bug in Language Reference? %0 versus %1 as starting index.
....cpp where you need >>> to find a way to get a new token "LocalLabelID" returned for the new syntax. >>> >>> To reiterate, the goal of such a change is solely to avoid people >>> getting confused about the implicit numbering. It needs to be >>> reminiscent/suggestive of the instruction numbering syntax to avoid this >>> confusion. >>> >>> Heck, there may be something within the existing syntax that would work >>> fine for this, but which we can recognize as being "unnamed", rather than a >>> uniq...
2013 Nov 27
0
[LLVMdev] Bug in Language Reference? %0 versus %1 as starting index.
...>>>> to find a way to get a new token "LocalLabelID" returned for the new syntax. >>>> >>>> To reiterate, the goal of such a change is solely to avoid people >>>> getting confused about the implicit numbering. It needs to be >>>> reminiscent/suggestive of the instruction numbering syntax to avoid this >>>> confusion. >>>> >>>> Heck, there may be something within the existing syntax that would work >>>> fine for this, but which we can recognize as being "unnamed", rather than a &...
2005 Aug 30
0
No subject
...one that didn't crash before. I was hoping maybe for something obviously weird. - Walter On Thu, 28 Oct 2004, Mark Knecht wrote: > On Thu, 28 Oct 2004 18:08:14 -0700 (PDT), Walt Ogburn > <reuben@ugcs.caltech.edu> wrote: > > Hi Mark, > > > > This is strangely reminiscent of the error that Emanuele Gissi posted > > earlier. What do you get if you add the following line to the beginning > > of dlls/ntdll/critsection.c, function RtlLeaveCriticalSection? > > > > FIXME ("Watching for seg fault: (crit = %p)\n", crit); > > > &gt...
2017 Apr 13
0
OT apology
Sorry for those two Unix reminisces that made it to the list. I meant to send them to the poster. jon -- Jon H. LaBadie jon at jgcomp.com 11226 South Shore Rd. (703) 787-0688 (H) Reston, VA 20190 (703) 935-6720 (C)
2007 Jul 02
0
[ANNOUNCE] Release conntrack-tools 0.9.4
...update conntrack(8) manpage - remove dlopen infrastructure - add library dependency checking to configure.in - simplify checksum code: use UDP/multicast checksum facilities - fix silly bug in build_network_message: out of bound memset - remove useless backlog parameter in multicast sockets - remove reminiscents of delay destroy message and relax transitions - remove confusing StripNAT parameter: NAT support enabled by default - relax event tracking: *_update callbacks use cache_update_force - use wraparound-aware functions after/before/between - commit phase: if conntrack exists, update it - local reques...