search for: simplic

Displaying 20 results from an estimated 1788 matches for "simplic".

Did you mean: simpliy
2018 Sep 07
1
[PATCH net-next 11/11] vhost_net: batch submitting XDP buffers to underlayer sockets
...t *sock) > > > size_t len, total_len = 0; > > > int err; > > > int sent_pkts = 0; > > > + bool bulking = (sock->sk->sk_sndbuf == INT_MAX); > > What does bulking mean? > > The name is misleading, it means whether we can do batching. For simplicity, > I disable batching is sndbuf is not INT_MAX. But what does batching have to do with sndbuf? > > > for (;;) { > > > bool busyloop_intr = false; > > > + if (nvq->done_idx == VHOST_NET_BATCH) > > > + vhost_tx_batch(net, nvq, sock, &msg);...
2005 Dec 14
1
Problem stopping default event in Safari
...icked. It works everywhere except Safari (using v. 2.0.2 on Tiger) I''m using behavior.js to attach events based on a class or an id: ******************************************************* function loadData(e) { // load some data here based on the url of the a tag (removed for simplicity) // then stop the defaultevent if(e) { Event.stop(e); } return false; } var ajaxRules = { ''.ajaxLink'' : function(myAnchor) { // ... code to set up Ajax is up here (removed for simplicity) // put an event handler. Event.stopOb...
2006 Apr 12
3
form_remote_upload
Hey all, I just upgraded rails to 1.1.2, and form_remote_upload now prevents my application.rhtml layout from being processed. I''m not sure if the problem lies with v 1.1.2, or if upgrading the gems screwed stuff up. Anybody have any ideas? Rob -- c++: the power, elegance and simplicity of a hand grenade -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060412/e2a0913e/attachment.html
2007 Aug 02
3
ioemu/xenfb
Hi folks There are two components, which are currently not included in the main utils package: ioemu, xenfb. ioemu is currently shipped in its own package, xenfb is not shipped at all. Should we fold them into the main utils package for simplicity? ioemu adds 300k to the package and 4300k in one dependency (libsdl1.2debian). xenfb adds another 200k to the package and 200k in one dependency (libjpeg62). Bastian -- Schshschshchsch. -- The Gorn, "Arena", stardate 3046.2 -------------- next part -------------- A non-text attach...
2012 Apr 04
3
[LLVMdev] [cfe-commits] Fix handling of ARM homogenous aggregates
...In your case: CCIf<"SourceTy->isPointerTy()", CCAssignToReg<[P1, P2]>>; I've got a patch which implements it for ARM and X86 (though not HFAs using the features yet, I'm still musing on the best interface to present there -- "HFA* byval" for target simplicity or "HFA" for user simplicity), I'll see if I can clean it up for other targets and send it for comparison. The main issue with my approach is that split struct args are still tricky: they get identical types and another custom CCState is needed to handle them en-masse (to find...
2007 Mar 27
7
Replacement in an expression - can't use parse()
Dear all, Suppose I have a very long expression e. Lets assume, for simplicity, that it is e = expression(u1+u2+u3) Now I wish to replace u2 with x and u3 with 1. I.e. the 'new' expression, after replacement, should be: > e expression(u1+x+1) My question is how to do the replacement? I have tried using: > e = parse(text=gsub("u2","x"...
2020 Apr 28
5
llvm-objdump: failed to parse debug information
Hi, In a 32-bit ARM build, I am seeing the following warning (edited for simplicity, I can provide full logs if necessary): > llvm-objdump -l -d -x file.elf > llvm-objdump: warning: 'file.elf': failed to parse debug information for file.elf All object files and static libraries seem to have debug info (i.e., llvm-objdump does not complain when run on each file...
2013 Nov 28
2
[LLVMdev] Disabling certain optimizations at -O1?
...still very easy to produce very > > good debug info. > > Me too, but if you search the meaning of that, it's actually to > maintain the debug illusion. You want to make it simple enough for the > user, the default should be a local minimum for all three functions: > speed, simplicity, debugability. > I'm not sure where the simplicity came in, nor why it's a particularly important goal for debugging. (Clearly making it excessively "not simple" would be bad, but if I'm trying to debug something having it be simple to set-up/invoke isn't particular...
2012 Jun 05
4
need descriptive help
Hi all, I'm new to using R, and apologize for simplicity of this question. I'm using a data set with over 60,000 observations, Two variables are patient ID, and cost incurred by the patient. I'd like to generate frequency/table by patient and cost IF the total cost is over 2000. Right now I'm using: by(x$cost, x$patient, sum) but this...
2007 Nov 20
4
Problems with NA's
Difficulty handling NA's: Assume that I have a numeric vector y. For simplicity, assume that it has 10 elements. Assume that the third element has the value NA. I give it the following: NA_test <- function (){ y <- numeric (10) y [3] <- NA if (y [3] != NA){(print ("no")} print ("Leaving NA_test") return () }# End of function -----------------...
2018 Mar 14
1
Warning for LC_CTYPE when R is ran through ssh
...through ssh: > system("ssh login at IPadress \"R -e 'print(1)'\"") R version 3.4.3 (2017-11-30) -- "Kite-Eating Tree" Copyright (C) 2017 The R Foundation for Statistical Computing Platform: x86_64-pc-linux-gnu (64-bit) .... some messages are removed for simplicity [1] "en_US.UTF-8" [Previously saved workspace restored] During startup - Warning message: Setting LC_CTYPE failed, using "C" > print(1) [1] 1 If I run the same in the local terminal, I don't get the warning: ~$ R -e "print(1)" R version 3.4.3 (2017-11-3...
2020 Jun 16
15
Deprecation of scp protocol and improving sftp client
Hello all, I believe we all can agree that scp is ugly protocol carried for ages only for its simplicity of its usage and really no dependencies as it is installed together with every ssh client. But as we have seen recently, its simplicity and flexibility comes with security issues [1], it does not have great performance and there is really no development in there. Over the years, we still keep r...
2018 Sep 26
4
WebRTC as Softphone substitute ?
...ssue with Softphones is the amount of work needed for installation and configuration. Also, Softphones must be carefully choosen if Deskphone-like quality is expected. Now that WebRTC becomes ubiquitous, it might make sense to trade Softphone features (call history, BLF, ...) for WebRTC deployment simplicity. What do you think of this ? What kind of experience did you met with such WebRTC deployments ? What about classic telephony features (CallTransfer) ? Have you tried Cyber Maga Phone 2K ? [1] https://github.com/asterisk/cyber_mega_phone_2k Best regards -------------- next part --------------...
2004 Oct 20
7
Q about strsplit and regexp
Dear R-help, This one is probably a piece of cake for regexp masters. I'd like to split a character vector (for simplicity, say of length one for now) that contains fields that are delimited by arbitrary number of white spaces (e.g., " a b c "). How do I get the character vector that contain the fields? In the example I gave, I've tried: > strsplit(" a b c ", " +") [[1]]...
2004 Jun 30
2
Remote SIP client HACK JOB
I couldn't be happier with the simplicity of this - but it's a hack! Hi all, I'm currently using a SIP client (BT101) to connect via DSL to a remote instance of Asterisk. - Asterisk has a private IP behind my OFFICE router. - The SIP client has a private IP behind my HOME router. I'm doing this _without_ the use of ST...
2010 Aug 21
8
ZFS with Equallogic storage
...chmarking though). The vmdk files themselves won''t be backed up (more data then I can store), just the essential data contained within, so I would think resiliency would be important here. My questions are these. Does this setup make sense? Would I be better off forgoing resiliency for simplicity, putting all my faith into the Equallogic to handle data resiliency? Will this setup perform? Anybody with experience in this type of setup? -Ross
2004 Jul 28
3
Best way to store negative indexes
...a graph of frequencies of a difference between 2 values, that is | i | - | j |. I'd like to know the best way to store the actual data because of course doing my_vector[i -j] will not work because the index could be negative. I know there's no hash table so what's the best solution, simplicity-wise ? Use a list of pair of values {index, i - j} ? Or can I somehow use negative index, perhaps using 0array ? Any help would be appreciated :) ATM, I use as.character (i-j) to index my data, but I lose all the processing power of R there after. Sorry If it's written somewhere, but I...
2006 May 13
8
Which Linux flavor for a Rails server?
Hi folks, I''m a linux noob, and I''m trying to pick a distro for my rails server. I don''t want to start a flame-war about linux distros! I''m interested in the best distribution for these criteria: 1 - Simplicity of getting ruby and rails set-up (gem updates) 2 - Stability (it is a server, after all) 3 - Support resources (community, and as a fall-back, paid support available) 4 - Ability to work with Capistrano I have been considering Debian because of it''s stability. However, I''m wo...
2007 Jan 17
4
Ultra simple mail server config?
...strict to continue using. Unfortunately, switching ISPs is not an option right now. I am looking at signing up for a basic low-memory CentOS "Virtual Dedicated Server" to handle our own incoming (& outgoing) mail. There will not be a full-time IT person to maintain the server, so simplicity is a must. I am perfectly fine with leaving out complex server-side spam filtering, though I suspect that some basic blacklist usage would be a good idea. Most specifically, I don't want to add the security liability and maintenance requirements of a typical "default" server. (...
2005 Jun 28
4
How do you handle NAT?
We are interested in how other people are handling NAT problems. We have several customers all of which have some sort of firewall/NAT device at their location. For simplicity sake, all customers' internal networks are 192.168.*.*. Our asterisk box is on public IP not blocked by any FW/NAT. I use QUALIFY=yes on all our customers' phones and I feel that sending out 80-something keep-alive packets is causing our box to crawl and cause bad calls. Would SER...