Displaying 10 results from an estimated 10 matches for "11235".
Did you mean:
1123
2011 Dec 02
5
[LLVMdev] Passes propose passes
While trying to find a solution for this bug
http://llvm.org/bugs/show_bug.cgi?id=11235 ,
I came to the conclusion that the following things can happen while
optimizing:
- after gvn, I get new constants which are inserted into br and
add/sum/..., so there should be at least one more jump-threading and/or
instsimplify
- after instsimplify, I get new constants which are inserted into...
2011 Dec 05
0
[LLVMdev] Passes propose passes
On Dec 2, 2011, at 11:56 AM, Carl-Philip Hänsch wrote:
> While trying to find a solution for this bug http://llvm.org/bugs/show_bug.cgi?id=11235 ,
> I came to the conclusion that the following things can happen while optimizing:
> - after gvn, I get new constants which are inserted into br and add/sum/..., so there should be at least one more jump-threading and/or instsimplify
> - after instsimplify, I get new constants which are...
2011 Dec 02
0
[LLVMdev] Passes propose passes
On Fri, Dec 2, 2011 at 11:56 AM, Carl-Philip Hänsch
<cphaensch at googlemail.com> wrote:
> While trying to find a solution for this bug
> http://llvm.org/bugs/show_bug.cgi?id=11235 ,
> I came to the conclusion that the following things can happen while
> optimizing:
> - after gvn, I get new constants which are inserted into br and
> add/sum/..., so there should be at least one more jump-threading and/or
> instsimplify
> - after instsimplify, I get new cons...
2016 Feb 12
2
Segmentation fault on doveadm search -A with a huge user base
...doveadm: Error: search: invalid option -- 'd'
Feb 12 23:09:41 backend1 dovecot: doveadm(2001:638:913:f33::5:1,1mstrei2): Error: doveadm search: Client sent unknown parameter: ?
Feb 12 23:09:41 backend1 dovecot: doveadm(2001:638:913:f33::5:1,1mstrei2): Fatal: master: service(doveadm): child 11235 killed with signal 11 (core dumped)
Is this a known behaviour and fixed already, or do I need to do more
investigation?
(PS: Running the same command on one of the backends works w/o failure)
Best regards from Dresden/Germany
Viele Gr??e aus Dresden
Heiko Schlittermann
--
SCHLITTER...
2006 Jul 03
0
Prototype 1.5.0_rc0 form_serialize issues for select lists
Hi,
we have a rails 1.0 application and I did some tests to see if we could upgrade
to rails 1.1
One issue I found, is that prototype 1.5.0_rc0, that was installed by rake
rails:update:javascripts, changes the way a select list is serialized if an
option has an empty value.
Consider a form like
<%= form_tag :action => ''test_form_post'' %>
<% options = {
2009 Jul 17
2
Re placing null values (#NULL!)
..."Props_":
access_emp pct_vacant TAVAIL park PARKACRES totlandare
4538 52.15 #NULL! 0 1 22.99 74,129.70400
4539 52.15 .09 0 1 22.99 982,850.80400
10292 54.20 #NULL! 1 0 0.00 212,382.82400
11235 52.93 #NULL! 1 1 15.57 1,355,691.04700
14294 55.42 .09 0 0 0.00 36,693.81700
14295 55.42 #NULL! 0 0 0.00 97,526.17400
14296 55.42 #NULL! 0 0 0.00 125,131.20300
14297 55.42...
2008 Apr 04
1
iTunes and Safari
In this last update I was able to get iTunes to actually open but it still is very flakey. Can't move window well and always freezes up. Also, the Safari web browser does not open. Is there a setting i can change to fix this?
Thanks,
Jeff
2013 Feb 13
0
seasonal sum and mean and combine multiple, different data frames in .csv
Hi Irucka,
No problem.
I guess this could be done using:
Sample data:
Dailydo<- structure(list(Date = structure(c(11231, 11232, 11233, 11234,
11235, 11236, 11207, 11208, 11209, 11179, 11180, 11181, 11151,
11152, 11123, 11093, 11064, 11065, 11035, 11036, 11008, 11009,
10979, 10980, 11347, 11348, 11380, 11381, 11410, 11406, 11438,
11439, 11470, 11502, 11528, 11560, 11561, 11593, 11594, 11621,
11622, 11654, 11685, 11992, 11962, 11963, 11964,...
2013 Mar 21
0
"[[i]]$" <- "" indexing and lapply
...INFO = INFO[[i]], windowY=10, windowQ=2,
windowS=0.5,minNumObs=10,minNumUncen=6, env=parent.frame())
}
# shows the correct naming convention before being ran through
modelEstimation
> dput(Daily)
structure(list(`21NC02WQ.C1000000` = structure(list(Date =
structure(c(11231,
11232, 11233, 11234, 11235, 11236), class = "Date"), Q =
c(0.886534950681092,
0.857937049046218, 0.829339147411344, 0.80074124577647,
0.772143344141596,
0.743545442506722), Julian = c(55060, 55061, 55062, 55063, 55064,
55065), Month = c(10, 10, 10, 10, 10, 10), Day = c(275, 276,
277, 278, 279, 280), DecYear = c...
2012 Oct 04
3
R combining vectors into a data frame but without a continuous common variable
Hello,
I have two different files which I'd like to combine to make one data frame
but I've no idea how to do it! The first file has two columns; one is the
date, the following is a binary code for debris flow events. Then my other
file has also two columns; the date and then precipitation data.
The thing is, is that the two date columns don't all contain the same dates.
The binary