search for: borderline

Displaying 20 results from an estimated 107 matches for "borderline".

2005 Jun 20
2
Data Parsing
...as the following information: Student Day Subject Score Mary 1 Math Failed David 2 Science Passed Bob 4 Reading Passed Marie 4 Reading Failed Jesse 3 Spelling Borderline Et cetera My goal is to only do analysis of the data having to do those who passed or who are borderline. I want to ignore all of the data having to do with those who failed. I think part of the syntax is something like results[-c("Failed")], but I'm not getting anywhere with it....
2017 Nov 08
2
mariadb server memory usage
...very close to "free memory is 0" and "used memory is close to total", which is why I?m wondering what I can get away with :) This free memory can go away in less than a second. Maybe it never will, so I figured why not use as much as possible --- just not too much, and this is borderline.
2004 Jan 29
2
SpamAssassin
...A regular FAQ on the SA-Talk list is how to integrate SA into someone's IMAP/POP3 server, and once Dovecot gets popular, you'll start seeing that question here. I run SA from sendmail via MIMEDefang (to reject the egregious stuff), and from procmail on delivery (to tag and quarantine the borderline stuff). I'm not sure why people would use it in the IMAP server, but the question does come up.
2006 Aug 25
2
trouble ticket packages for centos - slightly OT
Hi there - I know this is borderline "ot" - but I was wondering if anbyone could recommend a good helpdesk/ticketing system for use on centos 4.x. Thanks! -- dnk
2008 May 21
2
image (PR#11493)
...: Mac 10.5 Submission from: (NULL) (140.251.50.94) Since updating to 2.7.0 all plots that use image() (heatmap, etc...) now draw visible boxes around each rectangle in the plot. When there are many rectangles the surrounding color becomes dominant over the rectangle color and the overall image is borderline useless.
2009 Apr 19
2
Sweave: Changing the background color, adding a border
Hi all, I am using Sweave to produce a document. Unfortunately, I have to print several copies and I can't print them in color. So I would like to change the way of printing the code. I would like to print the code in a box with a black borderline and a grey background (quite classic). Is it possible to do it by changing some Schunk options? Christophe
2015 Nov 18
3
OT: Replacing Venerable NAS
...ta is in RAM, so even if your spindles aren?t fast enough to fill the gigabit pipe, data from cache can fill it. - L2ARC and ZIL upgrade options, which are intermediary caches between RAM and disk. Again, this helps you to keep that gigabit pipe full. - They?re serious server-grade machines, not borderline flimsy boxes competing largely on price. Built in and supported from Silicon Valley, not China. :) - iXsystems sponsors FreeNAS and FreeBSD (via PC-BSD) developers. Does your alternative choice of NAS provider sponsor open source developers? - Those latter two points mean you can actually call...
2013 Dec 17
3
In-string variable/symbol substitution: What formats/syntax is out there?
...#39;s a bonus. I'm looking for simpler functions and not full blown literate programming methods (e.g. Sweave, noweb, knitr, brew, RSP, ...). It should also be *in-string* substitution out of the box, so sub(), sprintf() and friends does not count. Thanks Henrik PS. The following is on the borderline because it does not do automatic variable look up, but since others may bring it up and/or know of a neater approach, I mention it too: ** copySubstitute() in the 'Biobase' package (with some efforts), e.g. > bbsubst <- function(fmt, ...) { args <- lapply(list(...), FUN=as.chara...
2017 Nov 08
0
mariadb server memory usage
...https://mariadb.com/kb/en/library/mariadb-memory-allocation/ In my db servers i use nagios to monitor when "free" and "available" ram is less than 80% warning state and less than 5% critical. > so I figured why not use as much as possible --- just not too much, and this is borderline. You can use the rule always 80% used for safe. But 20% of 46GB could be too much ram wasted. <https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail> Livre de v?rus. www.avast.com <https://www.avast.com/sig-email?utm_mediu...
2004 Jun 14
1
polygons around clusters of identically valued nodes in levelplot()
...to plot lines on top of a levelplot(), where the lines are borders between cells of different values. The clines() function provides contours suitable for continuous data. I am dealing with discrete values, spatial clusters of nodes where each cluster has an integer value, and I want to plot the borderlines between these areas. So, in a levelplot having nodes with values 0, 1, or 2, I would like to plot lines between nodes having the values 0 and 1, 0 and 2 and 0 and 2. The contouring concept gives two lines for adjacent nodes having values of 0 and 1. Thanks, Scott Waichler Pacific Northwest Nation...
2009 Aug 14
1
RODBC does not like table names >11/12 characters
...tch(channel2, 'abcdefghijk') #table names with 13 or more characters do not sqlFetch(channel2, 'abcdefghijklm') Fehler in odbcTableExists(channel, sqtable) : ?abcdefghijklm?: table not found on channel I do not have any tables with 12 character names, to check where exactly the borderline is. Of course, the table ?abcdefghijklm? exist on the channel, even if I feed it directly t osqlFetch via sqlFetch(channel2, sqlTables(channel2)$TABLE_NAME[x]) I think it has to do with a recent update.packages(), i.e. with an update of RODBC, but I do not know how to use an old RODBC version t...
2012 Nov 29
1
worldmap_region/country problem
...gions cannot be identified in R. Therefore, all the countries in these regions are not plotted. Is there a way to define regions (for example 'Rest of East-Europe') and to map a combination of these defined regions and individual countries in one worldmap? Is it possible to not display borderlines between some countries but to show the borders between others? Thank you very much for your help! Anna Fechner PricewaterhouseCoopers Aktiengesellschaft Wirtschaftsprüfungsgesellschaft Vorsitzender des Aufsichtsrates WP StB Dr. Norbert Vogelpoth Vorstandsmitglieder WP StB Prof. Dr. Norbert Wi...
2010 Sep 08
2
Drop single-dimensional array
Hi Simon, thank you for the concise reply. Do you mean the reported behavior of drop() is not a bug? It looks like a borderline bug to me (see below), but I'm not the judge of that. If this is the intended behavior and serves an actual purpose, then that could be explicitly documented in a \note{} on the help page. Such a note would slightly reduce the surprise of users running into this behavior. This is related t...
2015 Jul 15
1
[PULL] vhost: cleanups and fixes
...0ba180fd35539829e4139dca31494: vhost: add max_mem_regions module parameter (2015-07-13 23:17:19 +0300) ---------------------------------------------------------------- virtio/vhost: fixes for 4.2 Bugfixes and documentation fixes. Igor's patch that allows users to tweak memory table size is borderline, but it does fix known crashes, so I merged it. Signed-off-by: Michael S. Tsirkin <mst at redhat.com> ---------------------------------------------------------------- Cornelia Huck (2): MAINTAINERS: separate section for s390 virtio drivers virtio/s390: rename drivers/s390/kvm -&...
2015 Jul 15
1
[PULL] vhost: cleanups and fixes
...0ba180fd35539829e4139dca31494: vhost: add max_mem_regions module parameter (2015-07-13 23:17:19 +0300) ---------------------------------------------------------------- virtio/vhost: fixes for 4.2 Bugfixes and documentation fixes. Igor's patch that allows users to tweak memory table size is borderline, but it does fix known crashes, so I merged it. Signed-off-by: Michael S. Tsirkin <mst at redhat.com> ---------------------------------------------------------------- Cornelia Huck (2): MAINTAINERS: separate section for s390 virtio drivers virtio/s390: rename drivers/s390/kvm -&...
2018 Dec 04
4
[cfe-dev] RFC: Modernizing our use of auto
...herName, Descriptor); > > } > > > > but it was rejected as unreadable and I was given a link to the coding > guidelines. > > I agree, this seems overly strict. > I mean maybe. But looking at the example, I don't have a clue what type `NodeKind` is. I think this is borderline, and I think its fine to be somewhat subjective based on the reviewer that is more familiar with the code and APIs in question. > > I'd also like to update them so that > > > > llvm::Optional<std::pair<std::string, MatcherCtor>> > > getNodeConstructorType(A...
2004 May 25
2
X-Forwarding freezes keyboard on ThinClient Vortex86
Hello all, Please send a Cc: to me in addition to the list. I am not subscribed and this will make it easier for me to follow the thread and reply. Thanks. My scenary is as follows: I have a Linux server with OpenSSH 3.7.1p2 installed and this server acting as an LTSP. Some PCs (all Pentium+ classes) acting as X-Terminals connects to this server via PXE boot --> DHCP --> booting
2003 Oct 16
7
I give up!!
...s ringing 10 seconds after the others, at the client's request and they were hearing other phones ring and picking up a non-ringing phone (ok, I can't really blame that on asterisk ..) - echo on the lines .. that after much fiddling around with configurations went from terrible to borderline acceptable. To people not used to digital telephony and computer stuff, the echo was VERY annoying. They used to avoid the phones because they said people would not understand them. - no consultative transfer. The closest I got was to park the call, call the other party, tell him "a v...
2014 Oct 14
3
[LLVMdev] RFC: Should we have (something like) -extra-vectorizer-passes in -O2?
...othing huge. However, it shows only a 2% slowdown for building the 'opt' binary, which I'm actually happy with so that we can work to improve the loop vectorizer's overhead *knowing* that these passes will clean up stuff. Thoughts? I'm currently OK with this, but it's pretty borderline so I just wanted to start the discussion and see what other folks observe in their benchmarking. -Chandler -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20141013/3cb69b3d/attachment.html>
2008 Nov 20
1
Low RX volume and half duplex/"walkie-talkie" on AEX-804E
...for me to duplicate - calls to or from my cell phone, for example, always sound fine. Local calls are "mostly" fine, and long distance calls are hit-or-miss, calls to a Hawaiian (how's that for "Long Distance" from Ohio) 1004 Hz test number are fine - in fact, subjectively, borderline too loud which makes no sense since before going live with Asterisk, we had a legacy Panasonic KSU/PBX on the same lines - on the same punchdown blocks - and no one ever complained about these issues. If I turn off the echo canceller there's a modest (may even just be psychological) improvemen...