search for: lest

Displaying 20 results from an estimated 245 matches for "lest".

Did you mean: last
2020 Sep 07
2
OrcV1 removal
Hi Andres, Postgres uses removable code support and Orcv1. I does make me quite > worried to see a phase where there'll be no viable way of using both in > llvm. Why isn't the right answer here to at lest develop the > replacement as a set of patches / as a branch that then can be merged as > a whole / shortly after each other, rather than just starting to develop > a replacement after the removal. That sounds good to me. I'll create a branch called 'orcv1-removal' for this sh...
2017 Aug 21
2
pop 110/995, imap 143/993 ?
Lest anyone think STARTTLS MITM doesn't happen, https://threatpost.com/eff-calls-out-isps-modifying-starttls-encryption-commands/109325/3/ Not only for security, I prefer port 993/995 as it's just plain simpler to initiate SSL from the get-go rather than to do some handshaking that gets you...
2011 Jun 15
2
oVirt updates
...sion 2.0 will be coming in the next week or two * New newt based UI for easier configuration * Current Backlog/Roadmap: https://fedorahosted.org/ovirt/wiki/Backlog ovirt-server * There is no active development happening here at this time * If you're interested in adopting the project, please lest us know on the ovirt-devel at redhat.com mailing list The oVirt Team http://ovirt.org IRC: #ovirt on oftc.net ovirt-devel at redhat.com -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/x-pkcs7-signature Size: 5913 bytes Desc: not av...
2016 Aug 11
3
script to make webpage snapshot
...b browser if one point to that URL. I do not care it to be interactive. I also don't want to get the content ("mirror") of stuff that URL points to on variety of "depths" - I don't want to use wget or curl for this reason. That is what I tried first and it breaks with at lest one of the web sites - they do seem protect themselves from "robots" or similar. And we don't need it. We just need to show what they page shows today, that's all. Valeri > > -- > john r pierce, recycling bits in santa cruz > +++++++++++++++++++++++++++++++++++++++...
2020 Sep 07
2
OrcV1 removal
Hi All, The time has finally come to remove OrcV1. I expect to remove it some time after the 14th of September. This will remove all the legacy layers, legacy utilities, the old Orc C bindings, and OrcMCJITReplacement. ExecutionEngine and MCJIT will *not* be affected by this. I had hoped to have removable code enabled before deleting OrcV1, but it turns out that implementing removable code in
2008 Mar 07
0
How to do a time-stratified case-crossover analysis for air pollution data?
...da<-weekdays(dates) tymo<-months(dates) tyyear<-as.character(dates) for (i in 1:n) { ask<-tyyear[i] tyyear[i]<-substr(ask,1,4) } #replicate cases air<-data.frame(mi, tyda, tymo, tyyear, pm10, dates) air$stratn<-as.numeric(strata(air$tyda, air$tymo,air$tyyear)) lest<-unique(air$stratn) air$nctrl<-0 airbase<-air #find the number of controls whithin each stratum for (i in 1:length(lest)) { a<-which(air$stratn==lest[i]) for (j in 1:length(a)) { air$nctrl[a[j]]<-sum(air$mi[a[-j]]) } } #create cases and contr...
2002 Jun 11
3
RES: OpenSSH with slow login
...ve ser divulgado sem pr?via autoriza??o. Se voc? n?o ? o destinat?rio desta mensagem, ou o respons?vel pela entrega desta, voc? n?o est? autorizado a revelar, copiar, distribuir ou reter esta mensagem ou qualquer parte da mesma. O uso impr?prio ser? tratado conforme as normas da ATL - ALGAR TELECOM LESTE S/A. Opini?es, conclus?es, ou outras informa??es nesta mensagem que n?o se relacionam com a linha de neg?cios da ATL devem ser compreendidas como n?o sendo fornecidas e nem de responsabilidades desta empresa. ==================================================================== _________________...
2008 Mar 07
0
How to do a time-stratified case-crossover analysis for air pollution data? Unformatted text-version, with an additional note
...1 + (ti-1) tyda<-weekdays(dates) tymo<-months(dates) tyyear<-as.character(dates) for (i in 1:n) { ? ask<-tyyear[i] ? tyyear[i]<-substr(ask,1,4) } #replicate cases air<-data.frame(mi, tyda, tymo, tyyear, pm10, dates) air$stratn<-as.numeric(strata(air$tyda, air$tymo,air$tyyear)) lest<-unique(air$stratn) air$nctrl<-0 airbase<-air #find the number of controls whithin each stratum for (i in 1:length(lest)) { ?? a<-which(air$stratn==lest[i]) ?? for (j in 1:length(a)) ?? { ????? air$nctrl[a[j]]<-sum(air$mi[a[-j]]) ?? } } #create cases and controls cami<-rep(1,s...
2007 Jun 13
1
SERVFAIL <=> NXDOMAIN
Hello, we encountered a problem with registry nic.at for tld .at and their transaction "BillWithDraw". This transaction allows an registrar to delegate authority back to registry. For a successful use of this transaction all nameserver-entries for the zone will be deleted by our application before nic-order will be sent to nic.at. Nic.at now checks all nameserver for existing
2007 Jul 23
3
Aggregate daily data into weekly sums
Dear Lest, I have a two-variable data frame as follows (the time peirod of the actual data set is 10 years): Date Amount 1 6/1/2007 1 2 6/1/2007 1 3 6/4/2007 2 4 6/5/2007 2 5 6/11/2007 3 6 6/12/2007 3 7 6/12/2007 3 8 6/13/2007 3 9 6/13/2007...
2007 Jan 25
1
Dovecot website
I think that the Dovecot website is down/unreachable, at lest from a couple of Italian IPs Ciao, luigi -- / +--[Luigi Rosa]-- \ Old programmers never die, they just hit account block limit.
2006 Jan 05
1
Ruby on Rails Workshop in Graz, Austria
...i build a Web Application with it These are the imporant points, but these include many things. You also get a CD with a bunch of Software, for a good start and a copy of the workshop material What should i take with me? * a Laptop ( very important ) Also you should have knowledg of at lest one programming language and you should have worked with HTML Javascript and CSS. The best would be if you already know Ruby. How much will it cost? it will cost ? 170,- per person Where it takes place? In graz, the beautiful capital of styria, in austria. I?m unsure at the moment where it...
2007 Apr 28
1
Using factors in R
Dear R super-users, I am quite new in using R and I am not managing to edit factors. Lest suppose that one has the following data: Factor A Factor B Factor C Claims Factor A has 3 factors (1,2 and 3). To simplify the glm model I only want to have 2 factor (let's say 1 and 3). I should I do this? Thank you in advance. Kind regards, Pedro Sobral [[alternative HTML version del...
2010 Nov 10
2
odfWeave/XML Windows issue
I am getting the following error when using odfWeave Error in xmlEventParse(infile, handlers = handlers, trim = FALSE, state = state) : File content_1.xml does not exist This appears to be the same issue detailed in http://markmail.org/message/qsrqdtozizlngbrt#query:+page:1+mid:qsrqdtozizlngbrt+state:results however the link to XML_1.93-2.3.zip appears to be dead. Is there either a better
2002 Apr 24
2
Password in SSH scrips
...feature ? Using keygen ? If posssible, describe with details how can I make some script, for example: - cd /tmp - lcd /tmp - scp list.cfg root at mactest - echo OK I have the same problem for SFTP. Can anyone help me ? Att, Jorge Cleber JUNIOR cleber.junior at atl.com.br ATL - Algar Telecom Leste IT - System Security Office (SSO) Tel: (21) 2528-9303 ==================================================================== O conte?do desta mensagem e todos os seus anexos s?o para uso restrito, confidencial e est?o protegidos legalmente, sendo endere?ado somente ao(s) destinat?rio(s) e n?o...
2002 Apr 24
0
OpenSSH server on NT - reboot ?
Hi, When I install an OpenSSH server on a NT machine, do I need to reboot it ? regards, Jorge Cleber JUNIOR cleber.junior at atl.com.br ATL - Algar Telecom Leste IT - System Security Office (SSO) Tel: (21) 2528-9303 ==================================================================== O conte?do desta mensagem e todos os seus anexos s?o para uso restrito, confidencial e est?o protegidos legalmente, sendo endere?ado somente ao(s) destinat?rio(s) e n?o...
2006 Jan 15
2
zaptel echo canceller preload patch
I've just posted the patch across to the dev list. I'll post it here if anyone asks for it, but didn't want to initially, lest the crossposting gods strike me down from above :) James
2010 Jul 08
5
No space left on device on not full filesystem
Hello, We have running lustre 1.8.1 and have met "No space lest on device" error when uploading 500 Gb small files (less then 100 Kb each). The problem seems to depends on the number of files. If we remove one file, we can create one new file, even with Gb size; but if we haven''t remove something we can''t create even very little file,...
2012 Mar 15
5
itunes must work with wine or els!!!
...hey still refuse to give Linux a try sadly. My favorite is banshee and I like everything it comes with, personally I don't like or would Never use itunes, But unfortunately people Love itunes and probably would Never stop using itunes, especially this week with the new ipad that just came out!. Lest be honest tho nobody's ever going to want to switch from windows to Linux if itunes doesn't work with Linux tons of people have iphones and ipads and itunes is very easy and very convenient for them as appose to Linux because we all know that Linux doesn't work with itunes. SO if there...
2012 Dec 06
1
KDE login screen configuration problems
...wever, when I checked my CentOS 6.3 system, there was no such file, no /etc/sysconfig/desktop. I've not been able to find any method to enable KDE login in 6.3. The method mentioned in the earlier reply was for CentOS 5, not 6. Any further suggestions? mw -- -- "Lose not thy airspeed, lest the ground rises up and smites thee." -- William Kershner http://crucis-court.com http://www.crucis.net/1632search