
Search In
Our guidelines prohibit the solicitation of products or services, the impersonation of another site user, threatening or harassing postings and the use of vulgar, abusive, obscene or sexually oriented language, defamatory or illegal material. You may
It is a series of Whole number where we have to find sum of the two preceding numbers. It Begins with 0 and 1, the sequence goes like this 0,1,1, 2, 3, 5, 8, 13, 21, 34, etc. using the formula n = n(-1) + n(-2), where the n(-1) is the the last
Use of array_fill() function in php.
The array_fill() function is basically used for filling an array with values.
Syntax of array_fill() function: array_fill(index,number,value)
According to above syntax, there are three main Parameter of arra
In a web application, we often use common section in most of the pages i.e. Menu, Side Navigations, Footer etc. So in order to not write the same code in all the pages, we have the provisions of Layout view in MVC.
Layout view works in the same way
In this tutorial we will learn how to set up develpment environment for Angular 2. TypeScript is a main language for developing applications in Angular. TypeScript is super set for all ECMAScripts and javascript.
Setting up the development environm
When you think about developing websites, writing a blog, starting up an online shopping portal or displaying information, you may have heard of the major two options which are used by almost 80% population of the world and those are WordPress and Dr
Stack View is a class that allows you to layout views either a vertical or horizontal manner. It saves us from use of constraints in auto layout. We simply embed our views to StackView to make it work. Stack View manages the layout of its subvie
Let’s face it, betting on sports is fun. The rush of backing your favorite team while also knowing you have money on the line is an adrenaline rush. But what if you can’t bet on your favorite teams because your country, bank, or even spou
If you want to make alerts in Lunch module in OpenERP (Odoo) follow the below mentioned steps:-
Step-1 Install the lunch module.
Step-2 Go to Lunch menu and Click it.
Step-3 Now go to: Lunch ->Alerts->Create->Schedule Date ->Recurrenc
In this tutorial we will see how we can use pluck and select in rails active record queries.
Select is used to fetch records with specific attributes. It returns ActiveRecord::Relation object.
Project.select(:id)
Project Load (41.5m
