search for: tahun

Displaying 4 results from an estimated 4 matches for "tahun".

2012 Oct 06
1
arrange data
...2000. I use aggregate to form monthly rainfall data.  What I don't understand is that the data for the year 2000 become on the top, instead of year 1971.  Here are some codes and output: agg_dt1     <- aggregate(x=dt1[,4],by=dt1[,c(1,2)],FUN=sum) > head(agg_dt1,20); tail(agg_dt1,20)    Tahun Bulan     x 1      0     1 398.6 2     71     1 934.9 3     72     1 107.2 4     73     1 236.4 5     74     1  10.5 6     75     1 744.6 7     76     1   9.2 8     77     1 108.7 9     78     1 251.5 10    79     1 197.3 11    80     1 144.1 12    81     1 104.5 13    82     1  17.7 14    83     1...
2012 Nov 12
3
arrange data
...ke to delete 31 December 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. 109...
2004 Sep 03
18
Public IP
I have problem with IP public, my Network configuration [wireless] <------> [Router] <------ > [ Linux proxy ] < ------ > [Client ] IP configuration [202.123.123.1] <------->[202.123.123.2 and 192.168.0.1] < ------ > [192.168.0.2 and 202.123.123.3] < ------ > [202.123.123.4] this configuration will use IP 202.123.123.2 on internet how to config my network
2004 Sep 11
5
Bridge Interface without an IP Address?
We are using Shorewall 2.0.8 with SuSE 9.1 and have built a bridging firewall primarily to defend against syn flood and smurf DoS attacks. We are a small ISP using Cisco routers for a total of 5-6 subnets. Since bridges are based on use of MAC addresses, if we could use one bridging firewall system instead of 5-6 ... is this possible? practical? (Other than introducing a single point of failure