search for: oversee

Displaying 20 results from an estimated 89 matches for "oversee".

2015 Oct 13
4
RFC: Introducing an LLVM Community Code of Conduct
On 13 October 2015 at 17:16, Kuperstein, Michael M via llvm-dev <llvm-dev at lists.llvm.org> wrote: > The FreeBSD CoC is, IMHO, much better in this respect ( https://www.freebsd.org/internal/code-of-conduct.html ). Nice! This is so succinct and beautiful! It doesn't need an overseeing foundation to take opaque decisions, and focus on what's really important: the code. I particularly like "Do not make it personal. Do not take it personally.". It means *so* much in such a short sentence. cheers, --renato PS: note, no bias on the discrimination list. Though, the...
2015 Oct 23
2
Code owner for the new AVR backend
...c modifications required for the AVR backend, and I am amount to start the process of adding the lib/Target/AVR directory piece by piece. As this will be a significant portion of code (~7000 lines), it should have a code owner. I have been working on the backend for the last year, maintaining it, overseeing contributions, and actively working on it. Because of this I believe I would be the suitable choice for the code owner. Chris “generally supports” this, but suggested that I move this to llvm-dev from llvm-commits. Thoughts welcome! -------------- next part -------------- An HTML attachment wa...
2011 Jul 29
0
Noble is looking for a Market Risk Manager/Analyst for its London Office, prefer Candidates who have R programming skills
...ents. Our over 11,000 employees include 68 nationalities. Group Role This is a position relating to UK & European Gas and Power, Coal, Emissions and LNG and is based in the company's London office. The Risk & Middle Office group, within which the employee would work, is responsible for overseeing trading activity, implementing metrics that quantify related performance and risk and reporting relevant statistics and analysis to Trading, various Control groups and Management. It is also responsible for analyzing, evaluating and approving structured transactions conceived by Origination. I...
2014 Dec 11
2
Migrate with Dsync
Hello List, i have a simple and maybe stupid question but, read the guide on http://wiki2.dovecot.org/Migration/Dsync now i wonder where to put this configuration ? May i oversee something but i would appreciate any hint toward solving my problem. regards, dominik
2013 Aug 06
2
Samba4 using existing DNS and LDAP
...cluding the necessary to my existing DNS zone, is that enough to get rid of the DNS server included with Samba4? What kind of updates does Samba need to perform to DNS? The one at the provisioning and the machine name that join the domain (this is already taken care of by DHCP). Is there anything I oversee? Now regarding LDAP, is there a way to tell Samba to replicate the directory from my existing openLDAP? Best regards, Olivier --
2004 May 04
5
Microsoft hotfix MS04-011, breaks Samba password change.
...ase and maybe releasing a 2.2.9 for all the people who are satisfied with Samba 2.2.8a and don't want to move to 3.0.x yet. I'm also very unhappy with Microsoft for releasing improperly tested hotfixes, but that's another story I'll probably be taking up with the Technical Comittee overseeing the DoJ Microsoft settlement and the EU as well. Cheers, Jeremy.
2011 Jul 15
2
[LLVMdev] Missing optimization in constant propagation?
Hi all, I stumbled across a peculiarity regarding constant propagation that I don't understand. I'm not sure, if I oversee anything or if it's a missing feature. I have created the following simple test function in C: int times_zero(int a) { return (a * 0); } Compiling this with GCC using dragonegg generates the following code: %int = type i32 define i32 @times_zero(i32 %a) nounwind { entry: %a_addr = allo...
2007 Dec 28
2
Access to shares too slow
...s seem to freeze until the data is retrieved from the Samba server where the shares are hosted... Nothing has been changed nor modified. System and network configurations remain the same, smb.conf is the same on the server, we use the same IP range, gateways, etc etc. Any clues? Maybe I'm overseeing something really obvious... :-/ TIA, Martin -- *Martin Mielke* Senior Systems Administrator Casino.com Envelope *Email:* martin.mielke@casino.com The contents of this email and any attachments are for the intended recipient(s) only. This email may contain proprietary, confidential, or...
2015 Jan 15
2
[LLVMdev] Bug in InsertElement constant propagation?
I don't see a way to create a ConstantDataVector from Constant or form APFloat though. Did I oversee that? Is the solution to had a new get function in ConstantDataVector to allow that? Any hint on what would be the right fix otherwise? Thomas -----Original Message----- From: Jonathan Roelofs [mailto:jonathan at codesourcery.com] Sent: Wednesday, January 14, 2015 10:30 AM To: Raoux, Thomas F;...
2015 Oct 13
4
RFC: Introducing an LLVM Community Code of Conduct
...chael M via llvm-dev >> <llvm-dev at lists.llvm.org> wrote: >>> The FreeBSD CoC is, IMHO, much better in this respect ( https://www.freebsd.org/internal/code-of-conduct.html ). >> >> Nice! This is so succinct and beautiful! >> >> It doesn't need an overseeing foundation to take opaque decisions, and >> focus on what's really important: the code. >> >> I particularly like "Do not make it personal. Do not take it >> personally.". It means *so* much in such a short sentence. > > Agreed! No offense to the Fr...
2020 Jan 05
3
(no subject)
...s the following: Is there a way to direct virsh for only taking a snapshot ignoring one of the disks? Yes, I can always create that second snapshot/overlay image of vdb and delete it later, but it doesn't feel very intuitive, and efficient. However, it is quite possible that I may be completely overseeing an important aspect of the process, and this may not be possible due to that :). Thanks for your inputs in advance. Hakan Duran
2013 Aug 07
0
[LLVMdev] DataFlowSanitizer design discussion
...ollingbourne <peter at pcc.me.uk> wrote: > Hi, > > If there are no further comments on the design below I intend to commit > my DFSan patches in a week. > I think it would be good to get Kostya's explicit sign-off on this before committing it, as he has been directing and overseeing the sanitizer work as a whole over the past year. CC-ing him directly to see if he can take time to look through this. I think he's back from vacation at this point. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/a...
2007 Nov 25
1
Testing Help
...but it's really just a guess. You can find these kinds of > results for Speex on the comparison page: http://www.speex.org/comparison/ > While MOS is based on the subjective evaluation of a number of people, the final result can be said to be reasonably objective. Provided the people overseeing the tests are non-partisan, a MOS test is quite repeatable. Many measurements considered objective are statistically based, and a properly conducted MOS test is such a test. PESQ is just something to keep dumb managers of the "if I can't measure something meaningful, just give me an...
2007 Oct 26
1
Accessing scripts in a different directory on a Mac
Hi all. A question for knowledgeable folks using R on an Intel Mac running OS X 10.4.10 For ease of maintenance, I have broken a large R script into a main script which ?oversees? things by calling other scripts, using ?source?. Let?s call the secondary scripts ?sub-scripts.? I?d like for the sub-scripts to reside in a different directory (again, for ease of maintenance, and so I can access them from many other directories). I?ve looked all over the documentation about p...
2004 Aug 23
1
strange problem PBX-Asterisk
Hi, maybe I oversee somth. very obvious, but I'm a little puzzled about the following 'error': When I make a call from the PBX to * I get number not available, but on debug I see, that asterisk is searching just for the first digit in the extension, which of course doesn't exist, eg: I dial 77 (fo...
2004 Sep 08
3
Where to post SuSE 9.x startup script?
Hi all, I just modified one of the startup scripts provided on the tarball to fit on my SuSE 9.x system to start/stop Asterisk when the system boots or goes down. Maybe I'm overseeing the answer but could't find where to post/(cvs)upload the changes I made... TIA, Martin
2014 Oct 17
2
Most efficient way to check the length of a variable mentioned in a formula.
...s about 20 times slower, to that extent that if I repeat it 10,000 times I save more than half a second. So speed is not really an issue here. Personally I'd go for option 2 as that one is easier to read and does the job nicely, but with these functions I'm always a bit afraid that I'm overseeing important details or side effects here (possibly memory issues when working with larger data). Anybody an idea what the dangers are of these methods, and which one is the most robust method? Thank you Joris -- Joris Meys Statistical consultant Ghent University Faculty of Bioscience Engineer...
2020 Apr 07
0
Welcome Thomas and Patrick to CentOS Project Governing Board
...ntributed to the CentOS Project since 2012, as a member of the infrastructure team. He helped to bootstrap a few Special Interest Groups, helped the QA team with reports, and now mainly designs and improves the Community Build Service [4]. Thomas?s sponsor on the Board is Mike McLean, who will help oversee his transition to project leadership. Patrick (jcpunk) works at Fermi National Accelerator Laboratory [5]. He is part of the Scientific Linux team [6] and works on systems that perform Data Acquisition for various experiments at Fermilab. Although a long time member of the community, formally Pa...
2002 Apr 30
1
ylim in biplot does not seem to work (PR#1498)
Full_Name: Hinrich Göhlmann Version: 1.4.1 OS: Windows 2000 Submission from: (NULL) (148.177.130.121) Hi all, I've searched the known bugs and hopefully I did not oversee this one... When I have done a normal zz<-princomp(na.omit(raw.data)) and I then draw a biplot with biplot(zz,cex=c(.1,.7),col=c(5,1),choice=c(1,2),xlim=c(-2,2),ylim=c(-5,2)) the x axis gets set properly, but the y axis remains unchanged. Cheers, hinrich d8-) -.-.-.-.-.-.-.-.-.-.-.-.-.-.-...
2012 Aug 29
1
Suggestion: Change default to download.file(..., mode="wb") ...instead of mode="w" with some bells and whistles
...ile", package="utils") has a paragraph on all this. BTW, the latter seems to be done in a case-sensitive way, such that *.zip and *.ZIP will have different behaviors. Wouldn't it just be safer to change the default to mode="wb"? ...or are there use cases that I'm overseeing - is anyone out there intentionally using the "text" transfer mode? /Henrik