search for: lookint

Displaying 4 results from an estimated 4 matches for "lookint".

Did you mean: looking
2016 Nov 21
2
LLVM Stable
Hello fellow developers, I wanted to follow a more up-to-date llvm version and saw the google/stable branch that seems to be updated every two weeks or so. But it seems that the last update of the google/stable branch is from 2016-08-15 [1]. Did it move to somwhere else and I am lookint at the wrong spot, or maybe there is something terribly wrong with the current trunk? Regards. [1] https://llvm.org/svn/llvm-project/llvm/branches/google/stable/ -- *Alexandre Isoard* -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/piper...
2005 Mar 18
2
How to create a 'fit' plot
...s someone who is in the process of trying to migrate from Excel, I'd appreciate any help on this question: I have a data set and want to fit, say, three distributions to it. I would like to create a plot that shows my data points against all three fitted curves (estimated d.f.). Basically, I lookint to creat a plot that looks like the one presented in the attached paper (Figure 5, page 12): http://www.math.ethz.ch/~mcneil/ftp/astin.pdf Could you please show me, or point me to example code showing, how that can be done? Thanks,
2016 Nov 22
2
LLVM Stable
...velopers, > > I wanted to follow a more up-to-date llvm version and saw the > google/stable branch that seems to be updated every two weeks or so. But it > seems that the last update of the google/stable branch is from 2016-08-15 > [1]. > > Did it move to somwhere else and I am lookint at the wrong spot, or maybe > there is something terribly wrong with the current trunk? > > Regards. > > [1] https://llvm.org/svn/llvm-project/llvm/branches/google/stable/ > > -- > *Alexandre Isoard* > _______________________________________________ > LLVM Developers m...
2006 Mar 03
0
binary_to_string/string_to_binary confusion
...s still pass, but the third pass fails: 1) Failure: test_load_save(BinaryTest) [binary_test.rb:36]: Reloaded data differs from original. <false> is not true. It is failing because it is storing the raw X''<hex digits>'' data instead of converting it back into binary. Lookint at the code, it appears that database results pass through the type_cast method to convert into native objects. That code shows that :binary column types pass through binary_to_string. However, if I implement binary_to_string to decode data fetched from the database, then set accessors fail becau...