search for: strout

Displaying 16 results from an estimated 16 matches for "strout".

Did you mean: stdout
2006 May 10
3
Action Variables Not Available In The View For A Specific Action
I am setting an action variable in my PagesController such as: def manage render(:layout => "admin") @strOut = "STRING Variable Set From The MANAGE Action!" end And in the /views/pages/manage.rhtml view, I don?t have access to that @strOut variable by trying to call it as: <%= @strOut %> However, I am setting the same variable in another action in the controller such as: def view @str...
2017 Sep 28
1
rename multiple files by file.rename or other functions
Hi John, Thanks to Jim for pointing out the file.rename() function. You can try this: # define the filename templates strIn <- "XYZW--Genesis_ABC.mp3" strOut <- "01Gen--.mp3" # create the strings "01", "02", ..., "50" v <- sapply(1:50, function(i) sprintf("%02d",i) ) # perform all the file renames for ( s in v ) { file.rename(sub("--",s,strIn), sub("--",s,strOut) ) } HTH, Eri...
2017 Sep 28
0
rename multiple files by file.rename or other functions
Hi John, Maybe this: filenames<-c("XYZW01Genesis_ABC.mp3","XYZW02Genesis_ABC.mp3") for(filename in filenames) { filefirst<-sapply(strsplit(filename,"[.]"),"[",1) fileno<-sub("_","",gsub("[[:alpha:]]","",filefirst)) file.rename(filename,paste("01Gen",fileno,".mp3",sep="")) }
2008 Mar 15
2
[LLVMdev] newbie questions about setting up a new project
...cally building libraries anyway.) I think maybe I need a "tutorial 0" that walks me through the steps of setting up my first project! Barring that, any tips you can provide will be greatly appreciated. Thanks, - Joe [1] http://www.llvm.org/releases/2.2/docs/Projects.html -- Joe Strout Inspiring Applications, Inc. http://www.InspiringApps.com
2015 May 30
2
[LLVMdev] LLVM-HPC2 Workshop at SC'15 - Call for papers
..., Google Erik Schnetter, Perimeter Institute for Theoretical Physics Frank Winter, Thomas Jefferson National Accelerator Facility Gary Funck, Intrepid Technology James Brodman, Intel Jeff Hammond, Intel John Mellor-Crummey, Rice University Keno Fischer, Harvard University Michael Wong, IBM Michelle Strout, Colorado State University Nadav Rotem, Apple Ralf Karrenberg, NVIDIA Sameer Shende, University of Oregon Tobias Grosser, ETH Zürich Torsten Hoefler, ETH Zürich -- Hal Finkel Assistant Computational Scientist Leadership Computing Facility Argonne National Laboratory
2017 Sep 28
5
rename multiple files by file.rename or other functions
Hi, I have 50 files whose names are XYZW01Genesis_ABC.mp3 XYZW02Genesis_ABC.mp3 ....... XYZW50Genesis_ABC.mp3 As you can tell, the only difference across the files are 01, 02, 03,....50. I would like to rename them to 01Gen01.mp3 01Gen02.mp3 ....... 01Gen50.mp3 If I store them in one folder and write an R code in that folder, how can it be done? Thanks, John [[alternative
2003 Nov 06
2
[LLVMdev] Re: [open-analysis] Alias Analysis Design & Implementation and LLVM
On Thu, 6 Nov 2003, Michelle Strout wrote: > Those of us working on the OpenAnalysis project have been looking at > LLVM recently (excellent job on the website BTW). Thanks! I'm just one of the many people who have worked on it though, the praise belongs to them as much as it does to me. :) > This includes researche...
2003 Nov 06
2
[LLVMdev] Re: Alias Analysis Design & Implementation and LLVM
On Thu, 6 Nov 2003, Michelle Strout wrote: > I think some clarifications and examples would be helpful. No problem. :) > - LLVM is in SSA. It is in SSA before alias analysis has been > >>>> performed. With OA, it has been mentioned that the SSA generation > >>>> is > >>>> inco...
2010 Mar 19
1
GetSpellingSuggestion returns no results.
...es in a .net 4.0 solution. I've built an index containing about 20k items (the complete magic the gathering card database). I've managed to get search results, and get the query to filter on numerical parameters. However I'm totally unable to get the spellchecker to work. I'm using Strout = database.GetSpellingSuggestion(text); And I always get zero results. I've got the expander to work, but not unless my initial query returned any results. Is there anything in particular I need to do to get spelling to work? Hans Petter
2008 Mar 15
0
[LLVMdev] newbie questions about setting up a new project
Joe, Joe Strout wrote: > I've downloaded and built LLVM 2.2, and I'm now trying to get to the > point where I can get through the first tutorial (which seems to > assume that you're already to the point of writing code and linking > against LLVM). I've found the Projects.html doc...
2008 Mar 15
1
[LLVMdev] newbie questions about setting up a new project
On Mar 14, 2008, at 10:11 PM, Sam Bishop wrote: > Is the tutorial you're referring to the Projects.html page, or > something different? I was referring to <http://www.llvm.org/docs/tutorial/ JITTutorial1.html>, but laboring under the belief that it would first be a good idea to first get through GettingStarted.html, which recommends putting your stuff under
2003 Nov 07
0
[LLVMdev] Re: usage questions
On Fri, 7 Nov 2003, Michelle Strout wrote: > I plan on responding to your email to the various mailing lists, but > first I want to run something past you. Ok, email the lists is preferred though, because then there is an archive, and others with similar questions can get them answered that way. I'm CC'ing the list be...
2003 Nov 06
0
[LLVMdev] Re: [open-analysis] Alias Analysis Design & Implementation and LLVM
...crubbed... Name: SSA-backward-dataflow.pdf Type: application/pdf Size: 22111 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20031106/0f594314/attachment.pdf> -------------- next part -------------- ======================================= Michelle Mills Strout, Ph.D. Argonne National Laboratory, MCS Division 9700 S. Cass Avenue, Bldg 221, Rm D243 Argonne, IL 60439-4844 http://www.mcs.anl.gov/~mstrout mstrout at mcs.anl.gov =======================================
2003 Nov 10
0
[LLVMdev] Re: Alias Analysis Design & Implementation and LLVM
...scrubbed... Name: SSA-woCFG-backward.pdf Type: application/pdf Size: 36160 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20031110/05bf4f9b/attachment.pdf> -------------- next part -------------- ======================================= Michelle Mills Strout, Ph.D. Argonne National Laboratory, MCS Division 9700 S. Cass Avenue, Bldg 221, Rm D243 Argonne, IL 60439-4844 http://www.mcs.anl.gov/~mstrout mstrout at mcs.anl.gov =======================================
2006 Aug 19
9
SSH scans vs connection ratelimiting
Gang, For months now, we're all seeing repeated bruteforce attempts on SSH. I've configured my pf install to ratelimit TCP connections to port 22 and to automatically add IP-addresses that connect too fast to a table that's filtered: table <lamers> { } block quick from <lamers> to any pass in quick on $ext_if inet proto tcp from any to ($ext_if) port 22 modulate
2008 Mar 15
0
[LLVMdev] newbie questions about setting up a new project
I've found part of the problem. There is a "projects" directory (including a "sample" subdirectory) inside the folder where I built LLVM, but there is ALSO one inside the llvm-2.2 directory. And they are different. I was working with the former, which contains no source code; the sample project under llvm-2.2 actually includes a main.c and sample.h, and