Displaying 5 results from an estimated 5 matches for "ministery".
Did you mean:
minister
2002 Apr 12
1
xgobi
Hi,
Just started with exploring R. Nice ! (for many years using Splus).
I tried to install and activate the package xgobi.
- first download of xgobi.zip
- then the R-command to install:
install.packages('N:\\d024\\xgobi.zip',CRAN=NULL)
- finally the command to attach the library:
library(xgobi)
Up to now, everything seemed to work. Also the help. No warnings that
the
2005 Oct 26
3
A little WINE Q?
Hi!
>So sorry, but my english is true bad!!!
>I write you from Cordoba-Argentina (very south) and y tell you that I job
>in
>the Education Ministery of Cordoba-Argentina-SYSTEMS Area.
>We have implemented the LTSP in a few a schools with a relative success.
>OK
>But now I want run educational Win32 apps. in linux.. wine is perfect...
>but...
>
>In my computer (Fedora Core-3 red hat 3.3.1-2.9-FC3 with a kernel
>2.6.11-1.14_F...
2003 Oct 24
2
EU Linux migration document. -- German Gvt. "Migration Guide"
.../index.jsp?fuseAction=showDocument&parent=news&documentID=1647
>
> Cheers,
>
> Jeremy.
>
Hi, Jeremy,
hi, all,
I saw your posting regarding this document only today.
While we are at it, please also take a look at the "Migration Guide",
published by the German Ministery of the Interior. This originally was
published in German only. What is hardly known is that this document now
has an English translation. I never read a news item about in on one of the
relevant forums, like Slashdot or LinuxToday.
Maybo someone with "connections" may be ablt to place a...
2006 Dec 21
3
International dialplans for Asterisk?
Does anyone know the maximum number of
digits for an international phone number?
Doing some searching, it looks like 16
numbers including the "011" is the
maximum number, because 17 is just not
found:
OK: 1234567890123456
http://www.google.com/search?q=011XXXXXXXXXXXXX
Not OK: 12345678901234567
2003 Nov 26
5
multiple peaks in data frame
Hello, it wanted to know how I can extract of a dates frame the values
peaks according to an interval that I
establish. For example if dates are:
1 23
2 4
3 56
4 7
5 99
6 33
extract the date i wanted to divide into intervals of 2 an
d to take alone the numbers 23, 56 and 99 of those 3 intervals. Thanks
Ruben