search for: conscienti

Displaying 20 results from an estimated 32 matches for "conscienti".

Did you mean: consciente
2010 Oct 14
0
[LLVMdev] Missed devirtualization opportunities
...assume that — if we know the dynamic type of an object at a certain point for some reason — that dynamic type is fixed when accessed through that pointer. Like the type-aliasing rules, this is probably one of those things that we need to be a little careful about taking advantage of, because even conscientious users are going to write their code around assumptions of what a "reasonable compiler" is going to optimize. John.
2010 Oct 14
2
[LLVMdev] Missed devirtualization opportunities
On Wed, Oct 13, 2010 at 11:16 PM, Nick Lewycky <nicholas at mxc.ca> wrote: > Kenneth Uildriks wrote: >> >> On Wed, Oct 13, 2010 at 12:45 AM, Nick Lewycky<nicholas at mxc.ca>  wrote: >>> >>> Kenneth Uildriks wrote: >>>>> >>>>> You're right, I hadn't thought this through. The whole point of making >>>>>
2008 Mar 30
4
tests Rin and Rout
..."tests" that I have to put in the tests directory ? Let's take an example : My package is a single function that take the square of only positive number. I make a mistake and I forget that it has to reject negative number : sq <- function(x){return(x2)} Fortunately, I am very conscientious (!) and I did prepare some test : - sq(2) should be 4 - sq(Inf) should be Inf - sq(-2) should be NA (on this example, this last test will fail) At his point : sq <- function(x){return(x2)} is in R/main.r 1) What shall I put in the test file ? 2) Cann't I build a Rout file containning th...
2016 May 06
2
yum update (first in a long time) - /var/log/dovecot no longer used
...t about learning new tools. It is about how the > system works. I am not going to argue they (refugees to UNIX) are right, > or proponents of systemd (and friends) are right. The important part is > that each weighed the changed and will deal with the consequences of the > decision made conscientiously. But for that (to make good decision), once > again: > > Read the "upgrade notes" [systemd documentation in this case]! This is the > decision about your system and its future life. Right. And I do want to point out, this list is really not the place to discuss the pos...
2017 Apr 12
2
v2.2.29.1 released
On 12 Apr 2017, at 22.25, Ralf Zimmermann <r.zimmermann at siegnetz.de> wrote: > > Hi, > > is there a newer public key available? > > root at dc:/usr/local/src# gpg --verify dovecot-2.2.29.1.tar.gz.sig dovecot-2.2.29.1.tar.gz > gpg: Signature made Wed 12 Apr 2017 12:40:03 PM CEST using DSA key ID 40558AC9 > gpg: Can't check signature: public key not found >
2003 Jan 16
0
Appropriate privileges of users on Win clients
...bar or the Explorer. The dialog boxes accept all changes as if it's perfectly legitimate and then nothing changes and nothing ever gets saved in the profile. Giving all domain users administrative privileges on clients they're currently logged on to is great. Everything works, people are conscientious about the awesome powers they've been granted, the hot-line calls are greatly reduced etc. etc. but the destructive potential, by genuine mistake or malicious intent, cannot be ignored. Unfortunately no other configuration I tested gives anything like usual Win user privileges. These ad...
2013 Mar 28
0
Senior Project Manager - SCRUM Master vacancy Poland
...egotiation, and consensus-building skills. Ability to manage frontend developers and designers Personal Qualities • Strong communicator with excellent English language skills (written and verbal) • The ability to get things done in an emerging, high-growth company • Smart, creative, energetic, conscientious, and enthusiastic person with strong problem solving skills • Team player with a customer-focused attitude We are committed to growing out footprint in Poland, and all hires will be working for BrightBytes directly. We offer: • Competitive base salaries • Semi-annual bonuses based on company...
2016 May 06
4
yum update (first in a long time) - /var/log/dovecot no longer used
On Thursday 05 May 2016 17:16:17 Valeri Galtsev wrote: > There were several heated discussions on this list, and elsewhere. This is > not intended to start the new one, but to help someone who missed them to > define their statute. > > People split into two groups: > > Opponents of systemd (, firewqalld, etc.) who argue that from formerly > Unix-like system Linux becomes
2013 Mar 28
0
Sr Front End Developer vacancy in Poland
...d field required, an advanced degree preferred. Familiarity with common User Interface designs Personal Qualities • Strong communicator with excellent English language skills (written and verbal) • The ability to get things done in an emerging, high-growth company • Smart, creative, energetic, conscientious, and enthusiastic person with strong problem solving skills • Team player with a customer-focused attitude We are committed to growing out footprint in Poland, and all hires will be working for BrightBytes directly. We offer: • Competitive base salaries • Semi-annual bonuses based on company...
2006 Jun 20
7
CentOS-4.4 - Some major changes on the way
I would like to take the time to inform people that CentOS-4.4 will contain some major changes. The changes are significant enough that I would like to spell out some of them now, probably at least a month before the release of the upstream "EL4 update 4" is released. The Mozilla Suite (Browser, Mail, Chat clients) will be replaced by SeaMonkey. This is due to Mozilla's change in
2011 Jun 10
0
DC area: International Food Policy Research Institute looking for an Infographist/Technical Writer
...in networked and web-based environments, and experience in the use of social media tools. - Proficient in generating clear and compelling graphics and tables from large data files and in the use of desktop and web publishing or similar publication-ready document software - Highly output-focused and conscientious with a strong attention to detail. - Ability to work under pressure in an international team setting. Preferred Qualifications: - Proficiency in the use of GIS software to annotate and publish maps - Proficiency in French - Data management skills in Excel and MySQL - Experience in generating i...
2005 May 12
4
Polycom Bootrom 2.6.2 and SIP 1.5.2
I got em. You want em? Anyone know how I can get these to the site listed on the Wiki? Thanks, Wiley -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050512/dfee13b3/attachment.htm
2011 Feb 08
2
Plot colour according to column
Hi, I am trying to plot several columns in different graphs in columns and rows. The first column of my data file is the time, and the third is the 'elevation angle' with 19 different numbers. I would like to plot the rest of the columns with the x axis as time and the individual angles in different colours. Here is the code I am using right now. It plots the different columns with time,
2018 Aug 23
7
conflicted: an alternative conflict resolution strategy
...s that the most recently loaded package ?wins? any conflicts. You do get a message about conflicts on load, but I see a lot newer R users experiencing problems caused by function conflicts. I think there are three primary reasons: - People don?t read messages about conflicts. Even if you are conscientious and do read the messages, it?s hard to notice a single new conflict caused by a package upgrade. - The warning and the problem may be quite far apart. If you load all your packages at the top of the script, it may potentially be 100s of lines before you encounter a conflict. -...
2018 Aug 24
1
conflicted: an alternative conflict resolution strategy
...ns that the most recently loaded package ?wins? any conflicts. You do get a message about conflicts on load, but I see a lot newer R users experiencing problems caused by function conflicts. I think there are three primary reasons: - People don?t read messages about conflicts. Even if you are conscientious and do read the messages, it?s hard to notice a single new conflict caused by a package upgrade. - The warning and the problem may be quite far apart. If you load all your packages at the top of the script, it may potentially be 100s of lines before you encounter a conflict. - Th...
2016 May 06
1
yum update (first in a long time) - /var/log/dovecot no longer used
...is change it not just about learning new tools. It is about how the system works. I am not going to argue they (refugees to UNIX) are right, or proponents of systemd (and friends) are right. The important part is that each weighed the changed and will deal with the consequences of the decision made conscientiously. But for that (to make good decision), once again: Read the "upgrade notes" [systemd documentation in this case]! This is the decision about your system and its future life. Valeri > > What I didn't expect, and what really threw me was that this has been > implemented...
2016 May 06
0
yum update (first in a long time) - /var/log/dovecot no longer used
...new tools. It is about how the >> system works. I am not going to argue they (refugees to UNIX) are right, >> or proponents of systemd (and friends) are right. The important part is >> that each weighed the changed and will deal with the consequences of the >> decision made conscientiously. But for that (to make good decision), >> once >> again: >> >> Read the "upgrade notes" [systemd documentation in this case]! This is >> the >> decision about your system and its future life. > > Right. And I do want to point out, this list...
2018 Aug 24
0
conflicted: an alternative conflict resolution strategy
...loaded package ?wins? any conflicts. You do get a message about > conflicts on load, but I see a lot newer R users experiencing problems > caused by function conflicts. I think there are three primary reasons: > > - People don?t read messages about conflicts. Even if you are > conscientious and do read the messages, it?s hard to notice a single > new conflict caused by a package upgrade. > > - The warning and the problem may be quite far apart. If you load all > your packages at the top of the script, it may potentially be 100s > of lines before you enc...
2018 Aug 23
0
conflicted: an alternative conflict resolution strategy
...oaded package ?wins? any conflicts. You do get a message about > conflicts on load, but I see a lot newer R users experiencing problems > caused by function conflicts. I think there are three primary reasons: > > - People don?t read messages about conflicts. Even if you are > conscientious and do read the messages, it?s hard to notice a single > new conflict caused by a package upgrade. > > - The warning and the problem may be quite far apart. If you load all > your packages at the top of the script, it may potentially be 100s > of lines before you...
2006 Nov 18
1
Why SAM has totally diffent results in R2.1.1 and R2.4.0
Hi, I am using SAM (from siggenes_1.2.11 package) method to select genes from a microarray data set. After installing the latest R2.4.0 on my computer, to my surprise the results are totally different from that calculated using R2.1.1. Even the example code doesn't work the same way under these two versions of R. Does anybody know what is going on? Thanks for any suggestions.