search for: technotes

Displaying 20 results from an estimated 32 matches for "technotes".

2016 May 28
2
[GSoC 2016] Capture Tracking Improvements - Background Information
Hi Phillip, I've been looking into the Capture Tracking Improvements and I was wondering if there was any research/documentation that you know of that I could use as background reading? Many thanks, Scott
2010 Jun 15
2
IBM ServeRAID M5014 and CentOS 5.5
Hi all, we are about to buy some IBM x3550 M2 servers with ServeRAID M5014 SAS onboard controller. Can anyone confirm that these controllers will work with CentOS 5.5 (seems to be some rebranded LSI controller). I cannot find any hint in the 2.6.18-194.3.1.el5 sources... Regards, Peter -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type:
1999 Dec 11
2
SAS XPORT Transport Format
A colleague pointed out that the United States Food and Drug Administration (FDA) has adopted a transport format defined by SAS Institute as a standard for electronic submissions of data. As a result, this format has been openly documented. The URL for the documentation on the format is http://ftp.sas.com/techsup/download/technote/ts140.html Information on the FDA standards for
2018 Apr 13
0
Reading xpt files into R
> On Apr 13, 2018, at 10:01 AM, WRAY NICHOLAS via R-help <r-help at r-project.org> wrote: > > Hello R folk > > I have an xpt file which I have been trying to open into R in R studio > > On the net I found guidance which says that I need packages Hmisc and SASxport which I have successfully loaded. > > I had also found some code which says that this would allow
2007 Mar 07
10
Office products Locking issues
Hi All, 3.0.23c-1 I am currently having 2 strange re-occuring issues, that seems to happen sporadically. I am not sure if they are related. Users are advised when trying to save a file that "the Drive is full", even though there is alot of free space. I have read a technote on the microsoft site about this as it is a known issue with Word, but their suggested fixes do not help. Excel
2002 Dec 21
2
Part II Re: read.ssd {foreign} (Reading a permanent SAS d ataset into an R data frame)
>>>>> "Stephen" == Stephen Arthur <sarthur67 at yahoo.com> writes: Stephen> The SAS data set I PROC CPORTed is [9] the result is [10]. Stephen> I PROC CIMPORTed [10] back to its orginal state [9], and it Stephen> worked. Stephen> So the SAS people think that the error is not with the SAS Stephen> XPORT file, but with R trying to load a text
2018 Apr 14
0
Fwd: Re: Reading xpt files into R
-------- Original Message ---------- From: WRAY NICHOLAS <nicholas.wray at ntlworld.com> To: peter dalgaard <pdalgd at gmail.com> Date: 14 April 2018 at 20:18 Subject: Re: [R] Reading xpt files into R Well yesterday I'd downloaded the "foreign" package and tried to open the xpt file using that: library(foreign) read.xport("test.xpt") I got the following
2018 Apr 13
5
Reading xpt files into R
Hello R folk I have an xpt file which I have been trying to open into R in R studio On the net I found guidance which says that I need packages Hmisc and SASxport which I have successfully loaded. I had also found some code which says that this would allow me to read the xpt file into R: library(SASxport) data(Alfalfa) lookup.xport("test.xpt")
2016 May 30
5
[GSoC 2016] Capture Tracking Improvements - BackgroundInformation
Hey Scott, There has been quite a lot of research on capture tracking (aka escape analysis) for Java and other dynamic languages. See e.g.: https://wiki.openjdk.java.net/display/HotSpot/EscapeAnalysis http://docs.oracle.com/javase/7/docs/technotes/guides/vm/performance-enhancements-7.html http://dl.acm.org/citation.cfm?doid=320384.320386 Nuno -----Original Message----- From: Scott Egerton via llvm-dev Sent: Saturday, May 28, 2016 5:10 PM To: Philip Reames Cc: llvm-dev Subject: [llvm-dev] [GSoC 2016] Capture Tracking Improvements - Backgr...
2014 Jul 29
2
isohybrid: slint64-14.1.iso: unable to find mac efi image
...FS+ file systemt hat will become macboot.img, but am not sure that's the right thing to do. _On the same topic, I saw that now @ Fedora they don't use hfs-bless any more, see mkefiboot (shipped in lorax/src/sbin). Does somrone know why? The URL http://developer.apple.com/library/mac/#technotes/tn/tn1150.html to the he Technical Note TN1150: HFS Plus Volume Format referenced in mkefiboot is broken. _Is there a chance that I'd succeed in using xorriso instead of mkisofs? I must admit that I never used it and the length of the man page is scaring me. I'd be very grateful to...
2018 Apr 14
1
Fwd: Re: Reading xpt files into R
> On Apr 14, 2018, at 12:18 PM, WRAY NICHOLAS via R-help <r-help at r-project.org> wrote: > > > -------- Original Message ---------- > From: WRAY NICHOLAS <nicholas.wray at ntlworld.com> > To: peter dalgaard <pdalgd at gmail.com> > Date: 14 April 2018 at 20:18 > Subject: Re: [R] Reading xpt files into R > > > Well yesterday I'd downloaded
2008 Jun 04
0
unable to access xen guest's console
Hello all, I am new to Xen; I followed a few techtips/technotes from How2forge and other linux sites to walk me through configuring the following: - proper installation of xen kernel on a CentOS 5.1 server - booting into the xen kernel and checking the Dom0 (all is fine): [root at dataserv3 /]# xm list Name ID Mem(MiB) VCP...
2002 Mar 28
0
Enhancement request: lookup.xport() in library foreign
I installed the foreign library yesterday, and have successfully used the read.xport() function to get data from SAS. This is very helpful. SAS "date" and "datetime" variables become numeric variables, which is, of course, what they really are in SAS. Naturally, it is desirable to convert them to date/time objects in R. Looking at the documentation for the SAS transport
2005 Dec 28
2
Which cluster function can be used to cluster a correlaiton matrix?
Hi, I'd got a matrix of correaltion values. Which cluster method can I use to cluster it? Best Regards...
2005 Jan 03
1
Re: Re: Your bill
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 This is an automated response to e-mail sent to security-alert@hp.com. All potential security issues submitted will be carefully reviewed by the HP Software Security Response Team (SSRT). A follow-up message will be returned to confirm that we are investigating and if necessary to request additional information. Any non-security issue or
2000 Jun 25
2
Encoding the wrong Endian and AIFF
I know this is probably blindingly obvious, but I can't find it anywhere. Is there a way to tell the Vorbis codec what endian your samples are or do I have to do my own byte reversal. AIFF is Be's 'standard' audio file format, and its encoded big endian, not little endian even on Intel boxes. I know for decoding ov_read has an endian option, but I can't see an equaivalent for
2013 Feb 16
1
Write access for wiki howto "Nested virtualization on CentOS 6"
...centos wiki username: MarkSmulders Proposed subject: Nested virtualization on CentOS 6 Proposed location: under Howto > Virtualization Content is ready for preview under "Steps to enable nested virtualization on CentOS 6" in my online notes at https://sites.google.com/a/nocoffee.nl/technotes/nested-virtualization-on-centos-6 Thanks, Mark (using alias "R3nn" on freenode IRC) -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos-docs/attachments/20130216/02ff7963/attachment-0006.html>
2016 Jun 09
2
[GSoC 2016] Capture Tracking Improvements - BackgroundInformation
...search on capture tracking (aka >>>>> escape >>>>> analysis) for Java and other dynamic languages. >>>>> See e.g.: >>>>> https://wiki.openjdk.java.net/display/HotSpot/EscapeAnalysis >>>>> http://docs.oracle.com/javase/7/docs/technotes/guides/vm/performance- >>>>> enhancements-7.html >>>>> http://dl.acm.org/citation.cfm?doid=320384.320386 >>>>> >>>>> Nuno >>>>> >>>>> -----Original Message----- >>>>> From: Scott Egerton via llv...
2001 Jul 20
2
Quicktime Component
Good news all! I now have a functional version of the Quicktime Component of the Ogg Vorbis decompressor. In English: this extension will allow all Quicktime apps to play .oggs (including iTunes). I plan on posting it ASAP. I have a few problems with memory that I'd like to get cleared up first. I plan on carbonizing it as soon as it functions in classic. I'll also do a Winders version.
2005 Apr 07
1
Importing SAS transport data
I have encountered a problem reading SAS transport files on both a Mac (OS X) and Linux (RedHat 9), both using R2.0.1. After loading "foreign", the command: read.xport("V1622101_050304.xpt") yields: Error in lookup.xport(file) : File not in SAS transfer format In Linux, I can "cat" the file. The first few lines are: **COMPRESSED** **COMPRESSED** **COMPRESSED**