search for: bang

Displaying 20 results from an estimated 1129 matches for "bang".

Did you mean: band
2018 Aug 13
1
substitute() on arguments in ellipsis ("dot dot dot")?
Since you're already using bang-bang ;) library(rlang) dots1 <- function(...) as.list(substitute(list(...)))[-1L] dots2 <- function(...) as.list(substitute(...())) dots3 <- function(...) match.call(expand.dots = FALSE)[["..."]] dots4 <- function(...) exprs(...) bench::mark( dots1(1+2, "a", rno...
2018 Aug 13
2
substitute() on arguments in ellipsis ("dot dot dot")?
Interestingly, as.list(substitute(...())) also works. On Sun, Aug 12, 2018 at 1:16 PM, Duncan Murdoch <murdoch.duncan at gmail.com> wrote: > On 12/08/2018 4:00 PM, Henrik Bengtsson wrote: >> >> Hi. For any number of *known* arguments, we can do: >> >> one <- function(a) list(a = substitute(a)) >> two <- function(a, b) list(a = substitute(a), b =
2015 Jul 23
3
[LLVMdev] Bang Operator
Hello all, I don't find anything helping me understand the llvm bang operator. In the llvm TableGen language reference, it only says: 'TableGen also has “bang operators” which have a wide variety of meanings: *'* I would be very thankful if someone can explain it to me. e.g. what does "!strconcat" or "!if" mean? Cheers ES ------------...
2015 Jul 23
0
[LLVMdev] Bang Operator
On Thu, Jul 23, 2015 at 9:53 AM, Sky Flyer <skylake007 at googlemail.com> wrote: > Hello all, > > I don't find anything helping me understand the llvm bang operator. In the > llvm TableGen language reference, it only says: > > 'TableGen also has “bang operators” which have a wide variety of meanings:' > > I would be very thankful if someone can explain it to me. > > e.g. what does "!strconcat" or "!if"...
2015 Jul 23
1
[LLVMdev] Bang Operator
Thanks Meador, The confusion point for me is that, does ! as an operator (bang operator) add any meaning to the strconcat? On Thu, Jul 23, 2015 at 5:25 PM, Meador Inge <meadori at gmail.com> wrote: > On Thu, Jul 23, 2015 at 9:53 AM, Sky Flyer <skylake007 at googlemail.com> > wrote: > > > Hello all, > > > > I don't find anything he...
2020 Oct 11
2
Manipulating DAGs in TableGen
.../operand by a string containing its variable name If the item does not exist, ? (uninitialized) is produced. Note that multiple value suffixes are allowed, so, for example, DagList[i](1) would produce the first operand of the i-th dag in the list. 2. Add the !getdag() bang operator. !getdag(dag, index [, default]) This bang operator produces the same result as the (...) suffix. However, the default value can be specified as the third argument. If it is not specified, ? is used. 3. Add the !setdag bang operator. !setdag(dag, index1, value1, index2,...
2008 Dec 05
3
[OT] Firefox loses plugins, anyone else? Bug? Known?
...up-to-date CentOS 5.2 and Firefox browser. A previous thread had a problem with plugins disappearing. I've discovered, by accident, a causal relationship. Running a Thunderbird mail client (could happen with others? Haven't tested with Evolution yet.) I click a link that opens the browser. BANG! The plugins.dat is "emptied". Restored from my rsync backup, repeat, BANG! "Empty" again. Now, if the browser is already open, NP. Anyone can confirm? Known problem? If not, I'll post bugs in the appropriate places. TIA. -- Bill
2005 Oct 01
1
[LLVMdev] Hash Bang
Currently, llvm bytecode files must begin with llvm\d where \d = {0,1,2}. Have you considered allowing a "hash bang path" to precede the llvm magic number? This would allow llvm modules to be executable on UNIX systems (and under cygwin). Would the community find this useful? I like the idea of platform-independent binaries being able to masquerade as native executibles. I'm thinking of something...
2012 Feb 14
1
[PATCH 2/7] drm/nouveau: do a better job at hiding the NIH i2c bit-banging algo
I'd like to export the corresponding functions from the i2c core so that I can use them in fallback bit-banging in i915.ko Cc: nouveau at lists.freedesktop.org Signed-off-by: Daniel Vetter <daniel.vetter at ffwll.ch> --- drivers/gpu/drm/nouveau/nouveau_i2c.c | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/gpu/drm/nouveau/nouveau_i2c.c b/drivers/gpu/drm/nouve...
2006 Jul 21
1
3.0.23 - different errors on solaris 8 (Error in dskattr...)
.../21 14:36:09, 4] smbd/vfs.c:vfs_ChDir(741) vfs_ChDir to /export/home/rg [2006/07/21 14:36:09, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908) call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 257 [2006/07/21 14:36:09, 5] smbd/filename.c:unix_convert(108) unix_convert called on file "bang/ralfgro" [2006/07/21 14:36:09, 5] smbd/filename.c:unix_convert(185) unix_convert begin: name = bang/ralfgro, dirpath = , start = bang/ralfgro [2006/07/21 14:36:09, 1] modules/vfs_extd_audit.c:audit_opendir(164) vfs_extd_audit: opendir . [2006/07/21 14:36:09, 5] smbd/filename.c:unix_convert...
2018 Aug 13
0
substitute() on arguments in ellipsis ("dot dot dot")?
...ly the same; dots1 <- function(...) as.list(substitute(list(...)))[-1L] dots2 <- function(...) as.list(substitute(...())) dots3 <- function(...) match.call(expand.dots = FALSE)[["..."]] stats <- microbenchmark::microbenchmark( dots1(1+2, "a", rnorm(3), stop("bang!")), dots2(1+2, "a", rnorm(3), stop("bang!")), dots3(1+2, "a", rnorm(3), stop("bang!")), times = 10e3 ) print(stats) # Unit: microseconds # expr min lq mean median uq max neval # dots1(1 + 2, "a&quot...
2008 Sep 18
4
Strange ! characters inserted into emails
...here and see if anyone can help. We have a java application that sends out notification emails to end-users. The body of the email is some boilerplate text and HTML that is pulled from a database. When the emails are received there are random instances of " !" (that's a space and a bang symbol) inserted into the email in various locations. For example a sentence that is supposed to read like this: The quick brown fox jumped over the lazy dog. ends up looking like this: The quick b !rown fox jumped over the laz !y dog. We combed through the source text and didn't find any...
2008 Jun 30
18
Unable to remove GPLPV drivers without breaking win2k3 domU
I have a Win2K3 domU (and thankfully an image backup of the LVM volume that holds its system disk) I previously installed GPLPV v0.8.9 drivers, the domU boots OK with or without the /GPLPV switch in boot.ini, however with the /GPLPV switch it tries and fails to use the Xen network driver, and so the machine is network-less, so for the past few months I''ve left it using pure HVM
2005 Oct 01
2
[fwd] Re: [LLVMdev] Hash Bang
...such libraries. Anyone else have any thoughts on this? ----- Forwarded message from Karl Magdsick <kmagnum at gmail.com> ----- Date: Sat, 1 Oct 2005 07:33:06 -0400 From: Karl Magdsick <kmagnum at gmail.com> To: Misha Brukman <brukman at cs.uiuc.edu> Subject: Re: [LLVMdev] Hash Bang Reply-To: Karl Magdsick <kmagnum at gmail.com> Thanks for the input. It seems I should have explained my motivations. Please forgive my reversing the order of your two points in my reply below: > > This would allow llvm modules to be executable on UNIX systems (and > > under c...
2004 Dec 08
2
Surface graph.
What package/code could I use to create a 3-d surface graph of the predicted values over two of the explanatory variables' coefficients? Jim James Bang Department of Economics University of Illinois Well I AM missing the back of my head.you COULD cut me a little slack! -Homer Simpson
2007 Oct 26
3
Selecting a database from the application itself?
Hi everybody, I just started thinking about a project and am seeking some help regarding its design. The idea would be to create labels (i.e. address labels).I could let users type the text manually, but I dont think they would appreciate that when they''ll want to print 5000 addresses. I can also probably let them import csv files, that should not be a problem, but playing with those
2018 Mar 06
2
[OT] Load testing with SIPp
Hello, I'm running load testing sessions. My System Under Test is an asterisk 13 with 16GB, configured with maxfiles set to 400 000. This system is supposed do produce simple SIP trunking services without transcoding. The box sending call to my System Under Test is anabled with SIPp. I'm banging on a 700 concurrent calls/50 CAPS limit I would like to improve, if possible. Tests are done with both signaling and media like this: SIPp <---> SUT (asterisk 13) <---> Asterisk box echoing media I checked bandwidth first and got 930 Mb/s on each leg (from SIPp to SUT or SUT to ec...
2004 Dec 24
3
[LLVMdev]Undefinedreferenceto`llvm::sys::CopyFile(llvm::sys::Pathconst&, llvm::sys::P
I'll see what I can do. However, I have to balance your need for "big bang" change with Chris' fervor for incremental changes. Making a huge change makes his review task harder. There are only seven files to merge so at most seven change sets. I'll probably get these done early next week. Sorry for the hassle, but I want to get lib/System simple, complete and...
2005 Oct 04
0
[fwd] Re: [LLVMdev] Hash Bang
On Sat, 1 Oct 2005, Misha Brukman wrote: > Karl, I think you meant to cc the llvmdev list on this. > > Thank you for a more detailed explanation, it's much clearer to me now. That does make more sense to me too. > I agree that making the execution of .bc files more transparent would > make it more useable as a stand-alone binary format on Unix-like systems > and adding
2004 Dec 27
0
[LLVMdev]Undefinedreferenceto`llvm::sys::CopyFile(llvm::sys::Pathconst&, llvm::sys::P
Jeff/Chris, So, I opted for the smallest "big bang" commit that made sense. Hopefully this won't be too hard for Chris to review and yet it gets the bulk of the lib/System changes over and done with. Although you'll see a log of commit messages, it turned out that the bulk of the remaining lib/System work was "remove this useless...