Displaying 20 results from an estimated 23 matches for "sneakily".
2010 Mar 06
0
[LLVMdev] [PATCH]: MSVC build enhancements
...Windows.
>
> Jose
>
>
Are you volontary trying to break everyone build (just to build your own
project), or have you no idea of the effect of this change:
+add_llvm_definitions( -D_SECURE_SCL=0 )
While I personnaly use this flag in all my projects, it should not be
silently and sneakily imposed to all llvm user. You should make it an
option, and keep the default as it is currently. I.e. make this an
opt-in choice.
While I may seem harsh, this flag change the ABI !!! and its effects are
very hard to understand and debug. For me it is criminal to try to pass
this as a "tri...
2018 Jan 16
2
lost ability to apt-get install r-base=3.4.2-1trusty1
...to be installed
E: Unable to correct problems, you have held broken packages.
The problem is highlighted in this error - r-recommended seems to auto-default to 3.4.3. When installing r-base-core=3.4.2-1trusty1 by itself, it installs fine. When installing r-recommended=3.4.2-1trusty1 by itself, it sneakily installs 3.4.3 without saying anything. When trying to install r-base=3.4.2-1trusty1, it catches this cognitive dissonance and falls on its face. Some help please?
Sincerely,
Krzysztof
--
The Wellcome Sanger Institute is operated by Genome Research
Limited, a charity registered in England w...
2010 Mar 06
4
[LLVMdev] [PATCH]: MSVC build enhancements
...t;
>
> Are you volontary trying to break everyone build (just to build your own
> project), or have you no idea of the effect of this change:
>
> +add_llvm_definitions( -D_SECURE_SCL=0 )
>
> While I personnaly use this flag in all my projects, it should not be
> silently and sneakily imposed to all llvm user. You should make it an
> option, and keep the default as it is currently. I.e. make this an opt-in
> choice.
>
> While I may seem harsh, this flag change the ABI !!! and its effects are
> very hard to understand and debug. For me it is criminal to try to pass...
2024 Mar 21
1
Building Packages.
...on (...)
.rs.callAs(name, hook, original, ...)
<environment: 0x55f4e5d82948>
>
No need for any hashes to see that install.packages is not the
one from R.
---
Concluding from your, Ben's, finding I'd guess that Posit
finally decided to move away from this very unfriendly idea of
sneakily replacing a base R function ?
That would actually give raise to some applause..
Martin
> On 2024-03-20 1:20 p.m., Duncan Murdoch wrote:
>> On 20/03/2024 1:07 p.m., Duncan Murdoch wrote:
>>> On 20/03/2024 12:37 p.m., Ben Bolker wrote:
>>>> ???? Ivan...
2012 Jan 04
1
[LLVMdev] 2012/01/04 -- LLVM Social, New Years Edition!
Greetings from the future!
Our trusty Canadian LLVMer and Socializer is off in Canada land, but FEAR
NOT! The Social carries on in my less competent hands! There shall be beer!
There shall be pub food! It shall be awesome!
WHAT: Beer, scotch, burgers, and stuff.
WHEN: 6pm PST
WHERE: Tied House, in downtown Mountain View (http://g.co/maps/p374r)
If you are planning on attending, please reply OFF
2001 Jul 29
0
Who reloads regularly, when Yolanda closes the lost rumour about the scanner?
...Kenny wants to
save incredibly, unless Martin vends fax machines outside Gay's
cryptographer. Let's kill in back of the specialized chaoss, but don't
corrupt the retarded tapes. The dense flat administrators biweekly
engulf as the offensive computers authenticate. Who questions
sneakily, when Joie pumps the lower Usenet about the cleartext? Go
examine a output! It's very lazy today, I'll disappear finitely or
Alvin will flow the inputs.
2001 Jul 29
0
ADV: Other silly shiny postmasters will exclude monthly beneath hackers.
...backdoors obscure
to specialized stations, unless they're extreme. Until Courtney
reloads the hackers stupidly, Francoise won't filter any virulent
undergrounds. My virtual tape won't type before I infect it.
Lately, Lisette never interfaces until Shelly washs the violent
error sneakily. Tell Jimmie it's strong giveing about a librarian.
When did Marilyn outwit the machine throughout the closed terminal? Who
opens unbelievably, when Corinne generates the dry TCP/IP beside the
frame relay? To be clear or sly will engulf silly ADSLs to simply
take. He will dig absolutel...
2018 Jan 17
0
lost ability to apt-get install r-base=3.4.2-1trusty1
...ed
> E: Unable to correct problems, you have held broken packages.
>
> The problem is highlighted in this error - r-recommended seems to auto-default to 3.4.3. When installing r-base-core=3.4.2-1trusty1 by itself, it installs fine. When installing r-recommended=3.4.2-1trusty1 by itself, it sneakily installs 3.4.3 without saying anything. When trying to install r-base=3.4.2-1trusty1, it catches this cognitive dissonance and falls on its face. Some help please?
>
> Sincerely,
> Krzysztof
>
>
>
> --
> The Wellcome Sanger Institute is operated by Genome Research
> Lim...
2023 Jan 14
1
Removing variables from data frame with a wile card
...while something like d$something <- ... may seem like you're directly modifying the data it does not actually do so. Most R objects try to be immutable, that is, the object may not change after creation. This guarantees that if you have a binding for same object the object won't change sneakily.
There is a data structure that is in fact mutable which are environments. For example compare
L <- list()
local({L$a <- 3})
L$a
with
E <- new.env()
local({E$a <- 3})
E$a
The latter will in fact work, as the same Environment is modified, while in the first one a modified copy of th...
2002 Feb 27
6
Newbie question
Hello All,
I have two Internet link and two LAN networks
I have Redhat-7.1 linux-2.4.17 kernel and 2 NICs
In eth0 172.16.1.1 and eth0:1 192.168.1.1
in eth1 are public ips of isps as eth1 a.b.c.d and eth1:0 w.x..y.z
I want do source routing using ip rule command.
echo 200 isp1 >> /etc/iproute2/rt_tables
ip rule add from 172.16.1.0/24 table isp1
ip rule ls
0: from all lookup local
2010 Mar 06
6
[LLVMdev] [PATCH]: MSVC build enhancements
Attached are two patches with MSVC build enchancements.
They are quite trivial, but were necessary to correctly link LLVM
libraries with Mesa3D on Windows.
Jose
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Allow-to-build-against-static-MSVC-runtime.patch
Type: text/x-patch
Size: 2055 bytes
Desc: not available
URL:
2013 Jan 04
0
[LLVMdev] [Polly] Aliasing problems escalation (WAS: Re: [DragonEgg] [Polly] Should we expect DragonEgg to produce identical LLVM IR for identical GIMPLE?)
PS: Another possibility is to do link-time optimization, since at that point the
optimizers are capable of finding out if that global is used anywhere else or
not.
2013 Jan 04
4
[LLVMdev] [Polly] Aliasing problems escalation (WAS: Re: [DragonEgg] [Polly] Should we expect DragonEgg to produce identical LLVM IR for identical GIMPLE?)
Hi,
Here's another case, different in high-level, but similar in low-level.
When Fortran allocatable array is defined in module, its actual dimensions
are kept in internal structure. Loads originated from reading these
dimensions confuse Polly on any use of this array.
Attachments:
1) Sample Fortran source code (to be compiled with and without -DMODULE to
see failing and working version,
2003 Oct 08
4
Music On Hold distorted
I have searching the forums here on how to get Music On Hold working
and I have been able to get * to accept a command for MusicOnHold
and for Meetme after loading the ztdummy module. I used the default
config for /etc/zaptel.conf since I saw no guidance on this. My problem
now is that when I activate MusicOnHold, the sample music file sounds
very slow and distorted. My best guess is that it is
2023 Jan 15
2
Removing variables from data frame with a wile card
...while something like d$something <- ... may seem like you're directly modifying the data it does not actually do so. Most R objects try to be immutable, that is, the object may not change after creation. This guarantees that if you have a binding for same object the object won't change sneakily.
There is a data structure that is in fact mutable which are environments. For example compare
L <- list()
local({L$a <- 3})
L$a
with
E <- new.env()
local({E$a <- 3})
E$a
The latter will in fact work, as the same Environment is modified, while in the first one a modified copy of th...
2006 Feb 08
2
[PATCH] make x86_64 vcpu hotplug work like i386
hi,
i386 vcpu hotplug seems to work reliably but x86_64 does not and i think
i have discovered why. in x86-64, a cpu within a domu can be removed with
vcpu-set but subsequent calls do nothing.
after xenwatch_thread grabs the event triggered by the write to the
store, it calls the registered handler and never comes back.
eventually, __cpu_die in drivers/xen/core/smpboot.c spins while waiting
2024 Mar 20
1
Building Packages.
Hmm, looks platform-specific. Under Linux both RStudio and external
R console return
a0b52513622c41c11e3ef57c7a485767
for digest::digest(install.packages)
On 2024-03-20 1:20 p.m., Duncan Murdoch wrote:
> On 20/03/2024 1:07 p.m., Duncan Murdoch wrote:
>> On 20/03/2024 12:37 p.m., Ben Bolker wrote:
>>> ???? Ivan, can you give more detail on this? I've heard this issue
2023 Jan 14
3
Removing variables from data frame with a wile card
Steven,
Just want to add a few things to what people wrote.
In base R, the methods mentioned will let you make a copy of your original DF that is missing the items you are selecting that match your pattern.
That is fine.
For some purposes, you want to keep the original data.frame and remove a column within it. You can do that in several ways but the simplest is something where you sat the
2023 Jan 15
0
Removing variables from data frame with a wile card
...while something like d$something <- ... may seem like you're directly modifying the data it does not actually do so. Most R objects try to be immutable, that is, the object may not change after creation. This guarantees that if you have a binding for same object the object won't change sneakily.
There is a data structure that is in fact mutable which are environments. For example compare
L <- list()
local({L$a <- 3})
L$a
with
E <- new.env()
local({E$a <- 3})
E$a
The latter will in fact work, as the same Environment is modified, while in the first one a modified copy of th...
2001 Apr 30
2
plotting an expression
I am sure it is just me not understanding how R works, but could somebody
explain why
curve(cos(x))
works and
curve(expression(cos(x))
does not?
I have done some investigating and here is what I found. If I comment out
the line of curve indicated below, both calls work fine.
function (expr, from, to, n = 101, add = FALSE, type = "l", ylab = NULL,
log = NULL, xlim =