A great article about career guide for those who love mathematics, explains importance of mathematics, employment outlook, mathematics education…
http://www.employmentnews.gov.in/Careers-for-those-Mathematics.asp
A great article about career guide for those who love mathematics, explains importance of mathematics, employment outlook, mathematics education…
http://www.employmentnews.gov.in/Careers-for-those-Mathematics.asp
Few facts about our Motherland India ,,,,,,,,,
Saffron – Strength and Courage.
The white middle band – for Peace and Truth.
The Green – for Fertility, Growth and Auspiciousness.
The Sanskrit name for India is – Bharat
India is derived from River Indus (Sindhu) where Aryans Settled.
Aryabhatta invented Zero
Oldest University in the world was Takshila( 700 BC) – 10,500 students from all over world learnt 60 subjects
Nalanda University still exists (4th Century)
Ayurveda is the earliest known school of medicine. Its father Charaka, consolidated Ayurveda 2500 years ago.
Art of Navigation and Navigating was first born in river Sindhu. The word Navigation is derived from Sanskrit word Navagatih.
In 5th Century Bhaskracharya rightly calculated the time taken by the earth to complete orbit – 365.258756484
My India , My Pride – Vande Mataram
Let’s salute the Nation on Republic Day

Src : https://plus.google.com/u/0/103435799818457589333
Direct link to add specific google calendar event
https://calendar.google.com/calendar/render?action=TEMPLATE&pli=1&sf=true&output=xml& text=[Event_Title]& details=[Event_Details]&location=[Event_Location]& dates=[From_Date_Time]/[To_Date_time]
for e.g
Dates are given YYYYMMDDTHHMMSSZ format, use GMT time, google automatically convert into your calendar default one

Fold and Cut Theorem – Numberphile: http://youtu.be/ZREp1mAPKTM
All alphabets created single cut by scissors
using org.springframework.beans.factory.config.MethodInvokingFactoryBean to invoke a static setter.
e.g
public Class ClassName{
private static Object fieldName;
public static void setFieldName(final Object fieldName)
{
ClassName.fieldName = fieldName;
}
}
Spring Injection:
<bean class="org.springframework.beans.factory.config.MethodInvokingFactoryBean">
<property name="staticMethod" value="package.ClassName.setFieldName" />
<property name="arguments">
<list>
<ref bean="refObject" />
</list>
</property>
</bean>
Ref:
A very good from railtrip, handful app for train traveller …
Many features include sms synch for ur train trip, history of train info, top news, live train status, pnr status, speedometer..
https://play.google.com/store/apps/details?id=com.railyatri.in.mobile
Take too much to delete too many files folder in window explorer.
Using following simple steps to delete files using command prompt with less time
use rmdir to delete the files and subfolder,
rmdir /s/q MyFolderPath
However, it is significantly faster, especially when you have a lot of subfolders in your structure to use del before the rmdir, like this:
del /f/s/q MyFolderPath > nul
rmdir /s/q MyFolderPath
When you want to get good at something, how you spend your time is far more important than the amount of time http://t.co/6qbOjunUpp