Displaying 20 results from an estimated 157 matches for "astronomer".
2004 Mar 25
2
downloadable mailing list archive in mbox format
Hi there,
I'm beginner and would like to have mailing list archive to
read it offline and don't disturb mailing list.
I'd prefer mbox format.
Regards,
Oleg
_____________________________________________________________
Oleg Bartunov, sci.researcher, hostmaster of AstroNet,
Sternberg Astronomical Institute, Moscow University (Russia)
Internet: oleg at sai.msu.su,
2007 Jul 26
6
KStars on CentOS 4.4?
Is there an RPM for this? I think it's in the kdeedu package on the FC6
DVD. My wife is an amateur astronomer and she uses this excellent
program. If upstream isn't including it, can I get it and not break my
CentOS 4.4 system? (Also, I'd like to migrate her and my daughter to
CentOS). TIA, Lanny
2006 Apr 11
3
Robust Search Solution (with CentOS 4.3)
I've got about 10,000 docs I'd like to devise a
search/index for. I found a perl script called
Perlfect that can do that on an old P3 but at the
astronomical time of 7 hours. Another script(cgi/perl)
at hotscripts can do the same but allows the "rm -rf
/" exploit. DoH!?
Is there anything perl/flatfile that can search/index
faster? This is a nice job for an aging P3 in the
2004 Mar 29
2
cut and factor
Eric,
thanks for quick reply. at first look I thought it is what I need,
but, unfortunately, it doesn't applied to original data - it
creates new data with loosing original indexes ! I want to keep indexes
of original data, but replace original data with $mids of corresponding
$breaks.
So, if I have z = 1:10, t=hist(z,plot=F)
> z
[1] 1 2 3 4 5 6 7 8 9 10
> t$breaks
[1] 0 2
2005 Mar 12
2
data frame excerption
Hello,
is't possible to get excerptions of data frame using some contstraints,
something like q1 = q[q$V3<1] ?
Regards,
Oleg
_____________________________________________________________
Oleg Bartunov, sci.researcher, hostmaster of AstroNet,
Sternberg Astronomical Institute, Moscow University (Russia)
Internet: oleg at sai.msu.su, http://www.sai.msu.su/~megera/
phone:
2003 Dec 04
9
Port density: DS3 cards?
Obviously, there are no DS3 TDM cards that are currently compatible
with Zap channels. (or are there?)
Does anyone know of an inexpensive DS3 card that could perhaps be
used with Asterisk if one were to try to port the Zap drivers to such
a card? PCI, of course, would be the bus of choice.
I think there are quite a few discouraging comments to be made on
that question. Firstly, most
2016 Jun 22
2
KVM HA
On 6/22/2016 11:06 AM, Digimer wrote:
> I know this goes against the
> grain of sysadmins to yank power, but in an HA setup, nodes should be
> disposable and replaceable. The nodes are not important, the hosted
> services are.
of course, the really tricky problem is implementing an ISCSI storage
infrastructure thats fully redundant and has no single point of
failure. this requires
2006 Aug 25
4
fitting a gaussian to some x,y data
...re is a lot of scatter in the data). I want to
fit a normal distribution (i.e. a gaussian) to the data in order to
find the center. (The data has a loose "normal" look to it.) I have
done this with polynomial fitting in R with nls but want to try it
with a Gaussian (I am a student astronomer and have not a lot of
experience in statistics).
In looking at the fitdistr function, it seems to take as input a
bunch of x values and it will fit a gaussian to the histogram. That
is not what I need to do, I want to fit a normal distribution to the
x,y values and get out the parameters o...
2010 Mar 21
2
Find a rectangle of maximal area
For an application in image processing -- using R for statistical purposes -- I
need to solve the following task:
Given n (e.g. n = 100 or 200) points in the unit square, more or less randomly
distributed. Find a rectangle of maximal area within the square that does not
contain any of these points in its interior.
If a, b are height and width of the rectangel, other constraints may have to be
2004 Apr 01
4
multiple plots problem
Hello,
for testing & learning purposes I create X11 device and specify layout like
layout(c(1,2,3), 3, 1), so I could play with parameters and see
several plots at the same time. That works fine until I try to create 4-th
plot - all other plots erased. Such behaviour isn't desirable for testing
purposes and I'm asking where to look to disable erasing other plots.
Regards,
Oleg
2004 Aug 06
3
AW: final question: how many mountpoints can icecast handle ?
Hi Jack
thanks a lot for the inside information about the mountpoints.
So what you're saying is that I need for my project when
doing with icecast 1.x
- per 25-50 concurrent users one single server
So problem is, if I wanted to handle, say 1000 streams,
I would need 200 Servers..this puts the concept a bit
in jeopardy because that would push the cost of the service
into astronomical..in
2003 Dec 08
2
Asus A7V600 (3C940 1gb) + Oopsing kernel with PXELINUX
Hi!
We (an astronomical center) are building a small cluster for our
number-crunching. The problem is that we have 12 mobos A7V600 by Asus (for
athlons) - 1 server + 11 diskless nodes. And here comes the trouble...
hardware:
mobo: a7v600
net: 1 gigabit by 3com - 3c940, integrated in mobo
the problem is:
dhcp - works fine
tftp - works fine
pxelinux.0 - downloads fine (I hope)
linux kernel -
2004 Mar 25
1
factor based on pattern match ?
Hello,
is't possible to specify pattern in levels ?
> y=c("ff","f","m","mm","fm","mf","ffm","mmf","mmm","fff");
> factor(y)
[1] ff f m mm fm mf ffm mmf mmm fff
Levels: f ff fff ffm fm m mf mm mmf mmm
I want to specify levels using regexp ("f.*","m.*") or use
2004 Jun 17
0
2D Kolmogorov-Smirnov test: solution
Hi - A little while ago I posted a question about the implementation of
a two-dimensional analog of the Kolmogorov-Smirnov test in R[1][2]. As
there isn't one, as far as I know, people might be interested in a very
fast C++ implementation called MUAC which is available as a function
and as a standalone program from
http://www.acooke.org/jara/muac/index.html. Apparently the code is
2006 Jun 02
3
how to 'yum update' in a %post
Hi
After a kickstart install how do you get a yum update to run as the
final stage of the install?
a 'yum update' in the %post does not seem to do anything at all - no
errors just nothing?
thanks
2011 Jan 17
1
[nut-commits] svn commit r2832 - in trunk/docs: . website
On 14/01/2011 20:40, Arnaud Quette wrote:
> Author: aquette
> Date: Fri Jan 14 20:40:06 2011
> New Revision: 2832
> URL: http://trac.networkupstools.org/projects/nut/changeset/2832
>
> +link:http://www.networkupstools.org/source/2.6/nut-2.6.0.tar.gz.sig[signature]
May I suggest that you also provide checksums for the tarball? I'm
updating the FreeBSD port, and wanted to
2005 Jun 29
7
4.1 beta for Alpha platform
Hi all,
I have tried to install this beta release on PWS 433
au but I can not boot /kernels/vmlinux.gz image. Error
is: "unsupported compressed image". Is not posible to
install under this Alpha model??
Thank you.
__________________________________________________
Correo Yahoo!
Espacio para todos tus mensajes, antivirus y antispam ?gratis!
Reg?strate ya -
2006 Oct 06
6
transfer data from one hard drive to another
Hello I have an OS installation and data on a 40 gb drive that I would
like to image to a 80 gb drive. I don't care if the resulting
partition layout on the new drive is only 40 gb making me lose space.
I just want to move everything from the older drive because I think
it's failing. I have looked at partimage and mondo rescue as imaging
solutions but both deal with partitions. CAn someone
2007 Aug 28
3
Package Tracking System
Hello CentOS users,
Is there any sort of package tracking system for CentOS?
I'm used to Debian where I can view a changelog for each *Debian*
specific package. This is great because I can see specifically what has
been fixed and what known issues remain from release to release in the
Debian package, which is subtly different from the upstream release.
For instance, I can see
2010 Jun 16
1
The __WINE__ macro does not identify the Wine platform
According to some old discussion
(http://www.mail-archive.com/wine-devel at winehq.com/msg15669.html) on
wine-devel it appears that __WINE__ should be the macro used to
identify the Wine platform,
However, that doesn't appear to work for Windows native MinGW on wine.
Here is my test code:
#include <stdio.h>
int main(int argc, char** argv)
{
#if defined(__WINE__)