Displaying 20 results from an estimated 21 matches for "reuniting".
2007 Apr 04
1
Compiz and Beryl are Reuniting
After several weeks of discussion the leaders of Compiz and Beryl have agreed
that the two communities shall reunite. This decision is supported by both
David and Quinn and represents the majority decision of the administrators
and developers in each community. At this early stage not a lot has been
decided, but these are the main points of the agreement:
- As had previously been decided,
2006 Aug 04
1
[Info] TMail included in ActionMailer differs from ''normal'' TMail
Issue:
Just to hopefully save someone else a bunch of fun in the future - a
modified version of TMail is automatically installed with Rails in the
ActionMailer module. This version of TMail (which is required in your
rails environment by convention) differs significantly from the
package available at:
http://i.loveruby.net/en/projects/tmail/
(Second hit on Google for
2003 Sep 07
1
extracting monthly temperature data
...the dates and times.
> date.time <- strptime(paste(temp.dat$Date, temp.dat$Time), "%m/%d/%Y
%H:")
> class(date.time)
[1] "POSIXt" "POSIXlt"
> date.time[1]
[1] "1985-10-01 01:00:00"
Now I'm stuck.
Questions:
What's the best class for reuniting the temperature data with the dates?
A time series? A list?
Depending on the answer, what's the best way to extract, say, the mean
temperatures for Sepetmber?
Thanks in advance, Andy
2015 Dec 08
1
[Not really Samba] Semantic was Permission Denied
...ears in /etc/passwd"
and trust you? Should he remove all users in /etc/passwd with uid > 1000
because that's not how thing are nice or should he find a way to keep these
users and find a workaround?
In AD and any remote user DB there is two kinds of users: local users and
remote users. Reuniting both kinds and you get system users. All users
which can use the system as a system (shell if they are allowed, getent for
lazy test).
I really don't understand why you can't stop yourself complaining like
that. I was merely trying to describe a not-so-simple concept. All I get
was "I...
2003 Aug 20
1
How to Config & Start Backup Process in NW6 with RSync
Dear Experts,
I got Two Netware 6 Servers in the Same LAN. Server A is a
main server (File Server). I'ld like to configure Server B as
Backup server for Server A with RSync.
I've follwed the documetnation at
http://www.novell.com/coolsolutions/netware/features/trenches/tr_rsync_nw.html
But im confused how to start the process.
Kindly help me how to Configure rsync in Server
2007 Apr 02
0
Re: Beryl Merger
On Sun, 2007-04-01 at 20:11 -0400, Jeffrey Laramie wrote:
> Hi David,
>
> If you've been following the discussion on the forum and/or compizadmin list,
> you can see that we aren't getting anywhere with these discussions. The
> hangup seems to be selecting a new name for the Compiz-Extra division. The
> Beryl people feel it's the only thing they're asking for
2007 Jul 01
3
Samba PDC LDAP HowTo 4 U
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi all,
I've written a HowTo for 'Samba domain with LDAP back end' and am
looking for people to test it and tell me the stupid things I did.
I also wanted to put the HowTo out there in case others wanted to do
something similar and because I know you've got nothing better to do on
your weekend than play with Linux ;)
I'm by no
2013 Aug 16
4
Restoring deleted files.
Hi,
is it possible to Restore files deleted with " rm rf " from ext4 or
ext3 filesystem by mistake.
Regards
Ahmad
2007 Apr 02
1
Re: Beryl Merger
This was a private mail and not supposed to go to the compiz list.
Please don't don't read it unless you're on the compiz admin list. :)
I've apologized to Jeff, Mike, Rico and Arturo for making this mistake
and I'd like to apologize to anyone else who might have been offended by
it.
I guess the good part is that you get an uncensored view of what we feel
about the community
2007 Mar 25
2
Beryl and Compiz Merge: What's actually going on?
Compiz and Beryl merge: What's really going on?
Recently Quinns post to the beryl-dev mailing list entitled 'Merge on'
has led to a lot of discussion, some of which has been good and some
of which has led to a lot of misinformation, to clear things up I'd
like to give the story of the merge, and the justification for some of
the more peculiar aspects. Basically lets try to avoid
2020 Jan 07
2
Encode target-abi into LLVM bitcode for LTO.
> On Jan 7, 2020, at 13:57, David Blaikie <dblaikie at gmail.com> wrote:
>
>
>
> On Mon, Jan 6, 2020 at 6:05 PM Daniel Sanders <daniel_l_sanders at apple.com <mailto:daniel_l_sanders at apple.com>> wrote:
>
>
>> On Jan 6, 2020, at 14:29, David Blaikie via llvm-dev <llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>> wrote:
2020 Jan 08
3
Encode target-abi into LLVM bitcode for LTO.
On Tue, Jan 7, 2020 at 5:27 PM Eric Christopher <echristo at gmail.com> wrote:
>
>
> On Tue, Jan 7, 2020 at 3:18 PM Daniel Sanders via llvm-dev <
> llvm-dev at lists.llvm.org> wrote:
>
>>
>>
>> On Jan 7, 2020, at 13:57, David Blaikie <dblaikie at gmail.com> wrote:
>>
>>
>>
>> On Mon, Jan 6, 2020 at 6:05 PM Daniel Sanders
2020 Jan 09
2
Encode target-abi into LLVM bitcode for LTO.
Right. I think that's what we ended up doing rather than a more general
attribute on the module itself.
*shrugs* Probably ok? I'd probably prefer not to have to have target code
to do the evaluation if possible, but everything is weird and an edge case
- mips abis more than some :)
-eric
On Wed, Jan 8, 2020 at 8:58 AM David Blaikie <dblaikie at gmail.com> wrote:
> Oh, I should
2020 Jan 10
2
Encode target-abi into LLVM bitcode for LTO.
I also work on the RISC-V backend, and have been doing a little work on the ELF psABI document for RISC-V.
I agree that, conceptually, the psABI choice should be in the module metadata.
Zakk, however, has discovered a phase ordering issue within LLVM that relates to this approach. The phase ordering problem is that the LTO backend is currently setup without interrogating the current module for
2020 Jan 13
2
Encode target-abi into LLVM bitcode for LTO.
David Blaikie via llvm-dev <llvm-dev at lists.llvm.org> 於 2020年1月11日 週六
上午2:03寫道:
> Ah, OK - thanks for walking me through that.
>
> Fair enough, I think I understand the issue/tradeoff now - and that the
> other module level metadata don't currently influence the target
> configuration at this level?
>
>
I'm not sure, I only know that the target-abi is decided
2020 Jan 15
2
Encode target-abi into LLVM bitcode for LTO.
David Blaikie <dblaikie at gmail.com> 於 2020年1月14日 週二 上午2:15寫道:
>
>
> On Mon, Jan 13, 2020 at 6:12 AM Zakk <zakk0610 at gmail.com> wrote:
>
>>
>>
>> David Blaikie via llvm-dev <llvm-dev at lists.llvm.org> 於 2020年1月11日 週六
>> 上午2:03寫道:
>>
>>> Ah, OK - thanks for walking me through that.
>>>
>>> Fair enough, I
2020 Jan 27
2
Encode target-abi into LLVM bitcode for LTO.
On Mon, Jan 20, 2020 at 8:05 AM Sam Elliott via llvm-dev <
llvm-dev at lists.llvm.org> wrote:
> To follow up on this issue:
>
> Our plan is still to encode `target-abi` into the module flags for RISC-V
> LLVM IR modules. As was pointed out earlier in this thread, the function
> lowering in Clang is slightly different for the ABIs which support hardware
> floating point.
2020 Jan 27
2
Encode target-abi into LLVM bitcode for LTO.
On Mon, Jan 27, 2020 at 3:04 PM Eric Christopher <echristo at gmail.com> wrote:
>
>
> On Mon, Jan 27, 2020 at 2:56 PM David Blaikie via llvm-dev <
> llvm-dev at lists.llvm.org> wrote:
>
>>
>>
>> On Mon, Jan 20, 2020 at 8:05 AM Sam Elliott via llvm-dev <
>> llvm-dev at lists.llvm.org> wrote:
>>
>>> To follow up on this issue:
2020 Jan 07
2
Encode target-abi into LLVM bitcode for LTO.
> On Jan 6, 2020, at 14:29, David Blaikie via llvm-dev <llvm-dev at lists.llvm.org> wrote:
>
>
>
> On Mon, Jan 6, 2020 at 5:58 AM Zakk <zakk0610 at gmail.com <mailto:zakk0610 at gmail.com>> wrote:
>
>
> David Blaikie <dblaikie at gmail.com <mailto:dblaikie at gmail.com>> 於 2020年1月6日 週一 下午2:23寫道:
> If this is something that can vary per
2017 Dec 12
21
[PATCH v19 0/7] Virtio-balloon Enhancement
This patch series enhances the existing virtio-balloon with the following
new features:
1) fast ballooning: transfer ballooned pages between the guest and host in
chunks using sgs, instead of one array each time; and
2) free page block reporting: a new virtqueue to report guest free pages
to the host.
The second feature can be used to accelerate live migration of VMs. Here
are some details:
Live