Archive for February, 2013

Justifying Wrong Actions : Sufi Comics

February 28th, 2013, posted in Islam, Islamic Teachings
Share

There are lots of people in the world today who incorrectly interpret the Quran to justify their wrong actions, this used to even happen during the early days of Islam. Some do it intentionally and some unintentionally. With a sound heart the true meanings of the Quran are revealed.

Sufi Comics: Justifying Wrong Actions

Share

C Program To Check Leap Year

February 28th, 2013, posted in C
Share

c program to check leap year: c code to check leap year, year will be entered by the user. Please read the leap year article before reading the code, it will help you to understand the program.

C programming code :

#include <stdio.h>

int main()
{
  int year;

  printf("Enter a year to check if it is a leap yearn");
  scanf("%d", &year);

  if ( year%400 == 0)
    printf("%d is a leap year.n", year);
  else if ( year%100 == 0)
    printf("%d is not a leap year.n", year);
  else if ( year%4 == 0 )
    printf("%d is a leap year.n", year);
  else
    printf("%d is not a leap year.n", year);  

  return 0;
}


Compiler used:

GCC

Output of program:


leap year program
Share

Another busy week in the Universe !!

February 27th, 2013, posted in DAtEs iN a YeAR, UNiVERSE
Share

Another busy week in the Universe,week,Universe,mars project,mars,mar,nasa

Links to The Universe articles for each thumbnail appear below, be sure to check out our photo albums for more exciting Universe news!

-CJ

Mars Rover’s first drilled sample:
Image credit: NASA/JPL-Caltech/MSSS
Article: http://www.facebook.com/photo.php?fbid=479517248780119&set=a.427905507274627.105105.334816523250193&type=1&relevant_count=1

Supersonic skydiver Felix Baumgartner’s records confirmed:
Image Credit: Red Bull Stratos
Article: http://www.facebook.com/photo.php?fbid=478819172183260&set=a.334832996581879.82450.334816523250193&type=1&relevant_count=1

Vista image of NGC 6357 (The Lobster Nebula)
Image: ESO/VVV Survey/D. Minniti. Acknowledgement: Ignacio Toledo
Article: http://www.facebook.com/photo.php?fbid=478787632186414&set=a.374209782644200.89764.334816523250193&type=1&relevant_count=1

Colossal Sunspot
Image: NASA/SDO/AIA/HMI/Goddard Space Flight Center
Article: http://www.facebook.com/photo.php?fbid=478277402237437&set=a.446747822057062.109330.334816523250193&type=1&relevant_count=1

Dr. David McKay Obituary:
Image: http://extremethinkover.files.wordpress.com/2010/02/david_s_mckay1-astrobiologist.jpg
Article: http://www.facebook.com/photo.php?fbid=478293568902487&set=a.433716460026865.106445.334816523250193&type=1&relevant_count=1

Kepler Discovery:
Image: NASA/Ames/JPL-Caltech
Article: http://www.facebook.com/photo.php?fbid=478239332241244&set=a.433411313390713.106380.334816523250193&type=1&relevant_count=1

Star-gazing software helps fight breast cancer
Image: Medgadget.com
Article: http://www.facebook.com/photo.php?fbid=478069468924897&set=a.334832996581879.82450.334816523250193&type=1&relevant_count=1

Communication blackout at ISS
Image: NASA
Article: http://www.facebook.com/photo.php?fbid=477701588961685&set=a.371203752944803.89148.334816523250193&type=1&relevant_count=1

Share

Justice League Symbols

February 27th, 2013, posted in BoYs, COMiCS
Share

Justice League Symbols,batman,superman,flash,Green Lantern, Green Lantern,green,marian,wonder woman,woman,man,super heros,justice league,justice,cartoon,toon,movie

Share

Types Of Headaches

February 26th, 2013, posted in MESSAGEs
Share

Types of Headaches,Types of ,Headaches,Migraine,tension,cluster

Share