Displaying 20 results from an estimated 153 matches for "alekseys".
Did you mean:
aleksey
2008 Jul 31
3
Re: how to install BackupPC on CentOS 5.2 -- how do I use Test repository?
Ok, downloading the BackupPC RPM directly did not work to myriad
dependencies and sub-dependencies.
How do I add the Test repository to my yum config, please?
Aleksey
On 7/31/08, Aleksey Tsalolikhin <atsaloli.tech at gmail.com> wrote:
> Hi. I just installed CentOS for the first time, to make a BackupPC server.
>
> However, when I try to install BackupPC using yum, I get the
2015 Nov 19
2
rol/ror IR support question
Hi all,
Is it planned to add support of rotations to IR?
Thanks,
Aleksey Zasenko
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20151119/c897b935/attachment.html>
2010 Nov 16
4
Simple error handling in R
Hi R experts,
I am looking for a simple error handling approach, whereby I could stop
function execution with a customized error message. For example:
for (i in 1:10) {
if (i == 5)
# I'd like to be able to stop right here with an error message I have
complete control over
}
The problem with stop() is that I cannot control completely what gets
printed to the terminal, even with
2005 Feb 10
5
Low level optimization
Hi to all of vorbis developers!
I think it is time to do core optimizations to vorbis-coder/decoder in
asm. I`d like to help. What you think about that?
2005 Feb 10
5
Low level optimization
Hi to all of vorbis developers!
I think it is time to do core optimizations to vorbis-coder/decoder in
asm. I`d like to help. What you think about that?
2003 Jun 22
1
Using weighted.mean() in aggregate()
Dear R users, I have a question on using weighted.mean() while aggregating a
data frame. I have a data frame with columns Sub, Length and Slope:
> x[1:5,]
Sub Length Slope
1 2 351.547 0.0025284969
2 2 343.738 0.0025859390
3 1 696.659 0.0015948968
4 2 5442.338 0.0026132544
5 1 209.483 0.0005304225
and I would like to calculate the weighted.mean of Slope, using Length
2010 Aug 20
2
SSH Sequence diagrams
Hello, Dear SSH developers. I'm currently studying Business Information
Technologies at the University of Applied Sciences in Oulu, Finland. I'm
about to start my own online computer security related magazine. I would
like to make an article about the helpful ssh protocol for security
professionals. I have made sequence diagrams on how the SSH 2.0 protocol
works, however i'm not sure
2018 Jul 11
0
DRS and DNS sync are not working after update from 4.8.2 to 4.8.3
Hi there,
I had some off list conversation with Aleksey and wanted
to give an update on our findings (s. below).
I'm currently preparing a test stack with
ldb 1.4.0 (without lmdb support)
and
samba 4.8.3
build on top of it, to check whether lmdb support causes
the mentioned trouble.
An on a site note:
When compiling ldb 1.4.0 with "--without-ldb-lmdb" a general
error
2000 Nov 17
2
Randomly selecting n (unique) elements out of vector of length m...
Dear R users,
I wonder if there is a simple way to select a random and non-overlapping
subset of a vector?
Say, I need to randomly select 10 out of 100 numbers in a vector V. By
"non-overlapping" I
mean that a number in any position in V (V[1]...V[100]) should be
selected at most once
(i.e. selection without recycling).
I could simplu use a uniform distribution to generate selection
2010 Mar 05
2
Sweave and optional document sections
Dear R and Sweave users,
Is there a way to have optional sections in a Sweave-generated report
document, complete with section header(s), text and code chunks? In other
words, I'd like for my report to include or omit certain sections based on
the data itself.
For example, If I examine the input dataset early on in the report and set a
variable has_daily_data = TRUE, then I'd like to
2017 Aug 24
2
AArch64 buildbots and PR33972
I'd like to mention that test does not allocate 30TB, it allocates 1TB, the
rest, ~20TB, is reserved (but not actually used) for ASan shadow memory, it
should not be a problem by itself.
The test on your bot failed because it tried to reserve 27TB of memory,
which is more than set by ulimit earlier in this test. I do not immediately
see why it wants to reserve that much shadow for AArch64
2003 Nov 11
2
Test for new page
Dear R experts,
I am writing a multi-page PDF file and would like to put a header on each
page. Is there a way to test a graphic device to see if a new page is started
(so that I know when to write the header)?
I could simply count the plots made (each page has the same number of plots),
but wanted to see if a more general solution is available.
Thank you,
Aleksey
--
Aleksey Naumov
GIS
2008 Aug 04
3
rsync 2.6.9 uses a lot of memory; has that changed in rsync 3.0.3 ?
Hi. Has the issue with rsync using a lot of memory if there are a lot
of files been addressed in 3.0?
I checked the rsync FAQ and it says this issue would require a major
rewrite of rsync, not sure if that entry is up to date or not - 3.0 is
a major rewrite AFAIK.
Thanks,
Aleksey
2013 Oct 02
0
[LLVMdev] Codegen performance issue: LEA vs. INC.
This sounds like llvm.org/pr13320.
On 17 September 2013 18:20, Bader, Aleksey A <aleksey.a.bader at intel.com> wrote:
> Hi all.
>
>
>
> I’m looking for an advice on how to deal with inefficient code generation
> for Intel Nehalem/Westmere architecture on 64-bit platform for the attached
> test.cpp (LLVM IR is in test.cpp.ll).
>
> The inner loop has 11 iterations
2002 Oct 26
3
Using the Search Engine & Keywords
Dear R experts,
Can anyone running R on Linux share how they use the "Search Engine &
Keywords" page of R documentation? I cannot do any javascript on this page,
either searching for a term or following the keyword links. I tried Konqueror
(3.0.4, with javascript globally enabled), Mozilla (1.1), and Galeon (1.2.5),
but none of them do anything...
Sorry, I don't know
2013 Sep 17
2
[LLVMdev] Codegen performance issue: LEA vs. INC.
Hi all.
I'm looking for an advice on how to deal with inefficient code generation for Intel Nehalem/Westmere architecture on 64-bit platform for the attached test.cpp (LLVM IR is in test.cpp.ll).
The inner loop has 11 iterations and eventually unrolled.
Test.lea.s is the assembly code of the outer loop. It simply has 11 loads, 11 FP add, 11 FP mull, 1 FP store and lea+mov for index
2013 Oct 03
2
[LLVMdev] Codegen performance issue: LEA vs. INC.
The two address pass is only concerned about register pressure. It sounds like it should be taught about profitability. In cases where profitability can only be determined with something machinetracemetric then it probably should live it to more sophisticated pass like regalloc.
In this case, we probably need a profitability target hook which knows about lea. We should also consider disabling
2010 Oct 18
2
Who maintains php-pgsql package? I want to ask about using PostgreSQL 8.4 library instead of PostgreSQL 8.1.
How do I find out who is the maintainer of the php-pgsql package, please?
I want to request upgrade from underlying postgresql-libs-8.1.21
(/usr/lib64/libpq.so.4) to postgresql84-libs-8.4.4 (/usr/lib64/libpq.so.5.2).
Background on this request: Apache httpd's php's php-pgsql uses
PostgreSQL 8.1 library (/usr/lib64/libpq.so.4), which leaks memory.
PostgreSQL 8.4 library does not leak.
2018 Jun 28
5
DRS and DNS sync are not working after update from 4.8.2 to 4.8.3
After update I have got this:
samba-tool drs kcc -Uadm2 -d 9
INFO: Current debug levels:
all: 9
tdb: 9
printdrivers: 9
lanman: 9
smb: 9
rpc_parse: 9
rpc_srv: 9
rpc_cli: 9
passdb: 9
sam: 9
auth: 9
winbind: 9
vfs: 9
idmap: 9
quota: 9
acls: 9
locking: 9
msdfs: 9
dmapi: 9
registry: 9
scavenger: 9
dns: 9
ldb: 9
tevent: 9
auth_audit: 9
2013 Jun 04
3
[LLVMdev] Missing InstCombine optimization.
Hi Jakob,
I've a problem related to the commit #155362.
Consider the following snippet:
void bar(float* f) {
...
}
void foo(float* f, int idx) {
int hi = idx>>3;
int lo = idx&7;
bar(&f[hi*8+lo]); // hi*8 + lo == idx
bar(&f[hi*10+lo]);
}
Before 155362 revision InstCombine was able to optimize hi*8+lo to idx by applying following patterns:
1. hi*8 -> hi << 3