Displaying 20 results from an estimated 4000 matches similar to: "Forum CentOS Indonesia"
2012 May 12
1
[ask] how register become contribute
Dear All,
i want to ask about contribute for centos, in site
http://wiki.centos.org/Contribute i see L10n, my question how to
register to L10n so i can contribute how to centos for my languange
(Indonesia), whether in CentOS Community don't a kind of ambassador
centos for example "ambassador fedora" and i am sorry speak english
still bad
Thank for information :)
With best regards,
2012 May 29
2
Ask password when booting Web Server
Hi All,
i have a problem after install SSL on Apache, when the installation is
well and no problem, if access domain which include SSL, (below)
https://centos.co.id and https://centos.org
it's work, the real problem when restart my computer (apache), when
restart on process ask for password RSA when booting CentOS 5.5, more
details can see in picture
2012 May 22
1
CentOS in the world
Hi all,
Now, i still analyse about CentOS user, how to know the amount of
centos users around the world that can be get a result CentOS
percentage of all distributions.
thank you very much
--
http://mafatahna.web.id
@mafatahna
2012 Jun 11
2
Error dovecot restart
Dear all,
i have a problem when install dovecot on CentOS 5, below my configuration
[root at mail home]# vim /etc/dovecot-sql.conf
driver = mysql
connect = host = localhost dbname=postfix user=mail password=password
default_pass_scheme = PLAIN
password_query = SELECT password FROM mailbox WHERE username = '%u'
[root at mail home]# vim /etc/dovecot.conf
log_path = /var/log/dovecot.log
2012 Feb 10
2
Indonesian Translation
Dear All,
My name is Muhammad Panji (MuhammadPanji on Wiki). I would like to help
translation of wiki to Indonesian language. How should I start or whom
should I coordinate with if there are already Indonesian translator. Thank
you.
Regards,
--
-----
Muhammad Panji
http://www.panji.web.id http://www.kurungsiku.com
http://sumodirjo.wordpress.com
2014 Jan 08
1
Allow me to edit WIKI
Hello,
My name is Rizky Ariestiyansyah here is my detail on the wiki
usernamer : ph03nix
FirstnameLastname : Rizky Ariestiyansyah
Please allow me to contribute edit the wiki and l10n also I can help create
event in Indonesia.
Thank you
--
Rizky Ariestiyansyah
Founder of Evone
Firefox OS Developer
Volunteer ID-CERT, Mozilla, IlmuBerbagi, XFCE, Fedora.
Blog : http://oonlab.com/
Phone : +62
2009 Oct 14
1
Beginning R help?
Hi all,
I'm currently working through the "Beginner's Guide to R" (Zurr et al.) and
I'm wondering about the first exercise in chapter 3:
I imported the data from BirdFluCases.txt and executed the 'names' and 'str'
functions as follows:
Bird = read.table(file='C:\\rbook\\BirdFluCases2.txt', header=TRUE)
names(Bird)
[1] "Year"
2008 Jun 23
3
Getting only label column of a data frame
Hi,
How can I extract the label only from a given data frame.
Fore example from this data frame.
> print(dataf)
V1 V2 V3 V4 V5 V6 V7 V8 V9
11145 14.3 17.1 31.2 41.7 45.8 49.8 68.6 70.6 72.9
3545 10.2 15.6 20.9 23.2 31.4 31.7 36.2 48.4 51.9
8951 15.2 17.5 20.0 21.4 32.4
2009 Jan 13
3
Returning Non-Unique Index with Which (alternatives?)
Dear all,
I tried to find index in repo given a query with this:
> repo <- c("AAA", "AAT", "AAC", "AAG", "ATA", "ATT")
> qr <- c("AAC", "ATT", "ATT")
> which(repo%in%qr)
[1] 3 6
Note that the query contain repeating elements, yet
the output of which only returns unique.
How can I make it
2008 Jun 24
5
Measuring Goodness of a Matrix
Hi all,
Suppose I have 2 matrices A and B.
And I want to measure how good each of this matrix is.
So I intend to compare A and B with another "gold standard"
matrix X. Meaning the more similar a matrix to X the better it is.
What is the common way in R to
measure matrix similarity (ie. A vs X, and B vs X) ?
- Gundala Viswanath
Jakarta - Indonesia
2012 May 11
3
Documentation question
Apologies if this is a FAQ or it's simply due to a lack of volunteers.
I'm curious why the CentOS Documentation here:
http://www.centos.org/docs/5/
...stops at CentOS 5.5.
And also why there is no:
http://www.centos.org/docs/6/
*** Curiosity killed the cat. ***
Thanks,
Nate
2009 Jan 06
5
Changing Matrix Header
Dear all,
I have the following matrix.
> dat
A A A A A A A A A A
[1,] 0 0 0 0 0 0 0 0 0 0
[2,] 0 0 0 0 0 0 0 0 0 1
[3,] 0 0 0 0 0 0 0 0 0 2
How can I change it into:
[,1] [,2] [,3] [,4] [,5] [,6] [,7] [,8] [,9] [,10]
[1,] 0 0 0 0 0 0 0 0 0 0
[2,] 0 0 0 0 0 0 0 0 0 1
2008 Sep 09
3
Splitting Data Frame into Two Based on Source Array
Dear all,
Suppose I have this data frame:
> data_main
V1 V2
foo 13.1
bar 12.0
qux 10.4
cho 20.33
pox 8.21
And I want to split the data into two parts
first part are the one contain in the source array:
> src
[1] "bar" "pox"
and the other one the complement.
In the end we hope to get this two dataframes:
> data_child1
V1 V2
bar 13.1
pox
2007 Jul 11
1
Arif Budiono/INDONESIA is out of the office.
I will be out of the office starting 07/11/2007 and will not return until
07/12/2007.
I will respond to your message when I return or if you need some
application you can follow these redirection below.
2006 Dec 06
0
Arif Budiono/INDONESIA is out of the office.
I will be out of the office starting 12/07/2006 and will not return until
12/11/2006.
I will respond to your message when I return or if you need some
application you can follow these redirection below.
2008 Sep 04
1
text file imported incorrectly
Dear R-users,
When I tried to import a text file (tab delimited) which has 2000+ rows with the following command (With the importData in S, it works though),
x <- read.table(textfile, sep= "\t", skip=5, stringAsFactors=F)
I received the following warning message: Error in scan(file, what, nmax, sep, dec, quote, skip, nlines, na.strings,: number of items read is not a multiple of
2008 Aug 01
3
Grouping Index of Matrix Based on Certain Condition
Hi,
I have the following (M x N) matrix, where M = 10 and N =2
What I intend to do is to group index of (M) based on this condition
of "x_mn" , namely
For each M,
If x_m1 > x_m2, assign index of M to Group1
otherwise assign index of M into Group 2
> x
[,1] [,2]
[1,] 4.482909e-01 0.55170907
[2,] 9.479594e-01 0.05204063
[3,] 8.923553e-01 0.10764474
2008 Jul 10
2
Finding Values that Occur Most Often in a Vector
Hi,
Is there a way to do it?
For example I have the following vector:
> print(myvector)
> [1] -295.8045 -295.8045 -295.8045 -295.8045 -325.4754 -295.8045 -295.8045
[8] -295.8045 -413.2099 -295.8045
I want it to return -295.8045, which occur most often.
- Gundala Viswanath
Jakarta - Indonesia
2008 Sep 05
2
Package for Tidying-up R-code
Dear all,
Is there any such package?
I am thinking of something equivalent to Perl::Tidy.
For example with VI editor one can visual highlight a portion
of Perlcode and then issue the command:
!perltidy
then the code will be automatically arranged.
- Gundala Viswanath
Jakarta - Indonesia
2009 Jan 14
2
Package
Hello, My name is edwin, I come from Indonesia, Can you help me,
I want package which is contain lqs and lmsreg.
I need fast...
Can you help me to create
bootstrap regression
??
Thx
Edwin
[[alternative HTML version deleted]]