Apn setting for du and etisalat uae


ETISALAT

Name : DATA Package
APN: etisalat.ae
Proxy: Not Set
User Name: Not Set
Password: Not Set
Server: Not Set
MMSC: Not Set
MMS Proxy: Not Set
MMS Port Not Set
MCC: 424
MNC: 02
Authentication Type: PAP
APN type: default, supl

* it has separate configuration for its MMS

Name: Etisalat MMS
APN: etisalat
Proxy: Not Set
Port: Not Set
Username: Not Set
Server: Not Set
MMS Proxy: 10.12.0.32
MMS Port: 8080
MCC: 424
MNC: 02
Authentication type: PAP
APN type: MMS
Bearer: Unspecified


DU

Name: du
APN: du
Proxy: Not set
Port: Not set
User Name: Not set
Password: Not Set
Server: Not Set
MMS Proxy: 10.19.18.4
MMS Port: 8080
MCC: 424
MNC: 03
Authentication type: PAP
APN Type: default, mms, supl
Bearer:unspecified

Shape of normal distribution when standard deviation is ZERO

When standard deviation is zero, you will not have a curve with a shape, but just the middle line that represents the mean/median/mode
For any distribution, the smallest possible value for the standard deviation is zero. From the definition of the normal distribution centered at 0, \frac{1}{\sigma \sqrt{\pi}} \exp^{-\frac{x^{2}}{\sigma ^{2}}} , we can't just set \sigma = 0, because we can not divide by zero.

Instead, we should examine what happens as \sigma \to 0. We know that \sigma is fundamentally related to what people interpret as the 'width' of the distribution. So, as \sigma \to 0 know that the 'width' of the distribution will get narrower. The area under the distribution always has to integrate to zero, so the 'height' of the distribution will get taller to compensate for decreasing 'width.'

Taking this to its logic conclusion, we have a distribution function that is zero everywhere except that the center (in the above example, at x=0) and at x=0 is..... well.... that is kind of the rub. Infinity isn't really a number that it makes sense for a function to have as a value. We want to say the distribution has a value of infinity at the point it was originally centered around. This is not strictly correct, but it is correct enough to be the useful way to think about it in applications like physics and signals processing.

A coefficient of variation (CV)

A statistical measure of the dispersion of data points in a data series around the mean. It is calculated as follows:
Coefficient Of Variation (CV)


The coefficient of variation represents the ratio of the standard deviation to the mean, and it is a useful statistic for comparing the degree of variation from one data series to another, even if the means are drastically different from each other.

A coefficient of variation (CV) can be calculated and interpreted in two different settings: analyzing a single variable and interpreting a model.  The standard formulation of the CV, the ratio of the standard deviation to the mean, applies in the single variable setting. In the modeling setting, the CV is calculated as the ratio of the root mean squared error (RMSE) to the mean of the dependent variable. In both settings, the CV is often presented as the given ratio multiplied by 100. The CV for a single variable aims to describe the dispersion of the variable in a way that does not depend on the variable's measurement unit. The higher the CV, the greater the dispersion in the variable. The CV for a model aims to describe the model fit in terms of the relative sizes of the squared residuals and outcome values.  The lower the CV, the smaller the residuals relative to the predicted value.  This is suggestive of a good model fit. 

Advantages

The advantage of the CV is that it is unitless.  This allows CVs to be compared to each other in ways that other measures, like standard deviations or root mean squared residuals, cannot be. 
In the variable CV setting: The standard deviations of two variables, while both measure dispersion in their respective variables, cannot be compared to each other in a meaningful way to determine which variable has greater dispersion because they may vary greatly in their units and the means about which they occur. The standard deviation and mean of a variable are expressed in the same units, so taking the ratio of these two allows the units to cancel.  This ratio can then be compared to other such ratios in a meaningful way: between two variables (that meet the assumptions outlined below), the variable with the smaller CV is less dispersed than the variable with the larger CV.
In the model CV setting: Similarly, the RMSE of two models both measure the magnitude of the residuals, but they cannot be compared to each other in a meaningful way to determine which model provides better predictions of an outcome. The model RMSE and mean of the predicted variable are expressed in the same units, so taking the ratio of these two allows the units to cancel.  This ratio can then be compared to other such ratios in a meaningful way: between two models (where the outcome variable meets the assumptions outlined below), the model with the smaller CV has predicted values that are closer to the actual values.  It is interesting to note the differences between a model's CV and R-squared values.  Both are unitless measures that are indicative of model fit, but they define model fit in two different ways: CV evaluates the relative closeness of the predictions to the actual values while R-squared evaluates how much of the variability in the actual values is explained by the model. 

What is standard deviation (SD)

If data values are all equal to one another, then the standard deviation is zero.
If a high proportion of data points lie near the mean value, then the standard deviation is small. An experiment that yields data with a low standard deviation is said have high precision.
If a high proportion of data points lie far from the mean value, then the standard deviation is large. An experiment that yields data with a high standard deviation is said to have low precision.
The following quantities/equations are quantitative measures of precision.
The equations provide precision measures for a limited number of repetitive measurements, i.e. between 2 and 20. The equation at the end is the true standard deviation for any number of repeat measurements.
The mean or average, x-bar, is calculated from:
mean

Where N is the number of measurements and xi is each individual measurement. x-bar is sometimes called the sample mean to differentiate it from the true orpopulation mean, μ. The formula for μ is the same as above, but N must be at least 20 measurements.
Standard Deviation
The standard deviation, s, is a statistical measure of the precision for a series of repetitive measurements. The advantage of using s to quote uncertainty in a result is that it has the same units as the experimental data. Under a normal distribution, ± one standard deviation encompasses 68% of the measurements and ± two standard deviations encompasses 96% of the measurements. It is calculated from:
standard deviation
Where N is the number of measurements, xi is each individual measurement, and x-bar is the mean of all measurements.
The quantity (xi - x-bar) is called the "residual" or the "deviation from the mean" for each measurement. The quantity (N - 1) is called the "degrees of freedom" for the measurement.
Relative standard Deviation
The relative standard deviation (RSD) is useful for comparing the uncertainty between different measurements of varying absolute magnitude. The RSD is calculated from the standard deviation, s, and is commonly expressed as parts per thousand (ppt) or percentage (%):
The %-RSD is also called the "coefficient of variance" or CV.
Confidence Limits
Confidence limits are another statistical measure of the precision for a series of repetitive measurements. They are calculated from the standard deviation using:
confidence limits
You would say that with some confidence, for example 95%, the true value is between the confidence limits. The t term is taken from a table for the number of degrees of freedom and the degree of confidence desired. t values for finding confidence limits D.F. 90% 95% 99% 16.3112.7163.6622.924.309.9332.353.185.8442.132.784.6052.012.574.0361.942.453.7171.902.373.50151.752.132.95 infinity1.651.962.58
You might also encounter the term "confidence interval".
The confidence interval is the span between the confidence limits:
confidence interval
Other Measures of Precision
The quantitative measures of precision described above are the most common for reporting analytical results. You might encounter other measures of precisions, and several other quantities are listed here for completeness.
Standard Error
standard error
variance
The advantage of working with variance is that variances from independent sources of variation may be summed to obtain a total variance for a measurement.
All of the equations above are intended to obtain the precision of a relatively small numbers of repeated measurements. For 20 or more measurements you need to use:
The True or Population Standard Deviation
This is given the symbol sigma:
sigma
The equation is:
kishorkc.blogspot.com

Facebook Like Button for each and every posts of Blogspot

1. Go to your Blogger dashboard
2. Click on Template in the sidebar, then Edit HTML
3. Click inside of the text area and press CTRL + F (or CMD + F on a Mac) to open up the “Find” text box.
4. Inside the “find” box in the top right corner of the text area, enter this code and press enter TWICE. You want to work with thesecond instance of it:


<data:post.body/>
This code acts like the placeholder for all of your post content.
If you want to add your Like button to the top of your posts, add one of the following Facebook codes ABOVE this code. If you want the Like button on the bottom of your posts, add it UNDER this code.
Copy this Facebook button code below for a Horizontal count style:
<br/><br/><iframe allowTransparency='true' expr:src='&quot;http://www.facebook.com/plugins/like.php?href=&quot; + data:post.canonicalUrl + &quot;&amp;layout=button_count&amp;show_faces=false&amp;width=100&amp;action=like&amp;font=arial&amp;colorscheme=light&quot;' frameborder='0' scrolling='no' style='border:none; overflow:hidden; width:100px; height:21px;'/>
Or, copy this code for a Vertical count style:
<br/><br/><iframe allowTransparency='true' expr:src='&quot;http://www.facebook.com/plugins/like.php?href=&quot; + data:post.canonicalUrl + &quot;&amp;layout=box_count&amp;show_faces=false&amp;width=100&amp;action=like&amp;font=arial&amp;colorscheme=light&quot;' frameborder='0' scrolling='no' style='border:none; overflow:hidden; width:55px; height:62px;'/>
If you prefer it without the count, use this Standard code:
<br/><br/><iframe allowTransparency='true' expr:src='&quot;http://www.facebook.com/plugins/like.php?href=&quot; + data:post.canonicalUrl + &quot;&amp;layout=standard&amp;show_faces=false&amp;width=100&amp;action=like&amp;font=arial&amp;colorscheme=light&quot;' frameborder='0' scrolling='no' style='border:none; overflow:hidden; width:450px; height:35px;'/>

Add a text / link below or above every post in Blogger

  • Sign in to your Blogger account and go to Template > Edit HTML.
  • Click one anywhere in the code editor screen. Then press Ctrl. + F and search <data:post.body> in your blog’s template.
  • Pressing Enter key will let you scroll through the matches found. In most cases, your template will have more than one instance of data:post.body. If that is the case with you, repeat the steps 4-5 till it works out for you.
  • Add the widget code above the <data:post.body> tag, or below it, depending on whether you want the widget to appear above or below your post contents. In case you want it to appear at both positions, add the same code both above and below the <data:post.body> tag. Doing so will make your code look something like this:

In case you want to add an announcement or something of that sort, use the below code as a blueprint in case HTML is not your cup of tea.
<span style="font-family:Segoe UI">
<b>Announcement:</b>Enter any text here. <a href="http://YOUR_LINK_HERE">ANCHOR TEXT FOR LINK</a>.
</span>
A bit more stylized announcement can be created using this code:
<div style="background:#33b5e5; border-radius:9px; padding: 10px; color: #fff">
<span style="font-family:Segoe UI"><b>Announcement: </b>. <a href="http://YOUR_LINK_HERE" style="color:#000">Your TEXT HERE</a>.</span>
</div>
The above code will generate an announcement like this:
Announcement:  Your TEXT HEREhttp://kishorkc.blogspot.com
You can obviously change the colors as per you site’s theme.

Avast Pro 2015 License Key Till 2050

Scan your home network for vulnerabilities (wifi status, connected devices, router settings, factory passwords, etc.). This is quite a new approach as we are trying to discover potential problems not isolated on the particular device only, but in the entire network of devices you use or connect to the Internet from.
Secure DNS
We are introducing a new provider which guards against unprotected DNS/DNS hijack on a router/client (including unsecured networks, public ones.
New Support System
Easy contact for paid users to submit a ticket with all info included automatically. Improved knowledge base for free users. Help is completely online and is more up to date.
General bugfixing: This covers a lot of stability and performance changes in all components.
Which Versions Crack On Working ?
Avast! Pro Antivirus
Avast! Premier Antivirus
Avast! Internet Security

                Downloads the licence file from here



Methods of Cracking ?
Manual
Automatic
Manually Cracked
Rename [ZeNiX.dll] to Version.dll
Copy Version.dll to these folders
C:Program FilesAVAST SoftwareAvast
C:Program FilesAVAST SoftwareAvastSetup
Delete Userenv.dll from above folers, if you find any.
Reboot
Automatic Cracked
Install the .exe file for windows 8,7,& vista user and .reg file for windows XP users
At last; it will ask for reboot; just reboot the system

Cheap and quality filters Rod of cigarette now available in Dubai

The biggest cigarette industry of UAE  "BMJ Industries" now start producing and selling filter rod for cigarette.
They are producing different verity of filter by using the best raw material of U.S.A. with high speed advanced machine Of switzerland. The quality and runnability of filter is very high but the price of the filter is very low by comparing other filters.





.
Product range
Super slim
Diameter 5.2-5.5mm
Length
60mm - 150 mm
Pressure drop
As per customers demand
Hardness
As per customers demand
Porosity
High porous
Low porous
Non porous


King size
Diameter 7.6-8 mm
Length
60mm - 150 mm
Pressure drop
As per customers demand
Hardness
As per customers demand
Porosity
High porous
Low porous
Non porous

Specific characters of bmj produced filters rod

High Accuracy in dimension (length, diameter, roundness,)
High Quality Raw Material (American Tow, Triacetene)
High Speed Machine (daily 1 container production)
Advanced Machine (computer control machine with digital control system)
Fast Delivery with quality

Customers friendly (you can choose any pressure drop, hardness, and porosity)

For More details  visit the BMJ Industries site at http://bmjindustries.com/ or Contact customer 


10 Beautiful quotes of Buddha

Buddha means “Awakened One”, someone who has awakened and sees things as they really are. According to AboutBuddha.org , a Buddha is a person who is completely free from all faults and mental obstructions. Because he has awakened from the sleep of ignorance and has removed all obstructions from his mind, he knows everything of the past, present, and future, directly and simultaneously. Moreover, Buddha has great compassion which is completely impartial, embracing all living beings without discrimination.
The person who is generally referred to by the name Buddha wasSiddhārtha Gautama, a spiritual teacher born in Nepal and the founder of Buddhism who lived at around 500 BCE. Forty-nine days after Buddha attained enlightenment he was requested to teach. As a rematter osult of this request, Buddha rose from meditation and taught the first Wheel of Dharma.
Those teachings of The Buddha such as The Four Noble Truths or theNoble Eightfold Path are timeless and reflect personal and spiritual development.
Many Buddha quotes that are handed down until today are both inspirational as well as reflecting deeper truth of reality. What can we learn, where can we be inspired from The Buddha for everyday life and our own development today?
I selected the following Buddha quotes as both inspirational and helpful, regardless of where we are in personal development …

1. “All that we are is the result of what we have thought. The mind is everything. What we think we become.” 

You become what you think about or in other words: what you focus on grows in your life and from what you take your focus away from diminishes. This is also the message of the law of attraction, recently very popular by the movie and book “The Secret”.
It means that the mind is directing our life in the way we manifest the life around us by the thoughts and directions we take with our mind. Since everything we created around us is first created in the mind, it is the tool or the interface between our self and the material world.
Another quote of Buddha with a similar message here is “He is able who thinks he is able”. This also shows the creative power of the mind and if we are able to consciously use it in that way – avoiding negative thoughts and utilizing empowering thoughts – we use it in a supportive manner.

2. “All wrong-doing arises because of mind. If mind is transformed can wrong-doing remain?”[Tweet this!]

This is the core of personal development. It points towards the need to train and develop the mind and to free it from limits and negativity.
The other quote “The mind is the source of happiness and unhappiness.” makes the same point with the special notion ofhappiness. The mind used correctly – i.e. constructive, empowering, solution- and action-oriented, positive, truth-seeking – can create happiness. But used poorly – i.e. blaming, egocentric, negative, blinded by ambition or separation – it will create unhappiness for us. Training the mind is the key here.
The quote may also point to a transformation by awakening directly, where the mind becomes the servant of the self and not the creator of a self-image (the concept of the ego) as a replacement for the true self.

3. “Thousands of candles can be lit from a single candle, and the life of the candle will not be shortened. Happiness never decreases by being shared.” [Tweet this!]

This points to the abundant nature of reality. The abundance mentality says there is enough for everyone, we only have to realize and live by it. It is the opposite of a scarcity mentality, where you have the belief that you always have to fight for your part in a limited world.

4. “Do not dwell in the past, do not dream of the future, concentrate the mind on the present moment.” [Tweet this!]

The essence of living in the present moment, the Now, is focusing the mind here and take attention away from thinking about past or future. The present moment is all there ever is to experience life directly. Past and future are only concepts of our mind and therefore are good for learning from the past or conceptual planning when it is useful, but after this there is no need for them. Especially not to dwell in them and get stuck there in the mind by constant thinking loops.
I wrote more about this in “What is The Present Moment ” and in “Clock Time vs. Psychological Time “. The present moment is theentry point to the spiritual dimension and to life itself.

5. “However many holy words you read, however many you speak, what good will they do you If you do not act on upon them?” [Tweet this!]

Action is what counts. It means to be action-oriented and to actually do what we think, to prove what we believe by applying it in reality. Only if we “walk our talk” we are authentic and truthful to ourselves.
To apply yourself and your ideas in reality is like a proof-test for what we think is right and will work. If there is no action and therefore no testing in reality, the words or ideas themselves are of no real sustainable value.
Another quote for this message is “A dog is not considered a good dog because he is a good barker. A man is not considered a good man because he is a good talker.”

6. “Even death is not to be feared by one who has lived wisely.” [Tweet this!]

This is the essence of Carpe Diem – to seize the day fully means living wisely. It means to live to the highest truth we know and to rise to our highest values and capabilities.
Living wisely also means not to believe every thought that comes, but to live more from the space between thoughts, from our essence.

7. “Peace comes from within. Do not seek it without.” [Tweet this!]

The so-called Inside-Out approach means to look within oneself to find the inspiration and power to act from this place. It means not to look to the outside world for liberation or happiness, but to take the responsibility for oneself and become that what we are seeking.
His second quote here “No one saves us but ourselves. No one can and no one may. We ourselves must walk the path.” talks directly about this responsibility, response-ability we have inside.

8. “In the sky, there is no distinction of east and west; people create distinctions out of their own minds and then believe them to be true.” [Tweet this!]

Any perspective we have on anything is only a relative truth. There are always both (or more) sides of any story. An objective perspective or an absolute truth is very hard or maybe impossible to see. But to be aware of this and to be interested to see another perspective from another person can be very mind-opening and valuable.
The matter of perspective (also described in the 7 habits of highly effective people) is a very powerful one and it is the core of most (if not all?) conflicts between people. One things one is right as long one stays in one’s own single perspective – needless to say, the other person has the same reality.
There is a similar quote by The Buddha that fits in here: “In seperateness lies the world’s great misery, in compassion lies the world’s true strength” which shows that if we become able to dissolve the separate perspective to a perspective of oneness with all other, we hold the key to end conflicts and to find solution and agreements suitable for everybody.

9. “If we could see the miracle of a single flower clearly, our whole life would change.” [Tweet this!]

This quote is perhaps the most difficult one to really understand. In the first place, it is not about the beautiful nature of the flower or beauty itself. What Buddha is talking about – in my humble opinion – is to see and get in touch with the life in a flower directly, without any interference by our mind by mental concepts and thoughts of the flower.
Eckhart Tolle in “A New Earth” talks about the flowering of human consciousness, maybe you want to take a look …

10. “The only real failure in life is not to be true to the best one knows.” 

If we are not authentic and truthful to ourselves, we build a wall around us that eventually we have to tear down again. It is then literally a resistance to the reality and our own nature where we can hide some time, but life has a way to show us our own faults in the end.
To be true to the best one knows means to come from our own best knowledge and not buy into something outside ourselves blindly, always asking: is this really true to what I know?
In resonance with this quote also is the final one by The Buddha:
“There are only two mistakes one can make along the road to truth; not going all the way, and not starting.”

Best treaks in nepal

Nepal is a land of many faces, each mysterious and diverse, covering a range of unique landscapes. While the jewels of this tiny country between India and China are in the Himalayan Ranges, Nepal shares the arid environment of the Tibetan plateau, jungles and marshlands to the south, and a lush lake country at the center. Trekking on fabled and legendary Himalayan trails is like nowhere else in the world. These are Nepal’s six classic treks.
Upper MustangLength: 15-20 Days
This mysterious region, set on the Tibetan Plateau feels far removed from the rest of the country. Ancient monasteries, people of Tibetan origin, and an arid desert under towering walls, sets an environment that feels intensely removed from the rest of the country. The trek begins in the town of Jomsom, a city built on ancient trade routes, sitting in a wind-swept valley of golden rock. Trekkers circle the rim of the world’s deepest gorge, passing through centuries-old villages steeped in tradition.  Under the skyline of the Annapurna and Nilgiri Ranges, the trek traverses past mani prayer stones, rock paintings, and brick towers. The return to Pokhara concludes this magnificent journey
.
Manaslu CircuitLength: 15 Days
Only permitted by the Nepalese government in 1991, the trek to the eighth highest peak in the world is still young and relatively un-tread. Following an ancient salt-trade route, the trek to Manaslu straddles the Mansiri and Annapurna Ranges, allowing ambitious trekkers to combine the two. Crossing villages set under the dramatic mountainous skyline, the trek crosses prayer-flag lined villages, temples, mani stones, and little-seen Central Nepali life. Climbing above juniper forests, the trail comes to the edge of the Tibetan border, resting on glacial plains under Manaslu’s immense north face.
Annapurna Base CampLength: 10 Days
Trekkers are surrounded by some of the world’s highest peaks, trekking from Pokhara to the heart of the magnificent Annapurna Range. Starting in the terraced fields of the lowlands, this strenuous trek climbs through traditional villages between wooded hills and ascends Poon Hill, offering a majestic dawn view of snowcapped peaks. The trekking is strenuous, at one point climbing over 3,000 steps cut in the rocky trails between villages. Climbing above the tree line, the trail is surrounded by the jagged skyline dominated by Annapurna and Machapuchare. Those who are looking for a complete experience in the range can opt for the Annapurna Circuit, which traverses Thorung La, the world’s highest pass.
Chepang Heritage TrailLength: 5 Days
Encompassing the flatlands of Southern Nepal, the Chepang Heritage Trek brings visitors through the jungles in an up close look with the native Southern tribes. Travelling through the lowlands, this trek focuses more on the green rounded hills around the jungles, with the distant ranges providing a snowcapped backdrop. The air around Southern Nepal is temperate and humid, surrounded by dense green forests. There is an abundance of wildlife, including one-horned rhino, elephants, crocodiles, and tiger. The native population shares their culture through dance, song, food, and traditional craft.
Langtang ValleyLength: 7-10 Days
Just north of Kathmandu, nestled on the border of the Khumbu, the Langtang Valley combines majestic Himalyan peaks with the wild, untamed desert of the Tibetan plateau. Combining grassy plains, alpine lakes surrounded by granite walls, and dry desert-like villages, the Langtang is the shorter alternative to trekking Mustang, all while retaining a character of its own. The trek takes visitors to the Gosainkunda Lakes, sacred to Hindus as the home of Lord Shiva, and the Kyanjin Gompa Monastery. Numerous peaks surround the valley including Langtang Lirung, standing at over 7,000-meters (23,000 feet).
Everest Base CampLength: 14-17 Days
This is one of the world’s classic treks. This experience transcends the physical adventure, and sends visitors into the spiritual heart of the Himalaya; surrounded by several of the world’s highest peaks. Starting with a heart-pounding landing at the notorious airfield of Lukla, trekkers traverse rhododendron forests, the mysterious town of Namche Bazaar, Tengboche Monastery, and a variety of environments. In one of the more sobering moments, a ridge brings visitors face to face with memorial chortens to climbers and Sherpas lost in the mountains. The highlight of the trek is the ascent up Kala Patthar and sunrise across Everest’s face. For the more adventurous, consider going beyond Everest Base Camp and explore the Gokyo Lakes.