search for: rpt

Displaying 20 results from an estimated 54 matches for "rpt".

Did you mean: ret
2018 Mar 31
3
Writing tests with Filecheck without emitting output to stdin
That works. Thanks. One more followup question though. Once i run opt on bitcode, there is not useful output/transform on bitcode. this rpt files are extra. I am hoping to do something like this, ; RUN: FileCheck --input-file=a.rpt.gold --check-prefix=CHECK-A < a.rpt ; RUN: FileCheck --input-file=b.rpt.gold --check-prefix=CHECK-B < b.rpt i did not find much examples in tests hence question. does this have any potential issue...
2009 Jun 23
2
Long to wide format without time variable
...gth(ids) codes<-matrix(0,ct,11) colnames(codes)<-c("ID","ICD1","Coder1","ICD2","Coder2","ICD3","Coder3","ICD4","Coder4","ICD5","Coder5") j<-0 for (i in 1:ct){ kkk <- ids[i] rpt<-data[data$id==kkk,] j<-max(j,nrow(rpt)) codes[i,1]<-kkk codes[i,2]<-rpt$ICDCode[1] codes[i,3]<-rpt$T_Physician_ID[1] #if (nrow(rpt)>=2){ codes[i,4]<-rpt$ICDCode[2] codes[i,5]<-rpt$T_Physician_ID[2] #if (nrow(rpt)>=3) { codes[i,6]<-rpt$ICDCode...
2018 Mar 31
4
Writing tests with Filecheck without emitting output to stdin
Hello I have pass operating on bitcode file which produces more than one equivalent representation. opt --my-pass <%s | Filecheck %s --my-pass generates files a.rpt b.rpt c.rpt . How do i write test without writing all 3 files to stdin. I have considered CHECK-LABEL for each. it creates bulky checks. Thanks Mahesh -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180331...
2018 Mar 31
0
Writing tests with Filecheck without emitting output to stdin
Oops. My bad. I mean to write match-file being my match pattern. and a.rpt being file generated by opt. ;RUN: FileCheck <match-file>a.rpt.gold --input-file=a.rpt. mahesh On Sat, Mar 31, 2018 at 6:57 PM, Mahesh Attarde <coder.mahesh at gmail.com> wrote: > That works. Thanks. > > One more followup question though. > Once i run opt on bitcode, t...
2018 Mar 31
0
Writing tests with Filecheck without emitting output to stdin
Hi Mahesh, On 31 March 2018 at 11:45, Mahesh Attarde via llvm-dev <llvm-dev at lists.llvm.org> wrote: > opt --my-pass <%s | Filecheck %s > > --my-pass generates files a.rpt b.rpt c.rpt . How do i write test without > writing all 3 files to stdin. You can run FileCheck over them on separate RUN lines assuming you know the filename (which I assume you do since you'd be completely screwed without it). ; RUN: FileCheck %s --check-prefix=CHECK-A < a.rpt ; RUN:...
2018 Apr 01
0
Writing tests with Filecheck without emitting output to stdin
See: http://llvm.org/docs/CommandGuide/FileCheck.html It is not required to pipe output to FileCheck; there is the --input-file option, which allows you to run FileCheck on an existing disk file. Something like this: FileCheck %s --input-file a.rpt --check-prefix=A FileCheck %s --input-file b.rpt --check-prefix=B FileCheck %s --input-file c.rpt --check-prefix=C If there are common parts to each .rpt file that you want to check, you can write those checks with another prefix and use the --check-prefixes option to specify all the ones that are...
2010 Feb 25
1
sftp Batchmode command level error suppression does not work?
...error can be suppressed on a command by command basis by prefixing the command with a `-' character (for example, -rm /tmp/blah* ). This does not seem to work - instead the server seems to fail to recognize the command from the batchfile. Consider this batchfile mkdir tmp cd tmp put rpt.list bye We want to make sure we have a ./tmp dir - if it exists that's ok We want the ftp to fail if it can't cd tmp Run as is (second round) sftp> mkdir tmp Couldn't create directory: Failure (which is expected - directory exists) Run with -mkdir prefix sftp> -mkdir tmp Inv...
2011 Jun 29
1
tcgetattr: Inappropriate ioctl for device
Dear nut users, I am running nut-2.6.0 on Slackware-Linux-13.37.0 with kernel 2.6.37.6. I am trying to get the software work for a repotec UPS with model name: RPT-1003AU. The UPS communicates with the computer via USB. I know that the model is not officially supported but I want to try out whether it will work with some of the repotec drivers. Here is the result with the genericups upstype=13 driver: ups.conf: [repotec] driver = genericups upstype=1...
2003 Oct 21
2
report generator a la epiinfo
Hi I'd like to use R in epidemiology and disease surveillance. In EpiInfo you can have a script (.pgm) which calls a predefined report (.rpt), where a table is calculated and values picked from that table and placed where the author of the report wants them, with text around those values. (Please see example below.) I've looked at manuals, faq, mail-search and google. The closest is an "R Report Generator" email that look...
2012 Dec 07
4
[PATCH][git-pull] AsciiDoc-based documentation
...txt/: Add new AsciiDoc formatted documentation Makefile: add txt/ NEWS: add txt/ Makefile | 2 +- NEWS | 4 + txt/.gitignore | 7 + txt/Makefile | 108 ++++++++++ txt/com-bug.txt | 11 + txt/com-name.txt | 12 + txt/com-rpt.txt | 22 ++ txt/hello.txt | 16 ++ txt/syslinux-cli.txt | 65 ++++++ txt/syslinux.cfg.txt | 564 ++++++++++++++++++++++++++++++++++++++++++++++++++ txt/syslinux.txt | 217 +++++++++++++++++++ 11 files changed, 1027 insertions(+), 1 deletions(-) create mode 100644 txt/.giti...
2007 May 31
3
RF to IP bridge
I wanted to see if there was anything reasonable in price out there yet that performed an RF to IP bridge via asterisk. What I mean by this is callers from PSTN can be patched to a UHF/VHF radio and vis-?-vis. I know there is an option available for the Avaya systems but it?s a little out of the price range I?m looking for (~$200/channel). Has anyone out there found a stable way to do this?
2003 Sep 22
1
creates directory that can't be deleted (PR#4246)
Full_Name: Xiaobao Wang Version: R 1.7.1 OS: Windows XP Submission from: (NULL) (24.45.25.102) accidentally done the following: rpt.dir <- paste("c:/report/testR","bestsub",spe="/") dir.create(rpt.dir) (spe should be sep). Now the directory "c:/report/testR bestsub " cannot be removed. I tried to remove it from Windows Explorer and got the message box: ==============================...
2003 Nov 13
1
creating a "report" table from a set of lists
...cies. I tried to use rbind and got similar results. Tried unlist, but the values get cast into strings (which would be alright be simply reporting values, but I would like to maintain the types (for using digits=xxx arguments). I've used unlist and rbind, then turn the matrix to obtain, > t(rpt) BM DF species "BM" "DF" vbar.nobs "3" "33" vbar.pctse "8.77458627230236" "2.67841483098916" count.nobs "20" "20" count....
2017 Apr 12
0
PowerCom shutdown command
I'm trying to use NUT with PowerCom RPT-1000AP on CentOS 6/7 ups.conf: [RPT-1000] ??? driver = "usbhid-ups" ??? port = "auto" ??? vendorid = "0D9F" ??? productid = "0004" ??? product = "HID UPS Battery" ??? serial = "004-0D9F-000" ??? vendor = "POWERCOM Co.,LTD" ??? b...
2003 Nov 07
2
Differents config files
...t I would like to know the exact role for each config file. Can someone tell me what is the role of the next ones or a web where I could find this information? That will be very helpful. - alsa.conf - enum.conf - modem.conf - modules.conf - oss.conf: what is oss? - parking.conf: what is parking? - rpt.conf: what is radio repeter? - queues.conf - skinny.conf - voip.conf Thanks a lot for all the aswers. Mireia
2015 Mar 04
2
hangup call gw FXO
...ring and leaves hanging the channel, I have to restart Asterisk and everything works Ok my sangoma is a vega 50 , 4 FXO . I tried different tone of countries and does not work, this is the trace of which is for hanging up the channel: http://pastebin.com/y410Rhzt I was thinking that might help rpt timeout , I have put in 30s, but does not work any advice? regardss -- rickygm http://gnuforever.homelinux.com
2010 Apr 14
3
Decoded output buffer size
...s. > Since the sample rate is typically 8 kHz in narrowband mode, this > corresponds to a buffer size of 160 samples. Hi Randy, thanks for the reply. So, suppose I encode an audio buffer (8000 kHz, MONO, float) of 640 PCM frames. In output I have 4 speex frame of 20 byte each that I put in a RPT payload of 80 bytes: UINT CSpeexCodec::Encode( float *inBuff, const char**outBuff, UINT BufferFrames ) { speex_encoder_ctl(spx_state_, SPEEX_GET_FRAME_SIZE, &spx_frame_size_); while (BufferFrames&g...
2011 Feb 27
1
Database abstraction
...written a reasonably-sized test suite that covers most of the functionality. The code is hosted on github - https://github.com/rtirrell/databasr. Feel free to fork, critique and/or use. I've taken some pains to ensure that interface will remain relatively stable. Thanks! -- Robert Tirrell | rpt@stanford.edu | (607) 437-6532 Program in Biomedical Informatics | Butte Lab | Stanford University [[alternative HTML version deleted]]
2001 Apr 28
2
Mantel's randomization test
Dear all, Dose anyone know whether there is a good R packege or program for Mantel's randomization test? Thanks in advance. ------------------------ Takashi Mizuno zoono at sci.osaka-cu.ac.jp Plant Ecology Lab. Osaka City University ------------------------ -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read
2018 Sep 12
0
Please help installing libusb-win32.
Hello! I have an UPS made by Powercom company; the model of the UPS is RPT-800A. This UPS has a USB port, which can be used to connect the UPS to a PC and read various data from the UPS (percentage of load, input voltage, output voltage, etc.). So I download the NUT binary package for Windows, install and set it up using manual. Everything works fine for a few hours (...