
Search In
Design Patterns: Hello Readers, This is a small blog on design patterns , hope this blog will help you to understand this topic. Microsoft design pattern Theory is, "The document introduces patterns and then presents them in a repository, or cat
Add-in is a software that adds many news statistical features in Microsoft Excel's such as correlation, covariance, anova ,F test etc which are not present before. Add-ins save our lot of time. It is useful as it helps to avoid err
This is how we can extract the audio from Video :
First import the video from libaray using imagePickerController delegates methods.
- (void)imagePickerController:(UIImagePickerController *)picker didFinishPickingMediaWithInfo:(NSDictio
Hi Readers,
This blog is to help you to understand how insertion sort works. Insertion sort is a simple sorting algorithm which is good to sort short list.
Real life example of insertion sort is sorting of playing cards, Like we pick a card and put
Welcome to Findnerd. Today we are going to discuss merge function in Ruby. If we talk about the merge function then it is used for hashes only. We can merge two hashes in one hash. Please have a look.
teacher1 = { "id" => 232 ,"name" =&g
In this problem, you will compute how much food you need to purchase for a trip across the desert on
foot.
At your starting location, you can purchase food at the general store and you can collect an unlimited amount of free water. The desert may c
In this article, you will learn about the SQLite database in Cordova for mobile application.
SQLite is open source database which can be used in phonegap application. It has features as in standard relational database (SQL syntax, prepared statements
Hi I hava a problem in running my openbugs model my model is:
model
{
for(i in 1:N)
{
y[i] ~ dpois(mu[i])
log(mu[i]) <- alpha + beta1*x1[i] + beta2*x2[i] +beta3*x3[i] + u[i] + v[i]
u[i] ~ dnorm(0, precu)
}
v[1:N] ~ car.normal(adj[], weights[
Whether you are an engineer or labourer, an electrician or a carpenter, a rocket scientist or a common geek, everyone needs right tools to complete their work effectively and efficiently. No one imagine this world without making use of tools. The imp
Internationalization in Cakephp 3.x
Hello friends, welcome to findnerd. Today I am going to tell you how to implement Internationalization in Cakephp 3. It is similar to multilingual. In my previous blog I have mentioned how to develop multilin