Saturday, 29 December 2018

Kaleidoscope: One way


Hello guys... welcome back. So, here we go the Top 5 Emotionalitic Inseparable audio and video music of 2018...

TOP 5 INSEPARABLE AUDIO & VIDEO:

1. 96 - Kaadhale (Govind Vasantha)
2. Pariyerum Perumal - all songs (Santhosh Narayanan)
3. Tik Tik Tik - Kurumba (D.Imman)
4. Diya - Aalaliloo (Sam.C.S)
5. Kolamaavu Kokila - Kalyana Vayasu (Anirudh Ravichander)

TOP 5 INSPIRATIONAL SONG OF 2018:

1. Tik Tik Tik - Tik Tik Tik (D.Imman)
2. UTurn - The Karma Theme (Anirudh Ravichander)
3. Pariyerum Permal - Karuppi (Santhosh Narayanan)
4. Sarkar - Oru Viral Puratchi (A.R.Rahman)
5. Kaala - Katravai Patravai (Santhosh Narayanan)

TOP 3 HANDICAPPED BGM'S OF 2018:

1. Thaana Serndha Kootam ( Anirudh Ravichander
2. Kolamaavu Kokila (Anirudh Ravichander)
3. Saamy Square (Devi Sri Prasad)

If you not satisfied or doubt in above article, drop your comments. Thank you guys..
                    SHARE YOUR LOVE....

Friday, 28 December 2018

Kaleidoscope

Hello guys... welcome back. we are all in the end of the year 2018. In 2018, there are lot of movies released. How much weightage of movies expectation is same as the songs expectation. So, here we go the Top 5 Most viewed and liked songs of 2018..

TOP 5 MOST VIEWED VIDEO SONG:

1. Gulebagavali - Guleba (Vivek-Mervin) 81M views
2. Thanaa Serndha Kootam -Sodakku (Anirudh Ravichander) 63M views
3. Imaikka Nodigal - Neeyum Naanum (Hip Hop Thamizha) 41M views
4. Kalakalappu 2 - Oru Kuchi Oru Kulfi (Hip Hop Thamizha) 29M views
5. Sarkar - Top Tucker (A.R.Rahman) 26M views.

TOP 5 LIKED VIDEO SONG:

1. Sarkar - Top Tucker (A.R.Rahman) 364k
2. Gulebagavali - Guleba (Vivek-Mervin) 354k
3. Sarkar - Simtaangaaran (A.R.Rahman) 333k
4. Imaikka Nodigal - Neeyum Naanum (Hip Hop Thamizha) 304k
5. Thanaa Serndha Kootam -Sodakku (Anirudh Ravichander) 300k

Note: Kalyana Vayasu from Kolamaavu kokila video song is removed from Youtube.
If you not satisfied or doubt in above article, drop your comments. Thank you guys..
                   

Tuesday, 26 June 2018

Clean and clear

   
       Hello everybody, nice to see you again.The topic is clean and clear.
It's not about the product clean and clear. It is how to keep our face clean, clear and fresh.
In this topic, I'm not gonna suggest any products. Only Homemade and DIY. It is cheap.

Tip#1
    In the fresh morning, wash your face with your hands light massage. It's natural way. Do it daily. It makes your face fresh in the morning not only face you feel fresh.

Tip#2
   Use home made product like gram flour(in tamil kadalai maavu) and greengram powder(in tamil paithha maavu or paasipayiru maavu). Do it at least twice a week. This makes your face clean.

Tip#3
   Don't use different products on your face.

Tip#4
   Frequently, wash your face with plain water. It gives good result. Daily, at least five times.

Tip#5
   Daily drink more water it gives good result.Drink water in the morning with plain stomach. Eat more fruits. Avoid oily foods.

  In this topic, I'm saying only basic things. So, this not take more time. I'm saying only a natural way to get good result for your face. Add your daily life.

LOVE YOURSELF    CELEBRATE YOURSELF

       If you have any doubt or any mistake in that drop your comments below.

Friday, 1 June 2018

Unknown Fact


              Hello everybody, we discussing the topic after a long time.
        we drinking water daily, because it is one of our thing of living. How we drink that water.
we drink water using tumblers, steel, plastics etc.,
So,Now which is the healthy one .

Let's see about that.... 

In a waterbottles, the numbers that are printed inside a triangle, which is the universal symbol of recycling and is called a Resin Identification Code (RIC). 
Originally introduced by the Society of the Plastics Industry ,the third largest manufacturing sector in the United States, the RIC is now being administered officially by ASTM International , an international standards organization.

Number 1 represents PET or polyethylene terephthalate.
              average beverage bottles. Juices, soft drinks, bottled water. prolonged reuse of this plastic could be harmful. It is generally considered safe.

Number 2 represents HDPE or high density polyethylene.
              It is thick and opaque and it is also recycling. It is based on storage containers like milk jugs, to store detergents, butter containers and other things. 

Number 3 represents PVC or polyvinyl chloride.
             Most of us think PVC Pipes and tubes. PVC is tough and rugged, it is considered highly dangerous to cook food items around or store them in.PVC plastics are used for various containers and hard packaging, medical tubing, and bags.

Number 4 represents LDPE or low density polyethylene.
                Low-density polyethylene (LDPE) is a thermoplastic made from petroleum which can be found translucent or opaque. It is flexible and tough but breakable and considered less toxic than other plastics, and relatively safe for use. It is a packaging material. 

Number 5 represents PP or polypropylene.
                 Polypropylene is very safe for storage uses and is also widely accepted for recycling .It is generally considered a safer plastic for food and drink . 

Number 6 represents PS or polystyrene, or Styrofoam.
                 It is highly dangerous, toxic chemicals when heated. It causes health issues. 

Number 7 represents other
                It is not to be used. It is not used to store foods and food consumption. It also contains health issues.

So, we suggest you to don't use plastics for food purpose. It is like slow poison. Use the steel water bottles and steel plates for food storage and food consumption.
Steel water bottles are little more expensive. Otherwise, you go with plastic 1,but no use longer. Especially for children.
    spread your smile.... share your smile...
          If you have any doubt or any mistake in that drop your comments below.....

Monday, 19 February 2018

How to find out vowels in my name

Program in C language:

#include<stdio.h>
#include<conio.h>
#include<string.h>

void main()
{
char c[30];
int i,a=0;
clrscr();
        printf("Enter your name\n");
        scanf("%s",c);
for(i=0;i<strlen(c);i++);
{
if(c[i]=='a'¦¦c[i]=='e'¦¦c[i]=='i'¦¦c[i]=='o'¦¦c[i]=='u')
{
   printf("vowels are=%c\n", c[i]);
   a++;
        }}
 printf("total=%d",a);
         getch();
}


In the above program, I'm not to put output. So, check the output, if there is any mistake or doubt in this program. share your comments below.
     KEEP SHARE & KEEP SUPPORT 

Saturday, 13 January 2018

Today what day?

Program in C language using switch case:

#include<stdio.h>
#include<conio.h>

void main()
{
char ch;
        clrscr();
        printf("what day today?\n");
        scanf("%c", & ch);
      switch(ch)
      {
                        case 'a' :printf("Sunday");
            break;
            case 'b' :printf("Monday");
            break;
            case 'c' :printf("Tuesday");
            break;
            case 'd' :printf("Wednesday");
            break;
            case 'e' :printf("Thursday");
            break;
            case 'f' :printf("Friday");
            break;
            case 'g' :printf("Saturday");
            break;
            default:printf("Invalid day");
        }
      getch();
}

OUTPUT:(for example) 
         what day today?
         g
 Saturday

In the above content, is contain any mistake, or any doubt. Drop your comments on the comment box.It is simplest program



Friday, 5 January 2018

How to execute my name number of times in c language?

Program in C language:

#include<stdio.h>
#include<conio.h>

void main()
{
char c[20];
int n,i;
clrscr();
printf("Enter the number =");
scanf("%d",&n);
printf("Enter your name=");
scanf("%s",c);
for(i=1;i<=n;i++)
{
    printf("Your name is=%s\n") ;
        }
getch();
}
OUTPUT:for an example 
    Enter the number =3
   Enter your name =karthick
 
    Your name is=karthick
   Your name is=karthick
    Your name is=karthick

The above program is execute your names number of times. If there is any mistake or doubt in this program, comment below.
    SUPPORT&SHARE!!!!
The bove

Thursday, 4 January 2018

How to get the input string from user (another way)

Program in C language :3(Another way) 

#include<stdio.h>
#include<conio.h>

void main()
{
char s[20];
clrscr();
printf("Enter your name:");
gets(s);
printf("your name is:");
puts(s);
getch();
}

OUTPUT :
your name is:
ex:
Enter your name:Karthick raja
your name is:Karthick raja

The above example is another way of getting input from user and execute. If you have any mistake or doubt in that,comment below.... 

Wednesday, 3 January 2018

How to get the input from user and execute

Program in C language :2

#include<stdio.h>
#include<conio.h>

void main()
{
char c[20];
printf("Enter your name");
scanf("%s", c);
printf("Your name is:%s",c);
getch();
}

OUTPUT:
Your name is:___

  The above program is to get input string from user and execute. It is simple program in C language. If there is any mistake or doubts, drop your comments. 

Tuesday, 2 January 2018

How to write the code for your name

Program in C language:

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

void main()
{
printf("MY NAME IS___") ;//what you have to execute written in the double quotation mark...
        getch() ;
}

OUTPUT:
MY NAME IS___

The above program is execute your name or college name., So,if you have any doubt in that drop your questions in the comment box. 

Tik Tok ban?

Hello buddy's, it's good to see you. So, What happens to Tik Tok? Is Tik Tok ban? Here is the answer for everything. Madurai benc...