RSS

Waterfalls Aik Temer Lombok

This waterfall is located in the village of Yellow Flower Sikur District adjacent to the village of Tete Batu. This waterfall is located at the foot of Mount Rinjani at an altitude of 600-1000 meters above sea level with temperatures between 15'-25 'C. This waterfall has a height of about 40 feet, supported by a beautiful forest scenery and wild animals such as monkeys. This place also has two rivers that appeals to those who like adventure. According to the story handed down, this waterfall is believed to help cure a variety of diseases, especially to nourish hair. For the purposes of treatment of this disease is usually performed with traditional rituals led by a Stakeholder.

Because it is in the conservation area of Mount Rinjani National Park, this place is not built in support facilities. Besides can enjoy the atmosphere and scenery unspoiled forests, traveling from as far as the gate about 1 km also be passed on foot. But we can at once traveled to learn because every tree we passed trees and plants installed at the same time the name Latin name.


http://lomboktimurkab.go.id/?pilih=hal&id=36 

  • Digg
  • Del.icio.us
  • StumbleUpon
  • Reddit
  • RSS
Read User's Comments0

Lombok Pink Beach


NOT as popular tourist attraction Gili Terawangan (North Lombok), or Kute Beach (Central Lombok), Pink Beach has not been known. This beach is located in the hamlet Temeak, Serewe Village, Jerowaru district, East Lombok, or 82 kilometers southeast of the city of Mataram.

Local people call it Beach barracks, although the name is increasingly buried by the name Pink Beach. Called pink because white sand mixed with fragments of red coral. If exposed to sea water, and the afternoon or morning sun, sand grains subtly changes color to pink. Reportedly, there are seven beaches in the world are pink sand as in the Bahamas, as there are also dangkan in Indonesia on the island of Komodo.

The name of the region surrounding the barracks because, like Tanjung Ringgit Indonesian-face with the ocean, or 1 kilometer southeast Coastal Pink-made ​​Japanese army headquarters during World War II.

The existence of a cannon at Tanjung Ringgit about 1 kilometer from the Pink Beach, or cave with penetrating abdominal corridor along the hill about 50 meters opposite the Pink Beach, is evidence which substantiates that the area around it as Dai ​​Nippon army barracks. Meaning traveled to the Beach Pink coastal scenery than witnessing the "look different" and conduct historical tours.

Pink beach in East Lombok is next door to some of the beaches on either side, such as the Coastal and Beach Temeak colong are also white sand. They are separated by a cliff so to visit these two pretty beaches and walk it up the hill. However, some coastal areas that just have "controlled" the owners of the cliff modal.Dari, tourists generally see natural scenery high seas, degradation of marine water colors, plus scattered clumps of clouds, making the atmosphere was very romantic deserted beaches.



http://travel.kompas.com/read/2013/01/21/1630078/twitter.com

  • Digg
  • Del.icio.us
  • StumbleUpon
  • Reddit
  • RSS
Read User's Comments0

tourist attractions in Lombok



Speaking tours in the country is definitely a lot more people than lombok bali name, but if you actually been to Lombok you will definitely feel how the tourist island of Lombok is given by itself, but from some of the stories of my friends who are Lombok travel a lot to complain about comfort due to convenience more convenient than in lombok in bali.
Place of Interest in Lombok, Gili Trawangan Lombok, visit Lombok Sumbawa 2012

But in spite of it all for those of you who want to try the natural scenery and atmosphere of the beautiful tourist would not hurt to visit Lombok, because in Lombok also very many tourist attractions that you can visit, among others, are as follows:

Underground mainstay tourism object Lombok Island and Beyond:
* Senggigi Beach
* Cakranegara
* Gili Air
* Gili Meno
* Gili Trawangan
* Mount Rinjani
* Kuta Beach, Lombok
* Senaru
* Tetebatu
* Spring Gile Waterfall
* Waterfalls Tiu Kelep
* Yarn Waterfall Stokel
* Waterfall Yarn Nets
* Gili lote
* Gili Lawang
* Gili Lights
* Beach Heaven
* Beach Selong Blanak
* Beach Grupuk
* Mawi Beach
* Gili Nangu
* Gili Sudak
* Gili Tangkong
* Monkey Forest Pusuk
* Taman Narmada
* Taman Mayura
* Pura Suranadi
* Lingsar
* Pura Batu Bolong
* Temple and Mount Pengsong
* Village Sukarare
* Desa Sade and Rambitan
* Tanjung Ringgit
* Beach Mangsit
* Beach Malimbu
* Tanjung Sire


http://www.lintasmbojo.com

  • Digg
  • Del.icio.us
  • StumbleUpon
  • Reddit
  • RSS
Read User's Comments0

air terjun gripak


Tourist destinations such as waterfalls or mountain synonymous with a place away from the city center, but unlike in Geripak sights Waterfall located in the district of Gunung Sari, West Lombok regency.

Distance from the city of Mataram can be said close but to get to the waterfall takes about 2 hours drive. Due to browse through several pathways including Segembong ridge.

Waterfalls atmosphere Geripak still quiet and silent, but there are several vendors selling food because you can bet you will feel hungry after a few grueling terrain.

If you want to feel the silence and the beauty of nature with the cool mountain waterfalls, the Niagara Geripak is a suitable place for you.

  • Digg
  • Del.icio.us
  • StumbleUpon
  • Reddit
  • RSS
Read User's Comments0

Membuat Lambang cinta dengan C++

#include <conio.h>
#include <iostream.h>

main(){
int x= 0, z=0, y=3, n=0, m=16;
for (int i=1;i<=12;i++) {
cout<<" "; }
for (int i=1;i<=12;i++) {
cout<<"*"; }
for (int i=1;i<=13;i++) {
cout<<" "; }
for (int i=1;i<=12;i++) {
cout<<"*"; } cout<<"\n";
for (int i=1;i<=4;i++) {
for (int i=1-n;i<=10;i++) {
cout<<" ";
}
for (int i=1;i<=m;i++) {
cout<<"*";
}
for (int i=1-n;i<=9;i++) {
cout<<" ";
}
for (int i=1;i<=m;i++) {
cout<<"*";
}

n-=2;
m+=3;
cout<<"\n";

}

/*---------------------------------*/
//part2
for (int i=1;i<=4;i++) {
for(int j=1;j<=2;j++){
cout<<" "; }
for(int k=1;k<=57;k++){
cout<<"*"; }
cout<<"\n"; }
/*---------------------------------*/
//part3
for (int i=1;i<=2;i++) {
for(int j=1;j<=y;j++){
cout<<" "; }
for(int k=1+z;k<=55;k++){
cout<<"*";
}
y+=2;
z+=4;
cout<<"\n";
}
/*---------------------------------*/
//part4
for (int i=1;i<=8;i++) {
for(int j=1-x;j<=8;j++){
cout<<" ";
}

for(int k=1+(2 *x);k<=45;k++){
cout<<"*"; }
x+=3;
cout<<"\n";
}
/*-----------------------------*/
for(int i=1;i<=30;i++){
cout<<" ";
} cout<<"*";
getch();
}

  • Digg
  • Del.icio.us
  • StumbleUpon
  • Reddit
  • RSS
Read User's Comments0

Kuwangwae Beach

Kuwangwae Beach

     The beach is located kuwangwae, the village sakra timur, in the eastern part, eastern Lombok was seen beauty in the night, the beach is often visited by people of Lombok, East Lombok her special person itself. But most people do not know the beauty of the beach.
Night
      This beach is often used by some person or group as a place to camp, because the place is * so nice, and its seaside location is also very wide, so often people come to camp, to enjoy the beauty of these beaches at night.

Sunset
Sunrise

  • Digg
  • Del.icio.us
  • StumbleUpon
  • Reddit
  • RSS
Read User's Comments0

Kaliantan Beach

Kaliantan beach


       Kaliantan is also famous beach in Lombok, because with her ​​beauty, so many who came to enjoy the beauty of the beach, beach kaliantan is visited by many people who will be relaxed over there, not only that, the beach is often crowded by pengungjung, when it arrived celebration catch eels. That person was named the smell Nyale Lombok..   looking images of people who were catching sea worms (Nyale)

                              
Bau nyale

bau nyale
     Catching eels (smell Nyale) was carried out by masaryakat Lombok in once a year. It is said that these eels come out once a year. According to his kepercyan this bekut also adlah rambbut from Nyale daughter who is a legend about a princess who menyeburkan himself into the sea is to the south coast, because he was confused would choose someone who would become her husband. So the daughter of the vote plunged into the sea and mengahiri life. So that caused a worm which is eel, which is known by the community or chili with Nyale name.
Bau Nyale
 
Kaliantan Beach

  • Digg
  • Del.icio.us
  • StumbleUpon
  • Reddit
  • RSS
Read User's Comments0