search for: sparser

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

Did you mean: sparse
2018 Jul 19
3
Which is better? Microsoft Exchange 2016 or Linux-based SMTP Servers?
On 19/07/2018 15:57, Valeri Galtsev wrote: > <rant> > As far as google anything goes, not everybody volunteers one's > information into paws of google (and quite likely one or more of 3 > letter agencies collecting information that way). I know (call it > educated guess) that about 70% of messages I send are ending up in > google databases whether I want it or not.
2020 Aug 03
2
Re: nbdkit build failure in Koji
...e file size is now stabilized so the copy has less reason to overshoot). But since the real crux of the test is whether we managed to punch holes, would it be sufficient to take note of the original sizes, and merely check that the resulting size has either shrunk (where the file should now be sparser) or remained unchanged? I'll push a patch along those lines, but as you're the one doing the koji runs, there's obviously another feedback cycle to go through. -- Eric Blake, Principal Software Engineer Red Hat, Inc. +1-919-301-3226 Virtualization: qemu.org | libvirt.org
2018 May 04
0
RFC: virtual-like methods via LLVM-style RTTI
...al vtable space goes from being NxM to being MxN, which doesn’t sound like an improvement. This kind of approach is generally popular in late-bound dynamic languages with duck typing where you have a lot of methods with few overrides and it’s worth having a slightly more expensive lookup to have a sparser structure than the full NxM matrix. It doesn’t seem appropriate here. David
2018 Jul 19
4
Which is better? Microsoft Exchange 2016 or Linux-based SMTP Servers?
...Google calendar for users' ease of use? If I give my users Zimbra, > and they hate it, then what? For simple email use, there are plenty of > clients which can talk IMAP/SMTP to a linux server, but the options for > calendaring (and ''groupware'' in general) are much sparser. > > It's a hard question, and each organization needs to weigh their privacy > concerns against their users' requirements. > > --keith > > -- > kkeller at wombat.san-francisco.ca.us Zimbra's calendaring component is also a CALDav compliant server. Users can...
2011 May 24
1
seeking help on using LARS package
Hi, I am writing to seek some guidance regarding using Lasso regression with the R package LARS. I have introductory statistics background but I am trying to learn more. Right now I am trying to duplicate the results in a paper for shRNA prediction "An accurate and interpretable model for siRNA efficacy prediction, Jean-Philippe Vert et. al, Bioinformatics" for a Bioinformatics project
2018 May 03
3
RFC: virtual-like methods via LLVM-style RTTI
Hello, In an effort to help LLVM-style projects save memory, I’ve been toying with some macros that provide an alternative to C++ vtables that use LLVM-style RTTI design patterns instead. Is this something that LLVM or sub-projects think is worth pursuing? Or are the macros below too ugly/problematic? Feedback would be appreciated. Thanks, Dave //===- llvm/Support/VTable.h - LLVM-style
2020 Aug 03
0
Re: nbdkit build failure in Koji
...now stabilized so the copy has less > reason to overshoot). But since the real crux of the test is whether > we managed to punch holes, would it be sufficient to take note of > the original sizes, and merely check that the resulting size has > either shrunk (where the file should now be sparser) or remained > unchanged? > > I'll push a patch along those lines, but as you're the one doing the > koji runs, there's obviously another feedback cycle to go through. Sure I'll give your patch a go once I see it in git, thanks! Rich. -- Richard Jones, Virtualizatio...
2018 Jul 19
0
Which is better? Microsoft Exchange 2016 or Linux-based SMTP Servers?
...an compete with Google calendar for users' ease of use? If I give my users Zimbra, and they hate it, then what? For simple email use, there are plenty of clients which can talk IMAP/SMTP to a linux server, but the options for calendaring (and ''groupware'' in general) are much sparser. It's a hard question, and each organization needs to weigh their privacy concerns against their users' requirements. --keith -- kkeller at wombat.san-francisco.ca.us
2009 Aug 13
0
tick.number in ggplot2?
...show the problem I'm trying to solve -- in the first few plots you come to that way, the middle plots (corresponding to 6-cylinder engines) have scrunched/overlapping x axis labels. I guess turning the x axis labels vertically would be another solution, but I'd rather just make the ticks sparser if there were a way to do that ... cheers Ben Bolker -- Ben Bolker Associate professor, Biology Dep't, Univ. of Florida bolker at ufl.edu / www.zoology.ufl.edu/bolker GPG key: www.zoology.ufl.edu/bolker/benbolker-publickey.asc -------------- next part -------------- A non-text attach...
2018 Jul 25
0
Which is better? Microsoft Exchange 2016 or Linux-based SMTP Servers?
...ndar for users' ease of use? If I give my users Zimbra, >> and they hate it, then what? For simple email use, there are plenty of >> clients which can talk IMAP/SMTP to a linux server, but the options for >> calendaring (and ''groupware'' in general) are much sparser. >> >> It's a hard question, and each organization needs to weigh their privacy >> concerns against their users' requirements. >> >> --keith >> >> -- >> kkeller at wombat.san-francisco.ca.us > > Zimbra's calendaring component is als...
2020 Aug 01
2
Re: nbdkit build failure in Koji
One thing I noticed which is a bit odd is: $ rm file; for f in {0..1023}; do printf '%1024s' .; done > file; stat -c "%b %B" file 2048 512 $ rm file; for f in {0..1023}; do printf '%1024s' . >> file; done ; stat -c "%b %B" file 3968 512 The second method is how we currently create the file. Since looking through the history there seems to be no
2001 Nov 12
3
histogram question
hist(rbinom(1000,10,0.5),col=2,xlim=c(0,10),ylim=c(0,300)) gives a histogram with "touching bars" hist(rbinom(100000,10,0.5),col=2,xlim=c(0,10),ylim=c(0,30000)) gives a histogram with space between the bars. is there a way to control the space betweent he bars easily? -- Erich Neuwirth, Computer Supported Didactics Working Group Visit our SunSITE at http://sunsite.univie.ac.at
2012 Oct 31
1
party tree coordinates
I'm hoping that folks out there with expertise in working with the party package can help me out here. My team is trying to convert party tree output into a text file format that can be read by our image processing software. We are running into difficulties because the way the two different programs identify their nodes is different. R numbers it's nodes 1, 2, 3, 4, 5, 6 etc. down the
2020 Aug 04
1
Re: nbdkit build failure in Koji
...e copy has less > > reason to overshoot). But since the real crux of the test is whether > > we managed to punch holes, would it be sufficient to take note of > > the original sizes, and merely check that the resulting size has > > either shrunk (where the file should now be sparser) or remained > > unchanged? > > > > I'll push a patch along those lines, but as you're the one doing the > > koji runs, there's obviously another feedback cycle to go through. > > Sure I'll give your patch a go once I see it in git, thanks! Unfortuna...
2005 Apr 28
2
General question on QA from a Fedora Core fan
Apologies if this ends up a dup, but there seems to have been a problem with my original subscription. ------------------------------ Hello, I am currently using Fedora on most of my servers. It does pretty well. I do have occasional problems which seem to me to stem from poor QA. For example, /usr/bin/enable <queue> coming back with "Enable: I don't know what to do!"
2017 Feb 15
3
(DeviceIoControl, FSCTL_SET_SPARSE)
To whomever reads this, This post I accidentally sent to david himself, I am now sending it to the group. It will be out of order, and includes the strace. Regards Brian My apologies for any inconvenience. -------------- Hi David, Thanks for your response. The Error message is for e.g.: Cannot write file attributes of "\\MYHOST\backup\sparse\My Family Tree 6.0.zip.ffs_tmp".