Displaying 4 results from an estimated 4 matches for "jumlah".
2013 Jan 21
4
compare and count data
...ll compare with 1.61 and even column (2,4,6) will compare with 75 and I would like to count how many for each column.
I tried these below but it give me just one set of data.
critical <- c(1.61,75.89, 1.61, 75.89, 1.61, 75.89) ; critical
pilih <- mydata[mydata < critical] ; pilih
jumlah <- length(pilih) ; jumlah
kuasa <- 1 - (jumlah/1000); kuasa
> head(mydata,20)
V1 V1 V1 V1
1 3.014505 62.96425 3.014505 138.0673
2 2.817503 56.03400 2.817503 133.3411
3 2.976227 47.12192 2.976227 139.2438
4 2.825495 75.05284 2.825495 129.2959
5 2.793500...
2012 Nov 12
3
arrange data
...ecember from december data so that the length of november and december are the same. Hope somebody can help me. I tried this below:
> kuantan.dt.1 <- kuantan.dt[(kuantan.dt$Bulan >=11) & (kuantan.dt$Bulan <= 12),]
> head(kuantan.dt.1) ; tail(kuantan.dt.1)
Tahun Bulan Hari Jumlah.Hujan.mm.
305 71 11 1 0.0
306 71 11 2 16.3
307 71 11 3 0.0
308 71 11 4 0.0
309 71 11 5 12.2
310 71 11 6 4.6
Tahun Bulan Hari Jumlah.Hujan.mm.
10953 0 12 2...
2019 Dec 09
4
No ssl capability
Hello all,
I’ve a problem to set up ssl on icecast server. I’ve tried 2/3 certificates and i compiled a new icecast server file with ssl but i still get the error:ssl, no ssl capability in error log icecast. I cant find the solution.
I use centos 7 with centova cast panel
Who can help me?
Thanx in advance
Marv
2012 Dec 13
23
make rails connect with database
i''m newbie in rails. i have problem with how to connect rails with
database. before i can connect it with command
"rake db:create" to create database.
and "rake db:migrate" to migrate schema to database.
but, i want to connect rails with database that i have before, not
create it via rails. can you help me?
--
Posted via http://www.ruby-forum.com/.
--
You received