search for: nestabl

Displaying 17 results from an estimated 17 matches for "nestabl".

Did you mean: nestable
2010 Feb 08
0
DO NOT REPLY [Bug 7108] New: --fake-super should be nestable
https://bugzilla.samba.org/show_bug.cgi?id=7108 Summary: --fake-super should be nestable Product: rsync Version: 3.1.0 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P3 Component: core AssignedTo: wayned at samba.org ReportedBy: matt at mattmccutchen.net...
2017 Sep 02
2
Block comment?
I consider it quite worth while to introduce into R syntax a nestable block comment like #{ <block of code> }# It would make documentation more easily manageable and lucid. Is there considerable need for this. Please, comment on this. How about R core? Christian -- Christian Hoffmann Rigiblickstrasse 15b CH-8915 Hausen am Albis Switzerland Telefon +41-(0...
2017 Sep 02
4
Block comment?
...interpreter and defined in the parser.'If' solution is not elegant. On 2 September 2017 at 14:09, Uwe Ligges <ligges at statistik.tu-dortmund.de> wrote: > > > On 02.09.2017 11:40, Christian wrote: >> >> I consider it quite worth while to introduce into R syntax a nestable >> block comment like >> >> #{ >> <block of code> >> }# > > > if(FALSE){ > <block of code> > } > > Best, > Uwe Ligges > > >> It would make documentation more easily manageable and lucid. >> Is there considerable ne...
2017 Sep 02
0
Block comment?
On 02.09.2017 11:40, Christian wrote: > I consider it quite worth while to introduce into R syntax a nestable > block comment like > > #{ > <block of code> > }# if(FALSE){ <block of code> } Best, Uwe Ligges > It would make documentation more easily manageable and lucid. > Is there considerable need for this. > > Please, comment on this. > How about R core?...
2017 Sep 03
2
[FORGED] Re: Block comment?
On 03/09/17 12:29, Duncan Murdoch wrote: > On 02/09/2017 6:57 PM, Rolf Turner wrote: >> On 03/09/17 03:56, William Dunlap via R-help wrote: >>> Is the reason you want a block comment containing code (as opposed to >>> arbitrary text) that you want to be able to easily run the commented out >>> code? If so the 'if()' construct has the advantage that you
2005 May 07
4
string syntactic sugar in R? - long post
...Gstrings are used in ant and groovy - (for details see http://groovy.codehaus.org/Strings, jump to GStrings). They are particularly useful for creating readable and error-free SQL statements, but obviously the simplify 'normal' string+value handling in all situations. [ps: gstrings are not nestable] I was wondering how difficult it would be to add such syntactic sugar to R and would that create some language problems? May be it is possible that it could be done as some gpaste function, parsing the argument for ${var}, extracting variables from the environment, evaluating them and producing...
2017 Sep 02
0
Block comment?
...#39;If' solution is not elegant. > > On 2 September 2017 at 14:09, Uwe Ligges > <ligges at statistik.tu-dortmund.de> wrote: > > > > > > On 02.09.2017 11:40, Christian wrote: > >> > >> I consider it quite worth while to introduce into R syntax a nestable > >> block comment like > >> > >> #{ > >> <block of code> > >> }# > > > > > > if(FALSE){ > > <block of code> > > } > > > > Best, > > Uwe Ligges > > > > > >> It would make d...
2017 May 12
4
PSA: Parallel STL algorithms available in LLVM
...> algorithms. > I fear what you're describing is another 1.5 year long standards committee-like process, involving multiple stakeholders, discussions, etc. The background of how this came to be in LLVM is roughly: 1. I wanted to parallelize more work in LLDB, which has it's own non-nestable task execution model. It involved creating individual tasks, rather than describing the iteration requested, so I put together my own parallel:for_each-like implementation just for LLDB. 2. It was suggested that rather than have each LLVM subproject implement its own framework, that it should ins...
2017 May 12
3
PSA: Parallel STL algorithms available in LLVM
...I fear what you're describing is another 1.5 year long standards > committee-like process, involving multiple stakeholders, discussions, etc. > > The background of how this came to be in LLVM is roughly: > 1. I wanted to parallelize more work in LLDB, which has it's own > non-nestable task execution model. It involved creating individual tasks, > rather than describing the iteration requested, so I put together my own > parallel:for_each-like implementation just for LLDB. > 2. It was suggested that rather than have each LLVM subproject implement > its own framework...
2017 Sep 02
2
[FORGED] Re: Block comment?
...elegant. >> >> On 2 September 2017 at 14:09, Uwe Ligges >> <ligges at statistik.tu-dortmund.de> wrote: >>> >>> >>> On 02.09.2017 11:40, Christian wrote: >>>> >>>> I consider it quite worth while to introduce into R syntax a nestable >>>> block comment like >>>> >>>> #{ >>>> <block of code> >>>> }# >>> >>> >>> if(FALSE){ >>> <block of code> >>> } >>> >>> Best, >>> Uwe Ligges >>&g...
2006 May 05
11
Rails Recipes or AWDWR 2 ?
Hi, I bougth the Agile Web Development with rails First Edition and now want buy rails recipes but what is the best decision buy rails recipes or the new edition de Agile Web Development With Rails? Jean Carlo Schechnner www.idvirtual.com -------------- next part -------------- An HTML attachment was scrubbed... URL:
2000 Aug 28
0
xml transcript stream proposal
...ings like "transcriber" and "translator". The close of the <info> element ends the "head" part of the document. An ogg packet boundary will probably occur here, defining the tree depth for any further splits. The coarse structure of the transcript is given by a nestable <section> element. We use the general 'class' attribute to distinguish the various levels and types of grouping: verse from chorus, scene from act. Typically, class is used only as a formatting hook for stylesheets, but this is imposing some semantic content to the value. A more trad...
2001 Oct 22
4
Using rsync to mirror a hard drive.
1) I'm a developer. 2) I use one special machine as a CVS server, generic storage ( an electronic attic ), as a web server of online documentation ( such as the python documentation, or SGI STL docs ). 3) I would like to add a hard drive to that system that mirrors the system drive. Someone suggested that I use rsync for this purpose. Called by a cron job that starts at 2:00am. I also want to
2007 Jan 12
11
Regarding Xen security....
Hi Sir, I have a question regarding the security of Xen. What are the security threats in with Intel VT-x. Thanks, Praveen Kushwaha ________________________________________________________________________ _____________________ NEC HCL System Technologies Ltd., 4th Floor, Tower B, Logix Techno Park, Noida | Tel: 120 436 6777 Extn 748
2017 May 11
3
PSA: Parallel STL algorithms available in LLVM
On May 10, 2017 9:14 PM, "Hal Finkel" <hfinkel at anl.gov> wrote: On 05/10/2017 10:36 PM, Zachary Turner via llvm-dev wrote: It's hard to say. By definition it appears undefined (in the sense that the TS literally does not define it), but on the other hand it is a TS and this issue would (hopefully) come up and be specified before it made it to standardization. You mean
2007 Mar 04
14
What I am doing with Puppet.
Hi, Luke asked me if I was willing to share what I am doing with the Puppet user community. So here goes: I am using puppet to manage one host right now. While that isn''t a good advertisement for Puppet''s scaling capabilities, I find it interesting because I built my single node (personal mail, svn, ci and web server) with puppet where I could (clearly there was some
2007 Oct 14
40
Step matchers
I think we all know that the readability of steps isn''t great right now, and in fact there''s a very recent thread that discusses just that. It was that recent thread that prompted me to explore this a bit. The basic idea is that you define step matchers, which have a regex, and then you match step names against that regex. Kind of tough for me to explain so I''ll just