Displaying 10 results from an estimated 10 matches for "kaluza".
2010 Jun 24
1
?to calculate sth for groups defined between points in one variable (string), / value separating/ spliting variable into groups by i.e. between start, NA, NA, stop1, start2, NA, stop2
...top2 Start2-Stop2
# place of max (in Start1-Stop1: 4 th element in gruop Start1-Stop1
# place of max (in Start1-Stop1: 2 nd element in gruop Start1-Stop1
c0 c3 c4 c5
4 Start1 Stop1 Start1-Stop1
2 Start2 Stop2 Start2-Stop2
Thanks for any suggestion,
Kaluza
[[alternative HTML version deleted]]
2011 Dec 14
2
Apache httpd-2.2.15 updates
Hello,
I am working on a CentOS Linux 2.6.32-71.el6.x86_64 system.
I noticed that the system came with httpd-2.2.15-6 installed.
After I run 'yum update' I get httpd-2.2.15-9.
I did some research on the Internet, but can't find the following
information: are most of the security fixes that appear in httpd-2.2.21
applied to the update on httpd-2.2.15-9?
There was a security fix just
2011 Jul 27
1
how to replace values in x by means in subgroups created in ... (not loops)
# Dear all,
# how to replace values in x by means in subgroups created in ...
# replace only these values where y=0 in continous sequence
# replace by mean calculated locally for each subgroup created by
# continous sequence of 0,0,0 in parallel y vector, i.e.
# where there is continous sequence of 0 in data frame vector y
# but we do not replace values in x[i], if y[i]!=0
# we do not want
2010 May 21
1
GPS finding and mark interesting POI within table with large GPS points collection
Dear R users,
#----------------------------------------------------------------------------------------------------------------------------
#There is table containing 1000 (lat, lon, time) GPS positions, wchich should be recognized and labeled in every row of that #recognized position by label from defined POI vector
GPS$Lat =c(9,2.2,2,3,4,5,6,7,2,9,2.1,10,3.3,0 , 6, 8, 9)
GPS$Lon =c(0,1
2011 Jun 01
6
[Bug 8198] New: rsync does not set TZ variable after chroot(), which confuses logging timestamps
...confuses logging timestamps
Product: rsync
Version: 3.1.0
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P5
Component: core
AssignedTo: wayned at samba.org
ReportedBy: jkaluza at redhat.com
QAContact: rsync-qa at samba.org
Hi,
after chroot(), "current" timezone is changed in chrooted process which leads
to the following output in logs:
May 29 20:00:35 nec-em12 rsyncd[9770]: connect from localhost.localdomain
(127.0.0.1)
May 29 20:00:35 nec-em12 rsy...
2011 Jul 28
0
_: how to replace values in x by means in subgroups created in ...(not loops)
...ataset, tmp)
>result$Mean[is.na(result$y) | result$y != 0] <- result$x[is.na(result$y) | result$y != 0]
>
>Best regards,
>
>Thierry
>> -----Oorspronkelijk bericht-----
>> Van: r-help-bounces@r-project.org [mailto:r-help-bounces@r-project.org]
>> Namens Eugeniusz Kaluza
>> Verzonden: woensdag 27 juli 2011 11:21
>> Aan: r-help@r-project.org
>> Onderwerp: [R] how to replace values in x by means in subgroups created in ...
>> (not loops)
>>
>>
>> # Dear all,
>> # how to replace values in x by means in subgroups create...
2018 Aug 23
0
Total Recall. The sea shall see, how all... Marshall.
...from
the stars, and the knowledge and wisdom that will keep us from "/bunting/
<http://marchekay.gq/lists/lt.php?id=YUgFAQNQUE9RUVAdU1wDX1cNVg>
" instead of flourishing.
<http://marchekay.gq/lists/lt.php?id=YUgFAQNQUU9RUVAdU1wDX1cNVg>
I've pointed out that while we have Kaluza Klein and we have the LHC and a
decent understanding of "how the Universe works" we spend most of our time
these days preoccupied with things like "quantum entanglement" and "string
theory" that may hold together the how and the LAMDA of connecting these "y
they...
2010 May 22
1
How to find all single minima, i.e. only each one within each next part of analyzed vector (table)
Dear R users,
How to find all single minima within each next part of analyzed vector (table)
Select all minima (mass_value=min & mass_value<2)
(many) in vector(table),
BUT first put mask on table in order to select
within one window mask (5 elements) only one local minimum, and next to search within
the next time window mask the second minimum (only one local along second mask)
2012 Mar 26
0
filter and merge 2 big Df's by=t_chr in sec.
...2*c(1:length(t_chr2)),dfb.c=0.1*c(length(t_chr2):1))); Df.b
#------------------------------------------
merge(Df.a,Df.b, by.x=t_chr,by.y=t_chr2,all.x=TRUE,all.y=TRUE)
And if in Df.a there is no all seconds measurements?
And if in Df.a. there are many NA?
How we can handle it in R?
Thanks
KaluzaEA.
[[alternative HTML version deleted]]
2011 Jul 01
0
How to filter XY pairs of inacurate gps position along track, taking into account the time index to not mix track from different days in one average track
Dear R users,
subject: How to filter XY pairs of inacurate gps position along track, taking into account the time index to not mix track from different days in one average track
or subject as: How to filter XY pairs of inacurate gps position: (latitude, longtitude)
to get estimated correct position before calculating track
i.e.
How to estimate (time series? )?
How to filter XY pairs of