search for: technot

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

Did you mean: techno
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
...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 Electronic submissions is given at http://www.sas.com/software/industry/pht/fda/index.html Has anyone written code to import data stored in this format into R? Saikat DebRoy and I started reverse-engineering the format before our colleague...
2018 Apr 13
0
Reading xpt files into R
...ber You can look at the file with a text editor. There is a read.xport function in the foreign package and I think most people would have chosen that one as a first attemp. It's part of the standard R distribution. It refers you to https://support.sas.com/techsup/technote/ts140.pdf for details on the format. -- David. > If anyone can explain how I can read this xpt file into R I'd be v grateful > > Thanks Nick Wray > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at r-project.org...
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 users are sometimes advised that 'The file is read only, as it is locked by $USER' the USER is themselves. They quite often have not even opened the file that day, when they get...
2002 Dec 21
2
Part II Re: read.ssd {foreign} (Reading a permanent SAS d ataset into an R data frame)
...trying to load a text SAS XPORT Stephen> file, when it should be loading the SAS XPORT file in Stephen> binary format? Is this a problem? I have no idea what you mean by binary/text SAS XPORT formats. R implements the XPORT format as described in http://ftp.sas.com/techsup/download/technote/ts140.html and that definitely is not a text format.
2018 Apr 14
0
Fwd: Re: Reading xpt files into R
...David Winsemius <dwinsemius at comcast.net> wrote: > > There is a read.xport function in the foreign package and I think most people would have chosen that one as a first attemp. It's part of the standard R distribution. It refers you to https://support.sas.com/techsup/technote/ts140.pdf for details on the format. > > -- Peter Dalgaard, Professor, Center for Statistics, Copenhagen Business School Solbjerg Plads 3, 2000 Frederiksberg, Denmark Phone: (+45)38153501 Office: A 4.23 Email: pd.mes at cbs.dk Priv: PDalgd at gmail.com [[alternative HTML ve...
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 - Back...
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 t...
2018 Apr 14
1
Fwd: Re: Reading xpt files into R
...Winsemius <dwinsemius at comcast.net> wrote: >> >> There is a read.xport function in the foreign package and I think most people would have chosen that one as a first attemp. It's part of the standard R distribution. It refers you to https://support.sas.com/techsup/technote/ts140.pdf for details on the format. > -- David Winsemius Alameda, CA, USA 'Any technology distinguishable from magic is insufficiently advanced.' -Gehm's Corollary to Clarke's Third Law
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) V...
2002 Mar 28
0
Enhancement request: lookup.xport() in library foreign
...one else if he's not available, could modify the code to include the format name. Thank you -Don -- the reference -- SAS Technical Support document TS-140: ``The Record Layout of a Data Set in SAS Transport (XPORT) Format'' available as <URL: http://ftp.sas.com/techsup/download/technote/ts140.html>. -- -------------------------------------- Don MacQueen Environmental Protection Department Lawrence Livermore National Laboratory Livermore, CA, USA -------------------------------------- -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mai...
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 l...
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**