Our world population of 7 billion as a village of 100 people:
Here are our mother tongues:
12 speak Chinese
5 speak Spanish
5 speak Hindi or Bengali
5 speak English
73 speak the other 6,000 languages
Here is our wealth:
1 owns 40% of the wealth
6 own half the wealth
51 live on less than $2 a day
Here are our religious beliefs:
33 are Christian
22 are Muslim
14 are Hindu
7 are Buddhists
2 are Atheists
(And 33 believe in witchcraft, ghosts and aliens)
Here are our homes:
51 live in cities and can’t see the Milky Way
25 live in substandard housing or no home at all
And:
7 can’t read or write
10 have no job
11 have a vehicle
13 don’t have safe drinking water
14 are on Facebook
64 don’t have Internet access
If you woke up each day in this village, and knew each of the other 99 villagers personally, what would you do differently?
“I can do things you cannot, you can do things I cannot. Together we can do great things.” ~ Mother Teresa
A Tech publication for all. Get Knowledge about Web Development, Programming, and trending news, tutorials, and tools for beginners to experts.
Subscribe to:
Post Comments (Atom)
-
1 23 456 78910 #include<stdio.h> int main() { int i,j,k; k=1; for(i=1;i<5;i++) { for(j=1;j<=i;j++) { printf("%d",k++);...
-
🌍 World Geo Data — Full Country, State, City & Currency Dataset This repository provides an overview of the World Geo Data digital pro...
-
Complete beginner-friendly guide to generate and install a free SSL certificate on Windows server If you’re running a website on Windows Se...
-
Learn how to configure Let’s Encrypt SSL on Windows 11 using Win-ACME and IIS. Securing your website with HTTPS is no longer optional—it’s a...
-
/* Transpose the matrix */ #include<stdio.h> int main() { int a[4][4],i,j,b; for(i=0;i<4;i++) { printf("\nEnter elements of %d...
-
N=39714 3 9 1 7 4 9 1 7 4 1 7 4 7 4 4 code: #include <stdio.h> int main() { long n = 39714, i=1; for(i=10;i<n;i*=10); f...
-
Great entrepreneurs think differently. Instead of seeing money as an income, they see it as an outcome: An outcome of pursuing their purpose...
-
/* Sort array of 10 strings. */ #include<string.h> #include<stdio.h> int main() { int i,j; char str[10][10],temp[10]; printf(...
-
The greatest entrepreneur speech ever: “Today I want to tell you three stories from my life. That’s it. No big deal. Just three stories. The...
-
GreetingService.java package com.client; import com.google.gwt.user.client.rpc.RemoteService; import com.google.gwt.user.client.rpc.Remote...
No comments:
Post a Comment