Displaying 20 results from an estimated 1672 matches for "deliberately".
2010 Sep 27
1
rsync as a deliberately slow copy?
I'm looking for a way to deliberately copy a large directory tree
of files somewhat slowly, rather than as fast as the hardware
will allow. The intent is to avoid killing the hardware,
especially as I copy multi-gigabyte disk image files.
If I copy over the network, say via ssh, I can use --bwlimit.
But I'm asking myself if I can...
2003 Mar 17
2
scoping rules; summary
Hi everyone
thanks for the replies.
The issue was NOT a font problem; I deliberately chose ll1 and l11 as
examples of easily confused variable names (evidently these were too
easily confused ;-). The code snippet was written as intended, and
increment() contained a deliberate, highlighted, bug. I was asking
for guidance on avoiding/finding this sort of coding error.
That was why...
2017 Apr 26
2
Is there any real downside to constructing the new SimplifyQuery once
...e future, besides making most of
the call strings dramatically shorter :)
Is there any real downside (compile time performance, etc) to this vs what
we do now (which is basically constructing the query objects again and
again under the covers) that anyone can think of?
(again, assuming we are not deliberately avoiding passing info to Simplify*
in most of these cases)
I figured i'd ask before i went writing the scripts/etc to help convert a
bunch of this stuff :)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/2...
2016 Jun 15
2
Sincos for X86_64's GNUX32 and ARM's GNUEABI/GNUEABIHF enviroments
Hi,
While writing http://reviews.llvm.org/D20916, I stumbled across some code affecting ARM and X86_64 environments that looks like it might be unintentional. I thought I should ask about it here since that patch has a '[mips]' tag and therefore might not be noticed by someone who knows.
I've noticed that the GNUX32 and GNUEABI/GNUEABIHF environments don't make use of the sincos
2012 Jan 15
1
[LLVMdev] Unreachable code in Mutex.cpp
...from Mutex.cpp)
I've attached a patch containing some other fixes to remove
unreachable code in LLVM - this isn't comprehensive, but a start based
on -Wunreachable-code. Is this sort of thing OK to commit as I work
through it? About the most noteworthy parts are:
1) two instances of code deliberately if(false)ed out with comments
explaining that developers can bring it back in once something works
or to aid in debugging. I switched these to #if 0 instead - I realize
this means those code snippets may bitrot since they won't be compiled
anymore. Is this the right thing? Should we have some c...
2003 Apr 14
3
Progress Bar
Product: Portable OpenSSH
Version: 3.6p1 and 3.6.1p1
Platform: ix86
OS/Version:?Solaris 8
Problem: When copying files between networked systems using "scp", no
asterisk characters are displayed on the progress bar as in previous
versions of OpenSSH. Is this a deliberate change to "scp"?
John Durkin
______________________________________________________________________
2013 Jan 11
3
locating element in distance matrix
Dear useRs,
I have a very basic question. I have a distance matrix and i skipped the upper part of it deliberately. The distance matrix is 1000*1000. Then i used "min" command to extract the lowest value from that matrix. Now i want to know what is the location of that lowest element? More precisely, the row and column number of that lowest element.
Thanks in advance
elisa
[[alternative...
2015 Apr 01
2
os-release file doesn't match upstream?
On a fully patched C7 machine...
% cat /etc/redhat-release
CentOS Linux release 7.1.1503 (Core)
% cat /etc/os-release
NAME="CentOS Linux"
VERSION="7 (Core)"
ID="centos"
ID_LIKE="rhel fedora"
VERSION_ID="7"
PRETTY_NAME="CentOS Linux 7 (Core)"
ANSI_COLOR="0;31"
CPE_NAME="cpe:/o:centos:centos:7"
2016 May 17
6
Systemd and VirtualBox
..., John Hodrien wrote:
> On Tue, 17 May 2016, Rob Kampen wrote:
>
>> No idea where to from here, so if there is anyone that has a working
>> systemd autostart VirtualBox setup on a headless CentOS 7 server -
>> please advise what you have done to get it working.
>
> I deliberately bailed on VirtualBox when we moved to C7, as KVM offered
> everything I needed with less hassle.
>
> I take it you've considered switching?
>
Considered, very briefly. I have had great success and stability with
running VirtualBox on both CentOS 5 & 6 for the few Windoze apps t...
2010 Feb 26
3
Preserving lists in a function
...uld be the default unless the user impute a different value while executing the function. But a problem arises when a variable in the list is left out completely (not imputed at all). An example is shown below:
myfunction( list1=list (variable1=1,
variable2=2), #variable 3 deliberately left out
list2=list (variable1="variable1",
variable3="position changed",
variable2="variable2"),
list3=list (variable1="character",
variable2=24,...
2009 Apr 09
3
vdev_disk_io_start() sending NULL pointer in ldi_ioctl()
Hi All,
I have corefile where we see NULL pointer de-reference PANIC as we have
sent (deliberately) NULL pointer for return value.
vdev_disk_io_start()
...
...
error = ldi_ioctl(dvd->vd_lh, zio->io_cmd,
(uintptr_t)&zio->io_dk_callback,
FKIOCTL, kcred, NULL);
ldi_ioctl() expects last parameter as an integer...
2012 Sep 25
3
error on uneven recycling?
...) :
longer object length is not a multiple of shorter object length
can't be made into an error? I realise it was there in S-PLUS, but
since it produces a warning there can't be many examples on CRAN or
Bioconductor using it, and I can't think of any situation where it
would be used deliberately.
-thomas
--
Thomas Lumley
Professor of Biostatistics
University of Auckland
2022 Jan 19
3
Ping as regular user not allowed (CentOS Stream 8)
Following some update or the other (I think) on my CentOS Stream 8
system, I'm no longer able to use ping as a regular user; I get
$ ping www.centos.org
ping: socket: Operation not permitted
Does anyone else see this? It it a bug, or were the system/default
permissions deliberately changed? Can anyone suggest a fix/workaround?
Actually, I can find several different ones via a simple web search, but
they are generally related to other distributions, I'm not quite sure
which would be the most appropriate for CentOS...
Thanks.
- Toralf
1999 Nov 08
1
loading precedence in requires()
It appears that requires(), when it appears in the .First.lib of a
package, will load the required package *after* the package requiring
it, i.e. the 'required' package appears earlier in the search list than
the package requiring it.
This will cause problems if a package (deliberately) masks any of the
functions in the required package. I.e. the expected masking does not
occur.
Apart from expecting the end-user to issue a library() call for the
required package before the requiring package, are there any
workarounds for this, or is such deliberate masking considered to be a
no-...
1999 Nov 08
1
loading precedence in requires()
It appears that requires(), when it appears in the .First.lib of a
package, will load the required package *after* the package requiring
it, i.e. the 'required' package appears earlier in the search list than
the package requiring it.
This will cause problems if a package (deliberately) masks any of the
functions in the required package. I.e. the expected masking does not
occur.
Apart from expecting the end-user to issue a library() call for the
required package before the requiring package, are there any
workarounds for this, or is such deliberate masking considered to be a
no-...
2016 May 31
2
[PATCH 4/4] drm/nouveau/acpi: fix lockup with PCIe runtime PM
...on, May 30, 2016 at 06:13:51PM +0200, Peter Wu wrote:
> Do you have any suggestions for the case where the pcieport driver
> refuses to put the bridge in D3 (because the BIOS is too old)? In that
> case the nouveau driver needs to fallback to the DSM method (but not
> when runtime PM is deliberately disabled by writing control=on).
Do you know what Windows does then? I think we should do the same if
possible.
If user has disabled runtime PM from the root port deliberately, there
might be good reason to do so. Why we want to fallback to something that
could cause problems? I mean _DSM on such...
2016 Jun 04
1
RProfmem output format
I'm picking up this 5-year old thread.
1. About the four memory allocations without a stacktrace
I think the four memory allocations without a stacktrace reported by Rprofmem():
> Rprofmem(); x <- raw(2000); Rprofmem("")
> cat(readLines("Rprofmem.out", n=5, warn=FALSE), sep="\n")
192 :360 :360 :1064 :2040 :"raw"
are due to some
2024 Jan 23
2
ntlm_auth not returning "STATUS_OK"
...H_USER: The specified account does not exist. (0xc0000064)
NT_STATUS_WRONG_PASSWORD: When trying to update a password, this return status indicates that the value provided as the current password is not correct. (0xc000006a)
are unchanged. The Samba developers are certainly too seasoned to do that
deliberately.
Meanwhile, I'll change my programs to look for "(0x0)" as both versions have
that, and maybe I'll just look for the 0x codes for all.
--Mark
2015 May 04
2
Why is the diag function so slow (for extraction)?
(I asked this question on StackOverflow
<http://stackoverflow.com/q/30035939/1191259> a short time ago; sorry if
you're seeing it again. Feel free to answer there as well if you like. The
code formatting and such on that site can be nice.)
I benchmarked matrix and vector subsetting to extract the diagonal of a
square matrix against the diag() function, and the latter lost by a wide
2015 May 05
3
Why is the diag function so slow (for extraction)?
Looks like the c(x)[...] bit used to be as.matrix(x)[...]. Not sure
why the change was made many years ago, but this was before names were
handled explicitly. It would definitely be better to not force the
duplicate, at least in the case where we are sure c() and [ would not
dispatch.
Best,
luke
On Mon, 4 May 2015, peter dalgaard wrote:
>
>> On 04 May 2015, at 19:59 , franknarf